/*! Hint.css (base version) - v2.6.0 - 2019-04-27 * http://kushagragour.in/lab/hint/ * Copyright (c) 2019 Kushagra Gour */ [class*="hint--"] { position: relative; display: inline-block; } [class*="hint--"]:after, [class*="hint--"]:before { position: absolute; transform: translateZ(0); visibility: hidden; opacity: 0; z-index: 1000000; pointer-events: none; transition: 0.3s ease; transition-delay: 0ms; } [class*="hint--"]:hover:after, [class*="hint--"]:hover:before { visibility: visible; opacity: 1; transition-delay: 0.1s; } [class*="hint--"]:before { content: ""; position: absolute; background: transparent; border: 6px solid transparent; z-index: 1000001; } [class*="hint--"]:after { background: #383838; color: #fff; padding: 8px 10px; font-size: 12px; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; line-height: 12px; white-space: nowrap; } [class*="hint--"][aria-label]:after { content: attr(aria-label); } [class*="hint--"][data-hint]:after { content: attr(data-hint); } [aria-label=""]:after, [aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before { display: none !important; } .hint--top-left:before, .hint--top-right:before, .hint--top:before { border-top-color: #383838; } .hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before { border-bottom-color: #383838; } .hint--left:before { border-left-color: #383838; } .hint--right:before { border-right-color: #383838; } .hint--top:before { margin-bottom: -11px; } .hint--top:after, .hint--top:before { bottom: 100%; left: 50%; } .hint--top:before { left: calc(50% - 6px); } .hint--top:after { transform: translateX(-50%); } .hint--top:hover:before { transform: translateY(-8px); } .hint--top:hover:after { transform: translateX(-50%) translateY(-8px); } .hint--bottom:before { margin-top: -11px; } .hint--bottom:after, .hint--bottom:before { top: 100%; left: 50%; } .hint--bottom:before { left: calc(50% - 6px); } .hint--bottom:after { transform: translateX(-50%); } .hint--bottom:hover:before { transform: translateY(8px); } .hint--bottom:hover:after { transform: translateX(-50%) translateY(8px); } .hint--right:before { margin-left: -11px; margin-bottom: -6px; } .hint--right:after { margin-bottom: -14px; } .hint--right:after, .hint--right:before { left: 100%; bottom: 50%; } .hint--right:hover:after, .hint--right:hover:before { transform: translateX(8px); } .hint--left:before { margin-right: -11px; margin-bottom: -6px; } .hint--left:after { margin-bottom: -14px; } .hint--left:after, .hint--left:before { right: 100%; bottom: 50%; } .hint--left:hover:after, .hint--left:hover:before { transform: translateX(-8px); } .hint--top-left:before { margin-bottom: -11px; } .hint--top-left:after, .hint--top-left:before { bottom: 100%; left: 50%; } .hint--top-left:before { left: calc(50% - 6px); } .hint--top-left:after { transform: translateX(-100%); margin-left: 12px; } .hint--top-left:hover:before { transform: translateY(-8px); } .hint--top-left:hover:after { transform: translateX(-100%) translateY(-8px); } .hint--top-right:before { margin-bottom: -11px; } .hint--top-right:after, .hint--top-right:before { bottom: 100%; left: 50%; } .hint--top-right:before { left: calc(50% - 6px); } .hint--top-right:after { transform: translateX(0); margin-left: -12px; } .hint--top-right:hover:after, .hint--top-right:hover:before { transform: translateY(-8px); } .hint--bottom-left:before { margin-top: -11px; } .hint--bottom-left:after, .hint--bottom-left:before { top: 100%; left: 50%; } .hint--bottom-left:before { left: calc(50% - 6px); } .hint--bottom-left:after { transform: translateX(-100%); margin-left: 12px; } .hint--bottom-left:hover:before { transform: translateY(8px); } .hint--bottom-left:hover:after { transform: translateX(-100%) translateY(8px); } .hint--bottom-right:before { margin-top: -11px; } .hint--bottom-right:after, .hint--bottom-right:before { top: 100%; left: 50%; } .hint--bottom-right:before { left: calc(50% - 6px); } .hint--bottom-right:after { transform: translateX(0); margin-left: -12px; } .hint--bottom-right:hover:after, .hint--bottom-right:hover:before { transform: translateY(8px); } .hint--large:after, .hint--medium:after, .hint--small:after { white-space: normal; line-height: 1.4em; word-wrap: break-word; } .hint--small:after { width: 80px; } .hint--medium:after { width: 150px; } .hint--large:after { width: 300px; } .hint--always:after, .hint--always:before { opacity: 1; visibility: visible; } .hint--always.hint--top:before { transform: translateY(-8px); } .hint--always.hint--top:after { transform: translateX(-50%) translateY(-8px); } .hint--always.hint--top-left:before { transform: translateY(-8px); } .hint--always.hint--top-left:after { transform: translateX(-100%) translateY(-8px); } .hint--always.hint--top-right:after, .hint--always.hint--top-right:before { transform: translateY(-8px); } .hint--always.hint--bottom:before { transform: translateY(8px); } .hint--always.hint--bottom:after { transform: translateX(-50%) translateY(8px); } .hint--always.hint--bottom-left:before { transform: translateY(8px); } .hint--always.hint--bottom-left:after { transform: translateX(-100%) translateY(8px); } .hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before { transform: translateY(8px); } .hint--always.hint--left:after, .hint--always.hint--left:before { transform: translateX(-8px); } .hint--always.hint--right:after, .hint--always.hint--right:before { transform: translateX(8px); } .intl-tel-input { position: relative; display: inline-block; } .intl-tel-input * { box-sizing: border-box; -moz-box-sizing: border-box; } .intl-tel-input .hide { display: none; } .intl-tel-input .v-hide { visibility: hidden; } .intl-tel-input input, .intl-tel-input input[type="tel"], .intl-tel-input input[type="text"] { position: relative; z-index: 0; margin-top: 0 !important; margin-bottom: 0 !important; padding-right: 36px; margin-right: 0; } .intl-tel-input .flag-container { position: absolute; top: 0; bottom: 0; right: 0; padding: 1px; } .intl-tel-input .selected-flag { z-index: 1; position: relative; width: 36px; height: 100%; padding: 0 0 0 8px; } .intl-tel-input .selected-flag .iti-flag { position: absolute; top: 0; bottom: 0; margin: auto; } .intl-tel-input .selected-flag .iti-arrow { position: absolute; top: 50%; margin-top: -2px; right: 6px; width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 4px solid #555; } .intl-tel-input .selected-flag .iti-arrow.up { border-top: none; border-bottom: 4px solid #555; } .intl-tel-input .country-list { position: absolute; z-index: 2; list-style: none; text-align: left; padding: 0; margin: 0 0 0 -1px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); background-color: #fff; border: 1px solid #ccc; white-space: nowrap; max-height: 200px; overflow-y: scroll; -webkit-overflow-scrolling: touch; } .intl-tel-input .country-list.dropup { bottom: 100%; margin-bottom: -1px; } .intl-tel-input .country-list .flag-box { display: inline-block; width: 20px; } @media (max-width: 500px) { .intl-tel-input .country-list { white-space: normal; } } .intl-tel-input .country-list .divider { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #ccc; } .intl-tel-input .country-list .country { padding: 5px 10px; } .intl-tel-input .country-list .country .dial-code { color: #999; } .intl-tel-input .country-list .country.highlight { background-color: rgba(0, 0, 0, 0.05); } .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code, .intl-tel-input .country-list .flag-box { vertical-align: middle; } .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box { margin-right: 6px; } .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type="tel"], .intl-tel-input.allow-dropdown input[type="text"], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type="tel"], .intl-tel-input.separate-dial-code input[type="text"] { padding-right: 6px; padding-left: 52px; margin-left: 0; } .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container { right: auto; left: 0; } .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag { width: 46px; } .intl-tel-input.allow-dropdown .flag-container:hover { cursor: pointer; } .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag { background-color: rgba(0, 0, 0, 0.05); } .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover { cursor: default; } .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag { background-color: transparent; } .intl-tel-input.separate-dial-code .selected-flag { background-color: rgba(0, 0, 0, 0.05); display: table; } .intl-tel-input.separate-dial-code .selected-dial-code { display: table-cell; vertical-align: middle; padding-left: 28px; } .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"] { padding-left: 66px; } .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag { width: 60px; } .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"] { padding-left: 76px; } .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag { width: 70px; } .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"] { padding-left: 74px; } .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag { width: 68px; } .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"] { padding-left: 84px; } .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag { width: 78px; } .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"] { padding-left: 82px; } .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag { width: 76px; } .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"] { padding-left: 92px; } .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag { width: 86px; } .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"] { padding-left: 90px; } .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag { width: 84px; } .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"] { padding-left: 100px; } .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag { width: 94px; } .intl-tel-input.iti-container { position: absolute; top: -1000px; left: -1000px; z-index: 1060; padding: 1px; } .intl-tel-input.iti-container:hover { cursor: pointer; } .iti-mobile .intl-tel-input.iti-container { top: 30px; bottom: 30px; left: 30px; right: 30px; position: fixed; } .iti-mobile .intl-tel-input .country-list { max-height: 100%; width: 100%; } .iti-mobile .intl-tel-input .country-list .country { padding: 10px; line-height: 1.5em; } .iti-flag.be { width: 18px; } .iti-flag.ch { width: 15px; } .iti-flag.mc { width: 19px; } .iti-flag.ne { width: 18px; } .iti-flag.np { width: 13px; } .iti-flag.va { width: 15px; } @media (min-resolution: 192dpi) { .iti-flag { background-size: 5652px 15px; } } .iti-flag.ac { height: 10px; background-position: 0 0; } .iti-flag.ad { height: 14px; background-position: -22px 0; } .iti-flag.ae { height: 10px; background-position: -44px 0; } .iti-flag.af { height: 14px; background-position: -66px 0; } .iti-flag.ag { height: 14px; background-position: -88px 0; } .iti-flag.ai { height: 10px; background-position: -110px 0; } .iti-flag.al { height: 15px; background-position: -132px 0; } .iti-flag.am { height: 10px; background-position: -154px 0; } .iti-flag.ao { height: 14px; background-position: -176px 0; } .iti-flag.aq { height: 14px; background-position: -198px 0; } .iti-flag.ar { height: 13px; background-position: -220px 0; } .iti-flag.as { height: 10px; background-position: -242px 0; } .iti-flag.at { height: 14px; background-position: -264px 0; } .iti-flag.au { height: 10px; background-position: -286px 0; } .iti-flag.aw { height: 14px; background-position: -308px 0; } .iti-flag.ax { height: 13px; background-position: -330px 0; } .iti-flag.az { height: 10px; background-position: -352px 0; } .iti-flag.ba { height: 10px; background-position: -374px 0; } .iti-flag.bb { height: 14px; background-position: -396px 0; } .iti-flag.bd { height: 12px; background-position: -418px 0; } .iti-flag.be { height: 15px; background-position: -440px 0; } .iti-flag.bf { height: 14px; background-position: -460px 0; } .iti-flag.bg { height: 12px; background-position: -482px 0; } .iti-flag.bh { height: 12px; background-position: -504px 0; } .iti-flag.bi { height: 12px; background-position: -526px 0; } .iti-flag.bj { height: 14px; background-position: -548px 0; } .iti-flag.bl { height: 14px; background-position: -570px 0; } .iti-flag.bm { height: 10px; background-position: -592px 0; } .iti-flag.bn { height: 10px; background-position: -614px 0; } .iti-flag.bo { height: 14px; background-position: -636px 0; } .iti-flag.bq { height: 14px; background-position: -658px 0; } .iti-flag.br { height: 14px; background-position: -680px 0; } .iti-flag.bs { height: 10px; background-position: -702px 0; } .iti-flag.bt { height: 14px; background-position: -724px 0; } .iti-flag.bv { height: 15px; background-position: -746px 0; } .iti-flag.bw { height: 14px; background-position: -768px 0; } .iti-flag.by { height: 10px; background-position: -790px 0; } .iti-flag.bz { height: 14px; background-position: -812px 0; } .iti-flag.ca { height: 10px; background-position: -834px 0; } .iti-flag.cc { height: 10px; background-position: -856px 0; } .iti-flag.cd { height: 15px; background-position: -878px 0; } .iti-flag.cf { height: 14px; background-position: -900px 0; } .iti-flag.cg { height: 14px; background-position: -922px 0; } .iti-flag.ch { height: 15px; background-position: -944px 0; } .iti-flag.ci { height: 14px; background-position: -961px 0; } .iti-flag.ck { height: 10px; background-position: -983px 0; } .iti-flag.cl { height: 14px; background-position: -1005px 0; } .iti-flag.cm { height: 14px; background-position: -1027px 0; } .iti-flag.cn { height: 14px; background-position: -1049px 0; } .iti-flag.co { height: 14px; background-position: -1071px 0; } .iti-flag.cp { height: 14px; background-position: -1093px 0; } .iti-flag.cr { height: 12px; background-position: -1115px 0; } .iti-flag.cu { height: 10px; background-position: -1137px 0; } .iti-flag.cv { height: 12px; background-position: -1159px 0; } .iti-flag.cw { height: 14px; background-position: -1181px 0; } .iti-flag.cx { height: 10px; background-position: -1203px 0; } .iti-flag.cy { height: 14px; background-position: -1225px 0; } .iti-flag.cz { height: 14px; background-position: -1247px 0; } .iti-flag.de { height: 12px; background-position: -1269px 0; } .iti-flag.dg { height: 10px; background-position: -1291px 0; } .iti-flag.dj { height: 14px; background-position: -1313px 0; } .iti-flag.dk { height: 15px; background-position: -1335px 0; } .iti-flag.dm { height: 10px; background-position: -1357px 0; } .iti-flag.do { height: 14px; background-position: -1379px 0; } .iti-flag.dz { height: 14px; background-position: -1401px 0; } .iti-flag.ea { height: 14px; background-position: -1423px 0; } .iti-flag.ec { height: 14px; background-position: -1445px 0; } .iti-flag.ee { height: 13px; background-position: -1467px 0; } .iti-flag.eg { height: 14px; background-position: -1489px 0; } .iti-flag.eh { height: 10px; background-position: -1511px 0; } .iti-flag.er { height: 10px; background-position: -1533px 0; } .iti-flag.es { height: 14px; background-position: -1555px 0; } .iti-flag.et { height: 10px; background-position: -1577px 0; } .iti-flag.eu { height: 14px; background-position: -1599px 0; } .iti-flag.fi { height: 12px; background-position: -1621px 0; } .iti-flag.fj { height: 10px; background-position: -1643px 0; } .iti-flag.fk { height: 10px; background-position: -1665px 0; } .iti-flag.fm { height: 11px; background-position: -1687px 0; } .iti-flag.fo { height: 15px; background-position: -1709px 0; } .iti-flag.fr { height: 14px; background-position: -1731px 0; } .iti-flag.ga { height: 15px; background-position: -1753px 0; } .iti-flag.gb { height: 10px; background-position: -1775px 0; } .iti-flag.gd { height: 12px; background-position: -1797px 0; } .iti-flag.ge { height: 14px; background-position: -1819px 0; } .iti-flag.gf { height: 14px; background-position: -1841px 0; } .iti-flag.gg { height: 14px; background-position: -1863px 0; } .iti-flag.gh { height: 14px; background-position: -1885px 0; } .iti-flag.gi { height: 10px; background-position: -1907px 0; } .iti-flag.gl { height: 14px; background-position: -1929px 0; } .iti-flag.gm { height: 14px; background-position: -1951px 0; } .iti-flag.gn { height: 14px; background-position: -1973px 0; } .iti-flag.gp { height: 14px; background-position: -1995px 0; } .iti-flag.gq { height: 14px; background-position: -2017px 0; } .iti-flag.gr { height: 14px; background-position: -2039px 0; } .iti-flag.gs { height: 10px; background-position: -2061px 0; } .iti-flag.gt { height: 13px; background-position: -2083px 0; } .iti-flag.gu { height: 11px; background-position: -2105px 0; } .iti-flag.gw { height: 10px; background-position: -2127px 0; } .iti-flag.gy { height: 12px; background-position: -2149px 0; } .iti-flag.hk { height: 14px; background-position: -2171px 0; } .iti-flag.hm { height: 10px; background-position: -2193px 0; } .iti-flag.hn { height: 10px; background-position: -2215px 0; } .iti-flag.hr { height: 10px; background-position: -2237px 0; } .iti-flag.ht { height: 12px; background-position: -2259px 0; } .iti-flag.hu { height: 10px; background-position: -2281px 0; } .iti-flag.ic { height: 14px; background-position: -2303px 0; } .iti-flag.id { height: 14px; background-position: -2325px 0; } .iti-flag.ie { height: 10px; background-position: -2347px 0; } .iti-flag.il { height: 15px; background-position: -2369px 0; } .iti-flag.im { height: 10px; background-position: -2391px 0; } .iti-flag.in { height: 14px; background-position: -2413px 0; } .iti-flag.io { height: 10px; background-position: -2435px 0; } .iti-flag.iq { height: 14px; background-position: -2457px 0; } .iti-flag.ir { height: 12px; background-position: -2479px 0; } .iti-flag.is { height: 15px; background-position: -2501px 0; } .iti-flag.it { height: 14px; background-position: -2523px 0; } .iti-flag.je { height: 12px; background-position: -2545px 0; } .iti-flag.jm { height: 10px; background-position: -2567px 0; } .iti-flag.jo { height: 10px; background-position: -2589px 0; } .iti-flag.jp { height: 14px; background-position: -2611px 0; } .iti-flag.ke { height: 14px; background-position: -2633px 0; } .iti-flag.kg { height: 12px; background-position: -2655px 0; } .iti-flag.kh { height: 13px; background-position: -2677px 0; } .iti-flag.ki { height: 10px; background-position: -2699px 0; } .iti-flag.km { height: 12px; background-position: -2721px 0; } .iti-flag.kn { height: 14px; background-position: -2743px 0; } .iti-flag.kp { height: 10px; background-position: -2765px 0; } .iti-flag.kr { height: 14px; background-position: -2787px 0; } .iti-flag.kw { height: 10px; background-position: -2809px 0; } .iti-flag.ky { height: 10px; background-position: -2831px 0; } .iti-flag.kz { height: 10px; background-position: -2853px 0; } .iti-flag.la { height: 14px; background-position: -2875px 0; } .iti-flag.lb { height: 14px; background-position: -2897px 0; } .iti-flag.lc { height: 10px; background-position: -2919px 0; } .iti-flag.li { height: 12px; background-position: -2941px 0; } .iti-flag.lk { height: 10px; background-position: -2963px 0; } .iti-flag.lr { height: 11px; background-position: -2985px 0; } .iti-flag.ls { height: 14px; background-position: -3007px 0; } .iti-flag.lt { height: 12px; background-position: -3029px 0; } .iti-flag.lu { height: 12px; background-position: -3051px 0; } .iti-flag.lv { height: 10px; background-position: -3073px 0; } .iti-flag.ly { height: 10px; background-position: -3095px 0; } .iti-flag.ma { height: 14px; background-position: -3117px 0; } .iti-flag.mc { height: 15px; background-position: -3139px 0; } .iti-flag.md { height: 10px; background-position: -3160px 0; } .iti-flag.me { height: 10px; background-position: -3182px 0; } .iti-flag.mf { height: 14px; background-position: -3204px 0; } .iti-flag.mg { height: 14px; background-position: -3226px 0; } .iti-flag.mh { height: 11px; background-position: -3248px 0; } .iti-flag.mk { height: 10px; background-position: -3270px 0; } .iti-flag.ml { height: 14px; background-position: -3292px 0; } .iti-flag.mm { height: 14px; background-position: -3314px 0; } .iti-flag.mn { height: 10px; background-position: -3336px 0; } .iti-flag.mo { height: 14px; background-position: -3358px 0; } .iti-flag.mp { height: 10px; background-position: -3380px 0; } .iti-flag.mq { height: 14px; background-position: -3402px 0; } .iti-flag.mr { height: 14px; background-position: -3424px 0; } .iti-flag.ms { height: 10px; background-position: -3446px 0; } .iti-flag.mt { height: 14px; background-position: -3468px 0; } .iti-flag.mu { height: 14px; background-position: -3490px 0; } .iti-flag.mv { height: 14px; background-position: -3512px 0; } .iti-flag.mw { height: 14px; background-position: -3534px 0; } .iti-flag.mx { height: 12px; background-position: -3556px 0; } .iti-flag.my { height: 10px; background-position: -3578px 0; } .iti-flag.mz { height: 14px; background-position: -3600px 0; } .iti-flag.na { height: 14px; background-position: -3622px 0; } .iti-flag.nc { height: 10px; background-position: -3644px 0; } .iti-flag.ne { height: 15px; background-position: -3666px 0; } .iti-flag.nf { height: 10px; background-position: -3686px 0; } .iti-flag.ng { height: 10px; background-position: -3708px 0; } .iti-flag.ni { height: 12px; background-position: -3730px 0; } .iti-flag.nl { height: 14px; background-position: -3752px 0; } .iti-flag.no { height: 15px; background-position: -3774px 0; } .iti-flag.np { height: 15px; background-position: -3796px 0; } .iti-flag.nr { height: 10px; background-position: -3811px 0; } .iti-flag.nu { height: 10px; background-position: -3833px 0; } .iti-flag.nz { height: 10px; background-position: -3855px 0; } .iti-flag.om { height: 10px; background-position: -3877px 0; } .iti-flag.pa { height: 14px; background-position: -3899px 0; } .iti-flag.pe { height: 14px; background-position: -3921px 0; } .iti-flag.pf { height: 14px; background-position: -3943px 0; } .iti-flag.pg { height: 15px; background-position: -3965px 0; } .iti-flag.ph { height: 10px; background-position: -3987px 0; } .iti-flag.pk { height: 14px; background-position: -4009px 0; } .iti-flag.pl { height: 13px; background-position: -4031px 0; } .iti-flag.pm { height: 14px; background-position: -4053px 0; } .iti-flag.pn { height: 10px; background-position: -4075px 0; } .iti-flag.pr { height: 14px; background-position: -4097px 0; } .iti-flag.ps { height: 10px; background-position: -4119px 0; } .iti-flag.pt { height: 14px; background-position: -4141px 0; } .iti-flag.pw { height: 13px; background-position: -4163px 0; } .iti-flag.py { height: 11px; background-position: -4185px 0; } .iti-flag.qa { height: 8px; background-position: -4207px 0; } .iti-flag.re { height: 14px; background-position: -4229px 0; } .iti-flag.ro { height: 14px; background-position: -4251px 0; } .iti-flag.rs { height: 14px; background-position: -4273px 0; } .iti-flag.ru { height: 14px; background-position: -4295px 0; } .iti-flag.rw { height: 14px; background-position: -4317px 0; } .iti-flag.sa { height: 14px; background-position: -4339px 0; } .iti-flag.sb { height: 10px; background-position: -4361px 0; } .iti-flag.sc { height: 10px; background-position: -4383px 0; } .iti-flag.sd { height: 10px; background-position: -4405px 0; } .iti-flag.se { height: 13px; background-position: -4427px 0; } .iti-flag.sg { height: 14px; background-position: -4449px 0; } .iti-flag.sh { height: 10px; background-position: -4471px 0; } .iti-flag.si { height: 10px; background-position: -4493px 0; } .iti-flag.sj { height: 15px; background-position: -4515px 0; } .iti-flag.sk { height: 14px; background-position: -4537px 0; } .iti-flag.sl { height: 14px; background-position: -4559px 0; } .iti-flag.sm { height: 15px; background-position: -4581px 0; } .iti-flag.sn { height: 14px; background-position: -4603px 0; } .iti-flag.so { height: 14px; background-position: -4625px 0; } .iti-flag.sr { height: 14px; background-position: -4647px 0; } .iti-flag.ss { height: 10px; background-position: -4669px 0; } .iti-flag.st { height: 10px; background-position: -4691px 0; } .iti-flag.sv { height: 12px; background-position: -4713px 0; } .iti-flag.sx { height: 14px; background-position: -4735px 0; } .iti-flag.sy { height: 14px; background-position: -4757px 0; } .iti-flag.sz { height: 14px; background-position: -4779px 0; } .iti-flag.ta { height: 10px; background-position: -4801px 0; } .iti-flag.tc { height: 10px; background-position: -4823px 0; } .iti-flag.td { height: 14px; background-position: -4845px 0; } .iti-flag.tf { height: 14px; background-position: -4867px 0; } .iti-flag.tg { height: 13px; background-position: -4889px 0; } .iti-flag.th { height: 14px; background-position: -4911px 0; } .iti-flag.tj { height: 10px; background-position: -4933px 0; } .iti-flag.tk { height: 10px; background-position: -4955px 0; } .iti-flag.tl { height: 10px; background-position: -4977px 0; } .iti-flag.tm { height: 14px; background-position: -4999px 0; } .iti-flag.tn { height: 14px; background-position: -5021px 0; } .iti-flag.to { height: 10px; background-position: -5043px 0; } .iti-flag.tr { height: 14px; background-position: -5065px 0; } .iti-flag.tt { height: 12px; background-position: -5087px 0; } .iti-flag.tv { height: 10px; background-position: -5109px 0; } .iti-flag.tw { height: 14px; background-position: -5131px 0; } .iti-flag.tz { height: 14px; background-position: -5153px 0; } .iti-flag.ua { height: 14px; background-position: -5175px 0; } .iti-flag.ug { height: 14px; background-position: -5197px 0; } .iti-flag.um { height: 11px; background-position: -5219px 0; } .iti-flag.un { height: 14px; background-position: -5241px 0; } .iti-flag.us { height: 11px; background-position: -5263px 0; } .iti-flag.uy { height: 14px; background-position: -5285px 0; } .iti-flag.uz { height: 10px; background-position: -5307px 0; } .iti-flag.va { height: 15px; background-position: -5329px 0; } .iti-flag.vc { height: 14px; background-position: -5346px 0; } .iti-flag.ve { height: 14px; background-position: -5368px 0; } .iti-flag.vg { height: 10px; background-position: -5390px 0; } .iti-flag.vi { height: 14px; background-position: -5412px 0; } .iti-flag.vn { height: 14px; background-position: -5434px 0; } .iti-flag.vu { height: 12px; background-position: -5456px 0; } .iti-flag.wf { height: 14px; background-position: -5478px 0; } .iti-flag.ws { height: 10px; background-position: -5500px 0; } .iti-flag.xk { height: 15px; background-position: -5522px 0; } .iti-flag.ye { height: 14px; background-position: -5544px 0; } .iti-flag.yt { height: 14px; background-position: -5566px 0; } .iti-flag.za { height: 14px; background-position: -5588px 0; } .iti-flag.zm { height: 14px; background-position: -5610px 0; } .iti-flag.zw { height: 10px; background-position: -5632px 0; } .iti-flag { width: 20px; height: 15px; box-shadow: 0 0 1px 0 #888; background-image: url(/packs/media/img/flags-007b2705.png); background-repeat: no-repeat; background-color: #dbdbdb; background-position: 20px 0; } @media (min-resolution: 192dpi) { .iti-flag { background-image: url(/packs/media/img/flags@2x-9d5328fb.png); } } .iti-flag.np { background-color: transparent; } .mapboxgl-map { -webkit-tap-highlight-color: rgb(0 0 0/0); font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif; overflow: hidden; position: relative; } .mapboxgl-canvas { left: 0; position: absolute; top: 0; } .mapboxgl-map:-webkit-full-screen { height: 100%; width: 100%; } .mapboxgl-canary { background-color: salmon; } .mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass { cursor: grab; -moz-user-select: none; -ms-user-select: none; user-select: none; } .mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer { cursor: pointer; } .mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active { cursor: grabbing; } .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas { touch-action: pan-x pan-y; } .mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas { touch-action: pinch-zoom; } .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas { touch-action: none; } .mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right { pointer-events: none; position: absolute; z-index: 2; } .mapboxgl-ctrl-top-left { left: 0; top: 0; } .mapboxgl-ctrl-top-right { right: 0; top: 0; } .mapboxgl-ctrl-bottom-left { bottom: 0; left: 0; } .mapboxgl-ctrl-bottom-right { bottom: 0; right: 0; } .mapboxgl-ctrl { clear: both; pointer-events: auto; transform: translate(0); } .mapboxgl-ctrl-top-left .mapboxgl-ctrl { float: left; margin: 10px 0 0 10px; } .mapboxgl-ctrl-top-right .mapboxgl-ctrl { float: right; margin: 10px 10px 0 0; } .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { float: left; margin: 0 0 10px 10px; } .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { float: right; margin: 0 10px 10px 0; } .mapboxgl-ctrl-group { background: #fff; border-radius: 4px; } .mapboxgl-ctrl-group:not(:empty) { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); } @media (-ms-high-contrast: active) { .mapboxgl-ctrl-group:not(:empty) { box-shadow: 0 0 0 2px ButtonText; } } .mapboxgl-ctrl-group button { background-color: transparent; border: 0; box-sizing: border-box; cursor: pointer; display: block; height: 29px; outline: none; overflow: hidden; padding: 0; width: 29px; } .mapboxgl-ctrl-group button + button { border-top: 1px solid #ddd; } .mapboxgl-ctrl button .mapboxgl-ctrl-icon { background-position: 50%; background-repeat: no-repeat; display: block; height: 100%; width: 100%; } @media (-ms-high-contrast: active) { .mapboxgl-ctrl-icon { background-color: transparent; } .mapboxgl-ctrl-group button + button { border-top: 1px solid ButtonText; } } .mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus { box-shadow: 0 0 2px 2px #0096ff; } .mapboxgl-ctrl button:disabled { cursor: not-allowed; } .mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon { opacity: 0.25; } .mapboxgl-ctrl-group button:first-child { border-radius: 4px 4px 0 0; } .mapboxgl-ctrl-group button:last-child { border-radius: 0 0 4px 4px; } .mapboxgl-ctrl-group button:only-child { border-radius: inherit; } .mapboxgl-ctrl button:not(:disabled):hover { background-color: rgba(0, 0, 0, 0.05); } .mapboxgl-ctrl-group button:focus:focus-visible { box-shadow: 0 0 2px 2px #0096ff; } .mapboxgl-ctrl-group button:focus:not(:focus-visible) { box-shadow: none; } .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E"); } @media (-ms-high-contrast: active) { .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E"); } } @media (-ms-high-contrast: black-on-white) { .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E"); } } .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E"); } @media (-ms-high-contrast: active) { .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E"); } } @media (-ms-high-contrast: black-on-white) { .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E"); } } .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E"); } @media (-ms-high-contrast: active) { .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E"); } } @media (-ms-high-contrast: black-on-white) { .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E"); } } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon { animation: mapboxgl-spin 2s linear infinite; } @media (-ms-high-contrast: active) { .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E"); } } @media (-ms-high-contrast: black-on-white) { .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); } .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E"); } } @keyframes mapboxgl-spin { 0% { transform: rotate(0deg); } to { transform: rotate(1turn); } } a.mapboxgl-ctrl-logo { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; cursor: pointer; display: block; height: 23px; margin: 0 0 -4px -4px; overflow: hidden; width: 88px; } a.mapboxgl-ctrl-logo.mapboxgl-compact { width: 23px; } @media (-ms-high-contrast: active) { a.mapboxgl-ctrl-logo { background-color: transparent; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E"); } } @media (-ms-high-contrast: black-on-white) { a.mapboxgl-ctrl-logo { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E"); } } .mapboxgl-ctrl.mapboxgl-ctrl-attrib { background-color: hsla(0, 0%, 100%, 0.5); margin: 0; padding: 0 5px; } @media screen { .mapboxgl-ctrl-attrib.mapboxgl-compact { background-color: #fff; border-radius: 12px; margin: 10px; min-height: 20px; padding: 2px 24px 2px 0; position: relative; } .mapboxgl-ctrl-attrib.mapboxgl-compact-show { padding: 2px 28px 2px 8px; visibility: visible; } .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show { border-radius: 12px; padding: 2px 8px 2px 28px; } .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner { display: none; } .mapboxgl-ctrl-attrib-button { background-color: hsla(0, 0%, 100%, 0.5); background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E"); border: 0; border-radius: 12px; box-sizing: border-box; cursor: pointer; display: none; height: 24px; outline: none; position: absolute; right: 0; top: 0; width: 24px; } .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button { left: 0; } .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner, .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button { display: block; } .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button { background-color: rgba(0, 0, 0, 0.05); } .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after { bottom: 0; right: 0; } .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after { right: 0; top: 0; } .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after { left: 0; top: 0; } .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after { bottom: 0; left: 0; } } @media screen and (-ms-high-contrast: active) { .mapboxgl-ctrl-attrib.mapboxgl-compact:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E"); } } @media screen and (-ms-high-contrast: black-on-white) { .mapboxgl-ctrl-attrib.mapboxgl-compact:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E"); } } .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75); text-decoration: none; } .mapboxgl-ctrl-attrib a:hover { color: inherit; text-decoration: underline; } .mapboxgl-ctrl-attrib .mapbox-improve-map { font-weight: 700; margin-left: 2px; } .mapboxgl-attrib-empty { display: none; } .mapboxgl-ctrl-scale { background-color: hsla(0, 0%, 100%, 0.75); border: 2px solid #333; border-top: #333; box-sizing: border-box; color: #333; font-size: 10px; padding: 0 5px; white-space: nowrap; } .mapboxgl-popup { display: flex; left: 0; pointer-events: none; position: absolute; top: 0; will-change: transform; } .mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right { flex-direction: column; } .mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right { flex-direction: column-reverse; } .mapboxgl-popup-anchor-left { flex-direction: row; } .mapboxgl-popup-anchor-right { flex-direction: row-reverse; } .mapboxgl-popup-tip { border: 10px solid transparent; height: 0; width: 0; z-index: 1; } .mapboxgl-popup-anchor-top .mapboxgl-popup-tip { align-self: center; border-bottom-color: #fff; border-top: none; } .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip { align-self: flex-start; border-bottom-color: #fff; border-left: none; border-top: none; } .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip { align-self: flex-end; border-bottom-color: #fff; border-right: none; border-top: none; } .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip { align-self: center; border-bottom: none; border-top-color: #fff; } .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip { align-self: flex-start; border-bottom: none; border-left: none; border-top-color: #fff; } .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip { align-self: flex-end; border-bottom: none; border-right: none; border-top-color: #fff; } .mapboxgl-popup-anchor-left .mapboxgl-popup-tip { align-self: center; border-left: none; border-right-color: #fff; } .mapboxgl-popup-anchor-right .mapboxgl-popup-tip { align-self: center; border-left-color: #fff; border-right: none; } .mapboxgl-popup-close-button { background-color: transparent; border: 0; border-radius: 0 3px 0 0; cursor: pointer; position: absolute; right: 0; top: 0; } .mapboxgl-popup-close-button:hover { background-color: rgba(0, 0, 0, 0.05); } .mapboxgl-popup-content { background: #fff; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); padding: 10px 10px 15px; pointer-events: auto; position: relative; } .mapboxgl-popup-anchor-top-left .mapboxgl-popup-content { border-top-left-radius: 0; } .mapboxgl-popup-anchor-top-right .mapboxgl-popup-content { border-top-right-radius: 0; } .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content { border-bottom-left-radius: 0; } .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content { border-bottom-right-radius: 0; } .mapboxgl-popup-track-pointer { display: none; } .mapboxgl-popup-track-pointer * { pointer-events: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .mapboxgl-map:hover .mapboxgl-popup-track-pointer { display: flex; } .mapboxgl-map:active .mapboxgl-popup-track-pointer { display: none; } .mapboxgl-marker { left: 0; opacity: 1; position: absolute; top: 0; transition: opacity 0.2s; will-change: transform; } .mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before { background-color: #1da1f2; border-radius: 50%; height: 15px; width: 15px; } .mapboxgl-user-location-dot:before { animation: mapboxgl-user-location-dot-pulse 2s infinite; content: ""; position: absolute; } .mapboxgl-user-location-dot:after { border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 3px rgba(0, 0, 0, 0.35); box-sizing: border-box; content: ""; height: 19px; left: -2px; position: absolute; top: -2px; width: 19px; } .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading { height: 0; width: 0; } .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after, .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before { border-bottom: 7.5px solid #4aa1eb; content: ""; position: absolute; } .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before { border-left: 7.5px solid transparent; transform: translateY(-28px) skewY(-20deg); } .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after { border-right: 7.5px solid transparent; transform: translate(7.5px, -28px) skewY(20deg); } @keyframes mapboxgl-user-location-dot-pulse { 0% { opacity: 1; transform: scale(1); } 70% { opacity: 0; transform: scale(3); } to { opacity: 0; transform: scale(1); } } .mapboxgl-user-location-dot-stale { background-color: #aaa; } .mapboxgl-user-location-dot-stale:after { display: none; } .mapboxgl-user-location-accuracy-circle { background-color: rgba(29, 161, 242, 0.2); border-radius: 100%; height: 1px; width: 1px; } .mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active { cursor: crosshair; } .mapboxgl-boxzoom { background: #fff; border: 2px dotted #202020; height: 0; left: 0; opacity: 0.5; position: absolute; top: 0; width: 0; } @media print { .mapbox-improve-map { display: none; } } .mapboxgl-scroll-zoom-blocker, .mapboxgl-touch-pan-blocker { align-items: center; background: rgba(0, 0, 0, 0.7); color: #fff; display: flex; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif; height: 100%; justify-content: center; left: 0; opacity: 0; pointer-events: none; position: absolute; text-align: center; top: 0; transition: opacity 0.75s ease-in-out; transition-delay: 1s; width: 100%; } .mapboxgl-scroll-zoom-blocker-show, .mapboxgl-touch-pan-blocker-show { opacity: 1; transition: opacity 0.1s ease-in-out; } .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page, .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas { touch-action: pan-x pan-y; } /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -webkit-text-size-adjust: 100%; } body { margin: 0; } main { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } hr { box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b, strong { font-weight: bolder; } code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button, input { overflow: visible; } button, select { text-transform: none; } [type="button"], [type="reset"], [type="submit"], button { -webkit-appearance: button; } [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } details { display: block; } summary { display: list-item; } [hidden], template { display: none; } .tooltipped { position: relative; } .tooltipped:after { z-index: 1000000; padding: 5px 8px; font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; -webkit-font-smoothing: subpixel-antialiased; color: #fff; text-align: center; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-wrap: break-word; white-space: pre; content: attr(aria-label); background: #1b1f23; border-radius: 3px; } .tooltipped:after, .tooltipped:before { position: absolute; display: none; pointer-events: none; opacity: 0; } .tooltipped:before { z-index: 1000001; width: 0; height: 0; color: #1b1f23; content: ""; border: 5px solid transparent; } @keyframes tooltip-appear { 0% { opacity: 0; } to { opacity: 1; } } .tooltipped:active:after, .tooltipped:active:before, .tooltipped:focus:after, .tooltipped:focus:before, .tooltipped:hover:after, .tooltipped:hover:before { display: inline-block; text-decoration: none; animation-name: tooltip-appear; animation-duration: 0.1s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-delay: 0.4s; } .tooltipped-no-delay:active:after, .tooltipped-no-delay:active:before, .tooltipped-no-delay:focus:after, .tooltipped-no-delay:focus:before, .tooltipped-no-delay:hover:after, .tooltipped-no-delay:hover:before { opacity: 1; animation: none; } .tooltipped-multiline:active:after, .tooltipped-multiline:focus:after, .tooltipped-multiline:hover:after { display: table-cell; } .tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after { top: 100%; right: 50%; margin-top: 5px; } .tooltipped-s:before, .tooltipped-se:before, .tooltipped-sw:before { top: auto; right: 50%; bottom: -5px; margin-right: -5px; border-bottom-color: #1b1f23; } .tooltipped-se:after { right: auto; left: 50%; margin-left: -15px; } .tooltipped-sw:after { margin-right: -15px; } .tooltipped-n:after, .tooltipped-ne:after, .tooltipped-nw:after { right: 50%; bottom: 100%; margin-bottom: 5px; } .tooltipped-n:before, .tooltipped-ne:before, .tooltipped-nw:before { top: -5px; right: 50%; bottom: auto; margin-right: -5px; border-top-color: #1b1f23; } .tooltipped-ne:after { right: auto; left: 50%; margin-left: -15px; } .tooltipped-nw:after { margin-right: -15px; } .tooltipped-n:after, .tooltipped-s:after { transform: translateX(50%); } .tooltipped-w:after { right: 100%; bottom: 50%; margin-right: 5px; transform: translateY(50%); } .tooltipped-w:before { top: 50%; bottom: 50%; left: -5px; margin-top: -5px; border-left-color: #1b1f23; } .tooltipped-e:after { bottom: 50%; left: 100%; margin-left: 5px; transform: translateY(50%); } .tooltipped-e:before { top: 50%; right: -5px; bottom: 50%; margin-top: -5px; border-right-color: #1b1f23; } .tooltipped-multiline:after { width: -moz-max-content; width: max-content; max-width: 250px; word-wrap: break-word; white-space: pre-line; border-collapse: separate; } .tooltipped-multiline.tooltipped-n:after, .tooltipped-multiline.tooltipped-s:after { right: auto; left: 50%; transform: translateX(-50%); } .tooltipped-multiline.tooltipped-e:after, .tooltipped-multiline.tooltipped-w:after { right: 100%; } @media screen and (min-width: 0\0) { .tooltipped-multiline:after { width: 250px; } } .tooltipped-sticky:after, .tooltipped-sticky:before { display: inline-block; } .tooltipped-sticky.tooltipped-multiline:after { display: table-cell; } @media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) { .tooltipped-w:after { margin-right: 4.5px; } } .rc-slider { position: relative; height: 14px; padding: 5px 0; width: 100%; border-radius: 6px; touch-action: none; } .rc-slider, .rc-slider * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .rc-slider-rail { width: 100%; background-color: #e9e9e9; } .rc-slider-rail, .rc-slider-track { position: absolute; height: 4px; border-radius: 6px; } .rc-slider-track { left: 0; background-color: #abe2fb; } .rc-slider-handle { position: absolute; width: 14px; height: 14px; cursor: pointer; cursor: -webkit-grab; margin-top: -5px; cursor: grab; border-radius: 50%; border: 2px solid #96dbfa; background-color: #fff; touch-action: pan-x; } .rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging { border-color: #57c5f7; box-shadow: 0 0 0 5px #96dbfa; } .rc-slider-handle:focus { outline: none; } .rc-slider-handle-click-focused:focus { border-color: #96dbfa; box-shadow: unset; } .rc-slider-handle:hover { border-color: #57c5f7; } .rc-slider-handle:active { border-color: #57c5f7; box-shadow: 0 0 5px #57c5f7; cursor: grabbing; } .rc-slider-mark { position: absolute; top: 18px; left: 0; width: 100%; font-size: 12px; } .rc-slider-mark-text { position: absolute; display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; color: #999; } .rc-slider-mark-text-active { color: #666; } .rc-slider-step { position: absolute; width: 100%; height: 4px; background: transparent; } .rc-slider-dot { position: absolute; bottom: -2px; margin-left: -4px; width: 8px; height: 8px; border: 2px solid #e9e9e9; background-color: #fff; cursor: pointer; border-radius: 50%; vertical-align: middle; } .rc-slider-dot-active { border-color: #96dbfa; } .rc-slider-dot-reverse { margin-right: -4px; } .rc-slider-disabled { background-color: #e9e9e9; } .rc-slider-disabled .rc-slider-track { background-color: #ccc; } .rc-slider-disabled .rc-slider-dot, .rc-slider-disabled .rc-slider-handle { border-color: #ccc; box-shadow: none; background-color: #fff; cursor: not-allowed; } .rc-slider-disabled .rc-slider-dot, .rc-slider-disabled .rc-slider-mark-text { cursor: not-allowed !important; } .rc-slider-vertical { width: 14px; height: 100%; padding: 0 5px; } .rc-slider-vertical .rc-slider-rail { height: 100%; width: 4px; } .rc-slider-vertical .rc-slider-track { left: 5px; bottom: 0; width: 4px; } .rc-slider-vertical .rc-slider-handle { margin-left: -5px; touch-action: pan-y; } .rc-slider-vertical .rc-slider-mark { top: 0; left: 18px; height: 100%; } .rc-slider-vertical .rc-slider-step { height: 100%; width: 4px; } .rc-slider-vertical .rc-slider-dot { left: 2px; margin-bottom: -4px; } .rc-slider-vertical .rc-slider-dot:first-child, .rc-slider-vertical .rc-slider-dot:last-child { margin-bottom: -4px; } .rc-slider-tooltip-zoom-down-appear, .rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-leave { animation-duration: 0.3s; animation-fill-mode: both; display: block !important; animation-play-state: paused; } .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active, .rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active { animation-name: rcSliderTooltipZoomDownIn; animation-play-state: running; } .rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active { animation-name: rcSliderTooltipZoomDownOut; animation-play-state: running; } .rc-slider-tooltip-zoom-down-appear, .rc-slider-tooltip-zoom-down-enter { transform: scale(0); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); } .rc-slider-tooltip-zoom-down-leave { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); } @keyframes rcSliderTooltipZoomDownIn { 0% { opacity: 0; transform-origin: 50% 100%; transform: scale(0); } to { transform-origin: 50% 100%; transform: scale(1); } } @keyframes rcSliderTooltipZoomDownOut { 0% { transform-origin: 50% 100%; transform: scale(1); } to { opacity: 0; transform-origin: 50% 100%; transform: scale(0); } } .rc-slider-tooltip { position: absolute; left: -9999px; top: -9999px; visibility: visible; } .rc-slider-tooltip, .rc-slider-tooltip * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .rc-slider-tooltip-hidden { display: none; } .rc-slider-tooltip-placement-top { padding: 4px 0 8px; } .rc-slider-tooltip-inner { padding: 6px 2px; min-width: 24px; height: 24px; font-size: 12px; line-height: 1; color: #fff; text-align: center; text-decoration: none; background-color: #6c6c6c; border-radius: 6px; box-shadow: 0 0 4px #d9d9d9; } .rc-slider-tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow { bottom: 4px; left: 50%; margin-left: -4px; border-width: 4px 4px 0; border-top-color: #6c6c6c; } body.hidden-scroll { overflow: hidden; } .sl-overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #fff; opacity: 0.7; display: none; z-index: 1035; } .sl-wrapper { z-index: 1040; } .sl-wrapper button { border: 0; background: transparent; font-size: 28px; padding: 0; cursor: pointer; } .sl-wrapper button:hover { opacity: 0.7; } .sl-wrapper .sl-close { display: none; position: fixed; right: 30px; top: 30px; z-index: 10060; margin-top: -14px; margin-right: -14px; height: 44px; width: 44px; line-height: 44px; font-family: Arial, Baskerville, monospace; color: #000; font-size: 3rem; } .sl-wrapper .sl-close:focus { outline: none; } .sl-wrapper .sl-counter { display: none; position: fixed; top: 30px; left: 30px; z-index: 1060; color: #000; font-size: 1rem; } .sl-wrapper .sl-navigation { width: 100%; display: none; } .sl-wrapper .sl-navigation button { position: fixed; top: 50%; margin-top: -22px; height: 44px; width: 22px; line-height: 44px; text-align: center; display: block; z-index: 10060; font-family: Arial, Baskerville, monospace; color: #000; } .sl-wrapper .sl-navigation button.sl-next { right: 5px; font-size: 2rem; } .sl-wrapper .sl-navigation button.sl-prev { left: 5px; font-size: 2rem; } .sl-wrapper .sl-navigation button:focus { outline: none; } @media (min-width: 35.5em) { .sl-wrapper .sl-navigation button { width: 44px; } .sl-wrapper .sl-navigation button.sl-next { right: 10px; font-size: 3rem; } .sl-wrapper .sl-navigation button.sl-prev { left: 10px; font-size: 3rem; } } @media (min-width: 50em) { .sl-wrapper .sl-navigation button { width: 44px; } .sl-wrapper .sl-navigation button.sl-next { right: 20px; font-size: 3rem; } .sl-wrapper .sl-navigation button.sl-prev { left: 20px; font-size: 3rem; } } .sl-wrapper .sl-image { position: fixed; touch-action: none; z-index: 10000; } .sl-wrapper .sl-image img { margin: 0; padding: 0; display: block; border: 0; width: 100%; height: auto; } @media (min-width: 35.5em) { .sl-wrapper .sl-image img { border: 0; } } @media (min-width: 50em) { .sl-wrapper .sl-image img { border: 0; } } .sl-wrapper .sl-image iframe { background: #000; border: 0; } @media (min-width: 35.5em) { .sl-wrapper .sl-image iframe { border: 0; } } @media (min-width: 50em) { .sl-wrapper .sl-image iframe { border: 0; } } .sl-wrapper .sl-image .sl-caption { display: none; padding: 10px; color: #fff; background: rgba(0, 0, 0, 0.8); font-size: 1rem; position: absolute; bottom: 0; left: 0; right: 0; } .sl-wrapper .sl-image .sl-caption.pos-top { bottom: auto; top: 0; } .sl-wrapper .sl-image .sl-caption.pos-outside { bottom: auto; } .sl-wrapper .sl-image .sl-download { display: none; position: absolute; bottom: 5px; right: 5px; color: #000; z-index: 1060; } .sl-spinner { display: none; border: 5px solid #333; border-radius: 40px; height: 40px; left: 50%; margin: -20px 0 0 -20px; opacity: 0; position: fixed; top: 50%; width: 40px; z-index: 1007; animation: pulsate 1s ease-out infinite; } .sl-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } .sl-transition { transition: transform 0.2s ease; } @keyframes pulsate { 0% { transform: scale(0.1); opacity: 0; } 50% { opacity: 1; } to { transform: scale(1.2); opacity: 0; } } .space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; } .space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; } .space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; } .space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; } .space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; } .space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; } .space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; } .space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; } .space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; } .space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; } .space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; } .space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; } .space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; } .space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; } .space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; } .space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; } .space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; } .space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; } .space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; } .space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; } .space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; } .space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; } .space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; } .space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; } .space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; } .space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; } .space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; } .space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; } .space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; } .space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; } .space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1px * var(--tw-space-x-reverse)) !important; margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) !important; } .space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; } .space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; } .space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; } .space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; } .space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .-space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; } .-space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; } .-space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; } .-space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; } .-space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; } .-space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; } .-space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; } .-space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; } .-space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; } .-space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; } .-space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; } .-space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; } .-space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; } .-space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; } .-space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-4rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; } .-space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-5rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; } .-space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-6rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; } .-space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-7rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; } .-space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-8rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; } .-space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-9rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; } .-space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-10rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; } .-space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-11rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; } .-space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-12rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; } .-space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-13rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; } .-space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-14rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; } .-space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-15rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; } .-space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-16rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; } .-space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-18rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; } .-space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-20rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; } .-space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-24rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; } .-space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; margin-left: calc(-1px * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; } .-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; } .-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; } .-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; } .-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .space-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 1 !important; } .space-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 1 !important; } .divide-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(0px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; } .divide-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(0px * (1 - var(--tw-divide-x-reverse))) !important; } .divide-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(2px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; } .divide-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(2px * (1 - var(--tw-divide-x-reverse))) !important; } .divide-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(4px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; } .divide-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(4px * (1 - var(--tw-divide-x-reverse))) !important; } .divide-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(8px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; } .divide-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(8px * (1 - var(--tw-divide-x-reverse))) !important; } .divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; } .divide-x > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse))) !important; } .divide-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 1 !important; } .divide-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 1 !important; } .divide-transparent > :not([hidden]) ~ :not([hidden]) { border-color: transparent !important; } .divide-cw-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-divide-opacity)) !important; } .divide-cw-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .divide-cw-secondary > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .divide-cw-secondary-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-divide-opacity)) !important; } .divide-cw-secondary-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-divide-opacity)) !important; } .divide-cw-secondary-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-divide-opacity)) !important; } .divide-cw-accent > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .divide-cw-accent-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-divide-opacity)) !important; } .divide-cw-accent-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-divide-opacity)) !important; } .divide-cw-blue-print > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-divide-opacity)) !important; } .divide-cw-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-divide-opacity)) !important; } .divide-cw-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-divide-opacity)) !important; } .divide-cw-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-divide-opacity)) !important; } .divide-cw-red > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-divide-opacity)) !important; } .divide-cw-spring > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-divide-opacity)) !important; } .divide-cw-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-divide-opacity)) !important; } .divide-cw-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; } .divide-cw-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-divide-opacity)) !important; } .divide-grey-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-divide-opacity)) !important; } .divide-grey-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-divide-opacity)) !important; } .divide-grey-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-divide-opacity)) !important; } .divide-grey-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-divide-opacity)) !important; } .divide-grey-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important; } .divide-grey-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-divide-opacity)) !important; } .divide-grey-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-divide-opacity)) !important; } .divide-grey-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-divide-opacity)) !important; } .divide-cball-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-divide-opacity)) !important; } .divide-cball-dark-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-divide-opacity)) !important; } .divide-cball-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-divide-opacity)) !important; } .divide-cw-spring-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .divide-cw-spring-dk-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-divide-opacity)) !important; } .divide-cw-spring-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-divide-opacity)) !important; } .divide-cw-spring-lt-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-divide-opacity)) !important; } .divide-cw-spring-dk-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-divide-opacity)) !important; } .divide-cw-spring-med-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-divide-opacity)) !important; } .divide-cw-spring-lt-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-divide-opacity)) !important; } .divide-cw-spring-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-divide-opacity)) !important; } .divide-cw-spring-off-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-divide-opacity)) !important; } .divide-cw-spring-peach > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-divide-opacity)) !important; } .divide-cw-navy > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .divide-cw-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .divide-cw-dk-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-divide-opacity)) !important; } .divide-sc-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-divide-opacity)) !important; } .divide-sc-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-divide-opacity)) !important; } .divide-sc-sand > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-divide-opacity)) !important; } .divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid !important; } .divide-dashed > :not([hidden]) ~ :not([hidden]) { border-style: dashed !important; } .divide-dotted > :not([hidden]) ~ :not([hidden]) { border-style: dotted !important; } .divide-double > :not([hidden]) ~ :not([hidden]) { border-style: double !important; } .divide-none > :not([hidden]) ~ :not([hidden]) { border-style: none !important; } .divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0 !important; } .divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.05 !important; } .divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.1 !important; } .divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.2 !important; } .divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.25 !important; } .divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.3 !important; } .divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.4 !important; } .divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5 !important; } .divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.6 !important; } .divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.7 !important; } .divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.75 !important; } .divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.8 !important; } .divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.9 !important; } .divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.95 !important; } .divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; } .sr-only { position: absolute !important; 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-width: 0 !important; } .not-sr-only { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .focus-within-sr-only:focus-within { position: absolute !important; 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-width: 0 !important; } .focus-within-not-sr-only:focus-within { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .focus-sr-only:focus { position: absolute !important; 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-width: 0 !important; } .focus-not-sr-only:focus { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .appearance-none { -moz-appearance: none !important; appearance: none !important; } .bg-fixed { background-attachment: fixed !important; } .bg-local { background-attachment: local !important; } .bg-scroll { background-attachment: scroll !important; } .bg-clip-border { background-clip: border-box !important; } .bg-clip-padding { background-clip: padding-box !important; } .bg-clip-content { background-clip: content-box !important; } .bg-clip-text { background-clip: text !important; } .bg-transparent { background-color: transparent !important; } .bg-cw-black { background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .bg-cw-black, .bg-cw-blue { --tw-bg-opacity: 1 !important; } .bg-cw-blue { background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .bg-cw-green { background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .bg-cw-green, .bg-cw-orange { --tw-bg-opacity: 1 !important; } .bg-cw-orange { background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .bg-cw-purple { background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .bg-cw-purple, .bg-cw-red { --tw-bg-opacity: 1 !important; } .bg-cw-red { background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .bg-cw-spring { background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .bg-cw-spring, .bg-cw-teal { --tw-bg-opacity: 1 !important; } .bg-cw-teal { background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .bg-cw-white { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .bg-cw-white, .bg-cw-yellow { --tw-bg-opacity: 1 !important; } .bg-cw-yellow { background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .bg-grey-10 { background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .bg-grey-10, .bg-grey-20 { --tw-bg-opacity: 1 !important; } .bg-grey-20 { background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .bg-grey-30 { background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .bg-grey-30, .bg-grey-40 { --tw-bg-opacity: 1 !important; } .bg-grey-40 { background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .bg-grey-5 { background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .bg-grey-5, .bg-grey-50 { --tw-bg-opacity: 1 !important; } .bg-grey-50 { background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .bg-grey-60 { background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .bg-grey-60, .bg-grey-70 { --tw-bg-opacity: 1 !important; } .bg-grey-70 { background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .bg-sc-teal { background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .bg-sc-green, .bg-sc-teal { --tw-bg-opacity: 1 !important; } .bg-sc-green { background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-transparent { background-color: transparent !important; } .group:hover .group-hover-bg-cw-black { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-blue { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-green { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-orange { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-purple { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-red { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-spring { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-teal { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-white { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-grey-10 { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-grey-20 { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-grey-30 { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-grey-40 { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-grey-5 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-grey-50 { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-grey-60 { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-grey-70 { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-sc-teal { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-sc-green { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .group:hover .group-hover-bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .focus-within-bg-transparent:focus-within { background-color: transparent !important; } .focus-within-bg-cw-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-secondary:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-secondary-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-secondary-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-secondary-300:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-accent:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-accent-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-accent-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-blue-print:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-red:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-spring:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .focus-within-bg-grey-10:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .focus-within-bg-grey-20:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .focus-within-bg-grey-30:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .focus-within-bg-grey-40:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .focus-within-bg-grey-5:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .focus-within-bg-grey-50:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .focus-within-bg-grey-60:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .focus-within-bg-grey-70:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .focus-within-bg-cball-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .focus-within-bg-cball-dark-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .focus-within-bg-cball-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-spring-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-spring-dk-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-spring-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-spring-lt-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-spring-dk-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-spring-med-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-spring-lt-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-spring-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-spring-off-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-spring-peach:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-navy:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .focus-within-bg-cw-dk-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .focus-within-bg-sc-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .focus-within-bg-sc-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .focus-within-bg-sc-sand:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .hover-bg-transparent:hover { background-color: transparent !important; } .hover-bg-cw-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .hover-bg-cw-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .hover-bg-cw-secondary:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .hover-bg-cw-secondary-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .hover-bg-cw-secondary-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .hover-bg-cw-secondary-300:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .hover-bg-cw-accent:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .hover-bg-cw-accent-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .hover-bg-cw-accent-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .hover-bg-cw-blue-print:hover { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .hover-bg-cw-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .hover-bg-cw-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .hover-bg-cw-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .hover-bg-cw-red:hover { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .hover-bg-cw-spring:hover { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .hover-bg-cw-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .hover-bg-cw-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .hover-bg-cw-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .hover-bg-grey-10:hover { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .hover-bg-grey-20:hover { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .hover-bg-grey-30:hover { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .hover-bg-grey-40:hover { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .hover-bg-grey-5:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .hover-bg-grey-50:hover { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .hover-bg-grey-60:hover { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .hover-bg-grey-70:hover { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .hover-bg-cball-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .hover-bg-cball-dark-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .hover-bg-cball-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .hover-bg-cw-spring-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .hover-bg-cw-spring-dk-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .hover-bg-cw-spring-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .hover-bg-cw-spring-lt-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .hover-bg-cw-spring-dk-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .hover-bg-cw-spring-med-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .hover-bg-cw-spring-lt-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .hover-bg-cw-spring-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .hover-bg-cw-spring-off-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .hover-bg-cw-spring-peach:hover { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .hover-bg-cw-navy:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .hover-bg-cw-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .hover-bg-cw-dk-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .hover-bg-sc-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .hover-bg-sc-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .hover-bg-sc-sand:hover { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .focus-bg-transparent:focus { background-color: transparent !important; } .focus-bg-cw-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .focus-bg-cw-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .focus-bg-cw-secondary:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .focus-bg-cw-secondary-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .focus-bg-cw-secondary-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .focus-bg-cw-secondary-300:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .focus-bg-cw-accent:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .focus-bg-cw-accent-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .focus-bg-cw-accent-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .focus-bg-cw-blue-print:focus { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .focus-bg-cw-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .focus-bg-cw-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .focus-bg-cw-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .focus-bg-cw-red:focus { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .focus-bg-cw-spring:focus { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .focus-bg-cw-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .focus-bg-cw-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .focus-bg-cw-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .focus-bg-grey-10:focus { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .focus-bg-grey-20:focus { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .focus-bg-grey-30:focus { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .focus-bg-grey-40:focus { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .focus-bg-grey-5:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .focus-bg-grey-50:focus { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .focus-bg-grey-60:focus { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .focus-bg-grey-70:focus { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .focus-bg-cball-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .focus-bg-cball-dark-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .focus-bg-cball-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .focus-bg-cw-spring-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .focus-bg-cw-spring-dk-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .focus-bg-cw-spring-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .focus-bg-cw-spring-lt-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .focus-bg-cw-spring-dk-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .focus-bg-cw-spring-med-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .focus-bg-cw-spring-lt-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .focus-bg-cw-spring-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .focus-bg-cw-spring-off-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .focus-bg-cw-spring-peach:focus { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .focus-bg-cw-navy:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .focus-bg-cw-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .focus-bg-cw-dk-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .focus-bg-sc-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .focus-bg-sc-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .focus-bg-sc-sand:focus { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .bg-none { background-image: none !important; } .bg-gradient-to-t { background-image: linear-gradient(0deg, var(--tw-gradient-stops)) !important; } .bg-gradient-to-tr { background-image: linear-gradient( to top right, var(--tw-gradient-stops) ) !important; } .bg-gradient-to-r { background-image: linear-gradient(90deg, var(--tw-gradient-stops)) !important; } .bg-gradient-to-br { background-image: linear-gradient( to bottom right, var(--tw-gradient-stops) ) !important; } .bg-gradient-to-b { background-image: linear-gradient( 180deg, var(--tw-gradient-stops) ) !important; } .bg-gradient-to-bl { background-image: linear-gradient( to bottom left, var(--tw-gradient-stops) ) !important; } .bg-gradient-to-l { background-image: linear-gradient( 270deg, var(--tw-gradient-stops) ) !important; } .bg-gradient-to-tl { background-image: linear-gradient( to top left, var(--tw-gradient-stops) ) !important; } .from-transparent { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .from-cw-black { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .from-cw-blue { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .from-cw-secondary { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .from-cw-secondary-100 { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .from-cw-secondary-200 { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .from-cw-secondary-300 { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .from-cw-accent { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .from-cw-accent-100 { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .from-cw-accent-200 { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .from-cw-blue-print { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .from-cw-green { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .from-cw-orange { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .from-cw-purple { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .from-cw-red { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .from-cw-spring { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .from-cw-teal { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .from-cw-white { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .from-cw-yellow { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .from-grey-10 { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .from-grey-20 { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .from-grey-30 { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .from-grey-40 { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .from-grey-5 { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .from-grey-50 { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .from-grey-60 { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .from-grey-70 { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .from-cball-blue { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .from-cball-dark-blue { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .from-cball-purple { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .from-cw-spring-yellow { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .from-cw-spring-dk-blue { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .from-cw-spring-med-blue { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .from-cw-spring-lt-blue { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .from-cw-spring-dk-green { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .from-cw-spring-med-green { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .from-cw-spring-lt-green { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .from-cw-spring-black { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .from-cw-spring-off-white { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .from-cw-spring-peach { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .from-cw-navy { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .from-cw-med-blue { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .from-cw-dk-orange { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .from-sc-teal { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .from-sc-green { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .from-sc-sand { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .via-cw-black { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .via-cw-blue { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .via-cw-secondary { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .via-cw-secondary-100 { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .via-cw-secondary-200 { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .via-cw-secondary-300 { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .via-cw-accent { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .via-cw-accent-100 { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .via-cw-accent-200 { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .via-cw-blue-print { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .via-cw-green { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .via-cw-orange { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .via-cw-purple { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .via-cw-red { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .via-cw-spring { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .via-cw-teal { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .via-cw-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .via-cw-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .via-grey-10 { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .via-grey-20 { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .via-grey-30 { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .via-grey-40 { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .via-grey-5 { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .via-grey-50 { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .via-grey-60 { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .via-grey-70 { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .via-cball-blue { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .via-cball-dark-blue { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .via-cball-purple { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .via-cw-spring-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .via-cw-spring-dk-blue { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .via-cw-spring-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .via-cw-spring-lt-blue { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .via-cw-spring-dk-green { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .via-cw-spring-med-green { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .via-cw-spring-lt-green { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .via-cw-spring-black { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .via-cw-spring-off-white { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .via-cw-spring-peach { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .via-cw-navy { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .via-cw-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .via-cw-dk-orange { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .via-sc-teal { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .via-sc-green { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .via-sc-sand { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .to-transparent { --tw-gradient-to: transparent !important; } .to-cw-black { --tw-gradient-to: #333232 !important; } .to-cw-blue { --tw-gradient-to: #036 !important; } .to-cw-secondary { --tw-gradient-to: #77a8bb !important; } .to-cw-secondary-100 { --tw-gradient-to: #99becc !important; } .to-cw-secondary-200 { --tw-gradient-to: #d6e4ea !important; } .to-cw-secondary-300 { --tw-gradient-to: #f7fcff !important; } .to-cw-accent { --tw-gradient-to: #ffc907 !important; } .to-cw-accent-100 { --tw-gradient-to: #fff7e1 !important; } .to-cw-accent-200 { --tw-gradient-to: #fffbf0 !important; } .to-cw-blue-print { --tw-gradient-to: #5096d0 !important; } .to-cw-green { --tw-gradient-to: #14a947 !important; } .to-cw-orange { --tw-gradient-to: #fe813a !important; } .to-cw-purple { --tw-gradient-to: #9064bf !important; } .to-cw-red { --tw-gradient-to: #fa575d !important; } .to-cw-spring { --tw-gradient-to: #1ba9e0 !important; } .to-cw-teal { --tw-gradient-to: #8ed4cc !important; } .to-cw-white { --tw-gradient-to: #fff !important; } .to-cw-yellow { --tw-gradient-to: #ffca0a !important; } .to-grey-10 { --tw-gradient-to: #f4f5f0 !important; } .to-grey-20 { --tw-gradient-to: #e9eae4 !important; } .to-grey-30 { --tw-gradient-to: #dfdfd7 !important; } .to-grey-40 { --tw-gradient-to: #c1c1ba !important; } .to-grey-5 { --tw-gradient-to: #f7f7f7 !important; } .to-grey-50 { --tw-gradient-to: #9b9b94 !important; } .to-grey-60 { --tw-gradient-to: #71716c !important; } .to-grey-70 { --tw-gradient-to: #515151 !important; } .to-cball-blue { --tw-gradient-to: #576995 !important; } .to-cball-dark-blue { --tw-gradient-to: #354363 !important; } .to-cball-purple { --tw-gradient-to: #0a101f !important; } .to-cw-spring-yellow { --tw-gradient-to: #ffc907 !important; } .to-cw-spring-dk-blue { --tw-gradient-to: #1e2658 !important; } .to-cw-spring-med-blue { --tw-gradient-to: #1080b9 !important; } .to-cw-spring-lt-blue { --tw-gradient-to: #bae3f0 !important; } .to-cw-spring-dk-green { --tw-gradient-to: #004b3d !important; } .to-cw-spring-med-green { --tw-gradient-to: #00ac7f !important; } .to-cw-spring-lt-green { --tw-gradient-to: #b8e3d1 !important; } .to-cw-spring-black { --tw-gradient-to: #1a1a1a !important; } .to-cw-spring-off-white { --tw-gradient-to: #fdf4e2 !important; } .to-cw-spring-peach { --tw-gradient-to: #e88a78 !important; } .to-cw-navy { --tw-gradient-to: #036 !important; } .to-cw-med-blue { --tw-gradient-to: #77a8bb !important; } .to-cw-dk-orange { --tw-gradient-to: #bf6c46 !important; } .to-sc-teal { --tw-gradient-to: #43b29a !important; } .to-sc-green { --tw-gradient-to: #7db87e !important; } .to-sc-sand { --tw-gradient-to: #f9f7e9 !important; } .hover-from-transparent:hover { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .hover-from-cw-black:hover { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .hover-from-cw-blue:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .hover-from-cw-secondary:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .hover-from-cw-secondary-100:hover { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .hover-from-cw-secondary-200:hover { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .hover-from-cw-secondary-300:hover { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .hover-from-cw-accent:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .hover-from-cw-accent-100:hover { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .hover-from-cw-accent-200:hover { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .hover-from-cw-blue-print:hover { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .hover-from-cw-green:hover { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .hover-from-cw-orange:hover { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .hover-from-cw-purple:hover { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .hover-from-cw-red:hover { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .hover-from-cw-spring:hover { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .hover-from-cw-teal:hover { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .hover-from-cw-white:hover { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .hover-from-cw-yellow:hover { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .hover-from-grey-10:hover { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .hover-from-grey-20:hover { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .hover-from-grey-30:hover { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .hover-from-grey-40:hover { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .hover-from-grey-5:hover { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .hover-from-grey-50:hover { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .hover-from-grey-60:hover { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .hover-from-grey-70:hover { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .hover-from-cball-blue:hover { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .hover-from-cball-dark-blue:hover { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .hover-from-cball-purple:hover { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .hover-from-cw-spring-yellow:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .hover-from-cw-spring-dk-blue:hover { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .hover-from-cw-spring-med-blue:hover { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .hover-from-cw-spring-lt-blue:hover { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .hover-from-cw-spring-dk-green:hover { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .hover-from-cw-spring-med-green:hover { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .hover-from-cw-spring-lt-green:hover { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .hover-from-cw-spring-black:hover { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .hover-from-cw-spring-off-white:hover { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .hover-from-cw-spring-peach:hover { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .hover-from-cw-navy:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .hover-from-cw-med-blue:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .hover-from-cw-dk-orange:hover { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .hover-from-sc-teal:hover { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .hover-from-sc-green:hover { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .hover-from-sc-sand:hover { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .hover-via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .hover-via-cw-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .hover-via-cw-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .hover-via-cw-secondary:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .hover-via-cw-secondary-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .hover-via-cw-secondary-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .hover-via-cw-secondary-300:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .hover-via-cw-accent:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .hover-via-cw-accent-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .hover-via-cw-accent-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .hover-via-cw-blue-print:hover { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .hover-via-cw-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .hover-via-cw-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .hover-via-cw-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .hover-via-cw-red:hover { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .hover-via-cw-spring:hover { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .hover-via-cw-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .hover-via-cw-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .hover-via-cw-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .hover-via-grey-10:hover { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .hover-via-grey-20:hover { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .hover-via-grey-30:hover { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .hover-via-grey-40:hover { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .hover-via-grey-5:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .hover-via-grey-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .hover-via-grey-60:hover { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .hover-via-grey-70:hover { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .hover-via-cball-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .hover-via-cball-dark-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .hover-via-cball-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .hover-via-cw-spring-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .hover-via-cw-spring-dk-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .hover-via-cw-spring-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .hover-via-cw-spring-lt-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .hover-via-cw-spring-dk-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .hover-via-cw-spring-med-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .hover-via-cw-spring-lt-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .hover-via-cw-spring-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .hover-via-cw-spring-off-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .hover-via-cw-spring-peach:hover { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .hover-via-cw-navy:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .hover-via-cw-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .hover-via-cw-dk-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .hover-via-sc-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .hover-via-sc-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .hover-via-sc-sand:hover { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .hover-to-transparent:hover { --tw-gradient-to: transparent !important; } .hover-to-cw-black:hover { --tw-gradient-to: #333232 !important; } .hover-to-cw-blue:hover { --tw-gradient-to: #036 !important; } .hover-to-cw-secondary:hover { --tw-gradient-to: #77a8bb !important; } .hover-to-cw-secondary-100:hover { --tw-gradient-to: #99becc !important; } .hover-to-cw-secondary-200:hover { --tw-gradient-to: #d6e4ea !important; } .hover-to-cw-secondary-300:hover { --tw-gradient-to: #f7fcff !important; } .hover-to-cw-accent:hover { --tw-gradient-to: #ffc907 !important; } .hover-to-cw-accent-100:hover { --tw-gradient-to: #fff7e1 !important; } .hover-to-cw-accent-200:hover { --tw-gradient-to: #fffbf0 !important; } .hover-to-cw-blue-print:hover { --tw-gradient-to: #5096d0 !important; } .hover-to-cw-green:hover { --tw-gradient-to: #14a947 !important; } .hover-to-cw-orange:hover { --tw-gradient-to: #fe813a !important; } .hover-to-cw-purple:hover { --tw-gradient-to: #9064bf !important; } .hover-to-cw-red:hover { --tw-gradient-to: #fa575d !important; } .hover-to-cw-spring:hover { --tw-gradient-to: #1ba9e0 !important; } .hover-to-cw-teal:hover { --tw-gradient-to: #8ed4cc !important; } .hover-to-cw-white:hover { --tw-gradient-to: #fff !important; } .hover-to-cw-yellow:hover { --tw-gradient-to: #ffca0a !important; } .hover-to-grey-10:hover { --tw-gradient-to: #f4f5f0 !important; } .hover-to-grey-20:hover { --tw-gradient-to: #e9eae4 !important; } .hover-to-grey-30:hover { --tw-gradient-to: #dfdfd7 !important; } .hover-to-grey-40:hover { --tw-gradient-to: #c1c1ba !important; } .hover-to-grey-5:hover { --tw-gradient-to: #f7f7f7 !important; } .hover-to-grey-50:hover { --tw-gradient-to: #9b9b94 !important; } .hover-to-grey-60:hover { --tw-gradient-to: #71716c !important; } .hover-to-grey-70:hover { --tw-gradient-to: #515151 !important; } .hover-to-cball-blue:hover { --tw-gradient-to: #576995 !important; } .hover-to-cball-dark-blue:hover { --tw-gradient-to: #354363 !important; } .hover-to-cball-purple:hover { --tw-gradient-to: #0a101f !important; } .hover-to-cw-spring-yellow:hover { --tw-gradient-to: #ffc907 !important; } .hover-to-cw-spring-dk-blue:hover { --tw-gradient-to: #1e2658 !important; } .hover-to-cw-spring-med-blue:hover { --tw-gradient-to: #1080b9 !important; } .hover-to-cw-spring-lt-blue:hover { --tw-gradient-to: #bae3f0 !important; } .hover-to-cw-spring-dk-green:hover { --tw-gradient-to: #004b3d !important; } .hover-to-cw-spring-med-green:hover { --tw-gradient-to: #00ac7f !important; } .hover-to-cw-spring-lt-green:hover { --tw-gradient-to: #b8e3d1 !important; } .hover-to-cw-spring-black:hover { --tw-gradient-to: #1a1a1a !important; } .hover-to-cw-spring-off-white:hover { --tw-gradient-to: #fdf4e2 !important; } .hover-to-cw-spring-peach:hover { --tw-gradient-to: #e88a78 !important; } .hover-to-cw-navy:hover { --tw-gradient-to: #036 !important; } .hover-to-cw-med-blue:hover { --tw-gradient-to: #77a8bb !important; } .hover-to-cw-dk-orange:hover { --tw-gradient-to: #bf6c46 !important; } .hover-to-sc-teal:hover { --tw-gradient-to: #43b29a !important; } .hover-to-sc-green:hover { --tw-gradient-to: #7db87e !important; } .hover-to-sc-sand:hover { --tw-gradient-to: #f9f7e9 !important; } .focus-from-transparent:focus { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .focus-from-cw-black:focus { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .focus-from-cw-blue:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .focus-from-cw-secondary:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .focus-from-cw-secondary-100:focus { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .focus-from-cw-secondary-200:focus { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .focus-from-cw-secondary-300:focus { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .focus-from-cw-accent:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .focus-from-cw-accent-100:focus { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .focus-from-cw-accent-200:focus { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .focus-from-cw-blue-print:focus { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .focus-from-cw-green:focus { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .focus-from-cw-orange:focus { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .focus-from-cw-purple:focus { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .focus-from-cw-red:focus { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .focus-from-cw-spring:focus { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .focus-from-cw-teal:focus { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .focus-from-cw-white:focus { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .focus-from-cw-yellow:focus { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .focus-from-grey-10:focus { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .focus-from-grey-20:focus { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .focus-from-grey-30:focus { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .focus-from-grey-40:focus { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .focus-from-grey-5:focus { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .focus-from-grey-50:focus { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .focus-from-grey-60:focus { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .focus-from-grey-70:focus { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .focus-from-cball-blue:focus { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .focus-from-cball-dark-blue:focus { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .focus-from-cball-purple:focus { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .focus-from-cw-spring-yellow:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .focus-from-cw-spring-dk-blue:focus { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .focus-from-cw-spring-med-blue:focus { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .focus-from-cw-spring-lt-blue:focus { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .focus-from-cw-spring-dk-green:focus { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .focus-from-cw-spring-med-green:focus { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .focus-from-cw-spring-lt-green:focus { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .focus-from-cw-spring-black:focus { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .focus-from-cw-spring-off-white:focus { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .focus-from-cw-spring-peach:focus { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .focus-from-cw-navy:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .focus-from-cw-med-blue:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .focus-from-cw-dk-orange:focus { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .focus-from-sc-teal:focus { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .focus-from-sc-green:focus { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .focus-from-sc-sand:focus { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .focus-via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .focus-via-cw-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .focus-via-cw-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .focus-via-cw-secondary:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .focus-via-cw-secondary-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .focus-via-cw-secondary-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .focus-via-cw-secondary-300:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .focus-via-cw-accent:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .focus-via-cw-accent-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .focus-via-cw-accent-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .focus-via-cw-blue-print:focus { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .focus-via-cw-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .focus-via-cw-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .focus-via-cw-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .focus-via-cw-red:focus { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .focus-via-cw-spring:focus { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .focus-via-cw-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .focus-via-cw-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .focus-via-cw-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .focus-via-grey-10:focus { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .focus-via-grey-20:focus { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .focus-via-grey-30:focus { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .focus-via-grey-40:focus { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .focus-via-grey-5:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .focus-via-grey-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .focus-via-grey-60:focus { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .focus-via-grey-70:focus { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .focus-via-cball-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .focus-via-cball-dark-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .focus-via-cball-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .focus-via-cw-spring-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .focus-via-cw-spring-dk-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .focus-via-cw-spring-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .focus-via-cw-spring-lt-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .focus-via-cw-spring-dk-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .focus-via-cw-spring-med-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .focus-via-cw-spring-lt-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .focus-via-cw-spring-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .focus-via-cw-spring-off-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .focus-via-cw-spring-peach:focus { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .focus-via-cw-navy:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .focus-via-cw-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .focus-via-cw-dk-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .focus-via-sc-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .focus-via-sc-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .focus-via-sc-sand:focus { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .focus-to-transparent:focus { --tw-gradient-to: transparent !important; } .focus-to-cw-black:focus { --tw-gradient-to: #333232 !important; } .focus-to-cw-blue:focus { --tw-gradient-to: #036 !important; } .focus-to-cw-secondary:focus { --tw-gradient-to: #77a8bb !important; } .focus-to-cw-secondary-100:focus { --tw-gradient-to: #99becc !important; } .focus-to-cw-secondary-200:focus { --tw-gradient-to: #d6e4ea !important; } .focus-to-cw-secondary-300:focus { --tw-gradient-to: #f7fcff !important; } .focus-to-cw-accent:focus { --tw-gradient-to: #ffc907 !important; } .focus-to-cw-accent-100:focus { --tw-gradient-to: #fff7e1 !important; } .focus-to-cw-accent-200:focus { --tw-gradient-to: #fffbf0 !important; } .focus-to-cw-blue-print:focus { --tw-gradient-to: #5096d0 !important; } .focus-to-cw-green:focus { --tw-gradient-to: #14a947 !important; } .focus-to-cw-orange:focus { --tw-gradient-to: #fe813a !important; } .focus-to-cw-purple:focus { --tw-gradient-to: #9064bf !important; } .focus-to-cw-red:focus { --tw-gradient-to: #fa575d !important; } .focus-to-cw-spring:focus { --tw-gradient-to: #1ba9e0 !important; } .focus-to-cw-teal:focus { --tw-gradient-to: #8ed4cc !important; } .focus-to-cw-white:focus { --tw-gradient-to: #fff !important; } .focus-to-cw-yellow:focus { --tw-gradient-to: #ffca0a !important; } .focus-to-grey-10:focus { --tw-gradient-to: #f4f5f0 !important; } .focus-to-grey-20:focus { --tw-gradient-to: #e9eae4 !important; } .focus-to-grey-30:focus { --tw-gradient-to: #dfdfd7 !important; } .focus-to-grey-40:focus { --tw-gradient-to: #c1c1ba !important; } .focus-to-grey-5:focus { --tw-gradient-to: #f7f7f7 !important; } .focus-to-grey-50:focus { --tw-gradient-to: #9b9b94 !important; } .focus-to-grey-60:focus { --tw-gradient-to: #71716c !important; } .focus-to-grey-70:focus { --tw-gradient-to: #515151 !important; } .focus-to-cball-blue:focus { --tw-gradient-to: #576995 !important; } .focus-to-cball-dark-blue:focus { --tw-gradient-to: #354363 !important; } .focus-to-cball-purple:focus { --tw-gradient-to: #0a101f !important; } .focus-to-cw-spring-yellow:focus { --tw-gradient-to: #ffc907 !important; } .focus-to-cw-spring-dk-blue:focus { --tw-gradient-to: #1e2658 !important; } .focus-to-cw-spring-med-blue:focus { --tw-gradient-to: #1080b9 !important; } .focus-to-cw-spring-lt-blue:focus { --tw-gradient-to: #bae3f0 !important; } .focus-to-cw-spring-dk-green:focus { --tw-gradient-to: #004b3d !important; } .focus-to-cw-spring-med-green:focus { --tw-gradient-to: #00ac7f !important; } .focus-to-cw-spring-lt-green:focus { --tw-gradient-to: #b8e3d1 !important; } .focus-to-cw-spring-black:focus { --tw-gradient-to: #1a1a1a !important; } .focus-to-cw-spring-off-white:focus { --tw-gradient-to: #fdf4e2 !important; } .focus-to-cw-spring-peach:focus { --tw-gradient-to: #e88a78 !important; } .focus-to-cw-navy:focus { --tw-gradient-to: #036 !important; } .focus-to-cw-med-blue:focus { --tw-gradient-to: #77a8bb !important; } .focus-to-cw-dk-orange:focus { --tw-gradient-to: #bf6c46 !important; } .focus-to-sc-teal:focus { --tw-gradient-to: #43b29a !important; } .focus-to-sc-green:focus { --tw-gradient-to: #7db87e !important; } .focus-to-sc-sand:focus { --tw-gradient-to: #f9f7e9 !important; } .bg-opacity-0 { --tw-bg-opacity: 0 !important; } .bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .bg-opacity-100 { --tw-bg-opacity: 1 !important; } .group:hover .group-hover-bg-opacity-0 { --tw-bg-opacity: 0 !important; } .group:hover .group-hover-bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .group:hover .group-hover-bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .group:hover .group-hover-bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .group:hover .group-hover-bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .group:hover .group-hover-bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .group:hover .group-hover-bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .group:hover .group-hover-bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .group:hover .group-hover-bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .group:hover .group-hover-bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .group:hover .group-hover-bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .group:hover .group-hover-bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .group:hover .group-hover-bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .group:hover .group-hover-bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .group:hover .group-hover-bg-opacity-100 { --tw-bg-opacity: 1 !important; } .focus-within-bg-opacity-0:focus-within { --tw-bg-opacity: 0 !important; } .focus-within-bg-opacity-5:focus-within { --tw-bg-opacity: 0.05 !important; } .focus-within-bg-opacity-10:focus-within { --tw-bg-opacity: 0.1 !important; } .focus-within-bg-opacity-20:focus-within { --tw-bg-opacity: 0.2 !important; } .focus-within-bg-opacity-25:focus-within { --tw-bg-opacity: 0.25 !important; } .focus-within-bg-opacity-30:focus-within { --tw-bg-opacity: 0.3 !important; } .focus-within-bg-opacity-40:focus-within { --tw-bg-opacity: 0.4 !important; } .focus-within-bg-opacity-50:focus-within { --tw-bg-opacity: 0.5 !important; } .focus-within-bg-opacity-60:focus-within { --tw-bg-opacity: 0.6 !important; } .focus-within-bg-opacity-70:focus-within { --tw-bg-opacity: 0.7 !important; } .focus-within-bg-opacity-75:focus-within { --tw-bg-opacity: 0.75 !important; } .focus-within-bg-opacity-80:focus-within { --tw-bg-opacity: 0.8 !important; } .focus-within-bg-opacity-90:focus-within { --tw-bg-opacity: 0.9 !important; } .focus-within-bg-opacity-95:focus-within { --tw-bg-opacity: 0.95 !important; } .focus-within-bg-opacity-100:focus-within { --tw-bg-opacity: 1 !important; } .hover-bg-opacity-0:hover { --tw-bg-opacity: 0 !important; } .hover-bg-opacity-5:hover { --tw-bg-opacity: 0.05 !important; } .hover-bg-opacity-10:hover { --tw-bg-opacity: 0.1 !important; } .hover-bg-opacity-20:hover { --tw-bg-opacity: 0.2 !important; } .hover-bg-opacity-25:hover { --tw-bg-opacity: 0.25 !important; } .hover-bg-opacity-30:hover { --tw-bg-opacity: 0.3 !important; } .hover-bg-opacity-40:hover { --tw-bg-opacity: 0.4 !important; } .hover-bg-opacity-50:hover { --tw-bg-opacity: 0.5 !important; } .hover-bg-opacity-60:hover { --tw-bg-opacity: 0.6 !important; } .hover-bg-opacity-70:hover { --tw-bg-opacity: 0.7 !important; } .hover-bg-opacity-75:hover { --tw-bg-opacity: 0.75 !important; } .hover-bg-opacity-80:hover { --tw-bg-opacity: 0.8 !important; } .hover-bg-opacity-90:hover { --tw-bg-opacity: 0.9 !important; } .hover-bg-opacity-95:hover { --tw-bg-opacity: 0.95 !important; } .hover-bg-opacity-100:hover { --tw-bg-opacity: 1 !important; } .focus-bg-opacity-0:focus { --tw-bg-opacity: 0 !important; } .focus-bg-opacity-5:focus { --tw-bg-opacity: 0.05 !important; } .focus-bg-opacity-10:focus { --tw-bg-opacity: 0.1 !important; } .focus-bg-opacity-20:focus { --tw-bg-opacity: 0.2 !important; } .focus-bg-opacity-25:focus { --tw-bg-opacity: 0.25 !important; } .focus-bg-opacity-30:focus { --tw-bg-opacity: 0.3 !important; } .focus-bg-opacity-40:focus { --tw-bg-opacity: 0.4 !important; } .focus-bg-opacity-50:focus { --tw-bg-opacity: 0.5 !important; } .focus-bg-opacity-60:focus { --tw-bg-opacity: 0.6 !important; } .focus-bg-opacity-70:focus { --tw-bg-opacity: 0.7 !important; } .focus-bg-opacity-75:focus { --tw-bg-opacity: 0.75 !important; } .focus-bg-opacity-80:focus { --tw-bg-opacity: 0.8 !important; } .focus-bg-opacity-90:focus { --tw-bg-opacity: 0.9 !important; } .focus-bg-opacity-95:focus { --tw-bg-opacity: 0.95 !important; } .focus-bg-opacity-100:focus { --tw-bg-opacity: 1 !important; } .bg-bottom { background-position: bottom !important; } .bg-center { background-position: 50% !important; } .bg-left { background-position: 0 !important; } .bg-left-bottom { background-position: 0 100% !important; } .bg-left-top { background-position: 0 0 !important; } .bg-right { background-position: 100% !important; } .bg-right-bottom { background-position: 100% 100% !important; } .bg-right-top { background-position: 100% 0 !important; } .bg-top { background-position: top !important; } .bg-repeat { background-repeat: repeat !important; } .bg-no-repeat { background-repeat: no-repeat !important; } .bg-repeat-x { background-repeat: repeat-x !important; } .bg-repeat-y { background-repeat: repeat-y !important; } .bg-repeat-round { background-repeat: round !important; } .bg-repeat-space { background-repeat: space !important; } .bg-auto { background-size: auto !important; } .bg-cover { background-size: cover !important; } .bg-contain { background-size: contain !important; } .border-collapse { border-collapse: collapse !important; } .border-separate { border-collapse: separate !important; } .border-transparent { border-color: transparent !important; } .border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .border-grey-40 { border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .border-grey-5, .border-grey-40 { --tw-border-opacity: 1 !important; } .border-grey-5 { border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-transparent { border-color: transparent !important; } .group:hover .group-hover-border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-grey-40 { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-grey-5 { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .group:hover .group-hover-border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .focus-within-border-transparent:focus-within { border-color: transparent !important; } .focus-within-border-cw-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .focus-within-border-cw-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .focus-within-border-cw-secondary:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .focus-within-border-cw-secondary-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .focus-within-border-cw-secondary-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .focus-within-border-cw-secondary-300:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .focus-within-border-cw-accent:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .focus-within-border-cw-accent-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .focus-within-border-cw-accent-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .focus-within-border-cw-blue-print:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .focus-within-border-cw-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .focus-within-border-cw-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .focus-within-border-cw-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .focus-within-border-cw-red:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .focus-within-border-cw-spring:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .focus-within-border-cw-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .focus-within-border-cw-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .focus-within-border-cw-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .focus-within-border-grey-10:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .focus-within-border-grey-20:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .focus-within-border-grey-30:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .focus-within-border-grey-40:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .focus-within-border-grey-5:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .focus-within-border-grey-50:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .focus-within-border-grey-60:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .focus-within-border-grey-70:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .focus-within-border-cball-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .focus-within-border-cball-dark-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .focus-within-border-cball-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .focus-within-border-cw-spring-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .focus-within-border-cw-spring-dk-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .focus-within-border-cw-spring-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .focus-within-border-cw-spring-lt-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .focus-within-border-cw-spring-dk-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .focus-within-border-cw-spring-med-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .focus-within-border-cw-spring-lt-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .focus-within-border-cw-spring-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .focus-within-border-cw-spring-off-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .focus-within-border-cw-spring-peach:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .focus-within-border-cw-navy:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .focus-within-border-cw-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .focus-within-border-cw-dk-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .focus-within-border-sc-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .focus-within-border-sc-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .focus-within-border-sc-sand:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .hover-border-transparent:hover { border-color: transparent !important; } .hover-border-cw-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .hover-border-cw-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .hover-border-cw-secondary:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .hover-border-cw-secondary-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .hover-border-cw-secondary-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .hover-border-cw-secondary-300:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .hover-border-cw-accent:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .hover-border-cw-accent-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .hover-border-cw-accent-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .hover-border-cw-blue-print:hover { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .hover-border-cw-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .hover-border-cw-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .hover-border-cw-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .hover-border-cw-red:hover { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .hover-border-cw-spring:hover { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .hover-border-cw-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .hover-border-cw-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .hover-border-cw-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .hover-border-grey-10:hover { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .hover-border-grey-20:hover { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .hover-border-grey-30:hover { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .hover-border-grey-40:hover { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .hover-border-grey-5:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .hover-border-grey-50:hover { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .hover-border-grey-60:hover { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .hover-border-grey-70:hover { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .hover-border-cball-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .hover-border-cball-dark-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .hover-border-cball-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .hover-border-cw-spring-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .hover-border-cw-spring-dk-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .hover-border-cw-spring-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .hover-border-cw-spring-lt-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .hover-border-cw-spring-dk-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .hover-border-cw-spring-med-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .hover-border-cw-spring-lt-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .hover-border-cw-spring-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .hover-border-cw-spring-off-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .hover-border-cw-spring-peach:hover { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .hover-border-cw-navy:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .hover-border-cw-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .hover-border-cw-dk-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .hover-border-sc-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .hover-border-sc-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .hover-border-sc-sand:hover { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .focus-border-transparent:focus { border-color: transparent !important; } .focus-border-cw-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .focus-border-cw-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .focus-border-cw-secondary:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .focus-border-cw-secondary-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .focus-border-cw-secondary-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .focus-border-cw-secondary-300:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .focus-border-cw-accent:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .focus-border-cw-accent-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .focus-border-cw-accent-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .focus-border-cw-blue-print:focus { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .focus-border-cw-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .focus-border-cw-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .focus-border-cw-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .focus-border-cw-red:focus { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .focus-border-cw-spring:focus { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .focus-border-cw-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .focus-border-cw-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .focus-border-cw-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .focus-border-grey-10:focus { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .focus-border-grey-20:focus { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .focus-border-grey-30:focus { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .focus-border-grey-40:focus { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .focus-border-grey-5:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .focus-border-grey-50:focus { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .focus-border-grey-60:focus { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .focus-border-grey-70:focus { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .focus-border-cball-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .focus-border-cball-dark-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .focus-border-cball-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .focus-border-cw-spring-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .focus-border-cw-spring-dk-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .focus-border-cw-spring-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .focus-border-cw-spring-lt-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .focus-border-cw-spring-dk-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .focus-border-cw-spring-med-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .focus-border-cw-spring-lt-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .focus-border-cw-spring-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .focus-border-cw-spring-off-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .focus-border-cw-spring-peach:focus { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .focus-border-cw-navy:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .focus-border-cw-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .focus-border-cw-dk-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .focus-border-sc-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .focus-border-sc-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .focus-border-sc-sand:focus { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .border-opacity-0 { --tw-border-opacity: 0 !important; } .border-opacity-5 { --tw-border-opacity: 0.05 !important; } .border-opacity-10 { --tw-border-opacity: 0.1 !important; } .border-opacity-20 { --tw-border-opacity: 0.2 !important; } .border-opacity-25 { --tw-border-opacity: 0.25 !important; } .border-opacity-30 { --tw-border-opacity: 0.3 !important; } .border-opacity-40 { --tw-border-opacity: 0.4 !important; } .border-opacity-50 { --tw-border-opacity: 0.5 !important; } .border-opacity-60 { --tw-border-opacity: 0.6 !important; } .border-opacity-70 { --tw-border-opacity: 0.7 !important; } .border-opacity-75 { --tw-border-opacity: 0.75 !important; } .border-opacity-80 { --tw-border-opacity: 0.8 !important; } .border-opacity-90 { --tw-border-opacity: 0.9 !important; } .border-opacity-95 { --tw-border-opacity: 0.95 !important; } .border-opacity-100 { --tw-border-opacity: 1 !important; } .group:hover .group-hover-border-opacity-0 { --tw-border-opacity: 0 !important; } .group:hover .group-hover-border-opacity-5 { --tw-border-opacity: 0.05 !important; } .group:hover .group-hover-border-opacity-10 { --tw-border-opacity: 0.1 !important; } .group:hover .group-hover-border-opacity-20 { --tw-border-opacity: 0.2 !important; } .group:hover .group-hover-border-opacity-25 { --tw-border-opacity: 0.25 !important; } .group:hover .group-hover-border-opacity-30 { --tw-border-opacity: 0.3 !important; } .group:hover .group-hover-border-opacity-40 { --tw-border-opacity: 0.4 !important; } .group:hover .group-hover-border-opacity-50 { --tw-border-opacity: 0.5 !important; } .group:hover .group-hover-border-opacity-60 { --tw-border-opacity: 0.6 !important; } .group:hover .group-hover-border-opacity-70 { --tw-border-opacity: 0.7 !important; } .group:hover .group-hover-border-opacity-75 { --tw-border-opacity: 0.75 !important; } .group:hover .group-hover-border-opacity-80 { --tw-border-opacity: 0.8 !important; } .group:hover .group-hover-border-opacity-90 { --tw-border-opacity: 0.9 !important; } .group:hover .group-hover-border-opacity-95 { --tw-border-opacity: 0.95 !important; } .group:hover .group-hover-border-opacity-100 { --tw-border-opacity: 1 !important; } .focus-within-border-opacity-0:focus-within { --tw-border-opacity: 0 !important; } .focus-within-border-opacity-5:focus-within { --tw-border-opacity: 0.05 !important; } .focus-within-border-opacity-10:focus-within { --tw-border-opacity: 0.1 !important; } .focus-within-border-opacity-20:focus-within { --tw-border-opacity: 0.2 !important; } .focus-within-border-opacity-25:focus-within { --tw-border-opacity: 0.25 !important; } .focus-within-border-opacity-30:focus-within { --tw-border-opacity: 0.3 !important; } .focus-within-border-opacity-40:focus-within { --tw-border-opacity: 0.4 !important; } .focus-within-border-opacity-50:focus-within { --tw-border-opacity: 0.5 !important; } .focus-within-border-opacity-60:focus-within { --tw-border-opacity: 0.6 !important; } .focus-within-border-opacity-70:focus-within { --tw-border-opacity: 0.7 !important; } .focus-within-border-opacity-75:focus-within { --tw-border-opacity: 0.75 !important; } .focus-within-border-opacity-80:focus-within { --tw-border-opacity: 0.8 !important; } .focus-within-border-opacity-90:focus-within { --tw-border-opacity: 0.9 !important; } .focus-within-border-opacity-95:focus-within { --tw-border-opacity: 0.95 !important; } .focus-within-border-opacity-100:focus-within { --tw-border-opacity: 1 !important; } .hover-border-opacity-0:hover { --tw-border-opacity: 0 !important; } .hover-border-opacity-5:hover { --tw-border-opacity: 0.05 !important; } .hover-border-opacity-10:hover { --tw-border-opacity: 0.1 !important; } .hover-border-opacity-20:hover { --tw-border-opacity: 0.2 !important; } .hover-border-opacity-25:hover { --tw-border-opacity: 0.25 !important; } .hover-border-opacity-30:hover { --tw-border-opacity: 0.3 !important; } .hover-border-opacity-40:hover { --tw-border-opacity: 0.4 !important; } .hover-border-opacity-50:hover { --tw-border-opacity: 0.5 !important; } .hover-border-opacity-60:hover { --tw-border-opacity: 0.6 !important; } .hover-border-opacity-70:hover { --tw-border-opacity: 0.7 !important; } .hover-border-opacity-75:hover { --tw-border-opacity: 0.75 !important; } .hover-border-opacity-80:hover { --tw-border-opacity: 0.8 !important; } .hover-border-opacity-90:hover { --tw-border-opacity: 0.9 !important; } .hover-border-opacity-95:hover { --tw-border-opacity: 0.95 !important; } .hover-border-opacity-100:hover { --tw-border-opacity: 1 !important; } .focus-border-opacity-0:focus { --tw-border-opacity: 0 !important; } .focus-border-opacity-5:focus { --tw-border-opacity: 0.05 !important; } .focus-border-opacity-10:focus { --tw-border-opacity: 0.1 !important; } .focus-border-opacity-20:focus { --tw-border-opacity: 0.2 !important; } .focus-border-opacity-25:focus { --tw-border-opacity: 0.25 !important; } .focus-border-opacity-30:focus { --tw-border-opacity: 0.3 !important; } .focus-border-opacity-40:focus { --tw-border-opacity: 0.4 !important; } .focus-border-opacity-50:focus { --tw-border-opacity: 0.5 !important; } .focus-border-opacity-60:focus { --tw-border-opacity: 0.6 !important; } .focus-border-opacity-70:focus { --tw-border-opacity: 0.7 !important; } .focus-border-opacity-75:focus { --tw-border-opacity: 0.75 !important; } .focus-border-opacity-80:focus { --tw-border-opacity: 0.8 !important; } .focus-border-opacity-90:focus { --tw-border-opacity: 0.9 !important; } .focus-border-opacity-95:focus { --tw-border-opacity: 0.95 !important; } .focus-border-opacity-100:focus { --tw-border-opacity: 1 !important; } .rounded-none { border-radius: 0 !important; } .rounded-sm { border-radius: 0.125rem !important; } .rounded { border-radius: 0.25rem !important; } .rounded-md { border-radius: 0.375rem !important; } .rounded-lg { border-radius: 0.5rem !important; } .rounded-xl { border-radius: 0.75rem !important; } .rounded-2xl { border-radius: 1rem !important; } .rounded-3xl { border-radius: 1.5rem !important; } .rounded-full { border-radius: 9999px !important; } .rounded-t-none { border-top-left-radius: 0 !important; } .rounded-r-none, .rounded-t-none { border-top-right-radius: 0 !important; } .rounded-b-none, .rounded-r-none { border-bottom-right-radius: 0 !important; } .rounded-b-none, .rounded-l-none { border-bottom-left-radius: 0 !important; } .rounded-l-none { border-top-left-radius: 0 !important; } .rounded-t-sm { border-top-left-radius: 0.125rem !important; } .rounded-r-sm, .rounded-t-sm { border-top-right-radius: 0.125rem !important; } .rounded-b-sm, .rounded-r-sm { border-bottom-right-radius: 0.125rem !important; } .rounded-b-sm, .rounded-l-sm { border-bottom-left-radius: 0.125rem !important; } .rounded-l-sm { border-top-left-radius: 0.125rem !important; } .rounded-t { border-top-left-radius: 0.25rem !important; } .rounded-r, .rounded-t { border-top-right-radius: 0.25rem !important; } .rounded-b, .rounded-r { border-bottom-right-radius: 0.25rem !important; } .rounded-b, .rounded-l { border-bottom-left-radius: 0.25rem !important; } .rounded-l { border-top-left-radius: 0.25rem !important; } .rounded-t-md { border-top-left-radius: 0.375rem !important; } .rounded-r-md, .rounded-t-md { border-top-right-radius: 0.375rem !important; } .rounded-b-md, .rounded-r-md { border-bottom-right-radius: 0.375rem !important; } .rounded-b-md, .rounded-l-md { border-bottom-left-radius: 0.375rem !important; } .rounded-l-md { border-top-left-radius: 0.375rem !important; } .rounded-t-lg { border-top-left-radius: 0.5rem !important; } .rounded-r-lg, .rounded-t-lg { border-top-right-radius: 0.5rem !important; } .rounded-b-lg, .rounded-r-lg { border-bottom-right-radius: 0.5rem !important; } .rounded-b-lg, .rounded-l-lg { border-bottom-left-radius: 0.5rem !important; } .rounded-l-lg { border-top-left-radius: 0.5rem !important; } .rounded-t-xl { border-top-left-radius: 0.75rem !important; } .rounded-r-xl, .rounded-t-xl { border-top-right-radius: 0.75rem !important; } .rounded-b-xl, .rounded-r-xl { border-bottom-right-radius: 0.75rem !important; } .rounded-b-xl, .rounded-l-xl { border-bottom-left-radius: 0.75rem !important; } .rounded-l-xl { border-top-left-radius: 0.75rem !important; } .rounded-t-2xl { border-top-left-radius: 1rem !important; } .rounded-r-2xl, .rounded-t-2xl { border-top-right-radius: 1rem !important; } .rounded-b-2xl, .rounded-r-2xl { border-bottom-right-radius: 1rem !important; } .rounded-b-2xl, .rounded-l-2xl { border-bottom-left-radius: 1rem !important; } .rounded-l-2xl { border-top-left-radius: 1rem !important; } .rounded-t-3xl { border-top-left-radius: 1.5rem !important; } .rounded-r-3xl, .rounded-t-3xl { border-top-right-radius: 1.5rem !important; } .rounded-b-3xl, .rounded-r-3xl { border-bottom-right-radius: 1.5rem !important; } .rounded-b-3xl, .rounded-l-3xl { border-bottom-left-radius: 1.5rem !important; } .rounded-l-3xl { border-top-left-radius: 1.5rem !important; } .rounded-t-full { border-top-left-radius: 9999px !important; } .rounded-r-full, .rounded-t-full { border-top-right-radius: 9999px !important; } .rounded-b-full, .rounded-r-full { border-bottom-right-radius: 9999px !important; } .rounded-b-full, .rounded-l-full { border-bottom-left-radius: 9999px !important; } .rounded-l-full { border-top-left-radius: 9999px !important; } .rounded-tl-none { border-top-left-radius: 0 !important; } .rounded-tr-none { border-top-right-radius: 0 !important; } .rounded-br-none { border-bottom-right-radius: 0 !important; } .rounded-bl-none { border-bottom-left-radius: 0 !important; } .rounded-tl-sm { border-top-left-radius: 0.125rem !important; } .rounded-tr-sm { border-top-right-radius: 0.125rem !important; } .rounded-br-sm { border-bottom-right-radius: 0.125rem !important; } .rounded-bl-sm { border-bottom-left-radius: 0.125rem !important; } .rounded-tl { border-top-left-radius: 0.25rem !important; } .rounded-tr { border-top-right-radius: 0.25rem !important; } .rounded-br { border-bottom-right-radius: 0.25rem !important; } .rounded-bl { border-bottom-left-radius: 0.25rem !important; } .rounded-tl-md { border-top-left-radius: 0.375rem !important; } .rounded-tr-md { border-top-right-radius: 0.375rem !important; } .rounded-br-md { border-bottom-right-radius: 0.375rem !important; } .rounded-bl-md { border-bottom-left-radius: 0.375rem !important; } .rounded-tl-lg { border-top-left-radius: 0.5rem !important; } .rounded-tr-lg { border-top-right-radius: 0.5rem !important; } .rounded-br-lg { border-bottom-right-radius: 0.5rem !important; } .rounded-bl-lg { border-bottom-left-radius: 0.5rem !important; } .rounded-tl-xl { border-top-left-radius: 0.75rem !important; } .rounded-tr-xl { border-top-right-radius: 0.75rem !important; } .rounded-br-xl { border-bottom-right-radius: 0.75rem !important; } .rounded-bl-xl { border-bottom-left-radius: 0.75rem !important; } .rounded-tl-2xl { border-top-left-radius: 1rem !important; } .rounded-tr-2xl { border-top-right-radius: 1rem !important; } .rounded-br-2xl { border-bottom-right-radius: 1rem !important; } .rounded-bl-2xl { border-bottom-left-radius: 1rem !important; } .rounded-tl-3xl { border-top-left-radius: 1.5rem !important; } .rounded-tr-3xl { border-top-right-radius: 1.5rem !important; } .rounded-br-3xl { border-bottom-right-radius: 1.5rem !important; } .rounded-bl-3xl { border-bottom-left-radius: 1.5rem !important; } .rounded-tl-full { border-top-left-radius: 9999px !important; } .rounded-tr-full { border-top-right-radius: 9999px !important; } .rounded-br-full { border-bottom-right-radius: 9999px !important; } .rounded-bl-full { border-bottom-left-radius: 9999px !important; } .border-solid { border-style: solid !important; } .border-dashed { border-style: dashed !important; } .border-dotted { border-style: dotted !important; } .border-double { border-style: double !important; } .border-none { border-style: none !important; } .border-0 { border-width: 0 !important; } .border-2 { border-width: 2px !important; } .border-4 { border-width: 4px !important; } .border-8 { border-width: 8px !important; } .border { border-width: 1px !important; } .border-t-0 { border-top-width: 0 !important; } .border-r-0 { border-right-width: 0 !important; } .border-b-0 { border-bottom-width: 0 !important; } .border-l-0 { border-left-width: 0 !important; } .border-t-2 { border-top-width: 2px !important; } .border-r-2 { border-right-width: 2px !important; } .border-b-2 { border-bottom-width: 2px !important; } .border-l-2 { border-left-width: 2px !important; } .border-t-4 { border-top-width: 4px !important; } .border-r-4 { border-right-width: 4px !important; } .border-b-4 { border-bottom-width: 4px !important; } .border-l-4 { border-left-width: 4px !important; } .border-t-8 { border-top-width: 8px !important; } .border-r-8 { border-right-width: 8px !important; } .border-b-8 { border-bottom-width: 8px !important; } .border-l-8 { border-left-width: 8px !important; } .border-t { border-top-width: 1px !important; } .border-r { border-right-width: 1px !important; } .border-b { border-bottom-width: 1px !important; } .border-l { border-left-width: 1px !important; } .box-border { box-sizing: border-box !important; } .box-content { box-sizing: content-box !important; } .cursor-auto { cursor: auto !important; } .cursor-default { cursor: default !important; } .cursor-pointer { cursor: pointer !important; } .cursor-wait { cursor: wait !important; } .cursor-text { cursor: text !important; } .cursor-move { cursor: move !important; } .cursor-not-allowed { cursor: not-allowed !important; } .block { display: block !important; } .inline-block { display: inline-block !important; } .inline { display: inline !important; } .flex { display: flex !important; } .inline-flex { display: inline-flex !important; } .table { display: table !important; } .table-caption { display: table-caption !important; } .table-cell { display: table-cell !important; } .table-column { display: table-column !important; } .table-column-group { display: table-column-group !important; } .table-footer-group { display: table-footer-group !important; } .table-header-group { display: table-header-group !important; } .table-row-group { display: table-row-group !important; } .table-row { display: table-row !important; } .flow-root { display: flow-root !important; } .grid { display: grid !important; } .inline-grid { display: inline-grid !important; } .contents { display: contents !important; } .hidden { display: none !important; } .flex-row { flex-direction: row !important; } .flex-row-reverse { flex-direction: row-reverse !important; } .flex-col { flex-direction: column !important; } .flex-col-reverse { flex-direction: column-reverse !important; } .flex-wrap { flex-wrap: wrap !important; } .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-nowrap { flex-wrap: nowrap !important; } .place-items-auto { place-items: auto !important; } .place-items-start { place-items: start !important; } .place-items-end { place-items: end !important; } .place-items-center { place-items: center !important; } .place-items-stretch { place-items: stretch !important; } .place-content-center { place-content: center !important; } .place-content-start { place-content: start !important; } .place-content-end { place-content: end !important; } .place-content-between { place-content: space-between !important; } .place-content-around { place-content: space-around !important; } .place-content-evenly { place-content: space-evenly !important; } .place-content-stretch { place-content: stretch !important; } .place-self-auto { place-self: auto !important; } .place-self-start { place-self: start !important; } .place-self-end { place-self: end !important; } .place-self-center { place-self: center !important; } .place-self-stretch { place-self: stretch !important; } .items-start { align-items: flex-start !important; } .items-end { align-items: flex-end !important; } .items-center { align-items: center !important; } .items-baseline { align-items: baseline !important; } .items-stretch { align-items: stretch !important; } .content-center { align-content: center !important; } .content-start { align-content: flex-start !important; } .content-end { align-content: flex-end !important; } .content-between { align-content: space-between !important; } .content-around { align-content: space-around !important; } .content-evenly { align-content: space-evenly !important; } .self-auto { align-self: auto !important; } .self-start { align-self: flex-start !important; } .self-end { align-self: flex-end !important; } .self-center { align-self: center !important; } .self-stretch { align-self: stretch !important; } .justify-items-auto { justify-items: auto !important; } .justify-items-start { justify-items: start !important; } .justify-items-end { justify-items: end !important; } .justify-items-center { justify-items: center !important; } .justify-items-stretch { justify-items: stretch !important; } .justify-start { justify-content: flex-start !important; } .justify-end { justify-content: flex-end !important; } .justify-center { justify-content: center !important; } .justify-between { justify-content: space-between !important; } .justify-around { justify-content: space-around !important; } .justify-evenly { justify-content: space-evenly !important; } .justify-self-auto { justify-self: auto !important; } .justify-self-start { justify-self: start !important; } .justify-self-end { justify-self: end !important; } .justify-self-center { justify-self: center !important; } .justify-self-stretch { justify-self: stretch !important; } .flex-1 { flex: 1 1 !important; } .flex-auto { flex: 1 1 auto !important; } .flex-initial { flex: 0 1 auto !important; } .flex-none { flex: none !important; } .flex-grow-0 { flex-grow: 0 !important; } .flex-grow { flex-grow: 1 !important; } .flex-shrink-0 { flex-shrink: 0 !important; } .flex-shrink { flex-shrink: 1 !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-6 { order: 6 !important; } .order-7 { order: 7 !important; } .order-8 { order: 8 !important; } .order-9 { order: 9 !important; } .order-10 { order: 10 !important; } .order-11 { order: 11 !important; } .order-12 { order: 12 !important; } .order-first { order: -9999 !important; } .order-last { order: 9999 !important; } .order-none { order: 0 !important; } .float-right { float: right !important; } .float-left { float: left !important; } .float-none { float: none !important; } .clear-left { clear: left !important; } .clear-right { clear: right !important; } .clear-both { clear: both !important; } .clear-none { clear: none !important; } .font-heading { font-family: Kazimir, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important; } .font-sans { font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important; } .font-mono { font-family: Anonymous Pro, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important; } .font-thin { font-weight: 100 !important; } .font-extralight { font-weight: 200 !important; } .font-light { font-weight: 300 !important; } .font-normal { font-weight: 400 !important; } .font-medium { font-weight: 500 !important; } .font-semibold { font-weight: 600 !important; } .font-bold { font-weight: 700 !important; } .font-extrabold { font-weight: 800 !important; } .font-black { font-weight: 900 !important; } .h-0 { height: 0 !important; } .h-1 { height: 0.25rem !important; } .h-2 { height: 0.5rem !important; } .h-3 { height: 0.75rem !important; } .h-4 { height: 1rem !important; } .h-5 { height: 1.25rem !important; } .h-6 { height: 1.5rem !important; } .h-7 { height: 1.75rem !important; } .h-8 { height: 2rem !important; } .h-9 { height: 2.25rem !important; } .h-10 { height: 2.5rem !important; } .h-11 { height: 2.75rem !important; } .h-12 { height: 3rem !important; } .h-14 { height: 3.5rem !important; } .h-16 { height: 4rem !important; } .h-20 { height: 5rem !important; } .h-24 { height: 6rem !important; } .h-28 { height: 7rem !important; } .h-32 { height: 8rem !important; } .h-36 { height: 9rem !important; } .h-40 { height: 10rem !important; } .h-44 { height: 11rem !important; } .h-48 { height: 12rem !important; } .h-52 { height: 13rem !important; } .h-56 { height: 14rem !important; } .h-60 { height: 15rem !important; } .h-64 { height: 16rem !important; } .h-72 { height: 18rem !important; } .h-80 { height: 20rem !important; } .h-96 { height: 24rem !important; } .h-auto { height: auto !important; } .h-px { height: 1px !important; } .h-0\.5 { height: 0.125rem !important; } .h-1\.5 { height: 0.375rem !important; } .h-2\.5 { height: 0.625rem !important; } .h-3\.5 { height: 0.875rem !important; } .h-1\/2 { height: 50% !important; } .h-1\/3 { height: 33.333333% !important; } .h-2\/3 { height: 66.666667% !important; } .h-1\/4 { height: 25% !important; } .h-2\/4 { height: 50% !important; } .h-3\/4 { height: 75% !important; } .h-1\/5 { height: 20% !important; } .h-2\/5 { height: 40% !important; } .h-3\/5 { height: 60% !important; } .h-4\/5 { height: 80% !important; } .h-1\/6 { height: 16.666667% !important; } .h-2\/6 { height: 33.333333% !important; } .h-3\/6 { height: 50% !important; } .h-4\/6 { height: 66.666667% !important; } .h-5\/6 { height: 83.333333% !important; } .h-full { height: 100% !important; } .h-screen { height: 100vh !important; } .text-xs { font-size: 0.75rem !important; } .text-sm { font-size: 0.875rem !important; } .text-base { font-size: 1rem !important; } .text-lg { font-size: 1.125rem !important; } .text-xl { font-size: 1.25rem !important; } .text-2xl { font-size: 1.5rem !important; } .text-3xl { font-size: 1.875rem !important; } .text-4xl { font-size: 2.25rem !important; } .text-5xl { font-size: 3rem !important; } .text-6xl { font-size: 4rem !important; } .leading-3 { line-height: 0.75rem !important; } .leading-4 { line-height: 1rem !important; } .leading-5 { line-height: 1.25rem !important; } .leading-6 { line-height: 1.5rem !important; } .leading-7 { line-height: 1.75rem !important; } .leading-8 { line-height: 2rem !important; } .leading-9 { line-height: 2.25rem !important; } .leading-10 { line-height: 2.5rem !important; } .leading-none { line-height: 1 !important; } .leading-tight { line-height: 1.25 !important; } .leading-snug { line-height: 1.375 !important; } .leading-normal { line-height: 1.5 !important; } .leading-relaxed { line-height: 1.625 !important; } .leading-loose { line-height: 2 !important; } .list-inside { list-style-position: inside !important; } .list-outside { list-style-position: outside !important; } .list-none { list-style-type: none !important; } .list-disc { list-style-type: disc !important; } .list-decimal { list-style-type: decimal !important; } .m-0 { margin: 0 !important; } .m-1 { margin: 10px !important; } .m-2 { margin: 20px !important; } .m-3 { margin: 40px !important; } .m-4 { margin: 60px !important; } .m-5 { margin: 80px !important; } .m-6 { margin: 100px !important; } .m-7 { margin: 120px !important; } .m-auto { margin: auto !important; } .m-px { margin: 1px !important; } .m-nudge { margin: 5px !important; } .-m-0 { margin: 0 !important; } .-m-1 { margin: -10px !important; } .-m-2 { margin: -20px !important; } .-m-3 { margin: -40px !important; } .-m-4 { margin: -60px !important; } .-m-5 { margin: -80px !important; } .-m-6 { margin: -100px !important; } .-m-px { margin: -1px !important; } .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .my-1 { margin-top: 10px !important; margin-bottom: 10px !important; } .mx-1 { margin-left: 10px !important; margin-right: 10px !important; } .my-2 { margin-top: 20px !important; margin-bottom: 20px !important; } .mx-2 { margin-left: 20px !important; margin-right: 20px !important; } .my-3 { margin-top: 40px !important; margin-bottom: 40px !important; } .mx-3 { margin-left: 40px !important; margin-right: 40px !important; } .my-4 { margin-top: 60px !important; margin-bottom: 60px !important; } .mx-4 { margin-left: 60px !important; margin-right: 60px !important; } .my-5 { margin-top: 80px !important; margin-bottom: 80px !important; } .mx-5 { margin-left: 80px !important; margin-right: 80px !important; } .my-6 { margin-top: 100px !important; margin-bottom: 100px !important; } .mx-6 { margin-left: 100px !important; margin-right: 100px !important; } .my-7 { margin-top: 120px !important; margin-bottom: 120px !important; } .mx-7 { margin-left: 120px !important; margin-right: 120px !important; } .my-auto { margin-top: auto !important; margin-bottom: auto !important; } .mx-auto { margin-left: auto !important; margin-right: auto !important; } .my-px { margin-top: 1px !important; margin-bottom: 1px !important; } .mx-px { margin-left: 1px !important; margin-right: 1px !important; } .my-nudge { margin-top: 5px !important; margin-bottom: 5px !important; } .mx-nudge { margin-left: 5px !important; margin-right: 5px !important; } .-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .-mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .-my-1 { margin-top: -10px !important; margin-bottom: -10px !important; } .-mx-1 { margin-left: -10px !important; margin-right: -10px !important; } .-my-2 { margin-top: -20px !important; margin-bottom: -20px !important; } .-mx-2 { margin-left: -20px !important; margin-right: -20px !important; } .-my-3 { margin-top: -40px !important; margin-bottom: -40px !important; } .-mx-3 { margin-left: -40px !important; margin-right: -40px !important; } .-my-4 { margin-top: -60px !important; margin-bottom: -60px !important; } .-mx-4 { margin-left: -60px !important; margin-right: -60px !important; } .-my-5 { margin-top: -80px !important; margin-bottom: -80px !important; } .-mx-5 { margin-left: -80px !important; margin-right: -80px !important; } .-my-6 { margin-top: -100px !important; margin-bottom: -100px !important; } .-mx-6 { margin-left: -100px !important; margin-right: -100px !important; } .-my-px { margin-top: -1px !important; margin-bottom: -1px !important; } .-mx-px { margin-left: -1px !important; margin-right: -1px !important; } .mt-0 { margin-top: 0 !important; } .mr-0 { margin-right: 0 !important; } .mb-0 { margin-bottom: 0 !important; } .ml-0 { margin-left: 0 !important; } .mt-1 { margin-top: 10px !important; } .mr-1 { margin-right: 10px !important; } .mb-1 { margin-bottom: 10px !important; } .ml-1 { margin-left: 10px !important; } .mt-2 { margin-top: 20px !important; } .mr-2 { margin-right: 20px !important; } .mb-2 { margin-bottom: 20px !important; } .ml-2 { margin-left: 20px !important; } .mt-3 { margin-top: 40px !important; } .mr-3 { margin-right: 40px !important; } .mb-3 { margin-bottom: 40px !important; } .ml-3 { margin-left: 40px !important; } .mt-4 { margin-top: 60px !important; } .mr-4 { margin-right: 60px !important; } .mb-4 { margin-bottom: 60px !important; } .ml-4 { margin-left: 60px !important; } .mt-5 { margin-top: 80px !important; } .mr-5 { margin-right: 80px !important; } .mb-5 { margin-bottom: 80px !important; } .ml-5 { margin-left: 80px !important; } .mt-6 { margin-top: 100px !important; } .mr-6 { margin-right: 100px !important; } .mb-6 { margin-bottom: 100px !important; } .ml-6 { margin-left: 100px !important; } .mt-7 { margin-top: 120px !important; } .mr-7 { margin-right: 120px !important; } .mb-7 { margin-bottom: 120px !important; } .ml-7 { margin-left: 120px !important; } .mt-auto { margin-top: auto !important; } .mr-auto { margin-right: auto !important; } .mb-auto { margin-bottom: auto !important; } .ml-auto { margin-left: auto !important; } .mt-px { margin-top: 1px !important; } .mr-px { margin-right: 1px !important; } .mb-px { margin-bottom: 1px !important; } .ml-px { margin-left: 1px !important; } .mt-nudge { margin-top: 5px !important; } .mr-nudge { margin-right: 5px !important; } .mb-nudge { margin-bottom: 5px !important; } .ml-nudge { margin-left: 5px !important; } .-mt-0 { margin-top: 0 !important; } .-mr-0 { margin-right: 0 !important; } .-mb-0 { margin-bottom: 0 !important; } .-ml-0 { margin-left: 0 !important; } .-mt-1 { margin-top: -10px !important; } .-mr-1 { margin-right: -10px !important; } .-mb-1 { margin-bottom: -10px !important; } .-ml-1 { margin-left: -10px !important; } .-mt-2 { margin-top: -20px !important; } .-mr-2 { margin-right: -20px !important; } .-mb-2 { margin-bottom: -20px !important; } .-ml-2 { margin-left: -20px !important; } .-mt-3 { margin-top: -40px !important; } .-mr-3 { margin-right: -40px !important; } .-mb-3 { margin-bottom: -40px !important; } .-ml-3 { margin-left: -40px !important; } .-mt-4 { margin-top: -60px !important; } .-mr-4 { margin-right: -60px !important; } .-mb-4 { margin-bottom: -60px !important; } .-ml-4 { margin-left: -60px !important; } .-mt-5 { margin-top: -80px !important; } .-mr-5 { margin-right: -80px !important; } .-mb-5 { margin-bottom: -80px !important; } .-ml-5 { margin-left: -80px !important; } .-mt-6 { margin-top: -100px !important; } .-mr-6 { margin-right: -100px !important; } .-mb-6 { margin-bottom: -100px !important; } .-ml-6 { margin-left: -100px !important; } .-mt-px { margin-top: -1px !important; } .-mr-px { margin-right: -1px !important; } .-mb-px { margin-bottom: -1px !important; } .-ml-px { margin-left: -1px !important; } .max-h-0 { max-height: 0 !important; } .max-h-1 { max-height: 0.25rem !important; } .max-h-2 { max-height: 0.5rem !important; } .max-h-3 { max-height: 0.75rem !important; } .max-h-4 { max-height: 1rem !important; } .max-h-5 { max-height: 1.25rem !important; } .max-h-6 { max-height: 1.5rem !important; } .max-h-7 { max-height: 1.75rem !important; } .max-h-8 { max-height: 2rem !important; } .max-h-9 { max-height: 2.25rem !important; } .max-h-10 { max-height: 2.5rem !important; } .max-h-11 { max-height: 2.75rem !important; } .max-h-12 { max-height: 3rem !important; } .max-h-14 { max-height: 3.5rem !important; } .max-h-16 { max-height: 4rem !important; } .max-h-20 { max-height: 5rem !important; } .max-h-24 { max-height: 6rem !important; } .max-h-28 { max-height: 7rem !important; } .max-h-32 { max-height: 8rem !important; } .max-h-36 { max-height: 9rem !important; } .max-h-40 { max-height: 10rem !important; } .max-h-44 { max-height: 11rem !important; } .max-h-48 { max-height: 12rem !important; } .max-h-52 { max-height: 13rem !important; } .max-h-56 { max-height: 14rem !important; } .max-h-60 { max-height: 15rem !important; } .max-h-64 { max-height: 16rem !important; } .max-h-72 { max-height: 18rem !important; } .max-h-80 { max-height: 20rem !important; } .max-h-96 { max-height: 24rem !important; } .max-h-px { max-height: 1px !important; } .max-h-0\.5 { max-height: 0.125rem !important; } .max-h-1\.5 { max-height: 0.375rem !important; } .max-h-2\.5 { max-height: 0.625rem !important; } .max-h-3\.5 { max-height: 0.875rem !important; } .max-h-full { max-height: 100% !important; } .max-h-screen { max-height: 100vh !important; } .max-w-xs { max-width: 400px !important; } .max-w-sm { max-width: 600px !important; } .max-w-md { max-width: 800px !important; } .max-w-lg { max-width: 1000px !important; } .max-w-xl { max-width: 1200px !important; } .max-w-full { max-width: 100% !important; } .min-h-0 { min-height: 0 !important; } .min-h-full { min-height: 100% !important; } .min-h-screen { min-height: 100vh !important; } .min-w-0 { min-width: 0 !important; } .min-w-full { min-width: 100% !important; } .min-w-min { min-width: -moz-min-content !important; min-width: min-content !important; } .min-w-max { min-width: -moz-max-content !important; min-width: max-content !important; } .object-contain { -o-object-fit: contain !important; object-fit: contain !important; } .object-cover { -o-object-fit: cover !important; object-fit: cover !important; } .object-fill { -o-object-fit: fill !important; object-fit: fill !important; } .object-none { -o-object-fit: none !important; object-fit: none !important; } .object-scale-down { -o-object-fit: scale-down !important; object-fit: scale-down !important; } .object-bottom { -o-object-position: bottom !important; object-position: bottom !important; } .object-center { -o-object-position: center !important; object-position: center !important; } .object-left { -o-object-position: left !important; object-position: left !important; } .object-left-bottom { -o-object-position: left bottom !important; object-position: left bottom !important; } .object-left-top { -o-object-position: left top !important; object-position: left top !important; } .object-right { -o-object-position: right !important; object-position: right !important; } .object-right-bottom { -o-object-position: right bottom !important; object-position: right bottom !important; } .object-right-top { -o-object-position: right top !important; object-position: right top !important; } .object-top { -o-object-position: top !important; object-position: top !important; } .opacity-0 { opacity: 0 !important; } .opacity-5 { opacity: 0.05 !important; } .opacity-10 { opacity: 0.1 !important; } .opacity-20 { opacity: 0.2 !important; } .opacity-25 { opacity: 0.25 !important; } .opacity-30 { opacity: 0.3 !important; } .opacity-40 { opacity: 0.4 !important; } .opacity-50 { opacity: 0.5 !important; } .opacity-60 { opacity: 0.6 !important; } .opacity-70 { opacity: 0.7 !important; } .opacity-75 { opacity: 0.75 !important; } .opacity-80 { opacity: 0.8 !important; } .opacity-90 { opacity: 0.9 !important; } .opacity-95 { opacity: 0.95 !important; } .opacity-100 { opacity: 1 !important; } .group:hover .group-hover-opacity-0 { opacity: 0 !important; } .group:hover .group-hover-opacity-5 { opacity: 0.05 !important; } .group:hover .group-hover-opacity-10 { opacity: 0.1 !important; } .group:hover .group-hover-opacity-20 { opacity: 0.2 !important; } .group:hover .group-hover-opacity-25 { opacity: 0.25 !important; } .group:hover .group-hover-opacity-30 { opacity: 0.3 !important; } .group:hover .group-hover-opacity-40 { opacity: 0.4 !important; } .group:hover .group-hover-opacity-50 { opacity: 0.5 !important; } .group:hover .group-hover-opacity-60 { opacity: 0.6 !important; } .group:hover .group-hover-opacity-70 { opacity: 0.7 !important; } .group:hover .group-hover-opacity-75 { opacity: 0.75 !important; } .group:hover .group-hover-opacity-80 { opacity: 0.8 !important; } .group:hover .group-hover-opacity-90 { opacity: 0.9 !important; } .group:hover .group-hover-opacity-95 { opacity: 0.95 !important; } .group:hover .group-hover-opacity-100 { opacity: 1 !important; } .focus-within-opacity-0:focus-within { opacity: 0 !important; } .focus-within-opacity-5:focus-within { opacity: 0.05 !important; } .focus-within-opacity-10:focus-within { opacity: 0.1 !important; } .focus-within-opacity-20:focus-within { opacity: 0.2 !important; } .focus-within-opacity-25:focus-within { opacity: 0.25 !important; } .focus-within-opacity-30:focus-within { opacity: 0.3 !important; } .focus-within-opacity-40:focus-within { opacity: 0.4 !important; } .focus-within-opacity-50:focus-within { opacity: 0.5 !important; } .focus-within-opacity-60:focus-within { opacity: 0.6 !important; } .focus-within-opacity-70:focus-within { opacity: 0.7 !important; } .focus-within-opacity-75:focus-within { opacity: 0.75 !important; } .focus-within-opacity-80:focus-within { opacity: 0.8 !important; } .focus-within-opacity-90:focus-within { opacity: 0.9 !important; } .focus-within-opacity-95:focus-within { opacity: 0.95 !important; } .focus-within-opacity-100:focus-within { opacity: 1 !important; } .hover-opacity-0:hover { opacity: 0 !important; } .hover-opacity-5:hover { opacity: 0.05 !important; } .hover-opacity-10:hover { opacity: 0.1 !important; } .hover-opacity-20:hover { opacity: 0.2 !important; } .hover-opacity-25:hover { opacity: 0.25 !important; } .hover-opacity-30:hover { opacity: 0.3 !important; } .hover-opacity-40:hover { opacity: 0.4 !important; } .hover-opacity-50:hover { opacity: 0.5 !important; } .hover-opacity-60:hover { opacity: 0.6 !important; } .hover-opacity-70:hover { opacity: 0.7 !important; } .hover-opacity-75:hover { opacity: 0.75 !important; } .hover-opacity-80:hover { opacity: 0.8 !important; } .hover-opacity-90:hover { opacity: 0.9 !important; } .hover-opacity-95:hover { opacity: 0.95 !important; } .hover-opacity-100:hover { opacity: 1 !important; } .focus-opacity-0:focus { opacity: 0 !important; } .focus-opacity-5:focus { opacity: 0.05 !important; } .focus-opacity-10:focus { opacity: 0.1 !important; } .focus-opacity-20:focus { opacity: 0.2 !important; } .focus-opacity-25:focus { opacity: 0.25 !important; } .focus-opacity-30:focus { opacity: 0.3 !important; } .focus-opacity-40:focus { opacity: 0.4 !important; } .focus-opacity-50:focus { opacity: 0.5 !important; } .focus-opacity-60:focus { opacity: 0.6 !important; } .focus-opacity-70:focus { opacity: 0.7 !important; } .focus-opacity-75:focus { opacity: 0.75 !important; } .focus-opacity-80:focus { opacity: 0.8 !important; } .focus-opacity-90:focus { opacity: 0.9 !important; } .focus-opacity-95:focus { opacity: 0.95 !important; } .focus-opacity-100:focus { opacity: 1 !important; } .outline-none { outline: 2px solid transparent !important; outline-offset: 2px !important; } .outline-white { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .outline-black { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .focus-within-outline-none:focus-within { outline: 2px solid transparent !important; outline-offset: 2px !important; } .focus-within-outline-white:focus-within { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .focus-within-outline-black:focus-within { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .focus-outline-none:focus { outline: 2px solid transparent !important; outline-offset: 2px !important; } .focus-outline-white:focus { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .focus-outline-black:focus { outline: 2px dotted #000 !important; outline-offset: 2px !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-y-auto { overflow-y: auto !important; } .overflow-x-hidden { overflow-x: hidden !important; } .overflow-y-hidden { overflow-y: hidden !important; } .overflow-x-visible { overflow-x: visible !important; } .overflow-y-visible { overflow-y: visible !important; } .overflow-x-scroll { overflow-x: scroll !important; } .overflow-y-scroll { overflow-y: scroll !important; } .overscroll-auto { -ms-scroll-chaining: chained !important; overscroll-behavior: auto !important; } .overscroll-contain { -ms-scroll-chaining: none !important; overscroll-behavior: contain !important; } .overscroll-none { -ms-scroll-chaining: none !important; overscroll-behavior: none !important; } .overscroll-y-auto { overscroll-behavior-y: auto !important; } .overscroll-y-contain { overscroll-behavior-y: contain !important; } .overscroll-y-none { overscroll-behavior-y: none !important; } .overscroll-x-auto { overscroll-behavior-x: auto !important; } .overscroll-x-contain { overscroll-behavior-x: contain !important; } .overscroll-x-none { overscroll-behavior-x: none !important; } .p-0 { padding: 0 !important; } .p-1 { padding: 10px !important; } .p-2 { padding: 20px !important; } .p-3 { padding: 40px !important; } .p-4 { padding: 60px !important; } .p-5 { padding: 80px !important; } .p-6 { padding: 100px !important; } .p-7 { padding: 120px !important; } .p-px { padding: 1px !important; } .p-nudge { padding: 5px !important; } .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .px-0 { padding-left: 0 !important; padding-right: 0 !important; } .py-1 { padding-top: 10px !important; padding-bottom: 10px !important; } .px-1 { padding-left: 10px !important; padding-right: 10px !important; } .py-2 { padding-top: 20px !important; padding-bottom: 20px !important; } .px-2 { padding-left: 20px !important; padding-right: 20px !important; } .py-3 { padding-top: 40px !important; padding-bottom: 40px !important; } .px-3 { padding-left: 40px !important; padding-right: 40px !important; } .py-4 { padding-top: 60px !important; padding-bottom: 60px !important; } .px-4 { padding-left: 60px !important; padding-right: 60px !important; } .py-5 { padding-top: 80px !important; padding-bottom: 80px !important; } .px-5 { padding-left: 80px !important; padding-right: 80px !important; } .py-6 { padding-top: 100px !important; padding-bottom: 100px !important; } .px-6 { padding-left: 100px !important; padding-right: 100px !important; } .py-7 { padding-top: 120px !important; padding-bottom: 120px !important; } .px-7 { padding-left: 120px !important; padding-right: 120px !important; } .py-px { padding-top: 1px !important; padding-bottom: 1px !important; } .px-px { padding-left: 1px !important; padding-right: 1px !important; } .py-nudge { padding-top: 5px !important; padding-bottom: 5px !important; } .px-nudge { padding-left: 5px !important; padding-right: 5px !important; } .pt-0 { padding-top: 0 !important; } .pr-0 { padding-right: 0 !important; } .pb-0 { padding-bottom: 0 !important; } .pl-0 { padding-left: 0 !important; } .pt-1 { padding-top: 10px !important; } .pr-1 { padding-right: 10px !important; } .pb-1 { padding-bottom: 10px !important; } .pl-1 { padding-left: 10px !important; } .pt-2 { padding-top: 20px !important; } .pr-2 { padding-right: 20px !important; } .pb-2 { padding-bottom: 20px !important; } .pl-2 { padding-left: 20px !important; } .pt-3 { padding-top: 40px !important; } .pr-3 { padding-right: 40px !important; } .pb-3 { padding-bottom: 40px !important; } .pl-3 { padding-left: 40px !important; } .pt-4 { padding-top: 60px !important; } .pr-4 { padding-right: 60px !important; } .pb-4 { padding-bottom: 60px !important; } .pl-4 { padding-left: 60px !important; } .pt-5 { padding-top: 80px !important; } .pr-5 { padding-right: 80px !important; } .pb-5 { padding-bottom: 80px !important; } .pl-5 { padding-left: 80px !important; } .pt-6 { padding-top: 100px !important; } .pr-6 { padding-right: 100px !important; } .pb-6 { padding-bottom: 100px !important; } .pl-6 { padding-left: 100px !important; } .pt-7 { padding-top: 120px !important; } .pr-7 { padding-right: 120px !important; } .pb-7 { padding-bottom: 120px !important; } .pl-7 { padding-left: 120px !important; } .pt-px { padding-top: 1px !important; } .pr-px { padding-right: 1px !important; } .pb-px { padding-bottom: 1px !important; } .pl-px { padding-left: 1px !important; } .pt-nudge { padding-top: 5px !important; } .pr-nudge { padding-right: 5px !important; } .pb-nudge { padding-bottom: 5px !important; } .pl-nudge { padding-left: 5px !important; } .placeholder-transparent::-moz-placeholder { color: transparent !important; } .placeholder-transparent:-ms-input-placeholder { color: transparent !important; } .placeholder-transparent::placeholder { color: transparent !important; } .placeholder-cw-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary-300::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary-300:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-secondary-300::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-accent::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-accent:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-accent::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-accent-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-accent-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-accent-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-accent-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-accent-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-accent-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-blue-print::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-blue-print:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-blue-print::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-red::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-red:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-red::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-10::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-10:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-10::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-20::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-20:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-20::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-30::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-30:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-30::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-40::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-40:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-40::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-5::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-5:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-5::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-50::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-50:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-50::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-60::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-60:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-60::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-70::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-70:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .placeholder-grey-70::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .placeholder-cball-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .placeholder-cball-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .placeholder-cball-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .placeholder-cball-dark-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .placeholder-cball-dark-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .placeholder-cball-dark-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .placeholder-cball-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .placeholder-cball-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .placeholder-cball-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-dk-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-dk-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-dk-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-lt-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-lt-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-lt-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-dk-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-dk-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-dk-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-med-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-med-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-med-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-lt-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-lt-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-lt-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-off-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-off-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-off-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-peach::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-peach:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-spring-peach::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-navy::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-navy:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-navy::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-dk-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-dk-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .placeholder-cw-dk-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .placeholder-sc-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .placeholder-sc-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .placeholder-sc-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .placeholder-sc-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .placeholder-sc-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .placeholder-sc-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .placeholder-sc-sand::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .placeholder-sc-sand:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .placeholder-sc-sand::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-transparent:focus::-moz-placeholder { color: transparent !important; } .focus-placeholder-transparent:focus:-ms-input-placeholder { color: transparent !important; } .focus-placeholder-transparent:focus::placeholder { color: transparent !important; } .focus-placeholder-cw-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-secondary-300:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-accent:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-accent:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-accent:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-accent-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-accent-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-accent-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-accent-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-accent-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-accent-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-blue-print:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-blue-print:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-blue-print:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-red:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-red:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-red:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-10:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-10:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-20:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-20:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-30:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-30:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-40:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-40:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-5:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-5:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-50:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-60:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-60:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-70:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-grey-70:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cball-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cball-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cball-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cball-dark-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cball-dark-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cball-dark-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cball-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cball-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cball-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-dk-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-dk-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-dk-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-lt-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-lt-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-lt-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-dk-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-dk-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-dk-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-med-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-med-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-med-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-lt-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-lt-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-lt-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-off-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-off-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-off-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-peach:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-peach:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-spring-peach:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-navy:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-navy:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-navy:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-dk-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-dk-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-cw-dk-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-sc-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-sc-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-sc-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-sc-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-sc-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-sc-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-sc-sand:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-sc-sand:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .focus-placeholder-sc-sand:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .placeholder-opacity-0:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .placeholder-opacity-0::placeholder { --tw-placeholder-opacity: 0 !important; } .placeholder-opacity-5::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .placeholder-opacity-5:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .placeholder-opacity-5::placeholder { --tw-placeholder-opacity: 0.05 !important; } .placeholder-opacity-10::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .placeholder-opacity-10:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .placeholder-opacity-10::placeholder { --tw-placeholder-opacity: 0.1 !important; } .placeholder-opacity-20::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .placeholder-opacity-20:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .placeholder-opacity-20::placeholder { --tw-placeholder-opacity: 0.2 !important; } .placeholder-opacity-25::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .placeholder-opacity-25:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .placeholder-opacity-25::placeholder { --tw-placeholder-opacity: 0.25 !important; } .placeholder-opacity-30::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .placeholder-opacity-30:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .placeholder-opacity-30::placeholder { --tw-placeholder-opacity: 0.3 !important; } .placeholder-opacity-40::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .placeholder-opacity-40:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .placeholder-opacity-40::placeholder { --tw-placeholder-opacity: 0.4 !important; } .placeholder-opacity-50::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .placeholder-opacity-50:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .placeholder-opacity-50::placeholder { --tw-placeholder-opacity: 0.5 !important; } .placeholder-opacity-60::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .placeholder-opacity-60:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .placeholder-opacity-60::placeholder { --tw-placeholder-opacity: 0.6 !important; } .placeholder-opacity-70::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .placeholder-opacity-70:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .placeholder-opacity-70::placeholder { --tw-placeholder-opacity: 0.7 !important; } .placeholder-opacity-75::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .placeholder-opacity-75:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .placeholder-opacity-75::placeholder { --tw-placeholder-opacity: 0.75 !important; } .placeholder-opacity-80::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .placeholder-opacity-80:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .placeholder-opacity-80::placeholder { --tw-placeholder-opacity: 0.8 !important; } .placeholder-opacity-90::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .placeholder-opacity-90:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .placeholder-opacity-90::placeholder { --tw-placeholder-opacity: 0.9 !important; } .placeholder-opacity-95::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .placeholder-opacity-95:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .placeholder-opacity-95::placeholder { --tw-placeholder-opacity: 0.95 !important; } .placeholder-opacity-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .placeholder-opacity-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .placeholder-opacity-100::placeholder { --tw-placeholder-opacity: 1 !important; } .focus-placeholder-opacity-0:focus::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .focus-placeholder-opacity-0:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .focus-placeholder-opacity-0:focus::placeholder { --tw-placeholder-opacity: 0 !important; } .focus-placeholder-opacity-5:focus::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .focus-placeholder-opacity-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .focus-placeholder-opacity-5:focus::placeholder { --tw-placeholder-opacity: 0.05 !important; } .focus-placeholder-opacity-10:focus::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .focus-placeholder-opacity-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .focus-placeholder-opacity-10:focus::placeholder { --tw-placeholder-opacity: 0.1 !important; } .focus-placeholder-opacity-20:focus::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .focus-placeholder-opacity-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .focus-placeholder-opacity-20:focus::placeholder { --tw-placeholder-opacity: 0.2 !important; } .focus-placeholder-opacity-25:focus::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .focus-placeholder-opacity-25:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .focus-placeholder-opacity-25:focus::placeholder { --tw-placeholder-opacity: 0.25 !important; } .focus-placeholder-opacity-30:focus::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .focus-placeholder-opacity-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .focus-placeholder-opacity-30:focus::placeholder { --tw-placeholder-opacity: 0.3 !important; } .focus-placeholder-opacity-40:focus::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .focus-placeholder-opacity-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .focus-placeholder-opacity-40:focus::placeholder { --tw-placeholder-opacity: 0.4 !important; } .focus-placeholder-opacity-50:focus::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .focus-placeholder-opacity-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .focus-placeholder-opacity-50:focus::placeholder { --tw-placeholder-opacity: 0.5 !important; } .focus-placeholder-opacity-60:focus::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .focus-placeholder-opacity-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .focus-placeholder-opacity-60:focus::placeholder { --tw-placeholder-opacity: 0.6 !important; } .focus-placeholder-opacity-70:focus::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .focus-placeholder-opacity-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .focus-placeholder-opacity-70:focus::placeholder { --tw-placeholder-opacity: 0.7 !important; } .focus-placeholder-opacity-75:focus::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .focus-placeholder-opacity-75:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .focus-placeholder-opacity-75:focus::placeholder { --tw-placeholder-opacity: 0.75 !important; } .focus-placeholder-opacity-80:focus::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .focus-placeholder-opacity-80:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .focus-placeholder-opacity-80:focus::placeholder { --tw-placeholder-opacity: 0.8 !important; } .focus-placeholder-opacity-90:focus::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .focus-placeholder-opacity-90:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .focus-placeholder-opacity-90:focus::placeholder { --tw-placeholder-opacity: 0.9 !important; } .focus-placeholder-opacity-95:focus::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .focus-placeholder-opacity-95:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .focus-placeholder-opacity-95:focus::placeholder { --tw-placeholder-opacity: 0.95 !important; } .focus-placeholder-opacity-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .focus-placeholder-opacity-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .focus-placeholder-opacity-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; } .pointer-events-none { pointer-events: none !important; } .pointer-events-auto { pointer-events: auto !important; } .static { position: static !important; } .fixed { position: fixed !important; } .absolute { position: absolute !important; } .relative { position: relative !important; } .sticky { position: sticky !important; } .inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .inset-1 { top: 10px !important; right: 10px !important; bottom: 10px !important; left: 10px !important; } .inset-2 { top: 20px !important; right: 20px !important; bottom: 20px !important; left: 20px !important; } .inset-3 { top: 40px !important; right: 40px !important; bottom: 40px !important; left: 40px !important; } .inset-4 { top: 60px !important; right: 60px !important; bottom: 60px !important; left: 60px !important; } .inset-auto { top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; } .inset-px { top: 1px !important; right: 1px !important; bottom: 1px !important; left: 1px !important; } .inset-2\/5 { top: 40% !important; right: 40% !important; bottom: 40% !important; left: 40% !important; } .inset-1\/2 { top: 50% !important; right: 50% !important; bottom: 50% !important; left: 50% !important; } .-inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .-inset-1 { top: -10px !important; right: -10px !important; bottom: -10px !important; left: -10px !important; } .-inset-2 { top: -20px !important; right: -20px !important; bottom: -20px !important; left: -20px !important; } .-inset-3 { top: -40px !important; right: -40px !important; bottom: -40px !important; left: -40px !important; } .-inset-4 { top: -60px !important; right: -60px !important; bottom: -60px !important; left: -60px !important; } .-inset-px { top: -1px !important; right: -1px !important; bottom: -1px !important; left: -1px !important; } .inset-y-0 { top: 0 !important; bottom: 0 !important; } .inset-x-0 { right: 0 !important; left: 0 !important; } .inset-y-1 { top: 10px !important; bottom: 10px !important; } .inset-x-1 { right: 10px !important; left: 10px !important; } .inset-y-2 { top: 20px !important; bottom: 20px !important; } .inset-x-2 { right: 20px !important; left: 20px !important; } .inset-y-3 { top: 40px !important; bottom: 40px !important; } .inset-x-3 { right: 40px !important; left: 40px !important; } .inset-y-4 { top: 60px !important; bottom: 60px !important; } .inset-x-4 { right: 60px !important; left: 60px !important; } .inset-y-auto { top: auto !important; bottom: auto !important; } .inset-x-auto { right: auto !important; left: auto !important; } .inset-y-px { top: 1px !important; bottom: 1px !important; } .inset-x-px { right: 1px !important; left: 1px !important; } .inset-y-2\/5 { top: 40% !important; bottom: 40% !important; } .inset-x-2\/5 { right: 40% !important; left: 40% !important; } .inset-y-1\/2 { top: 50% !important; bottom: 50% !important; } .inset-x-1\/2 { right: 50% !important; left: 50% !important; } .-inset-y-0 { top: 0 !important; bottom: 0 !important; } .-inset-x-0 { right: 0 !important; left: 0 !important; } .-inset-y-1 { top: -10px !important; bottom: -10px !important; } .-inset-x-1 { right: -10px !important; left: -10px !important; } .-inset-y-2 { top: -20px !important; bottom: -20px !important; } .-inset-x-2 { right: -20px !important; left: -20px !important; } .-inset-y-3 { top: -40px !important; bottom: -40px !important; } .-inset-x-3 { right: -40px !important; left: -40px !important; } .-inset-y-4 { top: -60px !important; bottom: -60px !important; } .-inset-x-4 { right: -60px !important; left: -60px !important; } .-inset-y-px { top: -1px !important; bottom: -1px !important; } .-inset-x-px { right: -1px !important; left: -1px !important; } .top-0 { top: 0 !important; } .right-0 { right: 0 !important; } .bottom-0 { bottom: 0 !important; } .left-0 { left: 0 !important; } .top-1 { top: 10px !important; } .right-1 { right: 10px !important; } .bottom-1 { bottom: 10px !important; } .left-1 { left: 10px !important; } .top-2 { top: 20px !important; } .right-2 { right: 20px !important; } .bottom-2 { bottom: 20px !important; } .left-2 { left: 20px !important; } .top-3 { top: 40px !important; } .right-3 { right: 40px !important; } .bottom-3 { bottom: 40px !important; } .left-3 { left: 40px !important; } .top-4 { top: 60px !important; } .right-4 { right: 60px !important; } .bottom-4 { bottom: 60px !important; } .left-4 { left: 60px !important; } .top-auto { top: auto !important; } .right-auto { right: auto !important; } .bottom-auto { bottom: auto !important; } .left-auto { left: auto !important; } .top-px { top: 1px !important; } .right-px { right: 1px !important; } .bottom-px { bottom: 1px !important; } .left-px { left: 1px !important; } .top-2\/5 { top: 40% !important; } .right-2\/5 { right: 40% !important; } .bottom-2\/5 { bottom: 40% !important; } .left-2\/5 { left: 40% !important; } .top-1\/2 { top: 50% !important; } .right-1\/2 { right: 50% !important; } .bottom-1\/2 { bottom: 50% !important; } .left-1\/2 { left: 50% !important; } .-top-0 { top: 0 !important; } .-right-0 { right: 0 !important; } .-bottom-0 { bottom: 0 !important; } .-left-0 { left: 0 !important; } .-top-1 { top: -10px !important; } .-right-1 { right: -10px !important; } .-bottom-1 { bottom: -10px !important; } .-left-1 { left: -10px !important; } .-top-2 { top: -20px !important; } .-right-2 { right: -20px !important; } .-bottom-2 { bottom: -20px !important; } .-left-2 { left: -20px !important; } .-top-3 { top: -40px !important; } .-right-3 { right: -40px !important; } .-bottom-3 { bottom: -40px !important; } .-left-3 { left: -40px !important; } .-top-4 { top: -60px !important; } .-right-4 { right: -60px !important; } .-bottom-4 { bottom: -60px !important; } .-left-4 { left: -60px !important; } .-top-px { top: -1px !important; } .-right-px { right: -1px !important; } .-bottom-px { bottom: -1px !important; } .-left-px { left: -1px !important; } .resize-none { resize: none !important; } .resize-y { resize: vertical !important; } .resize-x { resize: horizontal !important; } .resize { resize: both !important; } * { --tw-shadow: 0 0 transparent; } .shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .shadow, .shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .shadow-lg, .shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .shadow-2xl, .shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .shadow-inner, .shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .shadow-none { --tw-shadow: 0 0 transparent !important; } .group:hover .group-hover-shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .group:hover .group-hover-shadow, .group:hover .group-hover-shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .group-hover-shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .group-hover-shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .group:hover .group-hover-shadow-lg, .group:hover .group-hover-shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .group-hover-shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .group:hover .group-hover-shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .group:hover .group-hover-shadow-2xl, .group:hover .group-hover-shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .group-hover-shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .group:hover .group-hover-shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .group-hover-shadow-inner, .group:hover .group-hover-shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .group-hover-shadow-none { --tw-shadow: 0 0 transparent !important; } .focus-within-shadow-sm:focus-within { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .focus-within-shadow:focus-within { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .focus-within-shadow-md:focus-within { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .focus-within-shadow-lg:focus-within { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .focus-within-shadow-xl:focus-within { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .focus-within-shadow-2xl:focus-within { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .focus-within-shadow-inner:focus-within { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .focus-within-shadow-none:focus-within { --tw-shadow: 0 0 transparent !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .hover-shadow-sm:hover { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .hover-shadow-sm:hover, .hover-shadow:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .hover-shadow:hover { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .hover-shadow-md:hover { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .hover-shadow-lg:hover, .hover-shadow-md:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .hover-shadow-lg:hover { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .hover-shadow-xl:hover { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .hover-shadow-2xl:hover, .hover-shadow-xl:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .hover-shadow-2xl:hover { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .hover-shadow-inner:hover { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .hover-shadow-inner:hover, .hover-shadow-none:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .hover-shadow-none:hover { --tw-shadow: 0 0 transparent !important; } .focus-shadow-sm:focus { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .focus-shadow-sm:focus, .focus-shadow:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .focus-shadow:focus { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .focus-shadow-md:focus { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .focus-shadow-lg:focus, .focus-shadow-md:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .focus-shadow-lg:focus { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .focus-shadow-xl:focus { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .focus-shadow-2xl:focus, .focus-shadow-xl:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .focus-shadow-2xl:focus { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .focus-shadow-inner:focus { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .focus-shadow-inner:focus, .focus-shadow-none:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .focus-shadow-none:focus { --tw-shadow: 0 0 transparent !important; } * { --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59, 130, 246, 0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; } .ring-0 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .ring-0, .ring-1 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .ring-1 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .ring-2 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .ring-2, .ring-4 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .ring-4 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .ring-8 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .ring, .ring-8 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .ring { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .ring-inset { --tw-ring-inset: inset !important; } .focus-within-ring-0:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .focus-within-ring-1:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .focus-within-ring-2:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .focus-within-ring-4:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .focus-within-ring-8:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .focus-within-ring:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .focus-within-ring-inset:focus-within { --tw-ring-inset: inset !important; } .focus-ring-0:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .focus-ring-0:focus, .focus-ring-1:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .focus-ring-1:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .focus-ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .focus-ring-2:focus, .focus-ring-4:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .focus-ring-4:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .focus-ring-8:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .focus-ring-8:focus, .focus-ring:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .focus-ring:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .focus-ring-inset:focus { --tw-ring-inset: inset !important; } .ring-offset-transparent { --tw-ring-offset-color: transparent !important; } .ring-offset-cw-black { --tw-ring-offset-color: #333232 !important; } .ring-offset-cw-blue { --tw-ring-offset-color: #036 !important; } .ring-offset-cw-secondary { --tw-ring-offset-color: #77a8bb !important; } .ring-offset-cw-secondary-100 { --tw-ring-offset-color: #99becc !important; } .ring-offset-cw-secondary-200 { --tw-ring-offset-color: #d6e4ea !important; } .ring-offset-cw-secondary-300 { --tw-ring-offset-color: #f7fcff !important; } .ring-offset-cw-accent { --tw-ring-offset-color: #ffc907 !important; } .ring-offset-cw-accent-100 { --tw-ring-offset-color: #fff7e1 !important; } .ring-offset-cw-accent-200 { --tw-ring-offset-color: #fffbf0 !important; } .ring-offset-cw-blue-print { --tw-ring-offset-color: #5096d0 !important; } .ring-offset-cw-green { --tw-ring-offset-color: #14a947 !important; } .ring-offset-cw-orange { --tw-ring-offset-color: #fe813a !important; } .ring-offset-cw-purple { --tw-ring-offset-color: #9064bf !important; } .ring-offset-cw-red { --tw-ring-offset-color: #fa575d !important; } .ring-offset-cw-spring { --tw-ring-offset-color: #1ba9e0 !important; } .ring-offset-cw-teal { --tw-ring-offset-color: #8ed4cc !important; } .ring-offset-cw-white { --tw-ring-offset-color: #fff !important; } .ring-offset-cw-yellow { --tw-ring-offset-color: #ffca0a !important; } .ring-offset-grey-10 { --tw-ring-offset-color: #f4f5f0 !important; } .ring-offset-grey-20 { --tw-ring-offset-color: #e9eae4 !important; } .ring-offset-grey-30 { --tw-ring-offset-color: #dfdfd7 !important; } .ring-offset-grey-40 { --tw-ring-offset-color: #c1c1ba !important; } .ring-offset-grey-5 { --tw-ring-offset-color: #f7f7f7 !important; } .ring-offset-grey-50 { --tw-ring-offset-color: #9b9b94 !important; } .ring-offset-grey-60 { --tw-ring-offset-color: #71716c !important; } .ring-offset-grey-70 { --tw-ring-offset-color: #515151 !important; } .ring-offset-cball-blue { --tw-ring-offset-color: #576995 !important; } .ring-offset-cball-dark-blue { --tw-ring-offset-color: #354363 !important; } .ring-offset-cball-purple { --tw-ring-offset-color: #0a101f !important; } .ring-offset-cw-spring-yellow { --tw-ring-offset-color: #ffc907 !important; } .ring-offset-cw-spring-dk-blue { --tw-ring-offset-color: #1e2658 !important; } .ring-offset-cw-spring-med-blue { --tw-ring-offset-color: #1080b9 !important; } .ring-offset-cw-spring-lt-blue { --tw-ring-offset-color: #bae3f0 !important; } .ring-offset-cw-spring-dk-green { --tw-ring-offset-color: #004b3d !important; } .ring-offset-cw-spring-med-green { --tw-ring-offset-color: #00ac7f !important; } .ring-offset-cw-spring-lt-green { --tw-ring-offset-color: #b8e3d1 !important; } .ring-offset-cw-spring-black { --tw-ring-offset-color: #1a1a1a !important; } .ring-offset-cw-spring-off-white { --tw-ring-offset-color: #fdf4e2 !important; } .ring-offset-cw-spring-peach { --tw-ring-offset-color: #e88a78 !important; } .ring-offset-cw-navy { --tw-ring-offset-color: #036 !important; } .ring-offset-cw-med-blue { --tw-ring-offset-color: #77a8bb !important; } .ring-offset-cw-dk-orange { --tw-ring-offset-color: #bf6c46 !important; } .ring-offset-sc-teal { --tw-ring-offset-color: #43b29a !important; } .ring-offset-sc-green { --tw-ring-offset-color: #7db87e !important; } .ring-offset-sc-sand { --tw-ring-offset-color: #f9f7e9 !important; } .focus-within-ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent !important; } .focus-within-ring-offset-cw-black:focus-within { --tw-ring-offset-color: #333232 !important; } .focus-within-ring-offset-cw-blue:focus-within { --tw-ring-offset-color: #036 !important; } .focus-within-ring-offset-cw-secondary:focus-within { --tw-ring-offset-color: #77a8bb !important; } .focus-within-ring-offset-cw-secondary-100:focus-within { --tw-ring-offset-color: #99becc !important; } .focus-within-ring-offset-cw-secondary-200:focus-within { --tw-ring-offset-color: #d6e4ea !important; } .focus-within-ring-offset-cw-secondary-300:focus-within { --tw-ring-offset-color: #f7fcff !important; } .focus-within-ring-offset-cw-accent:focus-within { --tw-ring-offset-color: #ffc907 !important; } .focus-within-ring-offset-cw-accent-100:focus-within { --tw-ring-offset-color: #fff7e1 !important; } .focus-within-ring-offset-cw-accent-200:focus-within { --tw-ring-offset-color: #fffbf0 !important; } .focus-within-ring-offset-cw-blue-print:focus-within { --tw-ring-offset-color: #5096d0 !important; } .focus-within-ring-offset-cw-green:focus-within { --tw-ring-offset-color: #14a947 !important; } .focus-within-ring-offset-cw-orange:focus-within { --tw-ring-offset-color: #fe813a !important; } .focus-within-ring-offset-cw-purple:focus-within { --tw-ring-offset-color: #9064bf !important; } .focus-within-ring-offset-cw-red:focus-within { --tw-ring-offset-color: #fa575d !important; } .focus-within-ring-offset-cw-spring:focus-within { --tw-ring-offset-color: #1ba9e0 !important; } .focus-within-ring-offset-cw-teal:focus-within { --tw-ring-offset-color: #8ed4cc !important; } .focus-within-ring-offset-cw-white:focus-within { --tw-ring-offset-color: #fff !important; } .focus-within-ring-offset-cw-yellow:focus-within { --tw-ring-offset-color: #ffca0a !important; } .focus-within-ring-offset-grey-10:focus-within { --tw-ring-offset-color: #f4f5f0 !important; } .focus-within-ring-offset-grey-20:focus-within { --tw-ring-offset-color: #e9eae4 !important; } .focus-within-ring-offset-grey-30:focus-within { --tw-ring-offset-color: #dfdfd7 !important; } .focus-within-ring-offset-grey-40:focus-within { --tw-ring-offset-color: #c1c1ba !important; } .focus-within-ring-offset-grey-5:focus-within { --tw-ring-offset-color: #f7f7f7 !important; } .focus-within-ring-offset-grey-50:focus-within { --tw-ring-offset-color: #9b9b94 !important; } .focus-within-ring-offset-grey-60:focus-within { --tw-ring-offset-color: #71716c !important; } .focus-within-ring-offset-grey-70:focus-within { --tw-ring-offset-color: #515151 !important; } .focus-within-ring-offset-cball-blue:focus-within { --tw-ring-offset-color: #576995 !important; } .focus-within-ring-offset-cball-dark-blue:focus-within { --tw-ring-offset-color: #354363 !important; } .focus-within-ring-offset-cball-purple:focus-within { --tw-ring-offset-color: #0a101f !important; } .focus-within-ring-offset-cw-spring-yellow:focus-within { --tw-ring-offset-color: #ffc907 !important; } .focus-within-ring-offset-cw-spring-dk-blue:focus-within { --tw-ring-offset-color: #1e2658 !important; } .focus-within-ring-offset-cw-spring-med-blue:focus-within { --tw-ring-offset-color: #1080b9 !important; } .focus-within-ring-offset-cw-spring-lt-blue:focus-within { --tw-ring-offset-color: #bae3f0 !important; } .focus-within-ring-offset-cw-spring-dk-green:focus-within { --tw-ring-offset-color: #004b3d !important; } .focus-within-ring-offset-cw-spring-med-green:focus-within { --tw-ring-offset-color: #00ac7f !important; } .focus-within-ring-offset-cw-spring-lt-green:focus-within { --tw-ring-offset-color: #b8e3d1 !important; } .focus-within-ring-offset-cw-spring-black:focus-within { --tw-ring-offset-color: #1a1a1a !important; } .focus-within-ring-offset-cw-spring-off-white:focus-within { --tw-ring-offset-color: #fdf4e2 !important; } .focus-within-ring-offset-cw-spring-peach:focus-within { --tw-ring-offset-color: #e88a78 !important; } .focus-within-ring-offset-cw-navy:focus-within { --tw-ring-offset-color: #036 !important; } .focus-within-ring-offset-cw-med-blue:focus-within { --tw-ring-offset-color: #77a8bb !important; } .focus-within-ring-offset-cw-dk-orange:focus-within { --tw-ring-offset-color: #bf6c46 !important; } .focus-within-ring-offset-sc-teal:focus-within { --tw-ring-offset-color: #43b29a !important; } .focus-within-ring-offset-sc-green:focus-within { --tw-ring-offset-color: #7db87e !important; } .focus-within-ring-offset-sc-sand:focus-within { --tw-ring-offset-color: #f9f7e9 !important; } .focus-ring-offset-transparent:focus { --tw-ring-offset-color: transparent !important; } .focus-ring-offset-cw-black:focus { --tw-ring-offset-color: #333232 !important; } .focus-ring-offset-cw-blue:focus { --tw-ring-offset-color: #036 !important; } .focus-ring-offset-cw-secondary:focus { --tw-ring-offset-color: #77a8bb !important; } .focus-ring-offset-cw-secondary-100:focus { --tw-ring-offset-color: #99becc !important; } .focus-ring-offset-cw-secondary-200:focus { --tw-ring-offset-color: #d6e4ea !important; } .focus-ring-offset-cw-secondary-300:focus { --tw-ring-offset-color: #f7fcff !important; } .focus-ring-offset-cw-accent:focus { --tw-ring-offset-color: #ffc907 !important; } .focus-ring-offset-cw-accent-100:focus { --tw-ring-offset-color: #fff7e1 !important; } .focus-ring-offset-cw-accent-200:focus { --tw-ring-offset-color: #fffbf0 !important; } .focus-ring-offset-cw-blue-print:focus { --tw-ring-offset-color: #5096d0 !important; } .focus-ring-offset-cw-green:focus { --tw-ring-offset-color: #14a947 !important; } .focus-ring-offset-cw-orange:focus { --tw-ring-offset-color: #fe813a !important; } .focus-ring-offset-cw-purple:focus { --tw-ring-offset-color: #9064bf !important; } .focus-ring-offset-cw-red:focus { --tw-ring-offset-color: #fa575d !important; } .focus-ring-offset-cw-spring:focus { --tw-ring-offset-color: #1ba9e0 !important; } .focus-ring-offset-cw-teal:focus { --tw-ring-offset-color: #8ed4cc !important; } .focus-ring-offset-cw-white:focus { --tw-ring-offset-color: #fff !important; } .focus-ring-offset-cw-yellow:focus { --tw-ring-offset-color: #ffca0a !important; } .focus-ring-offset-grey-10:focus { --tw-ring-offset-color: #f4f5f0 !important; } .focus-ring-offset-grey-20:focus { --tw-ring-offset-color: #e9eae4 !important; } .focus-ring-offset-grey-30:focus { --tw-ring-offset-color: #dfdfd7 !important; } .focus-ring-offset-grey-40:focus { --tw-ring-offset-color: #c1c1ba !important; } .focus-ring-offset-grey-5:focus { --tw-ring-offset-color: #f7f7f7 !important; } .focus-ring-offset-grey-50:focus { --tw-ring-offset-color: #9b9b94 !important; } .focus-ring-offset-grey-60:focus { --tw-ring-offset-color: #71716c !important; } .focus-ring-offset-grey-70:focus { --tw-ring-offset-color: #515151 !important; } .focus-ring-offset-cball-blue:focus { --tw-ring-offset-color: #576995 !important; } .focus-ring-offset-cball-dark-blue:focus { --tw-ring-offset-color: #354363 !important; } .focus-ring-offset-cball-purple:focus { --tw-ring-offset-color: #0a101f !important; } .focus-ring-offset-cw-spring-yellow:focus { --tw-ring-offset-color: #ffc907 !important; } .focus-ring-offset-cw-spring-dk-blue:focus { --tw-ring-offset-color: #1e2658 !important; } .focus-ring-offset-cw-spring-med-blue:focus { --tw-ring-offset-color: #1080b9 !important; } .focus-ring-offset-cw-spring-lt-blue:focus { --tw-ring-offset-color: #bae3f0 !important; } .focus-ring-offset-cw-spring-dk-green:focus { --tw-ring-offset-color: #004b3d !important; } .focus-ring-offset-cw-spring-med-green:focus { --tw-ring-offset-color: #00ac7f !important; } .focus-ring-offset-cw-spring-lt-green:focus { --tw-ring-offset-color: #b8e3d1 !important; } .focus-ring-offset-cw-spring-black:focus { --tw-ring-offset-color: #1a1a1a !important; } .focus-ring-offset-cw-spring-off-white:focus { --tw-ring-offset-color: #fdf4e2 !important; } .focus-ring-offset-cw-spring-peach:focus { --tw-ring-offset-color: #e88a78 !important; } .focus-ring-offset-cw-navy:focus { --tw-ring-offset-color: #036 !important; } .focus-ring-offset-cw-med-blue:focus { --tw-ring-offset-color: #77a8bb !important; } .focus-ring-offset-cw-dk-orange:focus { --tw-ring-offset-color: #bf6c46 !important; } .focus-ring-offset-sc-teal:focus { --tw-ring-offset-color: #43b29a !important; } .focus-ring-offset-sc-green:focus { --tw-ring-offset-color: #7db87e !important; } .focus-ring-offset-sc-sand:focus { --tw-ring-offset-color: #f9f7e9 !important; } .ring-offset-0 { --tw-ring-offset-width: 0px !important; } .ring-offset-1 { --tw-ring-offset-width: 1px !important; } .ring-offset-2 { --tw-ring-offset-width: 2px !important; } .ring-offset-4 { --tw-ring-offset-width: 4px !important; } .ring-offset-8 { --tw-ring-offset-width: 8px !important; } .focus-within-ring-offset-0:focus-within { --tw-ring-offset-width: 0px !important; } .focus-within-ring-offset-1:focus-within { --tw-ring-offset-width: 1px !important; } .focus-within-ring-offset-2:focus-within { --tw-ring-offset-width: 2px !important; } .focus-within-ring-offset-4:focus-within { --tw-ring-offset-width: 4px !important; } .focus-within-ring-offset-8:focus-within { --tw-ring-offset-width: 8px !important; } .focus-ring-offset-0:focus { --tw-ring-offset-width: 0px !important; } .focus-ring-offset-1:focus { --tw-ring-offset-width: 1px !important; } .focus-ring-offset-2:focus { --tw-ring-offset-width: 2px !important; } .focus-ring-offset-4:focus { --tw-ring-offset-width: 4px !important; } .focus-ring-offset-8:focus { --tw-ring-offset-width: 8px !important; } .ring-transparent { --tw-ring-color: transparent !important; } .ring-cw-black { --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .ring-cw-black, .ring-cw-blue { --tw-ring-opacity: 1 !important; } .ring-cw-blue { --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .ring-cw-secondary { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .ring-cw-secondary-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .ring-cw-secondary-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .ring-cw-secondary-300 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .ring-cw-accent { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .ring-cw-accent-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .ring-cw-accent-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .ring-cw-blue-print { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .ring-cw-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .ring-cw-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .ring-cw-purple { --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .ring-cw-purple, .ring-cw-red { --tw-ring-opacity: 1 !important; } .ring-cw-red { --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .ring-cw-spring { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .ring-cw-teal { --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .ring-cw-teal, .ring-cw-white { --tw-ring-opacity: 1 !important; } .ring-cw-white { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .ring-cw-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .ring-grey-10 { --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .ring-grey-10, .ring-grey-20 { --tw-ring-opacity: 1 !important; } .ring-grey-20 { --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .ring-grey-30 { --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .ring-grey-30, .ring-grey-40 { --tw-ring-opacity: 1 !important; } .ring-grey-40 { --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .ring-grey-5 { --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .ring-grey-5, .ring-grey-50 { --tw-ring-opacity: 1 !important; } .ring-grey-50 { --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .ring-grey-60 { --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .ring-grey-60, .ring-grey-70 { --tw-ring-opacity: 1 !important; } .ring-grey-70 { --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .ring-cball-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .ring-cball-dark-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .ring-cball-purple { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .ring-cw-spring-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .ring-cw-spring-dk-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .ring-cw-spring-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .ring-cw-spring-lt-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .ring-cw-spring-dk-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .ring-cw-spring-med-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .ring-cw-spring-lt-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .ring-cw-spring-black { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .ring-cw-spring-off-white { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .ring-cw-spring-peach { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .ring-cw-navy { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .ring-cw-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .ring-cw-dk-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .ring-sc-teal { --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .ring-sc-green, .ring-sc-teal { --tw-ring-opacity: 1 !important; } .ring-sc-green { --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .ring-sc-sand { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .focus-within-ring-transparent:focus-within { --tw-ring-color: transparent !important; } .focus-within-ring-cw-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-secondary:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-secondary-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-secondary-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-secondary-300:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-accent:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-accent-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-accent-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-blue-print:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-red:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-spring:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .focus-within-ring-grey-10:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .focus-within-ring-grey-20:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .focus-within-ring-grey-30:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .focus-within-ring-grey-40:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .focus-within-ring-grey-5:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .focus-within-ring-grey-50:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .focus-within-ring-grey-60:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .focus-within-ring-grey-70:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .focus-within-ring-cball-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .focus-within-ring-cball-dark-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .focus-within-ring-cball-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-spring-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-spring-dk-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-spring-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-spring-lt-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-spring-dk-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-spring-med-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-spring-lt-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-spring-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-spring-off-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-spring-peach:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-navy:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .focus-within-ring-cw-dk-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .focus-within-ring-sc-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .focus-within-ring-sc-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .focus-within-ring-sc-sand:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .focus-ring-transparent:focus { --tw-ring-color: transparent !important; } .focus-ring-cw-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .focus-ring-cw-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .focus-ring-cw-secondary:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .focus-ring-cw-secondary-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .focus-ring-cw-secondary-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .focus-ring-cw-secondary-300:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .focus-ring-cw-accent:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .focus-ring-cw-accent-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .focus-ring-cw-accent-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .focus-ring-cw-blue-print:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .focus-ring-cw-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .focus-ring-cw-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .focus-ring-cw-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .focus-ring-cw-red:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .focus-ring-cw-spring:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .focus-ring-cw-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .focus-ring-cw-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .focus-ring-cw-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .focus-ring-grey-10:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .focus-ring-grey-20:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .focus-ring-grey-30:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .focus-ring-grey-40:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .focus-ring-grey-5:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .focus-ring-grey-50:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .focus-ring-grey-60:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .focus-ring-grey-70:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .focus-ring-cball-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .focus-ring-cball-dark-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .focus-ring-cball-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .focus-ring-cw-spring-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .focus-ring-cw-spring-dk-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .focus-ring-cw-spring-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .focus-ring-cw-spring-lt-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .focus-ring-cw-spring-dk-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .focus-ring-cw-spring-med-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .focus-ring-cw-spring-lt-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .focus-ring-cw-spring-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .focus-ring-cw-spring-off-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .focus-ring-cw-spring-peach:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .focus-ring-cw-navy:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .focus-ring-cw-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .focus-ring-cw-dk-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .focus-ring-sc-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .focus-ring-sc-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .focus-ring-sc-sand:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .ring-opacity-0 { --tw-ring-opacity: 0 !important; } .ring-opacity-5 { --tw-ring-opacity: 0.05 !important; } .ring-opacity-10 { --tw-ring-opacity: 0.1 !important; } .ring-opacity-20 { --tw-ring-opacity: 0.2 !important; } .ring-opacity-25 { --tw-ring-opacity: 0.25 !important; } .ring-opacity-30 { --tw-ring-opacity: 0.3 !important; } .ring-opacity-40 { --tw-ring-opacity: 0.4 !important; } .ring-opacity-50 { --tw-ring-opacity: 0.5 !important; } .ring-opacity-60 { --tw-ring-opacity: 0.6 !important; } .ring-opacity-70 { --tw-ring-opacity: 0.7 !important; } .ring-opacity-75 { --tw-ring-opacity: 0.75 !important; } .ring-opacity-80 { --tw-ring-opacity: 0.8 !important; } .ring-opacity-90 { --tw-ring-opacity: 0.9 !important; } .ring-opacity-95 { --tw-ring-opacity: 0.95 !important; } .ring-opacity-100 { --tw-ring-opacity: 1 !important; } .focus-within-ring-opacity-0:focus-within { --tw-ring-opacity: 0 !important; } .focus-within-ring-opacity-5:focus-within { --tw-ring-opacity: 0.05 !important; } .focus-within-ring-opacity-10:focus-within { --tw-ring-opacity: 0.1 !important; } .focus-within-ring-opacity-20:focus-within { --tw-ring-opacity: 0.2 !important; } .focus-within-ring-opacity-25:focus-within { --tw-ring-opacity: 0.25 !important; } .focus-within-ring-opacity-30:focus-within { --tw-ring-opacity: 0.3 !important; } .focus-within-ring-opacity-40:focus-within { --tw-ring-opacity: 0.4 !important; } .focus-within-ring-opacity-50:focus-within { --tw-ring-opacity: 0.5 !important; } .focus-within-ring-opacity-60:focus-within { --tw-ring-opacity: 0.6 !important; } .focus-within-ring-opacity-70:focus-within { --tw-ring-opacity: 0.7 !important; } .focus-within-ring-opacity-75:focus-within { --tw-ring-opacity: 0.75 !important; } .focus-within-ring-opacity-80:focus-within { --tw-ring-opacity: 0.8 !important; } .focus-within-ring-opacity-90:focus-within { --tw-ring-opacity: 0.9 !important; } .focus-within-ring-opacity-95:focus-within { --tw-ring-opacity: 0.95 !important; } .focus-within-ring-opacity-100:focus-within { --tw-ring-opacity: 1 !important; } .focus-ring-opacity-0:focus { --tw-ring-opacity: 0 !important; } .focus-ring-opacity-5:focus { --tw-ring-opacity: 0.05 !important; } .focus-ring-opacity-10:focus { --tw-ring-opacity: 0.1 !important; } .focus-ring-opacity-20:focus { --tw-ring-opacity: 0.2 !important; } .focus-ring-opacity-25:focus { --tw-ring-opacity: 0.25 !important; } .focus-ring-opacity-30:focus { --tw-ring-opacity: 0.3 !important; } .focus-ring-opacity-40:focus { --tw-ring-opacity: 0.4 !important; } .focus-ring-opacity-50:focus { --tw-ring-opacity: 0.5 !important; } .focus-ring-opacity-60:focus { --tw-ring-opacity: 0.6 !important; } .focus-ring-opacity-70:focus { --tw-ring-opacity: 0.7 !important; } .focus-ring-opacity-75:focus { --tw-ring-opacity: 0.75 !important; } .focus-ring-opacity-80:focus { --tw-ring-opacity: 0.8 !important; } .focus-ring-opacity-90:focus { --tw-ring-opacity: 0.9 !important; } .focus-ring-opacity-95:focus { --tw-ring-opacity: 0.95 !important; } .focus-ring-opacity-100:focus { --tw-ring-opacity: 1 !important; } .fill-current { fill: currentColor !important; } .stroke-current { stroke: currentColor !important; } .stroke-0 { stroke-width: 0 !important; } .stroke-1 { stroke-width: 1 !important; } .stroke-2 { stroke-width: 2 !important; } .table-auto { table-layout: auto !important; } .table-fixed { table-layout: fixed !important; } .text-left { text-align: left !important; } .text-center { text-align: center !important; } .text-right { text-align: right !important; } .text-justify { text-align: justify !important; } .text-transparent { color: transparent !important; } .text-cw-black { color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .text-cw-black, .text-cw-blue { --tw-text-opacity: 1 !important; } .text-cw-blue { color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .text-cw-purple { color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .text-cw-purple, .text-cw-red { --tw-text-opacity: 1 !important; } .text-cw-red { color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .text-cw-teal { color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .text-cw-teal, .text-cw-white { --tw-text-opacity: 1 !important; } .text-cw-white { color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .text-grey-10 { color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .text-grey-10, .text-grey-20 { --tw-text-opacity: 1 !important; } .text-grey-20 { color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .text-grey-30 { color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .text-grey-30, .text-grey-40 { --tw-text-opacity: 1 !important; } .text-grey-40 { color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .text-grey-5 { color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .text-grey-5, .text-grey-50 { --tw-text-opacity: 1 !important; } .text-grey-50 { color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .text-grey-60 { color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .text-grey-60, .text-grey-70 { --tw-text-opacity: 1 !important; } .text-grey-70 { color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .text-sc-teal { color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .text-sc-green, .text-sc-teal { --tw-text-opacity: 1 !important; } .text-sc-green { color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-transparent { color: transparent !important; } .group:hover .group-hover-text-cw-black { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-blue { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-purple { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-red { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-teal { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-white { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-grey-10 { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-grey-20 { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-grey-30 { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-grey-40 { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-grey-5 { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-grey-50 { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-grey-60 { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-grey-70 { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-sc-teal { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-sc-green { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .group:hover .group-hover-text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .focus-within-text-transparent:focus-within { color: transparent !important; } .focus-within-text-cw-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .focus-within-text-cw-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .focus-within-text-cw-secondary:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .focus-within-text-cw-secondary-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .focus-within-text-cw-secondary-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .focus-within-text-cw-secondary-300:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .focus-within-text-cw-accent:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .focus-within-text-cw-accent-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .focus-within-text-cw-accent-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .focus-within-text-cw-blue-print:focus-within { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .focus-within-text-cw-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .focus-within-text-cw-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .focus-within-text-cw-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .focus-within-text-cw-red:focus-within { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .focus-within-text-cw-spring:focus-within { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .focus-within-text-cw-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .focus-within-text-cw-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .focus-within-text-cw-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .focus-within-text-grey-10:focus-within { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .focus-within-text-grey-20:focus-within { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .focus-within-text-grey-30:focus-within { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .focus-within-text-grey-40:focus-within { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .focus-within-text-grey-5:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .focus-within-text-grey-50:focus-within { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .focus-within-text-grey-60:focus-within { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .focus-within-text-grey-70:focus-within { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .focus-within-text-cball-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .focus-within-text-cball-dark-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .focus-within-text-cball-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .focus-within-text-cw-spring-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .focus-within-text-cw-spring-dk-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .focus-within-text-cw-spring-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .focus-within-text-cw-spring-lt-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .focus-within-text-cw-spring-dk-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .focus-within-text-cw-spring-med-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .focus-within-text-cw-spring-lt-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .focus-within-text-cw-spring-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .focus-within-text-cw-spring-off-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .focus-within-text-cw-spring-peach:focus-within { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .focus-within-text-cw-navy:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .focus-within-text-cw-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .focus-within-text-cw-dk-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .focus-within-text-sc-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .focus-within-text-sc-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .focus-within-text-sc-sand:focus-within { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .hover-text-transparent:hover { color: transparent !important; } .hover-text-cw-black:hover { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .hover-text-cw-blue:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .hover-text-cw-secondary:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .hover-text-cw-secondary-100:hover { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .hover-text-cw-secondary-200:hover { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .hover-text-cw-secondary-300:hover { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .hover-text-cw-accent:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .hover-text-cw-accent-100:hover { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .hover-text-cw-accent-200:hover { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .hover-text-cw-blue-print:hover { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .hover-text-cw-green:hover { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .hover-text-cw-orange:hover { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .hover-text-cw-purple:hover { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .hover-text-cw-red:hover { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .hover-text-cw-spring:hover { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .hover-text-cw-teal:hover { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .hover-text-cw-white:hover { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .hover-text-cw-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .hover-text-grey-10:hover { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .hover-text-grey-20:hover { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .hover-text-grey-30:hover { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .hover-text-grey-40:hover { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .hover-text-grey-5:hover { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .hover-text-grey-50:hover { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .hover-text-grey-60:hover { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .hover-text-grey-70:hover { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .hover-text-cball-blue:hover { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .hover-text-cball-dark-blue:hover { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .hover-text-cball-purple:hover { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .hover-text-cw-spring-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .hover-text-cw-spring-dk-blue:hover { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .hover-text-cw-spring-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .hover-text-cw-spring-lt-blue:hover { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .hover-text-cw-spring-dk-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .hover-text-cw-spring-med-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .hover-text-cw-spring-lt-green:hover { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .hover-text-cw-spring-black:hover { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .hover-text-cw-spring-off-white:hover { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .hover-text-cw-spring-peach:hover { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .hover-text-cw-navy:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .hover-text-cw-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .hover-text-cw-dk-orange:hover { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .hover-text-sc-teal:hover { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .hover-text-sc-green:hover { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .hover-text-sc-sand:hover { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .focus-text-transparent:focus { color: transparent !important; } .focus-text-cw-black:focus { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .focus-text-cw-blue:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .focus-text-cw-secondary:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .focus-text-cw-secondary-100:focus { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .focus-text-cw-secondary-200:focus { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .focus-text-cw-secondary-300:focus { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .focus-text-cw-accent:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .focus-text-cw-accent-100:focus { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .focus-text-cw-accent-200:focus { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .focus-text-cw-blue-print:focus { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .focus-text-cw-green:focus { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .focus-text-cw-orange:focus { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .focus-text-cw-purple:focus { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .focus-text-cw-red:focus { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .focus-text-cw-spring:focus { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .focus-text-cw-teal:focus { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .focus-text-cw-white:focus { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .focus-text-cw-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .focus-text-grey-10:focus { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .focus-text-grey-20:focus { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .focus-text-grey-30:focus { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .focus-text-grey-40:focus { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .focus-text-grey-5:focus { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .focus-text-grey-50:focus { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .focus-text-grey-60:focus { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .focus-text-grey-70:focus { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .focus-text-cball-blue:focus { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .focus-text-cball-dark-blue:focus { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .focus-text-cball-purple:focus { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .focus-text-cw-spring-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .focus-text-cw-spring-dk-blue:focus { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .focus-text-cw-spring-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .focus-text-cw-spring-lt-blue:focus { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .focus-text-cw-spring-dk-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .focus-text-cw-spring-med-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .focus-text-cw-spring-lt-green:focus { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .focus-text-cw-spring-black:focus { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .focus-text-cw-spring-off-white:focus { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .focus-text-cw-spring-peach:focus { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .focus-text-cw-navy:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .focus-text-cw-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .focus-text-cw-dk-orange:focus { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .focus-text-sc-teal:focus { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .focus-text-sc-green:focus { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .focus-text-sc-sand:focus { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .text-opacity-0 { --tw-text-opacity: 0 !important; } .text-opacity-5 { --tw-text-opacity: 0.05 !important; } .text-opacity-10 { --tw-text-opacity: 0.1 !important; } .text-opacity-20 { --tw-text-opacity: 0.2 !important; } .text-opacity-25 { --tw-text-opacity: 0.25 !important; } .text-opacity-30 { --tw-text-opacity: 0.3 !important; } .text-opacity-40 { --tw-text-opacity: 0.4 !important; } .text-opacity-50 { --tw-text-opacity: 0.5 !important; } .text-opacity-60 { --tw-text-opacity: 0.6 !important; } .text-opacity-70 { --tw-text-opacity: 0.7 !important; } .text-opacity-75 { --tw-text-opacity: 0.75 !important; } .text-opacity-80 { --tw-text-opacity: 0.8 !important; } .text-opacity-90 { --tw-text-opacity: 0.9 !important; } .text-opacity-95 { --tw-text-opacity: 0.95 !important; } .text-opacity-100 { --tw-text-opacity: 1 !important; } .group:hover .group-hover-text-opacity-0 { --tw-text-opacity: 0 !important; } .group:hover .group-hover-text-opacity-5 { --tw-text-opacity: 0.05 !important; } .group:hover .group-hover-text-opacity-10 { --tw-text-opacity: 0.1 !important; } .group:hover .group-hover-text-opacity-20 { --tw-text-opacity: 0.2 !important; } .group:hover .group-hover-text-opacity-25 { --tw-text-opacity: 0.25 !important; } .group:hover .group-hover-text-opacity-30 { --tw-text-opacity: 0.3 !important; } .group:hover .group-hover-text-opacity-40 { --tw-text-opacity: 0.4 !important; } .group:hover .group-hover-text-opacity-50 { --tw-text-opacity: 0.5 !important; } .group:hover .group-hover-text-opacity-60 { --tw-text-opacity: 0.6 !important; } .group:hover .group-hover-text-opacity-70 { --tw-text-opacity: 0.7 !important; } .group:hover .group-hover-text-opacity-75 { --tw-text-opacity: 0.75 !important; } .group:hover .group-hover-text-opacity-80 { --tw-text-opacity: 0.8 !important; } .group:hover .group-hover-text-opacity-90 { --tw-text-opacity: 0.9 !important; } .group:hover .group-hover-text-opacity-95 { --tw-text-opacity: 0.95 !important; } .group:hover .group-hover-text-opacity-100 { --tw-text-opacity: 1 !important; } .focus-within-text-opacity-0:focus-within { --tw-text-opacity: 0 !important; } .focus-within-text-opacity-5:focus-within { --tw-text-opacity: 0.05 !important; } .focus-within-text-opacity-10:focus-within { --tw-text-opacity: 0.1 !important; } .focus-within-text-opacity-20:focus-within { --tw-text-opacity: 0.2 !important; } .focus-within-text-opacity-25:focus-within { --tw-text-opacity: 0.25 !important; } .focus-within-text-opacity-30:focus-within { --tw-text-opacity: 0.3 !important; } .focus-within-text-opacity-40:focus-within { --tw-text-opacity: 0.4 !important; } .focus-within-text-opacity-50:focus-within { --tw-text-opacity: 0.5 !important; } .focus-within-text-opacity-60:focus-within { --tw-text-opacity: 0.6 !important; } .focus-within-text-opacity-70:focus-within { --tw-text-opacity: 0.7 !important; } .focus-within-text-opacity-75:focus-within { --tw-text-opacity: 0.75 !important; } .focus-within-text-opacity-80:focus-within { --tw-text-opacity: 0.8 !important; } .focus-within-text-opacity-90:focus-within { --tw-text-opacity: 0.9 !important; } .focus-within-text-opacity-95:focus-within { --tw-text-opacity: 0.95 !important; } .focus-within-text-opacity-100:focus-within { --tw-text-opacity: 1 !important; } .hover-text-opacity-0:hover { --tw-text-opacity: 0 !important; } .hover-text-opacity-5:hover { --tw-text-opacity: 0.05 !important; } .hover-text-opacity-10:hover { --tw-text-opacity: 0.1 !important; } .hover-text-opacity-20:hover { --tw-text-opacity: 0.2 !important; } .hover-text-opacity-25:hover { --tw-text-opacity: 0.25 !important; } .hover-text-opacity-30:hover { --tw-text-opacity: 0.3 !important; } .hover-text-opacity-40:hover { --tw-text-opacity: 0.4 !important; } .hover-text-opacity-50:hover { --tw-text-opacity: 0.5 !important; } .hover-text-opacity-60:hover { --tw-text-opacity: 0.6 !important; } .hover-text-opacity-70:hover { --tw-text-opacity: 0.7 !important; } .hover-text-opacity-75:hover { --tw-text-opacity: 0.75 !important; } .hover-text-opacity-80:hover { --tw-text-opacity: 0.8 !important; } .hover-text-opacity-90:hover { --tw-text-opacity: 0.9 !important; } .hover-text-opacity-95:hover { --tw-text-opacity: 0.95 !important; } .hover-text-opacity-100:hover { --tw-text-opacity: 1 !important; } .focus-text-opacity-0:focus { --tw-text-opacity: 0 !important; } .focus-text-opacity-5:focus { --tw-text-opacity: 0.05 !important; } .focus-text-opacity-10:focus { --tw-text-opacity: 0.1 !important; } .focus-text-opacity-20:focus { --tw-text-opacity: 0.2 !important; } .focus-text-opacity-25:focus { --tw-text-opacity: 0.25 !important; } .focus-text-opacity-30:focus { --tw-text-opacity: 0.3 !important; } .focus-text-opacity-40:focus { --tw-text-opacity: 0.4 !important; } .focus-text-opacity-50:focus { --tw-text-opacity: 0.5 !important; } .focus-text-opacity-60:focus { --tw-text-opacity: 0.6 !important; } .focus-text-opacity-70:focus { --tw-text-opacity: 0.7 !important; } .focus-text-opacity-75:focus { --tw-text-opacity: 0.75 !important; } .focus-text-opacity-80:focus { --tw-text-opacity: 0.8 !important; } .focus-text-opacity-90:focus { --tw-text-opacity: 0.9 !important; } .focus-text-opacity-95:focus { --tw-text-opacity: 0.95 !important; } .focus-text-opacity-100:focus { --tw-text-opacity: 1 !important; } .truncate { overflow: hidden !important; white-space: nowrap !important; } .overflow-ellipsis, .truncate { text-overflow: ellipsis !important; } .overflow-clip { text-overflow: clip !important; } .italic { font-style: italic !important; } .not-italic { font-style: normal !important; } .uppercase { text-transform: uppercase !important; } .lowercase { text-transform: lowercase !important; } .capitalize { text-transform: capitalize !important; } .normal-case { text-transform: none !important; } .underline { text-decoration: underline !important; } .line-through { text-decoration: line-through !important; } .no-underline { text-decoration: none !important; } .group:hover .group-hover-underline { text-decoration: underline !important; } .group:hover .group-hover-line-through { text-decoration: line-through !important; } .group:hover .group-hover-no-underline { text-decoration: none !important; } .focus-within-underline:focus-within { text-decoration: underline !important; } .focus-within-line-through:focus-within { text-decoration: line-through !important; } .focus-within-no-underline:focus-within { text-decoration: none !important; } .hover-underline:hover { text-decoration: underline !important; } .hover-line-through:hover { text-decoration: line-through !important; } .hover-no-underline:hover { text-decoration: none !important; } .focus-underline:focus { text-decoration: underline !important; } .focus-line-through:focus { text-decoration: line-through !important; } .focus-no-underline:focus { text-decoration: none !important; } .antialiased { -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; } .subpixel-antialiased { -webkit-font-smoothing: auto !important; -moz-osx-font-smoothing: auto !important; } .diagonal-fractions, .lining-nums, .oldstyle-nums, .ordinal, .proportional-nums, .slashed-zero, .stacked-fractions, .tabular-nums { --tw-ordinal: var(--tw-empty, /*!*/ /*!*/) !important; --tw-slashed-zero: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-figure: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-spacing: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-fraction: var(--tw-empty, /*!*/ /*!*/) !important; font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; } .normal-nums { font-feature-settings: normal !important; font-variant-numeric: normal !important; } .ordinal { --tw-ordinal: ordinal !important; } .slashed-zero { --tw-slashed-zero: slashed-zero !important; } .lining-nums { --tw-numeric-figure: lining-nums !important; } .oldstyle-nums { --tw-numeric-figure: oldstyle-nums !important; } .proportional-nums { --tw-numeric-spacing: proportional-nums !important; } .tabular-nums { --tw-numeric-spacing: tabular-nums !important; } .diagonal-fractions { --tw-numeric-fraction: diagonal-fractions !important; } .stacked-fractions { --tw-numeric-fraction: stacked-fractions !important; } .tracking-tight { letter-spacing: -0.05em !important; } .tracking-normal { letter-spacing: 0 !important; } .tracking-wide { letter-spacing: 0.05em !important; } .tracking-relative-wider { letter-spacing: 0.0625rem !important; } .tracking-px { letter-spacing: 1px !important; } .select-none { -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .select-text { -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; } .select-all { -moz-user-select: all !important; -ms-user-select: all !important; user-select: all !important; } .select-auto { -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; } .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-top { vertical-align: text-top !important; } .align-text-bottom { vertical-align: text-bottom !important; } .visible { visibility: visible !important; } .invisible { visibility: hidden !important; } .whitespace-normal { white-space: normal !important; } .whitespace-nowrap { white-space: nowrap !important; } .whitespace-pre { white-space: pre !important; } .whitespace-pre-line { white-space: pre-line !important; } .whitespace-pre-wrap { white-space: pre-wrap !important; } .break-normal { overflow-wrap: normal !important; word-break: normal !important; } .break-words { overflow-wrap: break-word !important; } .break-all { word-break: break-all !important; } .w-0 { width: 0 !important; } .w-1 { width: 0.25rem !important; } .w-2 { width: 0.5rem !important; } .w-3 { width: 0.75rem !important; } .w-4 { width: 1rem !important; } .w-5 { width: 1.25rem !important; } .w-6 { width: 1.5rem !important; } .w-7 { width: 1.75rem !important; } .w-8 { width: 2rem !important; } .w-9 { width: 2.25rem !important; } .w-10 { width: 2.5rem !important; } .w-11 { width: 2.75rem !important; } .w-12 { width: 3rem !important; } .w-14 { width: 3.5rem !important; } .w-16 { width: 4rem !important; } .w-20 { width: 5rem !important; } .w-24 { width: 6rem !important; } .w-28 { width: 7rem !important; } .w-32 { width: 8rem !important; } .w-36 { width: 9rem !important; } .w-40 { width: 10rem !important; } .w-44 { width: 11rem !important; } .w-48 { width: 12rem !important; } .w-52 { width: 13rem !important; } .w-56 { width: 14rem !important; } .w-60 { width: 15rem !important; } .w-64 { width: 16rem !important; } .w-72 { width: 18rem !important; } .w-80 { width: 20rem !important; } .w-96 { width: 24rem !important; } .w-auto { width: auto !important; } .w-px { width: 1px !important; } .w-0\.5 { width: 0.125rem !important; } .w-1\.5 { width: 0.375rem !important; } .w-2\.5 { width: 0.625rem !important; } .w-3\.5 { width: 0.875rem !important; } .w-1\/2 { width: 50% !important; } .w-1\/3 { width: 33.333333% !important; } .w-2\/3 { width: 66.666667% !important; } .w-1\/4 { width: 25% !important; } .w-2\/4 { width: 50% !important; } .w-3\/4 { width: 75% !important; } .w-1\/5 { width: 20% !important; } .w-2\/5 { width: 40% !important; } .w-3\/5 { width: 60% !important; } .w-4\/5 { width: 80% !important; } .w-1\/6 { width: 16.666667% !important; } .w-2\/6 { width: 33.333333% !important; } .w-3\/6 { width: 50% !important; } .w-4\/6 { width: 66.666667% !important; } .w-5\/6 { width: 83.333333% !important; } .w-1\/12 { width: 8.333333% !important; } .w-2\/12 { width: 16.666667% !important; } .w-3\/12 { width: 25% !important; } .w-4\/12 { width: 33.333333% !important; } .w-5\/12 { width: 41.666667% !important; } .w-6\/12 { width: 50% !important; } .w-7\/12 { width: 58.333333% !important; } .w-8\/12 { width: 66.666667% !important; } .w-9\/12 { width: 75% !important; } .w-10\/12 { width: 83.333333% !important; } .w-11\/12 { width: 91.666667% !important; } .w-full { width: 100% !important; } .w-screen { width: 100vw !important; } .w-min { width: -moz-min-content !important; width: min-content !important; } .w-max { width: -moz-max-content !important; width: max-content !important; } .z-0 { z-index: 0 !important; } .z-10 { z-index: 10 !important; } .z-20 { z-index: 20 !important; } .z-30 { z-index: 30 !important; } .z-40 { z-index: 40 !important; } .z-50 { z-index: 50 !important; } .z-auto { z-index: auto !important; } .z-over-content { z-index: 100000 !important; } .focus-within-z-0:focus-within { z-index: 0 !important; } .focus-within-z-10:focus-within { z-index: 10 !important; } .focus-within-z-20:focus-within { z-index: 20 !important; } .focus-within-z-30:focus-within { z-index: 30 !important; } .focus-within-z-40:focus-within { z-index: 40 !important; } .focus-within-z-50:focus-within { z-index: 50 !important; } .focus-within-z-auto:focus-within { z-index: auto !important; } .focus-within-z-over-content:focus-within { z-index: 100000 !important; } .focus-z-0:focus { z-index: 0 !important; } .focus-z-10:focus { z-index: 10 !important; } .focus-z-20:focus { z-index: 20 !important; } .focus-z-30:focus { z-index: 30 !important; } .focus-z-40:focus { z-index: 40 !important; } .focus-z-50:focus { z-index: 50 !important; } .focus-z-auto:focus { z-index: auto !important; } .focus-z-over-content:focus { z-index: 100000 !important; } .gap-0 { grid-gap: 0 !important; gap: 0 !important; } .gap-1 { grid-gap: 0.25rem !important; gap: 0.25rem !important; } .gap-2 { grid-gap: 0.5rem !important; gap: 0.5rem !important; } .gap-3 { grid-gap: 0.75rem !important; gap: 0.75rem !important; } .gap-4 { grid-gap: 1rem !important; gap: 1rem !important; } .gap-5 { grid-gap: 1.25rem !important; gap: 1.25rem !important; } .gap-6 { grid-gap: 1.5rem !important; gap: 1.5rem !important; } .gap-7 { grid-gap: 1.75rem !important; gap: 1.75rem !important; } .gap-8 { grid-gap: 2rem !important; gap: 2rem !important; } .gap-9 { grid-gap: 2.25rem !important; gap: 2.25rem !important; } .gap-10 { grid-gap: 2.5rem !important; gap: 2.5rem !important; } .gap-11 { grid-gap: 2.75rem !important; gap: 2.75rem !important; } .gap-12 { grid-gap: 3rem !important; gap: 3rem !important; } .gap-14 { grid-gap: 3.5rem !important; gap: 3.5rem !important; } .gap-16 { grid-gap: 4rem !important; gap: 4rem !important; } .gap-20 { grid-gap: 5rem !important; gap: 5rem !important; } .gap-24 { grid-gap: 6rem !important; gap: 6rem !important; } .gap-28 { grid-gap: 7rem !important; gap: 7rem !important; } .gap-32 { grid-gap: 8rem !important; gap: 8rem !important; } .gap-36 { grid-gap: 9rem !important; gap: 9rem !important; } .gap-40 { grid-gap: 10rem !important; gap: 10rem !important; } .gap-44 { grid-gap: 11rem !important; gap: 11rem !important; } .gap-48 { grid-gap: 12rem !important; gap: 12rem !important; } .gap-52 { grid-gap: 13rem !important; gap: 13rem !important; } .gap-56 { grid-gap: 14rem !important; gap: 14rem !important; } .gap-60 { grid-gap: 15rem !important; gap: 15rem !important; } .gap-64 { grid-gap: 16rem !important; gap: 16rem !important; } .gap-72 { grid-gap: 18rem !important; gap: 18rem !important; } .gap-80 { grid-gap: 20rem !important; gap: 20rem !important; } .gap-96 { grid-gap: 24rem !important; gap: 24rem !important; } .gap-px { grid-gap: 1px !important; gap: 1px !important; } .gap-0\.5 { grid-gap: 0.125rem !important; gap: 0.125rem !important; } .gap-1\.5 { grid-gap: 0.375rem !important; gap: 0.375rem !important; } .gap-2\.5 { grid-gap: 0.625rem !important; gap: 0.625rem !important; } .gap-3\.5 { grid-gap: 0.875rem !important; gap: 0.875rem !important; } .gap-x-0 { -moz-column-gap: 0 !important; grid-column-gap: 0 !important; column-gap: 0 !important; } .gap-x-1 { -moz-column-gap: 0.25rem !important; grid-column-gap: 0.25rem !important; column-gap: 0.25rem !important; } .gap-x-2 { -moz-column-gap: 0.5rem !important; grid-column-gap: 0.5rem !important; column-gap: 0.5rem !important; } .gap-x-3 { -moz-column-gap: 0.75rem !important; grid-column-gap: 0.75rem !important; column-gap: 0.75rem !important; } .gap-x-4 { -moz-column-gap: 1rem !important; grid-column-gap: 1rem !important; column-gap: 1rem !important; } .gap-x-5 { -moz-column-gap: 1.25rem !important; grid-column-gap: 1.25rem !important; column-gap: 1.25rem !important; } .gap-x-6 { -moz-column-gap: 1.5rem !important; grid-column-gap: 1.5rem !important; column-gap: 1.5rem !important; } .gap-x-7 { -moz-column-gap: 1.75rem !important; grid-column-gap: 1.75rem !important; column-gap: 1.75rem !important; } .gap-x-8 { -moz-column-gap: 2rem !important; grid-column-gap: 2rem !important; column-gap: 2rem !important; } .gap-x-9 { -moz-column-gap: 2.25rem !important; grid-column-gap: 2.25rem !important; column-gap: 2.25rem !important; } .gap-x-10 { -moz-column-gap: 2.5rem !important; grid-column-gap: 2.5rem !important; column-gap: 2.5rem !important; } .gap-x-11 { -moz-column-gap: 2.75rem !important; grid-column-gap: 2.75rem !important; column-gap: 2.75rem !important; } .gap-x-12 { -moz-column-gap: 3rem !important; grid-column-gap: 3rem !important; column-gap: 3rem !important; } .gap-x-14 { -moz-column-gap: 3.5rem !important; grid-column-gap: 3.5rem !important; column-gap: 3.5rem !important; } .gap-x-16 { -moz-column-gap: 4rem !important; grid-column-gap: 4rem !important; column-gap: 4rem !important; } .gap-x-20 { -moz-column-gap: 5rem !important; grid-column-gap: 5rem !important; column-gap: 5rem !important; } .gap-x-24 { -moz-column-gap: 6rem !important; grid-column-gap: 6rem !important; column-gap: 6rem !important; } .gap-x-28 { -moz-column-gap: 7rem !important; grid-column-gap: 7rem !important; column-gap: 7rem !important; } .gap-x-32 { -moz-column-gap: 8rem !important; grid-column-gap: 8rem !important; column-gap: 8rem !important; } .gap-x-36 { -moz-column-gap: 9rem !important; grid-column-gap: 9rem !important; column-gap: 9rem !important; } .gap-x-40 { -moz-column-gap: 10rem !important; grid-column-gap: 10rem !important; column-gap: 10rem !important; } .gap-x-44 { -moz-column-gap: 11rem !important; grid-column-gap: 11rem !important; column-gap: 11rem !important; } .gap-x-48 { -moz-column-gap: 12rem !important; grid-column-gap: 12rem !important; column-gap: 12rem !important; } .gap-x-52 { -moz-column-gap: 13rem !important; grid-column-gap: 13rem !important; column-gap: 13rem !important; } .gap-x-56 { -moz-column-gap: 14rem !important; grid-column-gap: 14rem !important; column-gap: 14rem !important; } .gap-x-60 { -moz-column-gap: 15rem !important; grid-column-gap: 15rem !important; column-gap: 15rem !important; } .gap-x-64 { -moz-column-gap: 16rem !important; grid-column-gap: 16rem !important; column-gap: 16rem !important; } .gap-x-72 { -moz-column-gap: 18rem !important; grid-column-gap: 18rem !important; column-gap: 18rem !important; } .gap-x-80 { -moz-column-gap: 20rem !important; grid-column-gap: 20rem !important; column-gap: 20rem !important; } .gap-x-96 { -moz-column-gap: 24rem !important; grid-column-gap: 24rem !important; column-gap: 24rem !important; } .gap-x-px { -moz-column-gap: 1px !important; grid-column-gap: 1px !important; column-gap: 1px !important; } .gap-x-0\.5 { -moz-column-gap: 0.125rem !important; grid-column-gap: 0.125rem !important; column-gap: 0.125rem !important; } .gap-x-1\.5 { -moz-column-gap: 0.375rem !important; grid-column-gap: 0.375rem !important; column-gap: 0.375rem !important; } .gap-x-2\.5 { -moz-column-gap: 0.625rem !important; grid-column-gap: 0.625rem !important; column-gap: 0.625rem !important; } .gap-x-3\.5 { -moz-column-gap: 0.875rem !important; grid-column-gap: 0.875rem !important; column-gap: 0.875rem !important; } .gap-y-0 { grid-row-gap: 0 !important; row-gap: 0 !important; } .gap-y-1 { grid-row-gap: 0.25rem !important; row-gap: 0.25rem !important; } .gap-y-2 { grid-row-gap: 0.5rem !important; row-gap: 0.5rem !important; } .gap-y-3 { grid-row-gap: 0.75rem !important; row-gap: 0.75rem !important; } .gap-y-4 { grid-row-gap: 1rem !important; row-gap: 1rem !important; } .gap-y-5 { grid-row-gap: 1.25rem !important; row-gap: 1.25rem !important; } .gap-y-6 { grid-row-gap: 1.5rem !important; row-gap: 1.5rem !important; } .gap-y-7 { grid-row-gap: 1.75rem !important; row-gap: 1.75rem !important; } .gap-y-8 { grid-row-gap: 2rem !important; row-gap: 2rem !important; } .gap-y-9 { grid-row-gap: 2.25rem !important; row-gap: 2.25rem !important; } .gap-y-10 { grid-row-gap: 2.5rem !important; row-gap: 2.5rem !important; } .gap-y-11 { grid-row-gap: 2.75rem !important; row-gap: 2.75rem !important; } .gap-y-12 { grid-row-gap: 3rem !important; row-gap: 3rem !important; } .gap-y-14 { grid-row-gap: 3.5rem !important; row-gap: 3.5rem !important; } .gap-y-16 { grid-row-gap: 4rem !important; row-gap: 4rem !important; } .gap-y-20 { grid-row-gap: 5rem !important; row-gap: 5rem !important; } .gap-y-24 { grid-row-gap: 6rem !important; row-gap: 6rem !important; } .gap-y-28 { grid-row-gap: 7rem !important; row-gap: 7rem !important; } .gap-y-32 { grid-row-gap: 8rem !important; row-gap: 8rem !important; } .gap-y-36 { grid-row-gap: 9rem !important; row-gap: 9rem !important; } .gap-y-40 { grid-row-gap: 10rem !important; row-gap: 10rem !important; } .gap-y-44 { grid-row-gap: 11rem !important; row-gap: 11rem !important; } .gap-y-48 { grid-row-gap: 12rem !important; row-gap: 12rem !important; } .gap-y-52 { grid-row-gap: 13rem !important; row-gap: 13rem !important; } .gap-y-56 { grid-row-gap: 14rem !important; row-gap: 14rem !important; } .gap-y-60 { grid-row-gap: 15rem !important; row-gap: 15rem !important; } .gap-y-64 { grid-row-gap: 16rem !important; row-gap: 16rem !important; } .gap-y-72 { grid-row-gap: 18rem !important; row-gap: 18rem !important; } .gap-y-80 { grid-row-gap: 20rem !important; row-gap: 20rem !important; } .gap-y-96 { grid-row-gap: 24rem !important; row-gap: 24rem !important; } .gap-y-px { grid-row-gap: 1px !important; row-gap: 1px !important; } .gap-y-0\.5 { grid-row-gap: 0.125rem !important; row-gap: 0.125rem !important; } .gap-y-1\.5 { grid-row-gap: 0.375rem !important; row-gap: 0.375rem !important; } .gap-y-2\.5 { grid-row-gap: 0.625rem !important; row-gap: 0.625rem !important; } .gap-y-3\.5 { grid-row-gap: 0.875rem !important; row-gap: 0.875rem !important; } .grid-flow-row { grid-auto-flow: row !important; } .grid-flow-col { grid-auto-flow: column !important; } .grid-flow-row-dense { grid-auto-flow: row dense !important; } .grid-flow-col-dense { grid-auto-flow: column dense !important; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } .grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; } .grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; } .grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; } .grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)) !important; } .grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)) !important; } .grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)) !important; } .grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; } .grid-cols-none { grid-template-columns: none !important; } .auto-cols-auto { grid-auto-columns: auto !important; } .auto-cols-min { grid-auto-columns: min-content !important; } .auto-cols-max { grid-auto-columns: max-content !important; } .auto-cols-fr { grid-auto-columns: minmax(0, 1fr) !important; } .col-auto { grid-column: auto !important; } .col-span-1 { grid-column: span 1 / span 1 !important; } .col-span-2 { grid-column: span 2 / span 2 !important; } .col-span-3 { grid-column: span 3 / span 3 !important; } .col-span-4 { grid-column: span 4 / span 4 !important; } .col-span-5 { grid-column: span 5 / span 5 !important; } .col-span-6 { grid-column: span 6 / span 6 !important; } .col-span-7 { grid-column: span 7 / span 7 !important; } .col-span-8 { grid-column: span 8 / span 8 !important; } .col-span-9 { grid-column: span 9 / span 9 !important; } .col-span-10 { grid-column: span 10 / span 10 !important; } .col-span-11 { grid-column: span 11 / span 11 !important; } .col-span-12 { grid-column: span 12 / span 12 !important; } .col-span-full { grid-column: 1/-1 !important; } .col-start-1 { grid-column-start: 1 !important; } .col-start-2 { grid-column-start: 2 !important; } .col-start-3 { grid-column-start: 3 !important; } .col-start-4 { grid-column-start: 4 !important; } .col-start-5 { grid-column-start: 5 !important; } .col-start-6 { grid-column-start: 6 !important; } .col-start-7 { grid-column-start: 7 !important; } .col-start-8 { grid-column-start: 8 !important; } .col-start-9 { grid-column-start: 9 !important; } .col-start-10 { grid-column-start: 10 !important; } .col-start-11 { grid-column-start: 11 !important; } .col-start-12 { grid-column-start: 12 !important; } .col-start-13 { grid-column-start: 13 !important; } .col-start-auto { grid-column-start: auto !important; } .col-end-1 { grid-column-end: 1 !important; } .col-end-2 { grid-column-end: 2 !important; } .col-end-3 { grid-column-end: 3 !important; } .col-end-4 { grid-column-end: 4 !important; } .col-end-5 { grid-column-end: 5 !important; } .col-end-6 { grid-column-end: 6 !important; } .col-end-7 { grid-column-end: 7 !important; } .col-end-8 { grid-column-end: 8 !important; } .col-end-9 { grid-column-end: 9 !important; } .col-end-10 { grid-column-end: 10 !important; } .col-end-11 { grid-column-end: 11 !important; } .col-end-12 { grid-column-end: 12 !important; } .col-end-13 { grid-column-end: 13 !important; } .col-end-auto { grid-column-end: auto !important; } .grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)) !important; } .grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)) !important; } .grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)) !important; } .grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)) !important; } .grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)) !important; } .grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)) !important; } .grid-rows-none { grid-template-rows: none !important; } .auto-rows-auto { grid-auto-rows: auto !important; } .auto-rows-min { grid-auto-rows: min-content !important; } .auto-rows-max { grid-auto-rows: max-content !important; } .auto-rows-fr { grid-auto-rows: minmax(0, 1fr) !important; } .row-auto { grid-row: auto !important; } .row-span-1 { grid-row: span 1 / span 1 !important; } .row-span-2 { grid-row: span 2 / span 2 !important; } .row-span-3 { grid-row: span 3 / span 3 !important; } .row-span-4 { grid-row: span 4 / span 4 !important; } .row-span-5 { grid-row: span 5 / span 5 !important; } .row-span-6 { grid-row: span 6 / span 6 !important; } .row-span-full { grid-row: 1/-1 !important; } .row-start-1 { grid-row-start: 1 !important; } .row-start-2 { grid-row-start: 2 !important; } .row-start-3 { grid-row-start: 3 !important; } .row-start-4 { grid-row-start: 4 !important; } .row-start-5 { grid-row-start: 5 !important; } .row-start-6 { grid-row-start: 6 !important; } .row-start-7 { grid-row-start: 7 !important; } .row-start-auto { grid-row-start: auto !important; } .row-end-1 { grid-row-end: 1 !important; } .row-end-2 { grid-row-end: 2 !important; } .row-end-3 { grid-row-end: 3 !important; } .row-end-4 { grid-row-end: 4 !important; } .row-end-5 { grid-row-end: 5 !important; } .row-end-6 { grid-row-end: 6 !important; } .row-end-7 { grid-row-end: 7 !important; } .row-end-auto { grid-row-end: auto !important; } .transform { transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .transform, .transform-gpu { --tw-translate-x: 0 !important; --tw-translate-y: 0 !important; --tw-rotate: 0 !important; --tw-skew-x: 0 !important; --tw-skew-y: 0 !important; --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .transform-gpu { transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .transform-none { transform: none !important; } .origin-center { transform-origin: center !important; } .origin-top { transform-origin: top !important; } .origin-top-right { transform-origin: top right !important; } .origin-right { transform-origin: right !important; } .origin-bottom-right { transform-origin: bottom right !important; } .origin-bottom { transform-origin: bottom !important; } .origin-bottom-left { transform-origin: bottom left !important; } .origin-left { transform-origin: left !important; } .origin-top-left { transform-origin: top left !important; } .scale-0 { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .scale-50 { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .scale-75 { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .scale-90 { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .scale-95 { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .scale-100 { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .scale-105 { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .scale-110 { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .scale-125 { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .scale-150 { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .scale-x-0 { --tw-scale-x: 0 !important; } .scale-x-50 { --tw-scale-x: 0.5 !important; } .scale-x-75 { --tw-scale-x: 0.75 !important; } .scale-x-90 { --tw-scale-x: 0.9 !important; } .scale-x-95 { --tw-scale-x: 0.95 !important; } .scale-x-100 { --tw-scale-x: 1 !important; } .scale-x-105 { --tw-scale-x: 1.05 !important; } .scale-x-110 { --tw-scale-x: 1.1 !important; } .scale-x-125 { --tw-scale-x: 1.25 !important; } .scale-x-150 { --tw-scale-x: 1.5 !important; } .scale-y-0 { --tw-scale-y: 0 !important; } .scale-y-50 { --tw-scale-y: 0.5 !important; } .scale-y-75 { --tw-scale-y: 0.75 !important; } .scale-y-90 { --tw-scale-y: 0.9 !important; } .scale-y-95 { --tw-scale-y: 0.95 !important; } .scale-y-100 { --tw-scale-y: 1 !important; } .scale-y-105 { --tw-scale-y: 1.05 !important; } .scale-y-110 { --tw-scale-y: 1.1 !important; } .scale-y-125 { --tw-scale-y: 1.25 !important; } .scale-y-150 { --tw-scale-y: 1.5 !important; } .hover-scale-0:hover { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .hover-scale-50:hover { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .hover-scale-75:hover { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .hover-scale-90:hover { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .hover-scale-95:hover { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .hover-scale-100:hover { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .hover-scale-105:hover { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .hover-scale-110:hover { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .hover-scale-125:hover { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .hover-scale-150:hover { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .hover-scale-x-0:hover { --tw-scale-x: 0 !important; } .hover-scale-x-50:hover { --tw-scale-x: 0.5 !important; } .hover-scale-x-75:hover { --tw-scale-x: 0.75 !important; } .hover-scale-x-90:hover { --tw-scale-x: 0.9 !important; } .hover-scale-x-95:hover { --tw-scale-x: 0.95 !important; } .hover-scale-x-100:hover { --tw-scale-x: 1 !important; } .hover-scale-x-105:hover { --tw-scale-x: 1.05 !important; } .hover-scale-x-110:hover { --tw-scale-x: 1.1 !important; } .hover-scale-x-125:hover { --tw-scale-x: 1.25 !important; } .hover-scale-x-150:hover { --tw-scale-x: 1.5 !important; } .hover-scale-y-0:hover { --tw-scale-y: 0 !important; } .hover-scale-y-50:hover { --tw-scale-y: 0.5 !important; } .hover-scale-y-75:hover { --tw-scale-y: 0.75 !important; } .hover-scale-y-90:hover { --tw-scale-y: 0.9 !important; } .hover-scale-y-95:hover { --tw-scale-y: 0.95 !important; } .hover-scale-y-100:hover { --tw-scale-y: 1 !important; } .hover-scale-y-105:hover { --tw-scale-y: 1.05 !important; } .hover-scale-y-110:hover { --tw-scale-y: 1.1 !important; } .hover-scale-y-125:hover { --tw-scale-y: 1.25 !important; } .hover-scale-y-150:hover { --tw-scale-y: 1.5 !important; } .focus-scale-0:focus { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .focus-scale-50:focus { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .focus-scale-75:focus { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .focus-scale-90:focus { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .focus-scale-95:focus { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .focus-scale-100:focus { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .focus-scale-105:focus { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .focus-scale-110:focus { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .focus-scale-125:focus { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .focus-scale-150:focus { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .focus-scale-x-0:focus { --tw-scale-x: 0 !important; } .focus-scale-x-50:focus { --tw-scale-x: 0.5 !important; } .focus-scale-x-75:focus { --tw-scale-x: 0.75 !important; } .focus-scale-x-90:focus { --tw-scale-x: 0.9 !important; } .focus-scale-x-95:focus { --tw-scale-x: 0.95 !important; } .focus-scale-x-100:focus { --tw-scale-x: 1 !important; } .focus-scale-x-105:focus { --tw-scale-x: 1.05 !important; } .focus-scale-x-110:focus { --tw-scale-x: 1.1 !important; } .focus-scale-x-125:focus { --tw-scale-x: 1.25 !important; } .focus-scale-x-150:focus { --tw-scale-x: 1.5 !important; } .focus-scale-y-0:focus { --tw-scale-y: 0 !important; } .focus-scale-y-50:focus { --tw-scale-y: 0.5 !important; } .focus-scale-y-75:focus { --tw-scale-y: 0.75 !important; } .focus-scale-y-90:focus { --tw-scale-y: 0.9 !important; } .focus-scale-y-95:focus { --tw-scale-y: 0.95 !important; } .focus-scale-y-100:focus { --tw-scale-y: 1 !important; } .focus-scale-y-105:focus { --tw-scale-y: 1.05 !important; } .focus-scale-y-110:focus { --tw-scale-y: 1.1 !important; } .focus-scale-y-125:focus { --tw-scale-y: 1.25 !important; } .focus-scale-y-150:focus { --tw-scale-y: 1.5 !important; } .rotate-0 { --tw-rotate: 0deg !important; } .rotate-1 { --tw-rotate: 1deg !important; } .rotate-2 { --tw-rotate: 2deg !important; } .rotate-3 { --tw-rotate: 3deg !important; } .rotate-6 { --tw-rotate: 6deg !important; } .rotate-12 { --tw-rotate: 12deg !important; } .rotate-45 { --tw-rotate: 45deg !important; } .rotate-90 { --tw-rotate: 90deg !important; } .rotate-180 { --tw-rotate: 180deg !important; } .-rotate-180 { --tw-rotate: -180deg !important; } .-rotate-90 { --tw-rotate: -90deg !important; } .-rotate-45 { --tw-rotate: -45deg !important; } .-rotate-12 { --tw-rotate: -12deg !important; } .-rotate-6 { --tw-rotate: -6deg !important; } .-rotate-3 { --tw-rotate: -3deg !important; } .-rotate-2 { --tw-rotate: -2deg !important; } .-rotate-1 { --tw-rotate: -1deg !important; } .hover-rotate-0:hover { --tw-rotate: 0deg !important; } .hover-rotate-1:hover { --tw-rotate: 1deg !important; } .hover-rotate-2:hover { --tw-rotate: 2deg !important; } .hover-rotate-3:hover { --tw-rotate: 3deg !important; } .hover-rotate-6:hover { --tw-rotate: 6deg !important; } .hover-rotate-12:hover { --tw-rotate: 12deg !important; } .hover-rotate-45:hover { --tw-rotate: 45deg !important; } .hover-rotate-90:hover { --tw-rotate: 90deg !important; } .hover-rotate-180:hover { --tw-rotate: 180deg !important; } .hover--rotate-180:hover { --tw-rotate: -180deg !important; } .hover--rotate-90:hover { --tw-rotate: -90deg !important; } .hover--rotate-45:hover { --tw-rotate: -45deg !important; } .hover--rotate-12:hover { --tw-rotate: -12deg !important; } .hover--rotate-6:hover { --tw-rotate: -6deg !important; } .hover--rotate-3:hover { --tw-rotate: -3deg !important; } .hover--rotate-2:hover { --tw-rotate: -2deg !important; } .hover--rotate-1:hover { --tw-rotate: -1deg !important; } .focus-rotate-0:focus { --tw-rotate: 0deg !important; } .focus-rotate-1:focus { --tw-rotate: 1deg !important; } .focus-rotate-2:focus { --tw-rotate: 2deg !important; } .focus-rotate-3:focus { --tw-rotate: 3deg !important; } .focus-rotate-6:focus { --tw-rotate: 6deg !important; } .focus-rotate-12:focus { --tw-rotate: 12deg !important; } .focus-rotate-45:focus { --tw-rotate: 45deg !important; } .focus-rotate-90:focus { --tw-rotate: 90deg !important; } .focus-rotate-180:focus { --tw-rotate: 180deg !important; } .focus--rotate-180:focus { --tw-rotate: -180deg !important; } .focus--rotate-90:focus { --tw-rotate: -90deg !important; } .focus--rotate-45:focus { --tw-rotate: -45deg !important; } .focus--rotate-12:focus { --tw-rotate: -12deg !important; } .focus--rotate-6:focus { --tw-rotate: -6deg !important; } .focus--rotate-3:focus { --tw-rotate: -3deg !important; } .focus--rotate-2:focus { --tw-rotate: -2deg !important; } .focus--rotate-1:focus { --tw-rotate: -1deg !important; } .translate-x-0 { --tw-translate-x: 0px !important; } .translate-x-1 { --tw-translate-x: 0.25rem !important; } .translate-x-2 { --tw-translate-x: 0.5rem !important; } .translate-x-3 { --tw-translate-x: 0.75rem !important; } .translate-x-4 { --tw-translate-x: 1rem !important; } .translate-x-5 { --tw-translate-x: 1.25rem !important; } .translate-x-6 { --tw-translate-x: 1.5rem !important; } .translate-x-7 { --tw-translate-x: 1.75rem !important; } .translate-x-8 { --tw-translate-x: 2rem !important; } .translate-x-9 { --tw-translate-x: 2.25rem !important; } .translate-x-10 { --tw-translate-x: 2.5rem !important; } .translate-x-11 { --tw-translate-x: 2.75rem !important; } .translate-x-12 { --tw-translate-x: 3rem !important; } .translate-x-14 { --tw-translate-x: 3.5rem !important; } .translate-x-16 { --tw-translate-x: 4rem !important; } .translate-x-20 { --tw-translate-x: 5rem !important; } .translate-x-24 { --tw-translate-x: 6rem !important; } .translate-x-28 { --tw-translate-x: 7rem !important; } .translate-x-32 { --tw-translate-x: 8rem !important; } .translate-x-36 { --tw-translate-x: 9rem !important; } .translate-x-40 { --tw-translate-x: 10rem !important; } .translate-x-44 { --tw-translate-x: 11rem !important; } .translate-x-48 { --tw-translate-x: 12rem !important; } .translate-x-52 { --tw-translate-x: 13rem !important; } .translate-x-56 { --tw-translate-x: 14rem !important; } .translate-x-60 { --tw-translate-x: 15rem !important; } .translate-x-64 { --tw-translate-x: 16rem !important; } .translate-x-72 { --tw-translate-x: 18rem !important; } .translate-x-80 { --tw-translate-x: 20rem !important; } .translate-x-96 { --tw-translate-x: 24rem !important; } .translate-x-px { --tw-translate-x: 1px !important; } .translate-x-0\.5 { --tw-translate-x: 0.125rem !important; } .translate-x-1\.5 { --tw-translate-x: 0.375rem !important; } .translate-x-2\.5 { --tw-translate-x: 0.625rem !important; } .translate-x-3\.5 { --tw-translate-x: 0.875rem !important; } .-translate-x-0 { --tw-translate-x: 0px !important; } .-translate-x-1 { --tw-translate-x: -0.25rem !important; } .-translate-x-2 { --tw-translate-x: -0.5rem !important; } .-translate-x-3 { --tw-translate-x: -0.75rem !important; } .-translate-x-4 { --tw-translate-x: -1rem !important; } .-translate-x-5 { --tw-translate-x: -1.25rem !important; } .-translate-x-6 { --tw-translate-x: -1.5rem !important; } .-translate-x-7 { --tw-translate-x: -1.75rem !important; } .-translate-x-8 { --tw-translate-x: -2rem !important; } .-translate-x-9 { --tw-translate-x: -2.25rem !important; } .-translate-x-10 { --tw-translate-x: -2.5rem !important; } .-translate-x-11 { --tw-translate-x: -2.75rem !important; } .-translate-x-12 { --tw-translate-x: -3rem !important; } .-translate-x-14 { --tw-translate-x: -3.5rem !important; } .-translate-x-16 { --tw-translate-x: -4rem !important; } .-translate-x-20 { --tw-translate-x: -5rem !important; } .-translate-x-24 { --tw-translate-x: -6rem !important; } .-translate-x-28 { --tw-translate-x: -7rem !important; } .-translate-x-32 { --tw-translate-x: -8rem !important; } .-translate-x-36 { --tw-translate-x: -9rem !important; } .-translate-x-40 { --tw-translate-x: -10rem !important; } .-translate-x-44 { --tw-translate-x: -11rem !important; } .-translate-x-48 { --tw-translate-x: -12rem !important; } .-translate-x-52 { --tw-translate-x: -13rem !important; } .-translate-x-56 { --tw-translate-x: -14rem !important; } .-translate-x-60 { --tw-translate-x: -15rem !important; } .-translate-x-64 { --tw-translate-x: -16rem !important; } .-translate-x-72 { --tw-translate-x: -18rem !important; } .-translate-x-80 { --tw-translate-x: -20rem !important; } .-translate-x-96 { --tw-translate-x: -24rem !important; } .-translate-x-px { --tw-translate-x: -1px !important; } .-translate-x-0\.5 { --tw-translate-x: -0.125rem !important; } .-translate-x-1\.5 { --tw-translate-x: -0.375rem !important; } .-translate-x-2\.5 { --tw-translate-x: -0.625rem !important; } .-translate-x-3\.5 { --tw-translate-x: -0.875rem !important; } .translate-x-1\/2 { --tw-translate-x: 50% !important; } .translate-x-1\/3 { --tw-translate-x: 33.333333% !important; } .translate-x-2\/3 { --tw-translate-x: 66.666667% !important; } .translate-x-1\/4 { --tw-translate-x: 25% !important; } .translate-x-2\/4 { --tw-translate-x: 50% !important; } .translate-x-3\/4 { --tw-translate-x: 75% !important; } .translate-x-full { --tw-translate-x: 100% !important; } .-translate-x-1\/2 { --tw-translate-x: -50% !important; } .-translate-x-1\/3 { --tw-translate-x: -33.333333% !important; } .-translate-x-2\/3 { --tw-translate-x: -66.666667% !important; } .-translate-x-1\/4 { --tw-translate-x: -25% !important; } .-translate-x-2\/4 { --tw-translate-x: -50% !important; } .-translate-x-3\/4 { --tw-translate-x: -75% !important; } .-translate-x-full { --tw-translate-x: -100% !important; } .translate-y-0 { --tw-translate-y: 0px !important; } .translate-y-1 { --tw-translate-y: 0.25rem !important; } .translate-y-2 { --tw-translate-y: 0.5rem !important; } .translate-y-3 { --tw-translate-y: 0.75rem !important; } .translate-y-4 { --tw-translate-y: 1rem !important; } .translate-y-5 { --tw-translate-y: 1.25rem !important; } .translate-y-6 { --tw-translate-y: 1.5rem !important; } .translate-y-7 { --tw-translate-y: 1.75rem !important; } .translate-y-8 { --tw-translate-y: 2rem !important; } .translate-y-9 { --tw-translate-y: 2.25rem !important; } .translate-y-10 { --tw-translate-y: 2.5rem !important; } .translate-y-11 { --tw-translate-y: 2.75rem !important; } .translate-y-12 { --tw-translate-y: 3rem !important; } .translate-y-14 { --tw-translate-y: 3.5rem !important; } .translate-y-16 { --tw-translate-y: 4rem !important; } .translate-y-20 { --tw-translate-y: 5rem !important; } .translate-y-24 { --tw-translate-y: 6rem !important; } .translate-y-28 { --tw-translate-y: 7rem !important; } .translate-y-32 { --tw-translate-y: 8rem !important; } .translate-y-36 { --tw-translate-y: 9rem !important; } .translate-y-40 { --tw-translate-y: 10rem !important; } .translate-y-44 { --tw-translate-y: 11rem !important; } .translate-y-48 { --tw-translate-y: 12rem !important; } .translate-y-52 { --tw-translate-y: 13rem !important; } .translate-y-56 { --tw-translate-y: 14rem !important; } .translate-y-60 { --tw-translate-y: 15rem !important; } .translate-y-64 { --tw-translate-y: 16rem !important; } .translate-y-72 { --tw-translate-y: 18rem !important; } .translate-y-80 { --tw-translate-y: 20rem !important; } .translate-y-96 { --tw-translate-y: 24rem !important; } .translate-y-px { --tw-translate-y: 1px !important; } .translate-y-0\.5 { --tw-translate-y: 0.125rem !important; } .translate-y-1\.5 { --tw-translate-y: 0.375rem !important; } .translate-y-2\.5 { --tw-translate-y: 0.625rem !important; } .translate-y-3\.5 { --tw-translate-y: 0.875rem !important; } .-translate-y-0 { --tw-translate-y: 0px !important; } .-translate-y-1 { --tw-translate-y: -0.25rem !important; } .-translate-y-2 { --tw-translate-y: -0.5rem !important; } .-translate-y-3 { --tw-translate-y: -0.75rem !important; } .-translate-y-4 { --tw-translate-y: -1rem !important; } .-translate-y-5 { --tw-translate-y: -1.25rem !important; } .-translate-y-6 { --tw-translate-y: -1.5rem !important; } .-translate-y-7 { --tw-translate-y: -1.75rem !important; } .-translate-y-8 { --tw-translate-y: -2rem !important; } .-translate-y-9 { --tw-translate-y: -2.25rem !important; } .-translate-y-10 { --tw-translate-y: -2.5rem !important; } .-translate-y-11 { --tw-translate-y: -2.75rem !important; } .-translate-y-12 { --tw-translate-y: -3rem !important; } .-translate-y-14 { --tw-translate-y: -3.5rem !important; } .-translate-y-16 { --tw-translate-y: -4rem !important; } .-translate-y-20 { --tw-translate-y: -5rem !important; } .-translate-y-24 { --tw-translate-y: -6rem !important; } .-translate-y-28 { --tw-translate-y: -7rem !important; } .-translate-y-32 { --tw-translate-y: -8rem !important; } .-translate-y-36 { --tw-translate-y: -9rem !important; } .-translate-y-40 { --tw-translate-y: -10rem !important; } .-translate-y-44 { --tw-translate-y: -11rem !important; } .-translate-y-48 { --tw-translate-y: -12rem !important; } .-translate-y-52 { --tw-translate-y: -13rem !important; } .-translate-y-56 { --tw-translate-y: -14rem !important; } .-translate-y-60 { --tw-translate-y: -15rem !important; } .-translate-y-64 { --tw-translate-y: -16rem !important; } .-translate-y-72 { --tw-translate-y: -18rem !important; } .-translate-y-80 { --tw-translate-y: -20rem !important; } .-translate-y-96 { --tw-translate-y: -24rem !important; } .-translate-y-px { --tw-translate-y: -1px !important; } .-translate-y-0\.5 { --tw-translate-y: -0.125rem !important; } .-translate-y-1\.5 { --tw-translate-y: -0.375rem !important; } .-translate-y-2\.5 { --tw-translate-y: -0.625rem !important; } .-translate-y-3\.5 { --tw-translate-y: -0.875rem !important; } .translate-y-1\/2 { --tw-translate-y: 50% !important; } .translate-y-1\/3 { --tw-translate-y: 33.333333% !important; } .translate-y-2\/3 { --tw-translate-y: 66.666667% !important; } .translate-y-1\/4 { --tw-translate-y: 25% !important; } .translate-y-2\/4 { --tw-translate-y: 50% !important; } .translate-y-3\/4 { --tw-translate-y: 75% !important; } .translate-y-full { --tw-translate-y: 100% !important; } .-translate-y-1\/2 { --tw-translate-y: -50% !important; } .-translate-y-1\/3 { --tw-translate-y: -33.333333% !important; } .-translate-y-2\/3 { --tw-translate-y: -66.666667% !important; } .-translate-y-1\/4 { --tw-translate-y: -25% !important; } .-translate-y-2\/4 { --tw-translate-y: -50% !important; } .-translate-y-3\/4 { --tw-translate-y: -75% !important; } .-translate-y-full { --tw-translate-y: -100% !important; } .hover-translate-x-0:hover { --tw-translate-x: 0px !important; } .hover-translate-x-1:hover { --tw-translate-x: 0.25rem !important; } .hover-translate-x-2:hover { --tw-translate-x: 0.5rem !important; } .hover-translate-x-3:hover { --tw-translate-x: 0.75rem !important; } .hover-translate-x-4:hover { --tw-translate-x: 1rem !important; } .hover-translate-x-5:hover { --tw-translate-x: 1.25rem !important; } .hover-translate-x-6:hover { --tw-translate-x: 1.5rem !important; } .hover-translate-x-7:hover { --tw-translate-x: 1.75rem !important; } .hover-translate-x-8:hover { --tw-translate-x: 2rem !important; } .hover-translate-x-9:hover { --tw-translate-x: 2.25rem !important; } .hover-translate-x-10:hover { --tw-translate-x: 2.5rem !important; } .hover-translate-x-11:hover { --tw-translate-x: 2.75rem !important; } .hover-translate-x-12:hover { --tw-translate-x: 3rem !important; } .hover-translate-x-14:hover { --tw-translate-x: 3.5rem !important; } .hover-translate-x-16:hover { --tw-translate-x: 4rem !important; } .hover-translate-x-20:hover { --tw-translate-x: 5rem !important; } .hover-translate-x-24:hover { --tw-translate-x: 6rem !important; } .hover-translate-x-28:hover { --tw-translate-x: 7rem !important; } .hover-translate-x-32:hover { --tw-translate-x: 8rem !important; } .hover-translate-x-36:hover { --tw-translate-x: 9rem !important; } .hover-translate-x-40:hover { --tw-translate-x: 10rem !important; } .hover-translate-x-44:hover { --tw-translate-x: 11rem !important; } .hover-translate-x-48:hover { --tw-translate-x: 12rem !important; } .hover-translate-x-52:hover { --tw-translate-x: 13rem !important; } .hover-translate-x-56:hover { --tw-translate-x: 14rem !important; } .hover-translate-x-60:hover { --tw-translate-x: 15rem !important; } .hover-translate-x-64:hover { --tw-translate-x: 16rem !important; } .hover-translate-x-72:hover { --tw-translate-x: 18rem !important; } .hover-translate-x-80:hover { --tw-translate-x: 20rem !important; } .hover-translate-x-96:hover { --tw-translate-x: 24rem !important; } .hover-translate-x-px:hover { --tw-translate-x: 1px !important; } .hover-translate-x-0\.5:hover { --tw-translate-x: 0.125rem !important; } .hover-translate-x-1\.5:hover { --tw-translate-x: 0.375rem !important; } .hover-translate-x-2\.5:hover { --tw-translate-x: 0.625rem !important; } .hover-translate-x-3\.5:hover { --tw-translate-x: 0.875rem !important; } .hover--translate-x-0:hover { --tw-translate-x: 0px !important; } .hover--translate-x-1:hover { --tw-translate-x: -0.25rem !important; } .hover--translate-x-2:hover { --tw-translate-x: -0.5rem !important; } .hover--translate-x-3:hover { --tw-translate-x: -0.75rem !important; } .hover--translate-x-4:hover { --tw-translate-x: -1rem !important; } .hover--translate-x-5:hover { --tw-translate-x: -1.25rem !important; } .hover--translate-x-6:hover { --tw-translate-x: -1.5rem !important; } .hover--translate-x-7:hover { --tw-translate-x: -1.75rem !important; } .hover--translate-x-8:hover { --tw-translate-x: -2rem !important; } .hover--translate-x-9:hover { --tw-translate-x: -2.25rem !important; } .hover--translate-x-10:hover { --tw-translate-x: -2.5rem !important; } .hover--translate-x-11:hover { --tw-translate-x: -2.75rem !important; } .hover--translate-x-12:hover { --tw-translate-x: -3rem !important; } .hover--translate-x-14:hover { --tw-translate-x: -3.5rem !important; } .hover--translate-x-16:hover { --tw-translate-x: -4rem !important; } .hover--translate-x-20:hover { --tw-translate-x: -5rem !important; } .hover--translate-x-24:hover { --tw-translate-x: -6rem !important; } .hover--translate-x-28:hover { --tw-translate-x: -7rem !important; } .hover--translate-x-32:hover { --tw-translate-x: -8rem !important; } .hover--translate-x-36:hover { --tw-translate-x: -9rem !important; } .hover--translate-x-40:hover { --tw-translate-x: -10rem !important; } .hover--translate-x-44:hover { --tw-translate-x: -11rem !important; } .hover--translate-x-48:hover { --tw-translate-x: -12rem !important; } .hover--translate-x-52:hover { --tw-translate-x: -13rem !important; } .hover--translate-x-56:hover { --tw-translate-x: -14rem !important; } .hover--translate-x-60:hover { --tw-translate-x: -15rem !important; } .hover--translate-x-64:hover { --tw-translate-x: -16rem !important; } .hover--translate-x-72:hover { --tw-translate-x: -18rem !important; } .hover--translate-x-80:hover { --tw-translate-x: -20rem !important; } .hover--translate-x-96:hover { --tw-translate-x: -24rem !important; } .hover--translate-x-px:hover { --tw-translate-x: -1px !important; } .hover--translate-x-0\.5:hover { --tw-translate-x: -0.125rem !important; } .hover--translate-x-1\.5:hover { --tw-translate-x: -0.375rem !important; } .hover--translate-x-2\.5:hover { --tw-translate-x: -0.625rem !important; } .hover--translate-x-3\.5:hover { --tw-translate-x: -0.875rem !important; } .hover-translate-x-1\/2:hover { --tw-translate-x: 50% !important; } .hover-translate-x-1\/3:hover { --tw-translate-x: 33.333333% !important; } .hover-translate-x-2\/3:hover { --tw-translate-x: 66.666667% !important; } .hover-translate-x-1\/4:hover { --tw-translate-x: 25% !important; } .hover-translate-x-2\/4:hover { --tw-translate-x: 50% !important; } .hover-translate-x-3\/4:hover { --tw-translate-x: 75% !important; } .hover-translate-x-full:hover { --tw-translate-x: 100% !important; } .hover--translate-x-1\/2:hover { --tw-translate-x: -50% !important; } .hover--translate-x-1\/3:hover { --tw-translate-x: -33.333333% !important; } .hover--translate-x-2\/3:hover { --tw-translate-x: -66.666667% !important; } .hover--translate-x-1\/4:hover { --tw-translate-x: -25% !important; } .hover--translate-x-2\/4:hover { --tw-translate-x: -50% !important; } .hover--translate-x-3\/4:hover { --tw-translate-x: -75% !important; } .hover--translate-x-full:hover { --tw-translate-x: -100% !important; } .hover-translate-y-0:hover { --tw-translate-y: 0px !important; } .hover-translate-y-1:hover { --tw-translate-y: 0.25rem !important; } .hover-translate-y-2:hover { --tw-translate-y: 0.5rem !important; } .hover-translate-y-3:hover { --tw-translate-y: 0.75rem !important; } .hover-translate-y-4:hover { --tw-translate-y: 1rem !important; } .hover-translate-y-5:hover { --tw-translate-y: 1.25rem !important; } .hover-translate-y-6:hover { --tw-translate-y: 1.5rem !important; } .hover-translate-y-7:hover { --tw-translate-y: 1.75rem !important; } .hover-translate-y-8:hover { --tw-translate-y: 2rem !important; } .hover-translate-y-9:hover { --tw-translate-y: 2.25rem !important; } .hover-translate-y-10:hover { --tw-translate-y: 2.5rem !important; } .hover-translate-y-11:hover { --tw-translate-y: 2.75rem !important; } .hover-translate-y-12:hover { --tw-translate-y: 3rem !important; } .hover-translate-y-14:hover { --tw-translate-y: 3.5rem !important; } .hover-translate-y-16:hover { --tw-translate-y: 4rem !important; } .hover-translate-y-20:hover { --tw-translate-y: 5rem !important; } .hover-translate-y-24:hover { --tw-translate-y: 6rem !important; } .hover-translate-y-28:hover { --tw-translate-y: 7rem !important; } .hover-translate-y-32:hover { --tw-translate-y: 8rem !important; } .hover-translate-y-36:hover { --tw-translate-y: 9rem !important; } .hover-translate-y-40:hover { --tw-translate-y: 10rem !important; } .hover-translate-y-44:hover { --tw-translate-y: 11rem !important; } .hover-translate-y-48:hover { --tw-translate-y: 12rem !important; } .hover-translate-y-52:hover { --tw-translate-y: 13rem !important; } .hover-translate-y-56:hover { --tw-translate-y: 14rem !important; } .hover-translate-y-60:hover { --tw-translate-y: 15rem !important; } .hover-translate-y-64:hover { --tw-translate-y: 16rem !important; } .hover-translate-y-72:hover { --tw-translate-y: 18rem !important; } .hover-translate-y-80:hover { --tw-translate-y: 20rem !important; } .hover-translate-y-96:hover { --tw-translate-y: 24rem !important; } .hover-translate-y-px:hover { --tw-translate-y: 1px !important; } .hover-translate-y-0\.5:hover { --tw-translate-y: 0.125rem !important; } .hover-translate-y-1\.5:hover { --tw-translate-y: 0.375rem !important; } .hover-translate-y-2\.5:hover { --tw-translate-y: 0.625rem !important; } .hover-translate-y-3\.5:hover { --tw-translate-y: 0.875rem !important; } .hover--translate-y-0:hover { --tw-translate-y: 0px !important; } .hover--translate-y-1:hover { --tw-translate-y: -0.25rem !important; } .hover--translate-y-2:hover { --tw-translate-y: -0.5rem !important; } .hover--translate-y-3:hover { --tw-translate-y: -0.75rem !important; } .hover--translate-y-4:hover { --tw-translate-y: -1rem !important; } .hover--translate-y-5:hover { --tw-translate-y: -1.25rem !important; } .hover--translate-y-6:hover { --tw-translate-y: -1.5rem !important; } .hover--translate-y-7:hover { --tw-translate-y: -1.75rem !important; } .hover--translate-y-8:hover { --tw-translate-y: -2rem !important; } .hover--translate-y-9:hover { --tw-translate-y: -2.25rem !important; } .hover--translate-y-10:hover { --tw-translate-y: -2.5rem !important; } .hover--translate-y-11:hover { --tw-translate-y: -2.75rem !important; } .hover--translate-y-12:hover { --tw-translate-y: -3rem !important; } .hover--translate-y-14:hover { --tw-translate-y: -3.5rem !important; } .hover--translate-y-16:hover { --tw-translate-y: -4rem !important; } .hover--translate-y-20:hover { --tw-translate-y: -5rem !important; } .hover--translate-y-24:hover { --tw-translate-y: -6rem !important; } .hover--translate-y-28:hover { --tw-translate-y: -7rem !important; } .hover--translate-y-32:hover { --tw-translate-y: -8rem !important; } .hover--translate-y-36:hover { --tw-translate-y: -9rem !important; } .hover--translate-y-40:hover { --tw-translate-y: -10rem !important; } .hover--translate-y-44:hover { --tw-translate-y: -11rem !important; } .hover--translate-y-48:hover { --tw-translate-y: -12rem !important; } .hover--translate-y-52:hover { --tw-translate-y: -13rem !important; } .hover--translate-y-56:hover { --tw-translate-y: -14rem !important; } .hover--translate-y-60:hover { --tw-translate-y: -15rem !important; } .hover--translate-y-64:hover { --tw-translate-y: -16rem !important; } .hover--translate-y-72:hover { --tw-translate-y: -18rem !important; } .hover--translate-y-80:hover { --tw-translate-y: -20rem !important; } .hover--translate-y-96:hover { --tw-translate-y: -24rem !important; } .hover--translate-y-px:hover { --tw-translate-y: -1px !important; } .hover--translate-y-0\.5:hover { --tw-translate-y: -0.125rem !important; } .hover--translate-y-1\.5:hover { --tw-translate-y: -0.375rem !important; } .hover--translate-y-2\.5:hover { --tw-translate-y: -0.625rem !important; } .hover--translate-y-3\.5:hover { --tw-translate-y: -0.875rem !important; } .hover-translate-y-1\/2:hover { --tw-translate-y: 50% !important; } .hover-translate-y-1\/3:hover { --tw-translate-y: 33.333333% !important; } .hover-translate-y-2\/3:hover { --tw-translate-y: 66.666667% !important; } .hover-translate-y-1\/4:hover { --tw-translate-y: 25% !important; } .hover-translate-y-2\/4:hover { --tw-translate-y: 50% !important; } .hover-translate-y-3\/4:hover { --tw-translate-y: 75% !important; } .hover-translate-y-full:hover { --tw-translate-y: 100% !important; } .hover--translate-y-1\/2:hover { --tw-translate-y: -50% !important; } .hover--translate-y-1\/3:hover { --tw-translate-y: -33.333333% !important; } .hover--translate-y-2\/3:hover { --tw-translate-y: -66.666667% !important; } .hover--translate-y-1\/4:hover { --tw-translate-y: -25% !important; } .hover--translate-y-2\/4:hover { --tw-translate-y: -50% !important; } .hover--translate-y-3\/4:hover { --tw-translate-y: -75% !important; } .hover--translate-y-full:hover { --tw-translate-y: -100% !important; } .focus-translate-x-0:focus { --tw-translate-x: 0px !important; } .focus-translate-x-1:focus { --tw-translate-x: 0.25rem !important; } .focus-translate-x-2:focus { --tw-translate-x: 0.5rem !important; } .focus-translate-x-3:focus { --tw-translate-x: 0.75rem !important; } .focus-translate-x-4:focus { --tw-translate-x: 1rem !important; } .focus-translate-x-5:focus { --tw-translate-x: 1.25rem !important; } .focus-translate-x-6:focus { --tw-translate-x: 1.5rem !important; } .focus-translate-x-7:focus { --tw-translate-x: 1.75rem !important; } .focus-translate-x-8:focus { --tw-translate-x: 2rem !important; } .focus-translate-x-9:focus { --tw-translate-x: 2.25rem !important; } .focus-translate-x-10:focus { --tw-translate-x: 2.5rem !important; } .focus-translate-x-11:focus { --tw-translate-x: 2.75rem !important; } .focus-translate-x-12:focus { --tw-translate-x: 3rem !important; } .focus-translate-x-14:focus { --tw-translate-x: 3.5rem !important; } .focus-translate-x-16:focus { --tw-translate-x: 4rem !important; } .focus-translate-x-20:focus { --tw-translate-x: 5rem !important; } .focus-translate-x-24:focus { --tw-translate-x: 6rem !important; } .focus-translate-x-28:focus { --tw-translate-x: 7rem !important; } .focus-translate-x-32:focus { --tw-translate-x: 8rem !important; } .focus-translate-x-36:focus { --tw-translate-x: 9rem !important; } .focus-translate-x-40:focus { --tw-translate-x: 10rem !important; } .focus-translate-x-44:focus { --tw-translate-x: 11rem !important; } .focus-translate-x-48:focus { --tw-translate-x: 12rem !important; } .focus-translate-x-52:focus { --tw-translate-x: 13rem !important; } .focus-translate-x-56:focus { --tw-translate-x: 14rem !important; } .focus-translate-x-60:focus { --tw-translate-x: 15rem !important; } .focus-translate-x-64:focus { --tw-translate-x: 16rem !important; } .focus-translate-x-72:focus { --tw-translate-x: 18rem !important; } .focus-translate-x-80:focus { --tw-translate-x: 20rem !important; } .focus-translate-x-96:focus { --tw-translate-x: 24rem !important; } .focus-translate-x-px:focus { --tw-translate-x: 1px !important; } .focus-translate-x-0\.5:focus { --tw-translate-x: 0.125rem !important; } .focus-translate-x-1\.5:focus { --tw-translate-x: 0.375rem !important; } .focus-translate-x-2\.5:focus { --tw-translate-x: 0.625rem !important; } .focus-translate-x-3\.5:focus { --tw-translate-x: 0.875rem !important; } .focus--translate-x-0:focus { --tw-translate-x: 0px !important; } .focus--translate-x-1:focus { --tw-translate-x: -0.25rem !important; } .focus--translate-x-2:focus { --tw-translate-x: -0.5rem !important; } .focus--translate-x-3:focus { --tw-translate-x: -0.75rem !important; } .focus--translate-x-4:focus { --tw-translate-x: -1rem !important; } .focus--translate-x-5:focus { --tw-translate-x: -1.25rem !important; } .focus--translate-x-6:focus { --tw-translate-x: -1.5rem !important; } .focus--translate-x-7:focus { --tw-translate-x: -1.75rem !important; } .focus--translate-x-8:focus { --tw-translate-x: -2rem !important; } .focus--translate-x-9:focus { --tw-translate-x: -2.25rem !important; } .focus--translate-x-10:focus { --tw-translate-x: -2.5rem !important; } .focus--translate-x-11:focus { --tw-translate-x: -2.75rem !important; } .focus--translate-x-12:focus { --tw-translate-x: -3rem !important; } .focus--translate-x-14:focus { --tw-translate-x: -3.5rem !important; } .focus--translate-x-16:focus { --tw-translate-x: -4rem !important; } .focus--translate-x-20:focus { --tw-translate-x: -5rem !important; } .focus--translate-x-24:focus { --tw-translate-x: -6rem !important; } .focus--translate-x-28:focus { --tw-translate-x: -7rem !important; } .focus--translate-x-32:focus { --tw-translate-x: -8rem !important; } .focus--translate-x-36:focus { --tw-translate-x: -9rem !important; } .focus--translate-x-40:focus { --tw-translate-x: -10rem !important; } .focus--translate-x-44:focus { --tw-translate-x: -11rem !important; } .focus--translate-x-48:focus { --tw-translate-x: -12rem !important; } .focus--translate-x-52:focus { --tw-translate-x: -13rem !important; } .focus--translate-x-56:focus { --tw-translate-x: -14rem !important; } .focus--translate-x-60:focus { --tw-translate-x: -15rem !important; } .focus--translate-x-64:focus { --tw-translate-x: -16rem !important; } .focus--translate-x-72:focus { --tw-translate-x: -18rem !important; } .focus--translate-x-80:focus { --tw-translate-x: -20rem !important; } .focus--translate-x-96:focus { --tw-translate-x: -24rem !important; } .focus--translate-x-px:focus { --tw-translate-x: -1px !important; } .focus--translate-x-0\.5:focus { --tw-translate-x: -0.125rem !important; } .focus--translate-x-1\.5:focus { --tw-translate-x: -0.375rem !important; } .focus--translate-x-2\.5:focus { --tw-translate-x: -0.625rem !important; } .focus--translate-x-3\.5:focus { --tw-translate-x: -0.875rem !important; } .focus-translate-x-1\/2:focus { --tw-translate-x: 50% !important; } .focus-translate-x-1\/3:focus { --tw-translate-x: 33.333333% !important; } .focus-translate-x-2\/3:focus { --tw-translate-x: 66.666667% !important; } .focus-translate-x-1\/4:focus { --tw-translate-x: 25% !important; } .focus-translate-x-2\/4:focus { --tw-translate-x: 50% !important; } .focus-translate-x-3\/4:focus { --tw-translate-x: 75% !important; } .focus-translate-x-full:focus { --tw-translate-x: 100% !important; } .focus--translate-x-1\/2:focus { --tw-translate-x: -50% !important; } .focus--translate-x-1\/3:focus { --tw-translate-x: -33.333333% !important; } .focus--translate-x-2\/3:focus { --tw-translate-x: -66.666667% !important; } .focus--translate-x-1\/4:focus { --tw-translate-x: -25% !important; } .focus--translate-x-2\/4:focus { --tw-translate-x: -50% !important; } .focus--translate-x-3\/4:focus { --tw-translate-x: -75% !important; } .focus--translate-x-full:focus { --tw-translate-x: -100% !important; } .focus-translate-y-0:focus { --tw-translate-y: 0px !important; } .focus-translate-y-1:focus { --tw-translate-y: 0.25rem !important; } .focus-translate-y-2:focus { --tw-translate-y: 0.5rem !important; } .focus-translate-y-3:focus { --tw-translate-y: 0.75rem !important; } .focus-translate-y-4:focus { --tw-translate-y: 1rem !important; } .focus-translate-y-5:focus { --tw-translate-y: 1.25rem !important; } .focus-translate-y-6:focus { --tw-translate-y: 1.5rem !important; } .focus-translate-y-7:focus { --tw-translate-y: 1.75rem !important; } .focus-translate-y-8:focus { --tw-translate-y: 2rem !important; } .focus-translate-y-9:focus { --tw-translate-y: 2.25rem !important; } .focus-translate-y-10:focus { --tw-translate-y: 2.5rem !important; } .focus-translate-y-11:focus { --tw-translate-y: 2.75rem !important; } .focus-translate-y-12:focus { --tw-translate-y: 3rem !important; } .focus-translate-y-14:focus { --tw-translate-y: 3.5rem !important; } .focus-translate-y-16:focus { --tw-translate-y: 4rem !important; } .focus-translate-y-20:focus { --tw-translate-y: 5rem !important; } .focus-translate-y-24:focus { --tw-translate-y: 6rem !important; } .focus-translate-y-28:focus { --tw-translate-y: 7rem !important; } .focus-translate-y-32:focus { --tw-translate-y: 8rem !important; } .focus-translate-y-36:focus { --tw-translate-y: 9rem !important; } .focus-translate-y-40:focus { --tw-translate-y: 10rem !important; } .focus-translate-y-44:focus { --tw-translate-y: 11rem !important; } .focus-translate-y-48:focus { --tw-translate-y: 12rem !important; } .focus-translate-y-52:focus { --tw-translate-y: 13rem !important; } .focus-translate-y-56:focus { --tw-translate-y: 14rem !important; } .focus-translate-y-60:focus { --tw-translate-y: 15rem !important; } .focus-translate-y-64:focus { --tw-translate-y: 16rem !important; } .focus-translate-y-72:focus { --tw-translate-y: 18rem !important; } .focus-translate-y-80:focus { --tw-translate-y: 20rem !important; } .focus-translate-y-96:focus { --tw-translate-y: 24rem !important; } .focus-translate-y-px:focus { --tw-translate-y: 1px !important; } .focus-translate-y-0\.5:focus { --tw-translate-y: 0.125rem !important; } .focus-translate-y-1\.5:focus { --tw-translate-y: 0.375rem !important; } .focus-translate-y-2\.5:focus { --tw-translate-y: 0.625rem !important; } .focus-translate-y-3\.5:focus { --tw-translate-y: 0.875rem !important; } .focus--translate-y-0:focus { --tw-translate-y: 0px !important; } .focus--translate-y-1:focus { --tw-translate-y: -0.25rem !important; } .focus--translate-y-2:focus { --tw-translate-y: -0.5rem !important; } .focus--translate-y-3:focus { --tw-translate-y: -0.75rem !important; } .focus--translate-y-4:focus { --tw-translate-y: -1rem !important; } .focus--translate-y-5:focus { --tw-translate-y: -1.25rem !important; } .focus--translate-y-6:focus { --tw-translate-y: -1.5rem !important; } .focus--translate-y-7:focus { --tw-translate-y: -1.75rem !important; } .focus--translate-y-8:focus { --tw-translate-y: -2rem !important; } .focus--translate-y-9:focus { --tw-translate-y: -2.25rem !important; } .focus--translate-y-10:focus { --tw-translate-y: -2.5rem !important; } .focus--translate-y-11:focus { --tw-translate-y: -2.75rem !important; } .focus--translate-y-12:focus { --tw-translate-y: -3rem !important; } .focus--translate-y-14:focus { --tw-translate-y: -3.5rem !important; } .focus--translate-y-16:focus { --tw-translate-y: -4rem !important; } .focus--translate-y-20:focus { --tw-translate-y: -5rem !important; } .focus--translate-y-24:focus { --tw-translate-y: -6rem !important; } .focus--translate-y-28:focus { --tw-translate-y: -7rem !important; } .focus--translate-y-32:focus { --tw-translate-y: -8rem !important; } .focus--translate-y-36:focus { --tw-translate-y: -9rem !important; } .focus--translate-y-40:focus { --tw-translate-y: -10rem !important; } .focus--translate-y-44:focus { --tw-translate-y: -11rem !important; } .focus--translate-y-48:focus { --tw-translate-y: -12rem !important; } .focus--translate-y-52:focus { --tw-translate-y: -13rem !important; } .focus--translate-y-56:focus { --tw-translate-y: -14rem !important; } .focus--translate-y-60:focus { --tw-translate-y: -15rem !important; } .focus--translate-y-64:focus { --tw-translate-y: -16rem !important; } .focus--translate-y-72:focus { --tw-translate-y: -18rem !important; } .focus--translate-y-80:focus { --tw-translate-y: -20rem !important; } .focus--translate-y-96:focus { --tw-translate-y: -24rem !important; } .focus--translate-y-px:focus { --tw-translate-y: -1px !important; } .focus--translate-y-0\.5:focus { --tw-translate-y: -0.125rem !important; } .focus--translate-y-1\.5:focus { --tw-translate-y: -0.375rem !important; } .focus--translate-y-2\.5:focus { --tw-translate-y: -0.625rem !important; } .focus--translate-y-3\.5:focus { --tw-translate-y: -0.875rem !important; } .focus-translate-y-1\/2:focus { --tw-translate-y: 50% !important; } .focus-translate-y-1\/3:focus { --tw-translate-y: 33.333333% !important; } .focus-translate-y-2\/3:focus { --tw-translate-y: 66.666667% !important; } .focus-translate-y-1\/4:focus { --tw-translate-y: 25% !important; } .focus-translate-y-2\/4:focus { --tw-translate-y: 50% !important; } .focus-translate-y-3\/4:focus { --tw-translate-y: 75% !important; } .focus-translate-y-full:focus { --tw-translate-y: 100% !important; } .focus--translate-y-1\/2:focus { --tw-translate-y: -50% !important; } .focus--translate-y-1\/3:focus { --tw-translate-y: -33.333333% !important; } .focus--translate-y-2\/3:focus { --tw-translate-y: -66.666667% !important; } .focus--translate-y-1\/4:focus { --tw-translate-y: -25% !important; } .focus--translate-y-2\/4:focus { --tw-translate-y: -50% !important; } .focus--translate-y-3\/4:focus { --tw-translate-y: -75% !important; } .focus--translate-y-full:focus { --tw-translate-y: -100% !important; } .skew-x-0 { --tw-skew-x: 0deg !important; } .skew-x-1 { --tw-skew-x: 1deg !important; } .skew-x-2 { --tw-skew-x: 2deg !important; } .skew-x-3 { --tw-skew-x: 3deg !important; } .skew-x-6 { --tw-skew-x: 6deg !important; } .skew-x-12 { --tw-skew-x: 12deg !important; } .-skew-x-12 { --tw-skew-x: -12deg !important; } .-skew-x-6 { --tw-skew-x: -6deg !important; } .-skew-x-3 { --tw-skew-x: -3deg !important; } .-skew-x-2 { --tw-skew-x: -2deg !important; } .-skew-x-1 { --tw-skew-x: -1deg !important; } .skew-y-0 { --tw-skew-y: 0deg !important; } .skew-y-1 { --tw-skew-y: 1deg !important; } .skew-y-2 { --tw-skew-y: 2deg !important; } .skew-y-3 { --tw-skew-y: 3deg !important; } .skew-y-6 { --tw-skew-y: 6deg !important; } .skew-y-12 { --tw-skew-y: 12deg !important; } .-skew-y-12 { --tw-skew-y: -12deg !important; } .-skew-y-6 { --tw-skew-y: -6deg !important; } .-skew-y-3 { --tw-skew-y: -3deg !important; } .-skew-y-2 { --tw-skew-y: -2deg !important; } .-skew-y-1 { --tw-skew-y: -1deg !important; } .hover-skew-x-0:hover { --tw-skew-x: 0deg !important; } .hover-skew-x-1:hover { --tw-skew-x: 1deg !important; } .hover-skew-x-2:hover { --tw-skew-x: 2deg !important; } .hover-skew-x-3:hover { --tw-skew-x: 3deg !important; } .hover-skew-x-6:hover { --tw-skew-x: 6deg !important; } .hover-skew-x-12:hover { --tw-skew-x: 12deg !important; } .hover--skew-x-12:hover { --tw-skew-x: -12deg !important; } .hover--skew-x-6:hover { --tw-skew-x: -6deg !important; } .hover--skew-x-3:hover { --tw-skew-x: -3deg !important; } .hover--skew-x-2:hover { --tw-skew-x: -2deg !important; } .hover--skew-x-1:hover { --tw-skew-x: -1deg !important; } .hover-skew-y-0:hover { --tw-skew-y: 0deg !important; } .hover-skew-y-1:hover { --tw-skew-y: 1deg !important; } .hover-skew-y-2:hover { --tw-skew-y: 2deg !important; } .hover-skew-y-3:hover { --tw-skew-y: 3deg !important; } .hover-skew-y-6:hover { --tw-skew-y: 6deg !important; } .hover-skew-y-12:hover { --tw-skew-y: 12deg !important; } .hover--skew-y-12:hover { --tw-skew-y: -12deg !important; } .hover--skew-y-6:hover { --tw-skew-y: -6deg !important; } .hover--skew-y-3:hover { --tw-skew-y: -3deg !important; } .hover--skew-y-2:hover { --tw-skew-y: -2deg !important; } .hover--skew-y-1:hover { --tw-skew-y: -1deg !important; } .focus-skew-x-0:focus { --tw-skew-x: 0deg !important; } .focus-skew-x-1:focus { --tw-skew-x: 1deg !important; } .focus-skew-x-2:focus { --tw-skew-x: 2deg !important; } .focus-skew-x-3:focus { --tw-skew-x: 3deg !important; } .focus-skew-x-6:focus { --tw-skew-x: 6deg !important; } .focus-skew-x-12:focus { --tw-skew-x: 12deg !important; } .focus--skew-x-12:focus { --tw-skew-x: -12deg !important; } .focus--skew-x-6:focus { --tw-skew-x: -6deg !important; } .focus--skew-x-3:focus { --tw-skew-x: -3deg !important; } .focus--skew-x-2:focus { --tw-skew-x: -2deg !important; } .focus--skew-x-1:focus { --tw-skew-x: -1deg !important; } .focus-skew-y-0:focus { --tw-skew-y: 0deg !important; } .focus-skew-y-1:focus { --tw-skew-y: 1deg !important; } .focus-skew-y-2:focus { --tw-skew-y: 2deg !important; } .focus-skew-y-3:focus { --tw-skew-y: 3deg !important; } .focus-skew-y-6:focus { --tw-skew-y: 6deg !important; } .focus-skew-y-12:focus { --tw-skew-y: 12deg !important; } .focus--skew-y-12:focus { --tw-skew-y: -12deg !important; } .focus--skew-y-6:focus { --tw-skew-y: -6deg !important; } .focus--skew-y-3:focus { --tw-skew-y: -3deg !important; } .focus--skew-y-2:focus { --tw-skew-y: -2deg !important; } .focus--skew-y-1:focus { --tw-skew-y: -1deg !important; } .transition-none { transition-property: none !important; } .transition-all { transition-property: all !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .transition-colors { transition-property: background-color, border-color, color, fill, stroke !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .transition-opacity { transition-property: opacity !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .transition-shadow { transition-property: box-shadow !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .transition-transform { transition-property: transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .ease-linear { transition-timing-function: linear !important; } .ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; } .ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; } .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; } .duration-75 { transition-duration: 75ms !important; } .duration-100 { transition-duration: 0.1s !important; } .duration-150 { transition-duration: 0.15s !important; } .duration-200 { transition-duration: 0.2s !important; } .duration-300 { transition-duration: 0.3s !important; } .duration-500 { transition-duration: 0.5s !important; } .duration-700 { transition-duration: 0.7s !important; } .duration-1000 { transition-duration: 1s !important; } .delay-75 { transition-delay: 75ms !important; } .delay-100 { transition-delay: 0.1s !important; } .delay-150 { transition-delay: 0.15s !important; } .delay-200 { transition-delay: 0.2s !important; } .delay-300 { transition-delay: 0.3s !important; } .delay-500 { transition-delay: 0.5s !important; } .delay-700 { transition-delay: 0.7s !important; } .delay-1000 { transition-delay: 1s !important; } @keyframes ping { 75%, to { transform: scale(2); opacity: 0; } } @keyframes pulse { 50% { opacity: 0.5; } } @keyframes bounce { 0%, to { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); } 50% { transform: none; animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } } .animate-none { animation: none !important; } .animate-spin { animation: spin 1s linear infinite !important; } .animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; } .animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; } .animate-bounce { animation: bounce 1s infinite !important; } @media (min-width: 0px) { .sm-space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .sm-space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; } .sm-space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1px * var(--tw-space-x-reverse)) !important; margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; } .sm-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .sm--space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-4rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-5rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-6rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-7rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-8rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-9rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-10rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-11rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-12rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-13rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-14rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-15rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-16rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-18rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-20rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-24rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; } .sm--space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; margin-left: calc(-1px * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .sm--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; } .sm--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .sm-space-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 1 !important; } .sm-space-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 1 !important; } .sm-divide-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(0px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; } .sm-divide-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(0px * (1 - var(--tw-divide-x-reverse))) !important; } .sm-divide-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(2px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; } .sm-divide-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(2px * (1 - var(--tw-divide-x-reverse))) !important; } .sm-divide-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(4px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; } .sm-divide-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(4px * (1 - var(--tw-divide-x-reverse))) !important; } .sm-divide-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(8px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; } .sm-divide-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(8px * (1 - var(--tw-divide-x-reverse))) !important; } .sm-divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; } .sm-divide-x > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse))) !important; } .sm-divide-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 1 !important; } .sm-divide-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 1 !important; } .sm-divide-transparent > :not([hidden]) ~ :not([hidden]) { border-color: transparent !important; } .sm-divide-cw-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-divide-opacity)) !important; } .sm-divide-cw-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .sm-divide-cw-secondary > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .sm-divide-cw-secondary-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-divide-opacity)) !important; } .sm-divide-cw-secondary-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-divide-opacity)) !important; } .sm-divide-cw-secondary-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-divide-opacity)) !important; } .sm-divide-cw-accent > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .sm-divide-cw-accent-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-divide-opacity)) !important; } .sm-divide-cw-accent-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-divide-opacity)) !important; } .sm-divide-cw-blue-print > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-divide-opacity)) !important; } .sm-divide-cw-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-divide-opacity)) !important; } .sm-divide-cw-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-divide-opacity)) !important; } .sm-divide-cw-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-divide-opacity)) !important; } .sm-divide-cw-red > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-divide-opacity)) !important; } .sm-divide-cw-spring > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-divide-opacity)) !important; } .sm-divide-cw-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-divide-opacity)) !important; } .sm-divide-cw-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; } .sm-divide-cw-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-divide-opacity)) !important; } .sm-divide-grey-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-divide-opacity)) !important; } .sm-divide-grey-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-divide-opacity)) !important; } .sm-divide-grey-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-divide-opacity)) !important; } .sm-divide-grey-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-divide-opacity)) !important; } .sm-divide-grey-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important; } .sm-divide-grey-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-divide-opacity)) !important; } .sm-divide-grey-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-divide-opacity)) !important; } .sm-divide-grey-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-divide-opacity)) !important; } .sm-divide-cball-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-divide-opacity)) !important; } .sm-divide-cball-dark-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-divide-opacity)) !important; } .sm-divide-cball-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-divide-opacity)) !important; } .sm-divide-cw-spring-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .sm-divide-cw-spring-dk-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-divide-opacity)) !important; } .sm-divide-cw-spring-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-divide-opacity)) !important; } .sm-divide-cw-spring-lt-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-divide-opacity)) !important; } .sm-divide-cw-spring-dk-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-divide-opacity)) !important; } .sm-divide-cw-spring-med-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-divide-opacity)) !important; } .sm-divide-cw-spring-lt-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-divide-opacity)) !important; } .sm-divide-cw-spring-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-divide-opacity)) !important; } .sm-divide-cw-spring-off-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-divide-opacity)) !important; } .sm-divide-cw-spring-peach > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-divide-opacity)) !important; } .sm-divide-cw-navy > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .sm-divide-cw-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .sm-divide-cw-dk-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-divide-opacity)) !important; } .sm-divide-sc-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-divide-opacity)) !important; } .sm-divide-sc-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-divide-opacity)) !important; } .sm-divide-sc-sand > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-divide-opacity)) !important; } .sm-divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid !important; } .sm-divide-dashed > :not([hidden]) ~ :not([hidden]) { border-style: dashed !important; } .sm-divide-dotted > :not([hidden]) ~ :not([hidden]) { border-style: dotted !important; } .sm-divide-double > :not([hidden]) ~ :not([hidden]) { border-style: double !important; } .sm-divide-none > :not([hidden]) ~ :not([hidden]) { border-style: none !important; } .sm-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0 !important; } .sm-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.05 !important; } .sm-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.1 !important; } .sm-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.2 !important; } .sm-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.25 !important; } .sm-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.3 !important; } .sm-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.4 !important; } .sm-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5 !important; } .sm-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.6 !important; } .sm-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.7 !important; } .sm-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.75 !important; } .sm-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.8 !important; } .sm-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.9 !important; } .sm-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.95 !important; } .sm-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; } .sm-sr-only { position: absolute !important; 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-width: 0 !important; } .sm-not-sr-only { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .sm-focus-within-sr-only:focus-within { position: absolute !important; 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-width: 0 !important; } .sm-focus-within-not-sr-only:focus-within { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .sm-focus-sr-only:focus { position: absolute !important; 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-width: 0 !important; } .sm-focus-not-sr-only:focus { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .sm-appearance-none { -moz-appearance: none !important; appearance: none !important; } .sm-bg-fixed { background-attachment: fixed !important; } .sm-bg-local { background-attachment: local !important; } .sm-bg-scroll { background-attachment: scroll !important; } .sm-bg-clip-border { background-clip: border-box !important; } .sm-bg-clip-padding { background-clip: padding-box !important; } .sm-bg-clip-content { background-clip: content-box !important; } .sm-bg-clip-text { background-clip: text !important; } .sm-bg-transparent { background-color: transparent !important; } .sm-bg-cw-black { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .sm-bg-cw-blue { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .sm-bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .sm-bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .sm-bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .sm-bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .sm-bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .sm-bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .sm-bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .sm-bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .sm-bg-cw-green { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .sm-bg-cw-orange { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .sm-bg-cw-purple { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .sm-bg-cw-red { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .sm-bg-cw-spring { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .sm-bg-cw-teal { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .sm-bg-cw-white { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .sm-bg-cw-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .sm-bg-grey-10 { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .sm-bg-grey-20 { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .sm-bg-grey-30 { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .sm-bg-grey-40 { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .sm-bg-grey-5 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .sm-bg-grey-50 { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .sm-bg-grey-60 { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .sm-bg-grey-70 { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .sm-bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .sm-bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .sm-bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .sm-bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .sm-bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .sm-bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .sm-bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .sm-bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .sm-bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .sm-bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .sm-bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .sm-bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .sm-bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .sm-bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .sm-bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .sm-bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .sm-bg-sc-teal { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .sm-bg-sc-green { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .sm-bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-transparent { background-color: transparent !important; } .group:hover .sm-group-hover-bg-cw-black { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-blue { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-green { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-orange { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-purple { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-red { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-spring { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-teal { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-white { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-grey-10 { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-grey-20 { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-grey-30 { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-grey-40 { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-grey-5 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-grey-50 { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-grey-60 { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-grey-70 { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-sc-teal { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-sc-green { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .group:hover .sm-group-hover-bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-transparent:focus-within { background-color: transparent !important; } .sm-focus-within-bg-cw-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-secondary:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-secondary-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-secondary-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-secondary-300:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-accent:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-accent-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-accent-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-blue-print:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-red:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-spring:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-grey-10:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-grey-20:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-grey-30:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-grey-40:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-grey-5:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-grey-50:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-grey-60:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-grey-70:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cball-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cball-dark-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cball-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-spring-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-spring-dk-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-spring-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-spring-lt-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-spring-dk-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-spring-med-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-spring-lt-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-spring-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-spring-off-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-spring-peach:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-navy:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-cw-dk-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-sc-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-sc-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .sm-focus-within-bg-sc-sand:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .sm-hover-bg-transparent:hover { background-color: transparent !important; } .sm-hover-bg-cw-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-secondary:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-secondary-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-secondary-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-secondary-300:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-accent:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-accent-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-accent-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-blue-print:hover { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-red:hover { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-spring:hover { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .sm-hover-bg-grey-10:hover { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .sm-hover-bg-grey-20:hover { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .sm-hover-bg-grey-30:hover { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .sm-hover-bg-grey-40:hover { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .sm-hover-bg-grey-5:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .sm-hover-bg-grey-50:hover { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .sm-hover-bg-grey-60:hover { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .sm-hover-bg-grey-70:hover { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cball-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cball-dark-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cball-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-spring-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-spring-dk-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-spring-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-spring-lt-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-spring-dk-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-spring-med-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-spring-lt-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-spring-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-spring-off-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-spring-peach:hover { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-navy:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .sm-hover-bg-cw-dk-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .sm-hover-bg-sc-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .sm-hover-bg-sc-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .sm-hover-bg-sc-sand:hover { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .sm-focus-bg-transparent:focus { background-color: transparent !important; } .sm-focus-bg-cw-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-secondary:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-secondary-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-secondary-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-secondary-300:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-accent:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-accent-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-accent-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-blue-print:focus { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-red:focus { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-spring:focus { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .sm-focus-bg-grey-10:focus { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .sm-focus-bg-grey-20:focus { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .sm-focus-bg-grey-30:focus { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .sm-focus-bg-grey-40:focus { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .sm-focus-bg-grey-5:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .sm-focus-bg-grey-50:focus { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .sm-focus-bg-grey-60:focus { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .sm-focus-bg-grey-70:focus { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cball-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cball-dark-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cball-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-spring-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-spring-dk-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-spring-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-spring-lt-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-spring-dk-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-spring-med-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-spring-lt-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-spring-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-spring-off-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-spring-peach:focus { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-navy:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .sm-focus-bg-cw-dk-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .sm-focus-bg-sc-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .sm-focus-bg-sc-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .sm-focus-bg-sc-sand:focus { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .sm-bg-none { background-image: none !important; } .sm-bg-gradient-to-t { background-image: linear-gradient( 0deg, var(--tw-gradient-stops) ) !important; } .sm-bg-gradient-to-tr { background-image: linear-gradient( to top right, var(--tw-gradient-stops) ) !important; } .sm-bg-gradient-to-r { background-image: linear-gradient( 90deg, var(--tw-gradient-stops) ) !important; } .sm-bg-gradient-to-br { background-image: linear-gradient( to bottom right, var(--tw-gradient-stops) ) !important; } .sm-bg-gradient-to-b { background-image: linear-gradient( 180deg, var(--tw-gradient-stops) ) !important; } .sm-bg-gradient-to-bl { background-image: linear-gradient( to bottom left, var(--tw-gradient-stops) ) !important; } .sm-bg-gradient-to-l { background-image: linear-gradient( 270deg, var(--tw-gradient-stops) ) !important; } .sm-bg-gradient-to-tl { background-image: linear-gradient( to top left, var(--tw-gradient-stops) ) !important; } .sm-from-transparent { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .sm-from-cw-black { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .sm-from-cw-blue { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-from-cw-secondary { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-from-cw-secondary-100 { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .sm-from-cw-secondary-200 { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .sm-from-cw-secondary-300 { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .sm-from-cw-accent { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-from-cw-accent-100 { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .sm-from-cw-accent-200 { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .sm-from-cw-blue-print { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .sm-from-cw-green { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .sm-from-cw-orange { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .sm-from-cw-purple { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .sm-from-cw-red { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .sm-from-cw-spring { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .sm-from-cw-teal { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .sm-from-cw-white { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .sm-from-cw-yellow { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .sm-from-grey-10 { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .sm-from-grey-20 { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .sm-from-grey-30 { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .sm-from-grey-40 { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .sm-from-grey-5 { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .sm-from-grey-50 { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .sm-from-grey-60 { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .sm-from-grey-70 { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .sm-from-cball-blue { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .sm-from-cball-dark-blue { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .sm-from-cball-purple { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .sm-from-cw-spring-yellow { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-from-cw-spring-dk-blue { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .sm-from-cw-spring-med-blue { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .sm-from-cw-spring-lt-blue { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .sm-from-cw-spring-dk-green { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .sm-from-cw-spring-med-green { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .sm-from-cw-spring-lt-green { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .sm-from-cw-spring-black { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .sm-from-cw-spring-off-white { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .sm-from-cw-spring-peach { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .sm-from-cw-navy { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-from-cw-med-blue { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-from-cw-dk-orange { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .sm-from-sc-teal { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .sm-from-sc-green { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .sm-from-sc-sand { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .sm-via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .sm-via-cw-black { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .sm-via-cw-blue { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-via-cw-secondary { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-via-cw-secondary-100 { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .sm-via-cw-secondary-200 { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .sm-via-cw-secondary-300 { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .sm-via-cw-accent { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-via-cw-accent-100 { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .sm-via-cw-accent-200 { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .sm-via-cw-blue-print { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .sm-via-cw-green { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .sm-via-cw-orange { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .sm-via-cw-purple { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .sm-via-cw-red { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .sm-via-cw-spring { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .sm-via-cw-teal { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .sm-via-cw-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .sm-via-cw-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .sm-via-grey-10 { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .sm-via-grey-20 { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .sm-via-grey-30 { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .sm-via-grey-40 { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .sm-via-grey-5 { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .sm-via-grey-50 { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .sm-via-grey-60 { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .sm-via-grey-70 { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .sm-via-cball-blue { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .sm-via-cball-dark-blue { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .sm-via-cball-purple { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .sm-via-cw-spring-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-via-cw-spring-dk-blue { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .sm-via-cw-spring-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .sm-via-cw-spring-lt-blue { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .sm-via-cw-spring-dk-green { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .sm-via-cw-spring-med-green { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .sm-via-cw-spring-lt-green { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .sm-via-cw-spring-black { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .sm-via-cw-spring-off-white { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .sm-via-cw-spring-peach { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .sm-via-cw-navy { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-via-cw-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-via-cw-dk-orange { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .sm-via-sc-teal { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .sm-via-sc-green { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .sm-via-sc-sand { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .sm-to-transparent { --tw-gradient-to: transparent !important; } .sm-to-cw-black { --tw-gradient-to: #333232 !important; } .sm-to-cw-blue { --tw-gradient-to: #036 !important; } .sm-to-cw-secondary { --tw-gradient-to: #77a8bb !important; } .sm-to-cw-secondary-100 { --tw-gradient-to: #99becc !important; } .sm-to-cw-secondary-200 { --tw-gradient-to: #d6e4ea !important; } .sm-to-cw-secondary-300 { --tw-gradient-to: #f7fcff !important; } .sm-to-cw-accent { --tw-gradient-to: #ffc907 !important; } .sm-to-cw-accent-100 { --tw-gradient-to: #fff7e1 !important; } .sm-to-cw-accent-200 { --tw-gradient-to: #fffbf0 !important; } .sm-to-cw-blue-print { --tw-gradient-to: #5096d0 !important; } .sm-to-cw-green { --tw-gradient-to: #14a947 !important; } .sm-to-cw-orange { --tw-gradient-to: #fe813a !important; } .sm-to-cw-purple { --tw-gradient-to: #9064bf !important; } .sm-to-cw-red { --tw-gradient-to: #fa575d !important; } .sm-to-cw-spring { --tw-gradient-to: #1ba9e0 !important; } .sm-to-cw-teal { --tw-gradient-to: #8ed4cc !important; } .sm-to-cw-white { --tw-gradient-to: #fff !important; } .sm-to-cw-yellow { --tw-gradient-to: #ffca0a !important; } .sm-to-grey-10 { --tw-gradient-to: #f4f5f0 !important; } .sm-to-grey-20 { --tw-gradient-to: #e9eae4 !important; } .sm-to-grey-30 { --tw-gradient-to: #dfdfd7 !important; } .sm-to-grey-40 { --tw-gradient-to: #c1c1ba !important; } .sm-to-grey-5 { --tw-gradient-to: #f7f7f7 !important; } .sm-to-grey-50 { --tw-gradient-to: #9b9b94 !important; } .sm-to-grey-60 { --tw-gradient-to: #71716c !important; } .sm-to-grey-70 { --tw-gradient-to: #515151 !important; } .sm-to-cball-blue { --tw-gradient-to: #576995 !important; } .sm-to-cball-dark-blue { --tw-gradient-to: #354363 !important; } .sm-to-cball-purple { --tw-gradient-to: #0a101f !important; } .sm-to-cw-spring-yellow { --tw-gradient-to: #ffc907 !important; } .sm-to-cw-spring-dk-blue { --tw-gradient-to: #1e2658 !important; } .sm-to-cw-spring-med-blue { --tw-gradient-to: #1080b9 !important; } .sm-to-cw-spring-lt-blue { --tw-gradient-to: #bae3f0 !important; } .sm-to-cw-spring-dk-green { --tw-gradient-to: #004b3d !important; } .sm-to-cw-spring-med-green { --tw-gradient-to: #00ac7f !important; } .sm-to-cw-spring-lt-green { --tw-gradient-to: #b8e3d1 !important; } .sm-to-cw-spring-black { --tw-gradient-to: #1a1a1a !important; } .sm-to-cw-spring-off-white { --tw-gradient-to: #fdf4e2 !important; } .sm-to-cw-spring-peach { --tw-gradient-to: #e88a78 !important; } .sm-to-cw-navy { --tw-gradient-to: #036 !important; } .sm-to-cw-med-blue { --tw-gradient-to: #77a8bb !important; } .sm-to-cw-dk-orange { --tw-gradient-to: #bf6c46 !important; } .sm-to-sc-teal { --tw-gradient-to: #43b29a !important; } .sm-to-sc-green { --tw-gradient-to: #7db87e !important; } .sm-to-sc-sand { --tw-gradient-to: #f9f7e9 !important; } .sm-hover-from-transparent:hover { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .sm-hover-from-cw-black:hover { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .sm-hover-from-cw-blue:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-hover-from-cw-secondary:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-hover-from-cw-secondary-100:hover { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .sm-hover-from-cw-secondary-200:hover { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .sm-hover-from-cw-secondary-300:hover { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .sm-hover-from-cw-accent:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-hover-from-cw-accent-100:hover { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .sm-hover-from-cw-accent-200:hover { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .sm-hover-from-cw-blue-print:hover { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .sm-hover-from-cw-green:hover { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .sm-hover-from-cw-orange:hover { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .sm-hover-from-cw-purple:hover { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .sm-hover-from-cw-red:hover { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .sm-hover-from-cw-spring:hover { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .sm-hover-from-cw-teal:hover { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .sm-hover-from-cw-white:hover { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .sm-hover-from-cw-yellow:hover { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .sm-hover-from-grey-10:hover { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .sm-hover-from-grey-20:hover { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .sm-hover-from-grey-30:hover { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .sm-hover-from-grey-40:hover { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .sm-hover-from-grey-5:hover { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .sm-hover-from-grey-50:hover { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .sm-hover-from-grey-60:hover { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .sm-hover-from-grey-70:hover { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .sm-hover-from-cball-blue:hover { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .sm-hover-from-cball-dark-blue:hover { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .sm-hover-from-cball-purple:hover { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .sm-hover-from-cw-spring-yellow:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-hover-from-cw-spring-dk-blue:hover { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .sm-hover-from-cw-spring-med-blue:hover { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .sm-hover-from-cw-spring-lt-blue:hover { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .sm-hover-from-cw-spring-dk-green:hover { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .sm-hover-from-cw-spring-med-green:hover { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .sm-hover-from-cw-spring-lt-green:hover { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .sm-hover-from-cw-spring-black:hover { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .sm-hover-from-cw-spring-off-white:hover { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .sm-hover-from-cw-spring-peach:hover { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .sm-hover-from-cw-navy:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-hover-from-cw-med-blue:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-hover-from-cw-dk-orange:hover { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .sm-hover-from-sc-teal:hover { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .sm-hover-from-sc-green:hover { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .sm-hover-from-sc-sand:hover { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .sm-hover-via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .sm-hover-via-cw-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .sm-hover-via-cw-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-hover-via-cw-secondary:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-hover-via-cw-secondary-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .sm-hover-via-cw-secondary-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .sm-hover-via-cw-secondary-300:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .sm-hover-via-cw-accent:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-hover-via-cw-accent-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .sm-hover-via-cw-accent-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .sm-hover-via-cw-blue-print:hover { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .sm-hover-via-cw-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .sm-hover-via-cw-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .sm-hover-via-cw-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .sm-hover-via-cw-red:hover { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .sm-hover-via-cw-spring:hover { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .sm-hover-via-cw-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .sm-hover-via-cw-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .sm-hover-via-cw-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .sm-hover-via-grey-10:hover { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .sm-hover-via-grey-20:hover { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .sm-hover-via-grey-30:hover { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .sm-hover-via-grey-40:hover { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .sm-hover-via-grey-5:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .sm-hover-via-grey-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .sm-hover-via-grey-60:hover { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .sm-hover-via-grey-70:hover { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .sm-hover-via-cball-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .sm-hover-via-cball-dark-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .sm-hover-via-cball-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .sm-hover-via-cw-spring-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-hover-via-cw-spring-dk-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .sm-hover-via-cw-spring-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .sm-hover-via-cw-spring-lt-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .sm-hover-via-cw-spring-dk-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .sm-hover-via-cw-spring-med-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .sm-hover-via-cw-spring-lt-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .sm-hover-via-cw-spring-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .sm-hover-via-cw-spring-off-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .sm-hover-via-cw-spring-peach:hover { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .sm-hover-via-cw-navy:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-hover-via-cw-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-hover-via-cw-dk-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .sm-hover-via-sc-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .sm-hover-via-sc-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .sm-hover-via-sc-sand:hover { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .sm-hover-to-transparent:hover { --tw-gradient-to: transparent !important; } .sm-hover-to-cw-black:hover { --tw-gradient-to: #333232 !important; } .sm-hover-to-cw-blue:hover { --tw-gradient-to: #036 !important; } .sm-hover-to-cw-secondary:hover { --tw-gradient-to: #77a8bb !important; } .sm-hover-to-cw-secondary-100:hover { --tw-gradient-to: #99becc !important; } .sm-hover-to-cw-secondary-200:hover { --tw-gradient-to: #d6e4ea !important; } .sm-hover-to-cw-secondary-300:hover { --tw-gradient-to: #f7fcff !important; } .sm-hover-to-cw-accent:hover { --tw-gradient-to: #ffc907 !important; } .sm-hover-to-cw-accent-100:hover { --tw-gradient-to: #fff7e1 !important; } .sm-hover-to-cw-accent-200:hover { --tw-gradient-to: #fffbf0 !important; } .sm-hover-to-cw-blue-print:hover { --tw-gradient-to: #5096d0 !important; } .sm-hover-to-cw-green:hover { --tw-gradient-to: #14a947 !important; } .sm-hover-to-cw-orange:hover { --tw-gradient-to: #fe813a !important; } .sm-hover-to-cw-purple:hover { --tw-gradient-to: #9064bf !important; } .sm-hover-to-cw-red:hover { --tw-gradient-to: #fa575d !important; } .sm-hover-to-cw-spring:hover { --tw-gradient-to: #1ba9e0 !important; } .sm-hover-to-cw-teal:hover { --tw-gradient-to: #8ed4cc !important; } .sm-hover-to-cw-white:hover { --tw-gradient-to: #fff !important; } .sm-hover-to-cw-yellow:hover { --tw-gradient-to: #ffca0a !important; } .sm-hover-to-grey-10:hover { --tw-gradient-to: #f4f5f0 !important; } .sm-hover-to-grey-20:hover { --tw-gradient-to: #e9eae4 !important; } .sm-hover-to-grey-30:hover { --tw-gradient-to: #dfdfd7 !important; } .sm-hover-to-grey-40:hover { --tw-gradient-to: #c1c1ba !important; } .sm-hover-to-grey-5:hover { --tw-gradient-to: #f7f7f7 !important; } .sm-hover-to-grey-50:hover { --tw-gradient-to: #9b9b94 !important; } .sm-hover-to-grey-60:hover { --tw-gradient-to: #71716c !important; } .sm-hover-to-grey-70:hover { --tw-gradient-to: #515151 !important; } .sm-hover-to-cball-blue:hover { --tw-gradient-to: #576995 !important; } .sm-hover-to-cball-dark-blue:hover { --tw-gradient-to: #354363 !important; } .sm-hover-to-cball-purple:hover { --tw-gradient-to: #0a101f !important; } .sm-hover-to-cw-spring-yellow:hover { --tw-gradient-to: #ffc907 !important; } .sm-hover-to-cw-spring-dk-blue:hover { --tw-gradient-to: #1e2658 !important; } .sm-hover-to-cw-spring-med-blue:hover { --tw-gradient-to: #1080b9 !important; } .sm-hover-to-cw-spring-lt-blue:hover { --tw-gradient-to: #bae3f0 !important; } .sm-hover-to-cw-spring-dk-green:hover { --tw-gradient-to: #004b3d !important; } .sm-hover-to-cw-spring-med-green:hover { --tw-gradient-to: #00ac7f !important; } .sm-hover-to-cw-spring-lt-green:hover { --tw-gradient-to: #b8e3d1 !important; } .sm-hover-to-cw-spring-black:hover { --tw-gradient-to: #1a1a1a !important; } .sm-hover-to-cw-spring-off-white:hover { --tw-gradient-to: #fdf4e2 !important; } .sm-hover-to-cw-spring-peach:hover { --tw-gradient-to: #e88a78 !important; } .sm-hover-to-cw-navy:hover { --tw-gradient-to: #036 !important; } .sm-hover-to-cw-med-blue:hover { --tw-gradient-to: #77a8bb !important; } .sm-hover-to-cw-dk-orange:hover { --tw-gradient-to: #bf6c46 !important; } .sm-hover-to-sc-teal:hover { --tw-gradient-to: #43b29a !important; } .sm-hover-to-sc-green:hover { --tw-gradient-to: #7db87e !important; } .sm-hover-to-sc-sand:hover { --tw-gradient-to: #f9f7e9 !important; } .sm-focus-from-transparent:focus { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .sm-focus-from-cw-black:focus { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .sm-focus-from-cw-blue:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-focus-from-cw-secondary:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-focus-from-cw-secondary-100:focus { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .sm-focus-from-cw-secondary-200:focus { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .sm-focus-from-cw-secondary-300:focus { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .sm-focus-from-cw-accent:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-focus-from-cw-accent-100:focus { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .sm-focus-from-cw-accent-200:focus { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .sm-focus-from-cw-blue-print:focus { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .sm-focus-from-cw-green:focus { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .sm-focus-from-cw-orange:focus { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .sm-focus-from-cw-purple:focus { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .sm-focus-from-cw-red:focus { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .sm-focus-from-cw-spring:focus { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .sm-focus-from-cw-teal:focus { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .sm-focus-from-cw-white:focus { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .sm-focus-from-cw-yellow:focus { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .sm-focus-from-grey-10:focus { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .sm-focus-from-grey-20:focus { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .sm-focus-from-grey-30:focus { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .sm-focus-from-grey-40:focus { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .sm-focus-from-grey-5:focus { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .sm-focus-from-grey-50:focus { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .sm-focus-from-grey-60:focus { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .sm-focus-from-grey-70:focus { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .sm-focus-from-cball-blue:focus { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .sm-focus-from-cball-dark-blue:focus { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .sm-focus-from-cball-purple:focus { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .sm-focus-from-cw-spring-yellow:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-focus-from-cw-spring-dk-blue:focus { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .sm-focus-from-cw-spring-med-blue:focus { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .sm-focus-from-cw-spring-lt-blue:focus { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .sm-focus-from-cw-spring-dk-green:focus { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .sm-focus-from-cw-spring-med-green:focus { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .sm-focus-from-cw-spring-lt-green:focus { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .sm-focus-from-cw-spring-black:focus { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .sm-focus-from-cw-spring-off-white:focus { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .sm-focus-from-cw-spring-peach:focus { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .sm-focus-from-cw-navy:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-focus-from-cw-med-blue:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-focus-from-cw-dk-orange:focus { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .sm-focus-from-sc-teal:focus { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .sm-focus-from-sc-green:focus { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .sm-focus-from-sc-sand:focus { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .sm-focus-via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .sm-focus-via-cw-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .sm-focus-via-cw-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-focus-via-cw-secondary:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-focus-via-cw-secondary-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .sm-focus-via-cw-secondary-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .sm-focus-via-cw-secondary-300:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .sm-focus-via-cw-accent:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-focus-via-cw-accent-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .sm-focus-via-cw-accent-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .sm-focus-via-cw-blue-print:focus { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .sm-focus-via-cw-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .sm-focus-via-cw-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .sm-focus-via-cw-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .sm-focus-via-cw-red:focus { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .sm-focus-via-cw-spring:focus { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .sm-focus-via-cw-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .sm-focus-via-cw-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .sm-focus-via-cw-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .sm-focus-via-grey-10:focus { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .sm-focus-via-grey-20:focus { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .sm-focus-via-grey-30:focus { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .sm-focus-via-grey-40:focus { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .sm-focus-via-grey-5:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .sm-focus-via-grey-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .sm-focus-via-grey-60:focus { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .sm-focus-via-grey-70:focus { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .sm-focus-via-cball-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .sm-focus-via-cball-dark-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .sm-focus-via-cball-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .sm-focus-via-cw-spring-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .sm-focus-via-cw-spring-dk-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .sm-focus-via-cw-spring-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .sm-focus-via-cw-spring-lt-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .sm-focus-via-cw-spring-dk-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .sm-focus-via-cw-spring-med-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .sm-focus-via-cw-spring-lt-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .sm-focus-via-cw-spring-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .sm-focus-via-cw-spring-off-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .sm-focus-via-cw-spring-peach:focus { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .sm-focus-via-cw-navy:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .sm-focus-via-cw-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .sm-focus-via-cw-dk-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .sm-focus-via-sc-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .sm-focus-via-sc-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .sm-focus-via-sc-sand:focus { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .sm-focus-to-transparent:focus { --tw-gradient-to: transparent !important; } .sm-focus-to-cw-black:focus { --tw-gradient-to: #333232 !important; } .sm-focus-to-cw-blue:focus { --tw-gradient-to: #036 !important; } .sm-focus-to-cw-secondary:focus { --tw-gradient-to: #77a8bb !important; } .sm-focus-to-cw-secondary-100:focus { --tw-gradient-to: #99becc !important; } .sm-focus-to-cw-secondary-200:focus { --tw-gradient-to: #d6e4ea !important; } .sm-focus-to-cw-secondary-300:focus { --tw-gradient-to: #f7fcff !important; } .sm-focus-to-cw-accent:focus { --tw-gradient-to: #ffc907 !important; } .sm-focus-to-cw-accent-100:focus { --tw-gradient-to: #fff7e1 !important; } .sm-focus-to-cw-accent-200:focus { --tw-gradient-to: #fffbf0 !important; } .sm-focus-to-cw-blue-print:focus { --tw-gradient-to: #5096d0 !important; } .sm-focus-to-cw-green:focus { --tw-gradient-to: #14a947 !important; } .sm-focus-to-cw-orange:focus { --tw-gradient-to: #fe813a !important; } .sm-focus-to-cw-purple:focus { --tw-gradient-to: #9064bf !important; } .sm-focus-to-cw-red:focus { --tw-gradient-to: #fa575d !important; } .sm-focus-to-cw-spring:focus { --tw-gradient-to: #1ba9e0 !important; } .sm-focus-to-cw-teal:focus { --tw-gradient-to: #8ed4cc !important; } .sm-focus-to-cw-white:focus { --tw-gradient-to: #fff !important; } .sm-focus-to-cw-yellow:focus { --tw-gradient-to: #ffca0a !important; } .sm-focus-to-grey-10:focus { --tw-gradient-to: #f4f5f0 !important; } .sm-focus-to-grey-20:focus { --tw-gradient-to: #e9eae4 !important; } .sm-focus-to-grey-30:focus { --tw-gradient-to: #dfdfd7 !important; } .sm-focus-to-grey-40:focus { --tw-gradient-to: #c1c1ba !important; } .sm-focus-to-grey-5:focus { --tw-gradient-to: #f7f7f7 !important; } .sm-focus-to-grey-50:focus { --tw-gradient-to: #9b9b94 !important; } .sm-focus-to-grey-60:focus { --tw-gradient-to: #71716c !important; } .sm-focus-to-grey-70:focus { --tw-gradient-to: #515151 !important; } .sm-focus-to-cball-blue:focus { --tw-gradient-to: #576995 !important; } .sm-focus-to-cball-dark-blue:focus { --tw-gradient-to: #354363 !important; } .sm-focus-to-cball-purple:focus { --tw-gradient-to: #0a101f !important; } .sm-focus-to-cw-spring-yellow:focus { --tw-gradient-to: #ffc907 !important; } .sm-focus-to-cw-spring-dk-blue:focus { --tw-gradient-to: #1e2658 !important; } .sm-focus-to-cw-spring-med-blue:focus { --tw-gradient-to: #1080b9 !important; } .sm-focus-to-cw-spring-lt-blue:focus { --tw-gradient-to: #bae3f0 !important; } .sm-focus-to-cw-spring-dk-green:focus { --tw-gradient-to: #004b3d !important; } .sm-focus-to-cw-spring-med-green:focus { --tw-gradient-to: #00ac7f !important; } .sm-focus-to-cw-spring-lt-green:focus { --tw-gradient-to: #b8e3d1 !important; } .sm-focus-to-cw-spring-black:focus { --tw-gradient-to: #1a1a1a !important; } .sm-focus-to-cw-spring-off-white:focus { --tw-gradient-to: #fdf4e2 !important; } .sm-focus-to-cw-spring-peach:focus { --tw-gradient-to: #e88a78 !important; } .sm-focus-to-cw-navy:focus { --tw-gradient-to: #036 !important; } .sm-focus-to-cw-med-blue:focus { --tw-gradient-to: #77a8bb !important; } .sm-focus-to-cw-dk-orange:focus { --tw-gradient-to: #bf6c46 !important; } .sm-focus-to-sc-teal:focus { --tw-gradient-to: #43b29a !important; } .sm-focus-to-sc-green:focus { --tw-gradient-to: #7db87e !important; } .sm-focus-to-sc-sand:focus { --tw-gradient-to: #f9f7e9 !important; } .sm-bg-opacity-0 { --tw-bg-opacity: 0 !important; } .sm-bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .sm-bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .sm-bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .sm-bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .sm-bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .sm-bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .sm-bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .sm-bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .sm-bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .sm-bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .sm-bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .sm-bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .sm-bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .sm-bg-opacity-100 { --tw-bg-opacity: 1 !important; } .group:hover .sm-group-hover-bg-opacity-0 { --tw-bg-opacity: 0 !important; } .group:hover .sm-group-hover-bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .group:hover .sm-group-hover-bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .group:hover .sm-group-hover-bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .group:hover .sm-group-hover-bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .group:hover .sm-group-hover-bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .group:hover .sm-group-hover-bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .group:hover .sm-group-hover-bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .group:hover .sm-group-hover-bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .group:hover .sm-group-hover-bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .group:hover .sm-group-hover-bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .group:hover .sm-group-hover-bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .group:hover .sm-group-hover-bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .group:hover .sm-group-hover-bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .group:hover .sm-group-hover-bg-opacity-100 { --tw-bg-opacity: 1 !important; } .sm-focus-within-bg-opacity-0:focus-within { --tw-bg-opacity: 0 !important; } .sm-focus-within-bg-opacity-5:focus-within { --tw-bg-opacity: 0.05 !important; } .sm-focus-within-bg-opacity-10:focus-within { --tw-bg-opacity: 0.1 !important; } .sm-focus-within-bg-opacity-20:focus-within { --tw-bg-opacity: 0.2 !important; } .sm-focus-within-bg-opacity-25:focus-within { --tw-bg-opacity: 0.25 !important; } .sm-focus-within-bg-opacity-30:focus-within { --tw-bg-opacity: 0.3 !important; } .sm-focus-within-bg-opacity-40:focus-within { --tw-bg-opacity: 0.4 !important; } .sm-focus-within-bg-opacity-50:focus-within { --tw-bg-opacity: 0.5 !important; } .sm-focus-within-bg-opacity-60:focus-within { --tw-bg-opacity: 0.6 !important; } .sm-focus-within-bg-opacity-70:focus-within { --tw-bg-opacity: 0.7 !important; } .sm-focus-within-bg-opacity-75:focus-within { --tw-bg-opacity: 0.75 !important; } .sm-focus-within-bg-opacity-80:focus-within { --tw-bg-opacity: 0.8 !important; } .sm-focus-within-bg-opacity-90:focus-within { --tw-bg-opacity: 0.9 !important; } .sm-focus-within-bg-opacity-95:focus-within { --tw-bg-opacity: 0.95 !important; } .sm-focus-within-bg-opacity-100:focus-within { --tw-bg-opacity: 1 !important; } .sm-hover-bg-opacity-0:hover { --tw-bg-opacity: 0 !important; } .sm-hover-bg-opacity-5:hover { --tw-bg-opacity: 0.05 !important; } .sm-hover-bg-opacity-10:hover { --tw-bg-opacity: 0.1 !important; } .sm-hover-bg-opacity-20:hover { --tw-bg-opacity: 0.2 !important; } .sm-hover-bg-opacity-25:hover { --tw-bg-opacity: 0.25 !important; } .sm-hover-bg-opacity-30:hover { --tw-bg-opacity: 0.3 !important; } .sm-hover-bg-opacity-40:hover { --tw-bg-opacity: 0.4 !important; } .sm-hover-bg-opacity-50:hover { --tw-bg-opacity: 0.5 !important; } .sm-hover-bg-opacity-60:hover { --tw-bg-opacity: 0.6 !important; } .sm-hover-bg-opacity-70:hover { --tw-bg-opacity: 0.7 !important; } .sm-hover-bg-opacity-75:hover { --tw-bg-opacity: 0.75 !important; } .sm-hover-bg-opacity-80:hover { --tw-bg-opacity: 0.8 !important; } .sm-hover-bg-opacity-90:hover { --tw-bg-opacity: 0.9 !important; } .sm-hover-bg-opacity-95:hover { --tw-bg-opacity: 0.95 !important; } .sm-hover-bg-opacity-100:hover { --tw-bg-opacity: 1 !important; } .sm-focus-bg-opacity-0:focus { --tw-bg-opacity: 0 !important; } .sm-focus-bg-opacity-5:focus { --tw-bg-opacity: 0.05 !important; } .sm-focus-bg-opacity-10:focus { --tw-bg-opacity: 0.1 !important; } .sm-focus-bg-opacity-20:focus { --tw-bg-opacity: 0.2 !important; } .sm-focus-bg-opacity-25:focus { --tw-bg-opacity: 0.25 !important; } .sm-focus-bg-opacity-30:focus { --tw-bg-opacity: 0.3 !important; } .sm-focus-bg-opacity-40:focus { --tw-bg-opacity: 0.4 !important; } .sm-focus-bg-opacity-50:focus { --tw-bg-opacity: 0.5 !important; } .sm-focus-bg-opacity-60:focus { --tw-bg-opacity: 0.6 !important; } .sm-focus-bg-opacity-70:focus { --tw-bg-opacity: 0.7 !important; } .sm-focus-bg-opacity-75:focus { --tw-bg-opacity: 0.75 !important; } .sm-focus-bg-opacity-80:focus { --tw-bg-opacity: 0.8 !important; } .sm-focus-bg-opacity-90:focus { --tw-bg-opacity: 0.9 !important; } .sm-focus-bg-opacity-95:focus { --tw-bg-opacity: 0.95 !important; } .sm-focus-bg-opacity-100:focus { --tw-bg-opacity: 1 !important; } .sm-bg-bottom { background-position: bottom !important; } .sm-bg-center { background-position: 50% !important; } .sm-bg-left { background-position: 0 !important; } .sm-bg-left-bottom { background-position: 0 100% !important; } .sm-bg-left-top { background-position: 0 0 !important; } .sm-bg-right { background-position: 100% !important; } .sm-bg-right-bottom { background-position: 100% 100% !important; } .sm-bg-right-top { background-position: 100% 0 !important; } .sm-bg-top { background-position: top !important; } .sm-bg-repeat { background-repeat: repeat !important; } .sm-bg-no-repeat { background-repeat: no-repeat !important; } .sm-bg-repeat-x { background-repeat: repeat-x !important; } .sm-bg-repeat-y { background-repeat: repeat-y !important; } .sm-bg-repeat-round { background-repeat: round !important; } .sm-bg-repeat-space { background-repeat: space !important; } .sm-bg-auto { background-size: auto !important; } .sm-bg-cover { background-size: cover !important; } .sm-bg-contain { background-size: contain !important; } .sm-border-collapse { border-collapse: collapse !important; } .sm-border-separate { border-collapse: separate !important; } .sm-border-transparent { border-color: transparent !important; } .sm-border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .sm-border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .sm-border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .sm-border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .sm-border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .sm-border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .sm-border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .sm-border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .sm-border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .sm-border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .sm-border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .sm-border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .sm-border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .sm-border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .sm-border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .sm-border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .sm-border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .sm-border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .sm-border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .sm-border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .sm-border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .sm-border-grey-40 { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .sm-border-grey-5 { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .sm-border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .sm-border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .sm-border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .sm-border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .sm-border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .sm-border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .sm-border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .sm-border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .sm-border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .sm-border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .sm-border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .sm-border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .sm-border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .sm-border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .sm-border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .sm-border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .sm-border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .sm-border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .sm-border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .sm-border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .sm-border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .sm-border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-transparent { border-color: transparent !important; } .group:hover .sm-group-hover-border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-grey-40 { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-grey-5 { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .group:hover .sm-group-hover-border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .sm-focus-within-border-transparent:focus-within { border-color: transparent !important; } .sm-focus-within-border-cw-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-secondary:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-secondary-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-secondary-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-secondary-300:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-accent:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-accent-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-accent-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-blue-print:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-red:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-spring:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .sm-focus-within-border-grey-10:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .sm-focus-within-border-grey-20:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .sm-focus-within-border-grey-30:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .sm-focus-within-border-grey-40:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .sm-focus-within-border-grey-5:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .sm-focus-within-border-grey-50:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .sm-focus-within-border-grey-60:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .sm-focus-within-border-grey-70:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cball-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cball-dark-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cball-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-spring-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-spring-dk-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-spring-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-spring-lt-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-spring-dk-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-spring-med-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-spring-lt-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-spring-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-spring-off-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-spring-peach:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-navy:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .sm-focus-within-border-cw-dk-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .sm-focus-within-border-sc-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .sm-focus-within-border-sc-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .sm-focus-within-border-sc-sand:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .sm-hover-border-transparent:hover { border-color: transparent !important; } .sm-hover-border-cw-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-secondary:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-secondary-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-secondary-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-secondary-300:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-accent:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-accent-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-accent-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-blue-print:hover { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-red:hover { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-spring:hover { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .sm-hover-border-grey-10:hover { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .sm-hover-border-grey-20:hover { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .sm-hover-border-grey-30:hover { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .sm-hover-border-grey-40:hover { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .sm-hover-border-grey-5:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .sm-hover-border-grey-50:hover { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .sm-hover-border-grey-60:hover { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .sm-hover-border-grey-70:hover { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .sm-hover-border-cball-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .sm-hover-border-cball-dark-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .sm-hover-border-cball-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-spring-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-spring-dk-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-spring-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-spring-lt-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-spring-dk-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-spring-med-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-spring-lt-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-spring-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-spring-off-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-spring-peach:hover { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-navy:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .sm-hover-border-cw-dk-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .sm-hover-border-sc-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .sm-hover-border-sc-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .sm-hover-border-sc-sand:hover { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .sm-focus-border-transparent:focus { border-color: transparent !important; } .sm-focus-border-cw-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-secondary:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-secondary-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-secondary-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-secondary-300:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-accent:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-accent-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-accent-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-blue-print:focus { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-red:focus { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-spring:focus { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .sm-focus-border-grey-10:focus { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .sm-focus-border-grey-20:focus { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .sm-focus-border-grey-30:focus { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .sm-focus-border-grey-40:focus { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .sm-focus-border-grey-5:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .sm-focus-border-grey-50:focus { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .sm-focus-border-grey-60:focus { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .sm-focus-border-grey-70:focus { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .sm-focus-border-cball-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .sm-focus-border-cball-dark-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .sm-focus-border-cball-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-spring-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-spring-dk-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-spring-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-spring-lt-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-spring-dk-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-spring-med-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-spring-lt-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-spring-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-spring-off-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-spring-peach:focus { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-navy:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .sm-focus-border-cw-dk-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .sm-focus-border-sc-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .sm-focus-border-sc-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .sm-focus-border-sc-sand:focus { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .sm-border-opacity-0 { --tw-border-opacity: 0 !important; } .sm-border-opacity-5 { --tw-border-opacity: 0.05 !important; } .sm-border-opacity-10 { --tw-border-opacity: 0.1 !important; } .sm-border-opacity-20 { --tw-border-opacity: 0.2 !important; } .sm-border-opacity-25 { --tw-border-opacity: 0.25 !important; } .sm-border-opacity-30 { --tw-border-opacity: 0.3 !important; } .sm-border-opacity-40 { --tw-border-opacity: 0.4 !important; } .sm-border-opacity-50 { --tw-border-opacity: 0.5 !important; } .sm-border-opacity-60 { --tw-border-opacity: 0.6 !important; } .sm-border-opacity-70 { --tw-border-opacity: 0.7 !important; } .sm-border-opacity-75 { --tw-border-opacity: 0.75 !important; } .sm-border-opacity-80 { --tw-border-opacity: 0.8 !important; } .sm-border-opacity-90 { --tw-border-opacity: 0.9 !important; } .sm-border-opacity-95 { --tw-border-opacity: 0.95 !important; } .sm-border-opacity-100 { --tw-border-opacity: 1 !important; } .group:hover .sm-group-hover-border-opacity-0 { --tw-border-opacity: 0 !important; } .group:hover .sm-group-hover-border-opacity-5 { --tw-border-opacity: 0.05 !important; } .group:hover .sm-group-hover-border-opacity-10 { --tw-border-opacity: 0.1 !important; } .group:hover .sm-group-hover-border-opacity-20 { --tw-border-opacity: 0.2 !important; } .group:hover .sm-group-hover-border-opacity-25 { --tw-border-opacity: 0.25 !important; } .group:hover .sm-group-hover-border-opacity-30 { --tw-border-opacity: 0.3 !important; } .group:hover .sm-group-hover-border-opacity-40 { --tw-border-opacity: 0.4 !important; } .group:hover .sm-group-hover-border-opacity-50 { --tw-border-opacity: 0.5 !important; } .group:hover .sm-group-hover-border-opacity-60 { --tw-border-opacity: 0.6 !important; } .group:hover .sm-group-hover-border-opacity-70 { --tw-border-opacity: 0.7 !important; } .group:hover .sm-group-hover-border-opacity-75 { --tw-border-opacity: 0.75 !important; } .group:hover .sm-group-hover-border-opacity-80 { --tw-border-opacity: 0.8 !important; } .group:hover .sm-group-hover-border-opacity-90 { --tw-border-opacity: 0.9 !important; } .group:hover .sm-group-hover-border-opacity-95 { --tw-border-opacity: 0.95 !important; } .group:hover .sm-group-hover-border-opacity-100 { --tw-border-opacity: 1 !important; } .sm-focus-within-border-opacity-0:focus-within { --tw-border-opacity: 0 !important; } .sm-focus-within-border-opacity-5:focus-within { --tw-border-opacity: 0.05 !important; } .sm-focus-within-border-opacity-10:focus-within { --tw-border-opacity: 0.1 !important; } .sm-focus-within-border-opacity-20:focus-within { --tw-border-opacity: 0.2 !important; } .sm-focus-within-border-opacity-25:focus-within { --tw-border-opacity: 0.25 !important; } .sm-focus-within-border-opacity-30:focus-within { --tw-border-opacity: 0.3 !important; } .sm-focus-within-border-opacity-40:focus-within { --tw-border-opacity: 0.4 !important; } .sm-focus-within-border-opacity-50:focus-within { --tw-border-opacity: 0.5 !important; } .sm-focus-within-border-opacity-60:focus-within { --tw-border-opacity: 0.6 !important; } .sm-focus-within-border-opacity-70:focus-within { --tw-border-opacity: 0.7 !important; } .sm-focus-within-border-opacity-75:focus-within { --tw-border-opacity: 0.75 !important; } .sm-focus-within-border-opacity-80:focus-within { --tw-border-opacity: 0.8 !important; } .sm-focus-within-border-opacity-90:focus-within { --tw-border-opacity: 0.9 !important; } .sm-focus-within-border-opacity-95:focus-within { --tw-border-opacity: 0.95 !important; } .sm-focus-within-border-opacity-100:focus-within { --tw-border-opacity: 1 !important; } .sm-hover-border-opacity-0:hover { --tw-border-opacity: 0 !important; } .sm-hover-border-opacity-5:hover { --tw-border-opacity: 0.05 !important; } .sm-hover-border-opacity-10:hover { --tw-border-opacity: 0.1 !important; } .sm-hover-border-opacity-20:hover { --tw-border-opacity: 0.2 !important; } .sm-hover-border-opacity-25:hover { --tw-border-opacity: 0.25 !important; } .sm-hover-border-opacity-30:hover { --tw-border-opacity: 0.3 !important; } .sm-hover-border-opacity-40:hover { --tw-border-opacity: 0.4 !important; } .sm-hover-border-opacity-50:hover { --tw-border-opacity: 0.5 !important; } .sm-hover-border-opacity-60:hover { --tw-border-opacity: 0.6 !important; } .sm-hover-border-opacity-70:hover { --tw-border-opacity: 0.7 !important; } .sm-hover-border-opacity-75:hover { --tw-border-opacity: 0.75 !important; } .sm-hover-border-opacity-80:hover { --tw-border-opacity: 0.8 !important; } .sm-hover-border-opacity-90:hover { --tw-border-opacity: 0.9 !important; } .sm-hover-border-opacity-95:hover { --tw-border-opacity: 0.95 !important; } .sm-hover-border-opacity-100:hover { --tw-border-opacity: 1 !important; } .sm-focus-border-opacity-0:focus { --tw-border-opacity: 0 !important; } .sm-focus-border-opacity-5:focus { --tw-border-opacity: 0.05 !important; } .sm-focus-border-opacity-10:focus { --tw-border-opacity: 0.1 !important; } .sm-focus-border-opacity-20:focus { --tw-border-opacity: 0.2 !important; } .sm-focus-border-opacity-25:focus { --tw-border-opacity: 0.25 !important; } .sm-focus-border-opacity-30:focus { --tw-border-opacity: 0.3 !important; } .sm-focus-border-opacity-40:focus { --tw-border-opacity: 0.4 !important; } .sm-focus-border-opacity-50:focus { --tw-border-opacity: 0.5 !important; } .sm-focus-border-opacity-60:focus { --tw-border-opacity: 0.6 !important; } .sm-focus-border-opacity-70:focus { --tw-border-opacity: 0.7 !important; } .sm-focus-border-opacity-75:focus { --tw-border-opacity: 0.75 !important; } .sm-focus-border-opacity-80:focus { --tw-border-opacity: 0.8 !important; } .sm-focus-border-opacity-90:focus { --tw-border-opacity: 0.9 !important; } .sm-focus-border-opacity-95:focus { --tw-border-opacity: 0.95 !important; } .sm-focus-border-opacity-100:focus { --tw-border-opacity: 1 !important; } .sm-rounded-none { border-radius: 0 !important; } .sm-rounded-sm { border-radius: 0.125rem !important; } .sm-rounded { border-radius: 0.25rem !important; } .sm-rounded-md { border-radius: 0.375rem !important; } .sm-rounded-lg { border-radius: 0.5rem !important; } .sm-rounded-xl { border-radius: 0.75rem !important; } .sm-rounded-2xl { border-radius: 1rem !important; } .sm-rounded-3xl { border-radius: 1.5rem !important; } .sm-rounded-full { border-radius: 9999px !important; } .sm-rounded-t-none { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } .sm-rounded-r-none { border-top-right-radius: 0 !important; } .sm-rounded-b-none, .sm-rounded-r-none { border-bottom-right-radius: 0 !important; } .sm-rounded-b-none, .sm-rounded-l-none { border-bottom-left-radius: 0 !important; } .sm-rounded-l-none { border-top-left-radius: 0 !important; } .sm-rounded-t-sm { border-top-left-radius: 0.125rem !important; } .sm-rounded-r-sm, .sm-rounded-t-sm { border-top-right-radius: 0.125rem !important; } .sm-rounded-b-sm, .sm-rounded-r-sm { border-bottom-right-radius: 0.125rem !important; } .sm-rounded-b-sm, .sm-rounded-l-sm { border-bottom-left-radius: 0.125rem !important; } .sm-rounded-l-sm { border-top-left-radius: 0.125rem !important; } .sm-rounded-t { border-top-left-radius: 0.25rem !important; } .sm-rounded-r, .sm-rounded-t { border-top-right-radius: 0.25rem !important; } .sm-rounded-b, .sm-rounded-r { border-bottom-right-radius: 0.25rem !important; } .sm-rounded-b, .sm-rounded-l { border-bottom-left-radius: 0.25rem !important; } .sm-rounded-l { border-top-left-radius: 0.25rem !important; } .sm-rounded-t-md { border-top-left-radius: 0.375rem !important; } .sm-rounded-r-md, .sm-rounded-t-md { border-top-right-radius: 0.375rem !important; } .sm-rounded-b-md, .sm-rounded-r-md { border-bottom-right-radius: 0.375rem !important; } .sm-rounded-b-md, .sm-rounded-l-md { border-bottom-left-radius: 0.375rem !important; } .sm-rounded-l-md { border-top-left-radius: 0.375rem !important; } .sm-rounded-t-lg { border-top-left-radius: 0.5rem !important; } .sm-rounded-r-lg, .sm-rounded-t-lg { border-top-right-radius: 0.5rem !important; } .sm-rounded-b-lg, .sm-rounded-r-lg { border-bottom-right-radius: 0.5rem !important; } .sm-rounded-b-lg, .sm-rounded-l-lg { border-bottom-left-radius: 0.5rem !important; } .sm-rounded-l-lg { border-top-left-radius: 0.5rem !important; } .sm-rounded-t-xl { border-top-left-radius: 0.75rem !important; } .sm-rounded-r-xl, .sm-rounded-t-xl { border-top-right-radius: 0.75rem !important; } .sm-rounded-b-xl, .sm-rounded-r-xl { border-bottom-right-radius: 0.75rem !important; } .sm-rounded-b-xl, .sm-rounded-l-xl { border-bottom-left-radius: 0.75rem !important; } .sm-rounded-l-xl { border-top-left-radius: 0.75rem !important; } .sm-rounded-t-2xl { border-top-left-radius: 1rem !important; } .sm-rounded-r-2xl, .sm-rounded-t-2xl { border-top-right-radius: 1rem !important; } .sm-rounded-b-2xl, .sm-rounded-r-2xl { border-bottom-right-radius: 1rem !important; } .sm-rounded-b-2xl, .sm-rounded-l-2xl { border-bottom-left-radius: 1rem !important; } .sm-rounded-l-2xl { border-top-left-radius: 1rem !important; } .sm-rounded-t-3xl { border-top-left-radius: 1.5rem !important; } .sm-rounded-r-3xl, .sm-rounded-t-3xl { border-top-right-radius: 1.5rem !important; } .sm-rounded-b-3xl, .sm-rounded-r-3xl { border-bottom-right-radius: 1.5rem !important; } .sm-rounded-b-3xl, .sm-rounded-l-3xl { border-bottom-left-radius: 1.5rem !important; } .sm-rounded-l-3xl { border-top-left-radius: 1.5rem !important; } .sm-rounded-t-full { border-top-left-radius: 9999px !important; } .sm-rounded-r-full, .sm-rounded-t-full { border-top-right-radius: 9999px !important; } .sm-rounded-b-full, .sm-rounded-r-full { border-bottom-right-radius: 9999px !important; } .sm-rounded-b-full, .sm-rounded-l-full { border-bottom-left-radius: 9999px !important; } .sm-rounded-l-full { border-top-left-radius: 9999px !important; } .sm-rounded-tl-none { border-top-left-radius: 0 !important; } .sm-rounded-tr-none { border-top-right-radius: 0 !important; } .sm-rounded-br-none { border-bottom-right-radius: 0 !important; } .sm-rounded-bl-none { border-bottom-left-radius: 0 !important; } .sm-rounded-tl-sm { border-top-left-radius: 0.125rem !important; } .sm-rounded-tr-sm { border-top-right-radius: 0.125rem !important; } .sm-rounded-br-sm { border-bottom-right-radius: 0.125rem !important; } .sm-rounded-bl-sm { border-bottom-left-radius: 0.125rem !important; } .sm-rounded-tl { border-top-left-radius: 0.25rem !important; } .sm-rounded-tr { border-top-right-radius: 0.25rem !important; } .sm-rounded-br { border-bottom-right-radius: 0.25rem !important; } .sm-rounded-bl { border-bottom-left-radius: 0.25rem !important; } .sm-rounded-tl-md { border-top-left-radius: 0.375rem !important; } .sm-rounded-tr-md { border-top-right-radius: 0.375rem !important; } .sm-rounded-br-md { border-bottom-right-radius: 0.375rem !important; } .sm-rounded-bl-md { border-bottom-left-radius: 0.375rem !important; } .sm-rounded-tl-lg { border-top-left-radius: 0.5rem !important; } .sm-rounded-tr-lg { border-top-right-radius: 0.5rem !important; } .sm-rounded-br-lg { border-bottom-right-radius: 0.5rem !important; } .sm-rounded-bl-lg { border-bottom-left-radius: 0.5rem !important; } .sm-rounded-tl-xl { border-top-left-radius: 0.75rem !important; } .sm-rounded-tr-xl { border-top-right-radius: 0.75rem !important; } .sm-rounded-br-xl { border-bottom-right-radius: 0.75rem !important; } .sm-rounded-bl-xl { border-bottom-left-radius: 0.75rem !important; } .sm-rounded-tl-2xl { border-top-left-radius: 1rem !important; } .sm-rounded-tr-2xl { border-top-right-radius: 1rem !important; } .sm-rounded-br-2xl { border-bottom-right-radius: 1rem !important; } .sm-rounded-bl-2xl { border-bottom-left-radius: 1rem !important; } .sm-rounded-tl-3xl { border-top-left-radius: 1.5rem !important; } .sm-rounded-tr-3xl { border-top-right-radius: 1.5rem !important; } .sm-rounded-br-3xl { border-bottom-right-radius: 1.5rem !important; } .sm-rounded-bl-3xl { border-bottom-left-radius: 1.5rem !important; } .sm-rounded-tl-full { border-top-left-radius: 9999px !important; } .sm-rounded-tr-full { border-top-right-radius: 9999px !important; } .sm-rounded-br-full { border-bottom-right-radius: 9999px !important; } .sm-rounded-bl-full { border-bottom-left-radius: 9999px !important; } .sm-border-solid { border-style: solid !important; } .sm-border-dashed { border-style: dashed !important; } .sm-border-dotted { border-style: dotted !important; } .sm-border-double { border-style: double !important; } .sm-border-none { border-style: none !important; } .sm-border-0 { border-width: 0 !important; } .sm-border-2 { border-width: 2px !important; } .sm-border-4 { border-width: 4px !important; } .sm-border-8 { border-width: 8px !important; } .sm-border { border-width: 1px !important; } .sm-border-t-0 { border-top-width: 0 !important; } .sm-border-r-0 { border-right-width: 0 !important; } .sm-border-b-0 { border-bottom-width: 0 !important; } .sm-border-l-0 { border-left-width: 0 !important; } .sm-border-t-2 { border-top-width: 2px !important; } .sm-border-r-2 { border-right-width: 2px !important; } .sm-border-b-2 { border-bottom-width: 2px !important; } .sm-border-l-2 { border-left-width: 2px !important; } .sm-border-t-4 { border-top-width: 4px !important; } .sm-border-r-4 { border-right-width: 4px !important; } .sm-border-b-4 { border-bottom-width: 4px !important; } .sm-border-l-4 { border-left-width: 4px !important; } .sm-border-t-8 { border-top-width: 8px !important; } .sm-border-r-8 { border-right-width: 8px !important; } .sm-border-b-8 { border-bottom-width: 8px !important; } .sm-border-l-8 { border-left-width: 8px !important; } .sm-border-t { border-top-width: 1px !important; } .sm-border-r { border-right-width: 1px !important; } .sm-border-b { border-bottom-width: 1px !important; } .sm-border-l { border-left-width: 1px !important; } .sm-box-border { box-sizing: border-box !important; } .sm-box-content { box-sizing: content-box !important; } .sm-cursor-auto { cursor: auto !important; } .sm-cursor-default { cursor: default !important; } .sm-cursor-pointer { cursor: pointer !important; } .sm-cursor-wait { cursor: wait !important; } .sm-cursor-text { cursor: text !important; } .sm-cursor-move { cursor: move !important; } .sm-cursor-not-allowed { cursor: not-allowed !important; } .sm-block { display: block !important; } .sm-inline-block { display: inline-block !important; } .sm-inline { display: inline !important; } .sm-flex { display: flex !important; } .sm-inline-flex { display: inline-flex !important; } .sm-table { display: table !important; } .sm-table-caption { display: table-caption !important; } .sm-table-cell { display: table-cell !important; } .sm-table-column { display: table-column !important; } .sm-table-column-group { display: table-column-group !important; } .sm-table-footer-group { display: table-footer-group !important; } .sm-table-header-group { display: table-header-group !important; } .sm-table-row-group { display: table-row-group !important; } .sm-table-row { display: table-row !important; } .sm-flow-root { display: flow-root !important; } .sm-grid { display: grid !important; } .sm-inline-grid { display: inline-grid !important; } .sm-contents { display: contents !important; } .sm-hidden { display: none !important; } .sm-flex-row { flex-direction: row !important; } .sm-flex-row-reverse { flex-direction: row-reverse !important; } .sm-flex-col { flex-direction: column !important; } .sm-flex-col-reverse { flex-direction: column-reverse !important; } .sm-flex-wrap { flex-wrap: wrap !important; } .sm-flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .sm-flex-nowrap { flex-wrap: nowrap !important; } .sm-place-items-auto { place-items: auto !important; } .sm-place-items-start { place-items: start !important; } .sm-place-items-end { place-items: end !important; } .sm-place-items-center { place-items: center !important; } .sm-place-items-stretch { place-items: stretch !important; } .sm-place-content-center { place-content: center !important; } .sm-place-content-start { place-content: start !important; } .sm-place-content-end { place-content: end !important; } .sm-place-content-between { place-content: space-between !important; } .sm-place-content-around { place-content: space-around !important; } .sm-place-content-evenly { place-content: space-evenly !important; } .sm-place-content-stretch { place-content: stretch !important; } .sm-place-self-auto { place-self: auto !important; } .sm-place-self-start { place-self: start !important; } .sm-place-self-end { place-self: end !important; } .sm-place-self-center { place-self: center !important; } .sm-place-self-stretch { place-self: stretch !important; } .sm-items-start { align-items: flex-start !important; } .sm-items-end { align-items: flex-end !important; } .sm-items-center { align-items: center !important; } .sm-items-baseline { align-items: baseline !important; } .sm-items-stretch { align-items: stretch !important; } .sm-content-center { align-content: center !important; } .sm-content-start { align-content: flex-start !important; } .sm-content-end { align-content: flex-end !important; } .sm-content-between { align-content: space-between !important; } .sm-content-around { align-content: space-around !important; } .sm-content-evenly { align-content: space-evenly !important; } .sm-self-auto { align-self: auto !important; } .sm-self-start { align-self: flex-start !important; } .sm-self-end { align-self: flex-end !important; } .sm-self-center { align-self: center !important; } .sm-self-stretch { align-self: stretch !important; } .sm-justify-items-auto { justify-items: auto !important; } .sm-justify-items-start { justify-items: start !important; } .sm-justify-items-end { justify-items: end !important; } .sm-justify-items-center { justify-items: center !important; } .sm-justify-items-stretch { justify-items: stretch !important; } .sm-justify-start { justify-content: flex-start !important; } .sm-justify-end { justify-content: flex-end !important; } .sm-justify-center { justify-content: center !important; } .sm-justify-between { justify-content: space-between !important; } .sm-justify-around { justify-content: space-around !important; } .sm-justify-evenly { justify-content: space-evenly !important; } .sm-justify-self-auto { justify-self: auto !important; } .sm-justify-self-start { justify-self: start !important; } .sm-justify-self-end { justify-self: end !important; } .sm-justify-self-center { justify-self: center !important; } .sm-justify-self-stretch { justify-self: stretch !important; } .sm-flex-1 { flex: 1 1 !important; } .sm-flex-auto { flex: 1 1 auto !important; } .sm-flex-initial { flex: 0 1 auto !important; } .sm-flex-none { flex: none !important; } .sm-flex-grow-0 { flex-grow: 0 !important; } .sm-flex-grow { flex-grow: 1 !important; } .sm-flex-shrink-0 { flex-shrink: 0 !important; } .sm-flex-shrink { flex-shrink: 1 !important; } .sm-order-1 { order: 1 !important; } .sm-order-2 { order: 2 !important; } .sm-order-3 { order: 3 !important; } .sm-order-4 { order: 4 !important; } .sm-order-5 { order: 5 !important; } .sm-order-6 { order: 6 !important; } .sm-order-7 { order: 7 !important; } .sm-order-8 { order: 8 !important; } .sm-order-9 { order: 9 !important; } .sm-order-10 { order: 10 !important; } .sm-order-11 { order: 11 !important; } .sm-order-12 { order: 12 !important; } .sm-order-first { order: -9999 !important; } .sm-order-last { order: 9999 !important; } .sm-order-none { order: 0 !important; } .sm-float-right { float: right !important; } .sm-float-left { float: left !important; } .sm-float-none { float: none !important; } .sm-clear-left { clear: left !important; } .sm-clear-right { clear: right !important; } .sm-clear-both { clear: both !important; } .sm-clear-none { clear: none !important; } .sm-font-heading { font-family: Kazimir, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important; } .sm-font-sans { font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important; } .sm-font-mono { font-family: Anonymous Pro, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important; } .sm-font-thin { font-weight: 100 !important; } .sm-font-extralight { font-weight: 200 !important; } .sm-font-light { font-weight: 300 !important; } .sm-font-normal { font-weight: 400 !important; } .sm-font-medium { font-weight: 500 !important; } .sm-font-semibold { font-weight: 600 !important; } .sm-font-bold { font-weight: 700 !important; } .sm-font-extrabold { font-weight: 800 !important; } .sm-font-black { font-weight: 900 !important; } .sm-h-0 { height: 0 !important; } .sm-h-1 { height: 0.25rem !important; } .sm-h-2 { height: 0.5rem !important; } .sm-h-3 { height: 0.75rem !important; } .sm-h-4 { height: 1rem !important; } .sm-h-5 { height: 1.25rem !important; } .sm-h-6 { height: 1.5rem !important; } .sm-h-7 { height: 1.75rem !important; } .sm-h-8 { height: 2rem !important; } .sm-h-9 { height: 2.25rem !important; } .sm-h-10 { height: 2.5rem !important; } .sm-h-11 { height: 2.75rem !important; } .sm-h-12 { height: 3rem !important; } .sm-h-14 { height: 3.5rem !important; } .sm-h-16 { height: 4rem !important; } .sm-h-20 { height: 5rem !important; } .sm-h-24 { height: 6rem !important; } .sm-h-28 { height: 7rem !important; } .sm-h-32 { height: 8rem !important; } .sm-h-36 { height: 9rem !important; } .sm-h-40 { height: 10rem !important; } .sm-h-44 { height: 11rem !important; } .sm-h-48 { height: 12rem !important; } .sm-h-52 { height: 13rem !important; } .sm-h-56 { height: 14rem !important; } .sm-h-60 { height: 15rem !important; } .sm-h-64 { height: 16rem !important; } .sm-h-72 { height: 18rem !important; } .sm-h-80 { height: 20rem !important; } .sm-h-96 { height: 24rem !important; } .sm-h-auto { height: auto !important; } .sm-h-px { height: 1px !important; } .sm-h-0\.5 { height: 0.125rem !important; } .sm-h-1\.5 { height: 0.375rem !important; } .sm-h-2\.5 { height: 0.625rem !important; } .sm-h-3\.5 { height: 0.875rem !important; } .sm-h-1\/2 { height: 50% !important; } .sm-h-1\/3 { height: 33.333333% !important; } .sm-h-2\/3 { height: 66.666667% !important; } .sm-h-1\/4 { height: 25% !important; } .sm-h-2\/4 { height: 50% !important; } .sm-h-3\/4 { height: 75% !important; } .sm-h-1\/5 { height: 20% !important; } .sm-h-2\/5 { height: 40% !important; } .sm-h-3\/5 { height: 60% !important; } .sm-h-4\/5 { height: 80% !important; } .sm-h-1\/6 { height: 16.666667% !important; } .sm-h-2\/6 { height: 33.333333% !important; } .sm-h-3\/6 { height: 50% !important; } .sm-h-4\/6 { height: 66.666667% !important; } .sm-h-5\/6 { height: 83.333333% !important; } .sm-h-full { height: 100% !important; } .sm-h-screen { height: 100vh !important; } .sm-text-xs { font-size: 0.75rem !important; } .sm-text-sm { font-size: 0.875rem !important; } .sm-text-base { font-size: 1rem !important; } .sm-text-lg { font-size: 1.125rem !important; } .sm-text-xl { font-size: 1.25rem !important; } .sm-text-2xl { font-size: 1.5rem !important; } .sm-text-3xl { font-size: 1.875rem !important; } .sm-text-4xl { font-size: 2.25rem !important; } .sm-text-5xl { font-size: 3rem !important; } .sm-text-6xl { font-size: 4rem !important; } .sm-leading-3 { line-height: 0.75rem !important; } .sm-leading-4 { line-height: 1rem !important; } .sm-leading-5 { line-height: 1.25rem !important; } .sm-leading-6 { line-height: 1.5rem !important; } .sm-leading-7 { line-height: 1.75rem !important; } .sm-leading-8 { line-height: 2rem !important; } .sm-leading-9 { line-height: 2.25rem !important; } .sm-leading-10 { line-height: 2.5rem !important; } .sm-leading-none { line-height: 1 !important; } .sm-leading-tight { line-height: 1.25 !important; } .sm-leading-snug { line-height: 1.375 !important; } .sm-leading-normal { line-height: 1.5 !important; } .sm-leading-relaxed { line-height: 1.625 !important; } .sm-leading-loose { line-height: 2 !important; } .sm-list-inside { list-style-position: inside !important; } .sm-list-outside { list-style-position: outside !important; } .sm-list-none { list-style-type: none !important; } .sm-list-disc { list-style-type: disc !important; } .sm-list-decimal { list-style-type: decimal !important; } .sm-m-0 { margin: 0 !important; } .sm-m-1 { margin: 10px !important; } .sm-m-2 { margin: 20px !important; } .sm-m-3 { margin: 40px !important; } .sm-m-4 { margin: 60px !important; } .sm-m-5 { margin: 80px !important; } .sm-m-6 { margin: 100px !important; } .sm-m-7 { margin: 120px !important; } .sm-m-auto { margin: auto !important; } .sm-m-px { margin: 1px !important; } .sm-m-nudge { margin: 5px !important; } .sm--m-0 { margin: 0 !important; } .sm--m-1 { margin: -10px !important; } .sm--m-2 { margin: -20px !important; } .sm--m-3 { margin: -40px !important; } .sm--m-4 { margin: -60px !important; } .sm--m-5 { margin: -80px !important; } .sm--m-6 { margin: -100px !important; } .sm--m-px { margin: -1px !important; } .sm-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .sm-mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .sm-my-1 { margin-top: 10px !important; margin-bottom: 10px !important; } .sm-mx-1 { margin-left: 10px !important; margin-right: 10px !important; } .sm-my-2 { margin-top: 20px !important; margin-bottom: 20px !important; } .sm-mx-2 { margin-left: 20px !important; margin-right: 20px !important; } .sm-my-3 { margin-top: 40px !important; margin-bottom: 40px !important; } .sm-mx-3 { margin-left: 40px !important; margin-right: 40px !important; } .sm-my-4 { margin-top: 60px !important; margin-bottom: 60px !important; } .sm-mx-4 { margin-left: 60px !important; margin-right: 60px !important; } .sm-my-5 { margin-top: 80px !important; margin-bottom: 80px !important; } .sm-mx-5 { margin-left: 80px !important; margin-right: 80px !important; } .sm-my-6 { margin-top: 100px !important; margin-bottom: 100px !important; } .sm-mx-6 { margin-left: 100px !important; margin-right: 100px !important; } .sm-my-7 { margin-top: 120px !important; margin-bottom: 120px !important; } .sm-mx-7 { margin-left: 120px !important; margin-right: 120px !important; } .sm-my-auto { margin-top: auto !important; margin-bottom: auto !important; } .sm-mx-auto { margin-left: auto !important; margin-right: auto !important; } .sm-my-px { margin-top: 1px !important; margin-bottom: 1px !important; } .sm-mx-px { margin-left: 1px !important; margin-right: 1px !important; } .sm-my-nudge { margin-top: 5px !important; margin-bottom: 5px !important; } .sm-mx-nudge { margin-left: 5px !important; margin-right: 5px !important; } .sm--my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .sm--mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .sm--my-1 { margin-top: -10px !important; margin-bottom: -10px !important; } .sm--mx-1 { margin-left: -10px !important; margin-right: -10px !important; } .sm--my-2 { margin-top: -20px !important; margin-bottom: -20px !important; } .sm--mx-2 { margin-left: -20px !important; margin-right: -20px !important; } .sm--my-3 { margin-top: -40px !important; margin-bottom: -40px !important; } .sm--mx-3 { margin-left: -40px !important; margin-right: -40px !important; } .sm--my-4 { margin-top: -60px !important; margin-bottom: -60px !important; } .sm--mx-4 { margin-left: -60px !important; margin-right: -60px !important; } .sm--my-5 { margin-top: -80px !important; margin-bottom: -80px !important; } .sm--mx-5 { margin-left: -80px !important; margin-right: -80px !important; } .sm--my-6 { margin-top: -100px !important; margin-bottom: -100px !important; } .sm--mx-6 { margin-left: -100px !important; margin-right: -100px !important; } .sm--my-px { margin-top: -1px !important; margin-bottom: -1px !important; } .sm--mx-px { margin-left: -1px !important; margin-right: -1px !important; } .sm-mt-0 { margin-top: 0 !important; } .sm-mr-0 { margin-right: 0 !important; } .sm-mb-0 { margin-bottom: 0 !important; } .sm-ml-0 { margin-left: 0 !important; } .sm-mt-1 { margin-top: 10px !important; } .sm-mr-1 { margin-right: 10px !important; } .sm-mb-1 { margin-bottom: 10px !important; } .sm-ml-1 { margin-left: 10px !important; } .sm-mt-2 { margin-top: 20px !important; } .sm-mr-2 { margin-right: 20px !important; } .sm-mb-2 { margin-bottom: 20px !important; } .sm-ml-2 { margin-left: 20px !important; } .sm-mt-3 { margin-top: 40px !important; } .sm-mr-3 { margin-right: 40px !important; } .sm-mb-3 { margin-bottom: 40px !important; } .sm-ml-3 { margin-left: 40px !important; } .sm-mt-4 { margin-top: 60px !important; } .sm-mr-4 { margin-right: 60px !important; } .sm-mb-4 { margin-bottom: 60px !important; } .sm-ml-4 { margin-left: 60px !important; } .sm-mt-5 { margin-top: 80px !important; } .sm-mr-5 { margin-right: 80px !important; } .sm-mb-5 { margin-bottom: 80px !important; } .sm-ml-5 { margin-left: 80px !important; } .sm-mt-6 { margin-top: 100px !important; } .sm-mr-6 { margin-right: 100px !important; } .sm-mb-6 { margin-bottom: 100px !important; } .sm-ml-6 { margin-left: 100px !important; } .sm-mt-7 { margin-top: 120px !important; } .sm-mr-7 { margin-right: 120px !important; } .sm-mb-7 { margin-bottom: 120px !important; } .sm-ml-7 { margin-left: 120px !important; } .sm-mt-auto { margin-top: auto !important; } .sm-mr-auto { margin-right: auto !important; } .sm-mb-auto { margin-bottom: auto !important; } .sm-ml-auto { margin-left: auto !important; } .sm-mt-px { margin-top: 1px !important; } .sm-mr-px { margin-right: 1px !important; } .sm-mb-px { margin-bottom: 1px !important; } .sm-ml-px { margin-left: 1px !important; } .sm-mt-nudge { margin-top: 5px !important; } .sm-mr-nudge { margin-right: 5px !important; } .sm-mb-nudge { margin-bottom: 5px !important; } .sm-ml-nudge { margin-left: 5px !important; } .sm--mt-0 { margin-top: 0 !important; } .sm--mr-0 { margin-right: 0 !important; } .sm--mb-0 { margin-bottom: 0 !important; } .sm--ml-0 { margin-left: 0 !important; } .sm--mt-1 { margin-top: -10px !important; } .sm--mr-1 { margin-right: -10px !important; } .sm--mb-1 { margin-bottom: -10px !important; } .sm--ml-1 { margin-left: -10px !important; } .sm--mt-2 { margin-top: -20px !important; } .sm--mr-2 { margin-right: -20px !important; } .sm--mb-2 { margin-bottom: -20px !important; } .sm--ml-2 { margin-left: -20px !important; } .sm--mt-3 { margin-top: -40px !important; } .sm--mr-3 { margin-right: -40px !important; } .sm--mb-3 { margin-bottom: -40px !important; } .sm--ml-3 { margin-left: -40px !important; } .sm--mt-4 { margin-top: -60px !important; } .sm--mr-4 { margin-right: -60px !important; } .sm--mb-4 { margin-bottom: -60px !important; } .sm--ml-4 { margin-left: -60px !important; } .sm--mt-5 { margin-top: -80px !important; } .sm--mr-5 { margin-right: -80px !important; } .sm--mb-5 { margin-bottom: -80px !important; } .sm--ml-5 { margin-left: -80px !important; } .sm--mt-6 { margin-top: -100px !important; } .sm--mr-6 { margin-right: -100px !important; } .sm--mb-6 { margin-bottom: -100px !important; } .sm--ml-6 { margin-left: -100px !important; } .sm--mt-px { margin-top: -1px !important; } .sm--mr-px { margin-right: -1px !important; } .sm--mb-px { margin-bottom: -1px !important; } .sm--ml-px { margin-left: -1px !important; } .sm-max-h-0 { max-height: 0 !important; } .sm-max-h-1 { max-height: 0.25rem !important; } .sm-max-h-2 { max-height: 0.5rem !important; } .sm-max-h-3 { max-height: 0.75rem !important; } .sm-max-h-4 { max-height: 1rem !important; } .sm-max-h-5 { max-height: 1.25rem !important; } .sm-max-h-6 { max-height: 1.5rem !important; } .sm-max-h-7 { max-height: 1.75rem !important; } .sm-max-h-8 { max-height: 2rem !important; } .sm-max-h-9 { max-height: 2.25rem !important; } .sm-max-h-10 { max-height: 2.5rem !important; } .sm-max-h-11 { max-height: 2.75rem !important; } .sm-max-h-12 { max-height: 3rem !important; } .sm-max-h-14 { max-height: 3.5rem !important; } .sm-max-h-16 { max-height: 4rem !important; } .sm-max-h-20 { max-height: 5rem !important; } .sm-max-h-24 { max-height: 6rem !important; } .sm-max-h-28 { max-height: 7rem !important; } .sm-max-h-32 { max-height: 8rem !important; } .sm-max-h-36 { max-height: 9rem !important; } .sm-max-h-40 { max-height: 10rem !important; } .sm-max-h-44 { max-height: 11rem !important; } .sm-max-h-48 { max-height: 12rem !important; } .sm-max-h-52 { max-height: 13rem !important; } .sm-max-h-56 { max-height: 14rem !important; } .sm-max-h-60 { max-height: 15rem !important; } .sm-max-h-64 { max-height: 16rem !important; } .sm-max-h-72 { max-height: 18rem !important; } .sm-max-h-80 { max-height: 20rem !important; } .sm-max-h-96 { max-height: 24rem !important; } .sm-max-h-px { max-height: 1px !important; } .sm-max-h-0\.5 { max-height: 0.125rem !important; } .sm-max-h-1\.5 { max-height: 0.375rem !important; } .sm-max-h-2\.5 { max-height: 0.625rem !important; } .sm-max-h-3\.5 { max-height: 0.875rem !important; } .sm-max-h-full { max-height: 100% !important; } .sm-max-h-screen { max-height: 100vh !important; } .sm-max-w-xs { max-width: 400px !important; } .sm-max-w-sm { max-width: 600px !important; } .sm-max-w-md { max-width: 800px !important; } .sm-max-w-lg { max-width: 1000px !important; } .sm-max-w-xl { max-width: 1200px !important; } .sm-max-w-full { max-width: 100% !important; } .sm-min-h-0 { min-height: 0 !important; } .sm-min-h-full { min-height: 100% !important; } .sm-min-h-screen { min-height: 100vh !important; } .sm-min-w-0 { min-width: 0 !important; } .sm-min-w-full { min-width: 100% !important; } .sm-min-w-min { min-width: -moz-min-content !important; min-width: min-content !important; } .sm-min-w-max { min-width: -moz-max-content !important; min-width: max-content !important; } .sm-object-contain { -o-object-fit: contain !important; object-fit: contain !important; } .sm-object-cover { -o-object-fit: cover !important; object-fit: cover !important; } .sm-object-fill { -o-object-fit: fill !important; object-fit: fill !important; } .sm-object-none { -o-object-fit: none !important; object-fit: none !important; } .sm-object-scale-down { -o-object-fit: scale-down !important; object-fit: scale-down !important; } .sm-object-bottom { -o-object-position: bottom !important; object-position: bottom !important; } .sm-object-center { -o-object-position: center !important; object-position: center !important; } .sm-object-left { -o-object-position: left !important; object-position: left !important; } .sm-object-left-bottom { -o-object-position: left bottom !important; object-position: left bottom !important; } .sm-object-left-top { -o-object-position: left top !important; object-position: left top !important; } .sm-object-right { -o-object-position: right !important; object-position: right !important; } .sm-object-right-bottom { -o-object-position: right bottom !important; object-position: right bottom !important; } .sm-object-right-top { -o-object-position: right top !important; object-position: right top !important; } .sm-object-top { -o-object-position: top !important; object-position: top !important; } .sm-opacity-0 { opacity: 0 !important; } .sm-opacity-5 { opacity: 0.05 !important; } .sm-opacity-10 { opacity: 0.1 !important; } .sm-opacity-20 { opacity: 0.2 !important; } .sm-opacity-25 { opacity: 0.25 !important; } .sm-opacity-30 { opacity: 0.3 !important; } .sm-opacity-40 { opacity: 0.4 !important; } .sm-opacity-50 { opacity: 0.5 !important; } .sm-opacity-60 { opacity: 0.6 !important; } .sm-opacity-70 { opacity: 0.7 !important; } .sm-opacity-75 { opacity: 0.75 !important; } .sm-opacity-80 { opacity: 0.8 !important; } .sm-opacity-90 { opacity: 0.9 !important; } .sm-opacity-95 { opacity: 0.95 !important; } .sm-opacity-100 { opacity: 1 !important; } .group:hover .sm-group-hover-opacity-0 { opacity: 0 !important; } .group:hover .sm-group-hover-opacity-5 { opacity: 0.05 !important; } .group:hover .sm-group-hover-opacity-10 { opacity: 0.1 !important; } .group:hover .sm-group-hover-opacity-20 { opacity: 0.2 !important; } .group:hover .sm-group-hover-opacity-25 { opacity: 0.25 !important; } .group:hover .sm-group-hover-opacity-30 { opacity: 0.3 !important; } .group:hover .sm-group-hover-opacity-40 { opacity: 0.4 !important; } .group:hover .sm-group-hover-opacity-50 { opacity: 0.5 !important; } .group:hover .sm-group-hover-opacity-60 { opacity: 0.6 !important; } .group:hover .sm-group-hover-opacity-70 { opacity: 0.7 !important; } .group:hover .sm-group-hover-opacity-75 { opacity: 0.75 !important; } .group:hover .sm-group-hover-opacity-80 { opacity: 0.8 !important; } .group:hover .sm-group-hover-opacity-90 { opacity: 0.9 !important; } .group:hover .sm-group-hover-opacity-95 { opacity: 0.95 !important; } .group:hover .sm-group-hover-opacity-100 { opacity: 1 !important; } .sm-focus-within-opacity-0:focus-within { opacity: 0 !important; } .sm-focus-within-opacity-5:focus-within { opacity: 0.05 !important; } .sm-focus-within-opacity-10:focus-within { opacity: 0.1 !important; } .sm-focus-within-opacity-20:focus-within { opacity: 0.2 !important; } .sm-focus-within-opacity-25:focus-within { opacity: 0.25 !important; } .sm-focus-within-opacity-30:focus-within { opacity: 0.3 !important; } .sm-focus-within-opacity-40:focus-within { opacity: 0.4 !important; } .sm-focus-within-opacity-50:focus-within { opacity: 0.5 !important; } .sm-focus-within-opacity-60:focus-within { opacity: 0.6 !important; } .sm-focus-within-opacity-70:focus-within { opacity: 0.7 !important; } .sm-focus-within-opacity-75:focus-within { opacity: 0.75 !important; } .sm-focus-within-opacity-80:focus-within { opacity: 0.8 !important; } .sm-focus-within-opacity-90:focus-within { opacity: 0.9 !important; } .sm-focus-within-opacity-95:focus-within { opacity: 0.95 !important; } .sm-focus-within-opacity-100:focus-within { opacity: 1 !important; } .sm-hover-opacity-0:hover { opacity: 0 !important; } .sm-hover-opacity-5:hover { opacity: 0.05 !important; } .sm-hover-opacity-10:hover { opacity: 0.1 !important; } .sm-hover-opacity-20:hover { opacity: 0.2 !important; } .sm-hover-opacity-25:hover { opacity: 0.25 !important; } .sm-hover-opacity-30:hover { opacity: 0.3 !important; } .sm-hover-opacity-40:hover { opacity: 0.4 !important; } .sm-hover-opacity-50:hover { opacity: 0.5 !important; } .sm-hover-opacity-60:hover { opacity: 0.6 !important; } .sm-hover-opacity-70:hover { opacity: 0.7 !important; } .sm-hover-opacity-75:hover { opacity: 0.75 !important; } .sm-hover-opacity-80:hover { opacity: 0.8 !important; } .sm-hover-opacity-90:hover { opacity: 0.9 !important; } .sm-hover-opacity-95:hover { opacity: 0.95 !important; } .sm-hover-opacity-100:hover { opacity: 1 !important; } .sm-focus-opacity-0:focus { opacity: 0 !important; } .sm-focus-opacity-5:focus { opacity: 0.05 !important; } .sm-focus-opacity-10:focus { opacity: 0.1 !important; } .sm-focus-opacity-20:focus { opacity: 0.2 !important; } .sm-focus-opacity-25:focus { opacity: 0.25 !important; } .sm-focus-opacity-30:focus { opacity: 0.3 !important; } .sm-focus-opacity-40:focus { opacity: 0.4 !important; } .sm-focus-opacity-50:focus { opacity: 0.5 !important; } .sm-focus-opacity-60:focus { opacity: 0.6 !important; } .sm-focus-opacity-70:focus { opacity: 0.7 !important; } .sm-focus-opacity-75:focus { opacity: 0.75 !important; } .sm-focus-opacity-80:focus { opacity: 0.8 !important; } .sm-focus-opacity-90:focus { opacity: 0.9 !important; } .sm-focus-opacity-95:focus { opacity: 0.95 !important; } .sm-focus-opacity-100:focus { opacity: 1 !important; } .sm-outline-none { outline: 2px solid transparent !important; outline-offset: 2px !important; } .sm-outline-white { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .sm-outline-black { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .sm-focus-within-outline-none:focus-within { outline: 2px solid transparent !important; outline-offset: 2px !important; } .sm-focus-within-outline-white:focus-within { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .sm-focus-within-outline-black:focus-within { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .sm-focus-outline-none:focus { outline: 2px solid transparent !important; outline-offset: 2px !important; } .sm-focus-outline-white:focus { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .sm-focus-outline-black:focus { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .sm-overflow-auto { overflow: auto !important; } .sm-overflow-hidden { overflow: hidden !important; } .sm-overflow-visible { overflow: visible !important; } .sm-overflow-scroll { overflow: scroll !important; } .sm-overflow-x-auto { overflow-x: auto !important; } .sm-overflow-y-auto { overflow-y: auto !important; } .sm-overflow-x-hidden { overflow-x: hidden !important; } .sm-overflow-y-hidden { overflow-y: hidden !important; } .sm-overflow-x-visible { overflow-x: visible !important; } .sm-overflow-y-visible { overflow-y: visible !important; } .sm-overflow-x-scroll { overflow-x: scroll !important; } .sm-overflow-y-scroll { overflow-y: scroll !important; } .sm-overscroll-auto { -ms-scroll-chaining: chained !important; overscroll-behavior: auto !important; } .sm-overscroll-contain { -ms-scroll-chaining: none !important; overscroll-behavior: contain !important; } .sm-overscroll-none { -ms-scroll-chaining: none !important; overscroll-behavior: none !important; } .sm-overscroll-y-auto { overscroll-behavior-y: auto !important; } .sm-overscroll-y-contain { overscroll-behavior-y: contain !important; } .sm-overscroll-y-none { overscroll-behavior-y: none !important; } .sm-overscroll-x-auto { overscroll-behavior-x: auto !important; } .sm-overscroll-x-contain { overscroll-behavior-x: contain !important; } .sm-overscroll-x-none { overscroll-behavior-x: none !important; } .sm-p-0 { padding: 0 !important; } .sm-p-1 { padding: 10px !important; } .sm-p-2 { padding: 20px !important; } .sm-p-3 { padding: 40px !important; } .sm-p-4 { padding: 60px !important; } .sm-p-5 { padding: 80px !important; } .sm-p-6 { padding: 100px !important; } .sm-p-7 { padding: 120px !important; } .sm-p-px { padding: 1px !important; } .sm-p-nudge { padding: 5px !important; } .sm-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .sm-px-0 { padding-left: 0 !important; padding-right: 0 !important; } .sm-py-1 { padding-top: 10px !important; padding-bottom: 10px !important; } .sm-px-1 { padding-left: 10px !important; padding-right: 10px !important; } .sm-py-2 { padding-top: 20px !important; padding-bottom: 20px !important; } .sm-px-2 { padding-left: 20px !important; padding-right: 20px !important; } .sm-py-3 { padding-top: 40px !important; padding-bottom: 40px !important; } .sm-px-3 { padding-left: 40px !important; padding-right: 40px !important; } .sm-py-4 { padding-top: 60px !important; padding-bottom: 60px !important; } .sm-px-4 { padding-left: 60px !important; padding-right: 60px !important; } .sm-py-5 { padding-top: 80px !important; padding-bottom: 80px !important; } .sm-px-5 { padding-left: 80px !important; padding-right: 80px !important; } .sm-py-6 { padding-top: 100px !important; padding-bottom: 100px !important; } .sm-px-6 { padding-left: 100px !important; padding-right: 100px !important; } .sm-py-7 { padding-top: 120px !important; padding-bottom: 120px !important; } .sm-px-7 { padding-left: 120px !important; padding-right: 120px !important; } .sm-py-px { padding-top: 1px !important; padding-bottom: 1px !important; } .sm-px-px { padding-left: 1px !important; padding-right: 1px !important; } .sm-py-nudge { padding-top: 5px !important; padding-bottom: 5px !important; } .sm-px-nudge { padding-left: 5px !important; padding-right: 5px !important; } .sm-pt-0 { padding-top: 0 !important; } .sm-pr-0 { padding-right: 0 !important; } .sm-pb-0 { padding-bottom: 0 !important; } .sm-pl-0 { padding-left: 0 !important; } .sm-pt-1 { padding-top: 10px !important; } .sm-pr-1 { padding-right: 10px !important; } .sm-pb-1 { padding-bottom: 10px !important; } .sm-pl-1 { padding-left: 10px !important; } .sm-pt-2 { padding-top: 20px !important; } .sm-pr-2 { padding-right: 20px !important; } .sm-pb-2 { padding-bottom: 20px !important; } .sm-pl-2 { padding-left: 20px !important; } .sm-pt-3 { padding-top: 40px !important; } .sm-pr-3 { padding-right: 40px !important; } .sm-pb-3 { padding-bottom: 40px !important; } .sm-pl-3 { padding-left: 40px !important; } .sm-pt-4 { padding-top: 60px !important; } .sm-pr-4 { padding-right: 60px !important; } .sm-pb-4 { padding-bottom: 60px !important; } .sm-pl-4 { padding-left: 60px !important; } .sm-pt-5 { padding-top: 80px !important; } .sm-pr-5 { padding-right: 80px !important; } .sm-pb-5 { padding-bottom: 80px !important; } .sm-pl-5 { padding-left: 80px !important; } .sm-pt-6 { padding-top: 100px !important; } .sm-pr-6 { padding-right: 100px !important; } .sm-pb-6 { padding-bottom: 100px !important; } .sm-pl-6 { padding-left: 100px !important; } .sm-pt-7 { padding-top: 120px !important; } .sm-pr-7 { padding-right: 120px !important; } .sm-pb-7 { padding-bottom: 120px !important; } .sm-pl-7 { padding-left: 120px !important; } .sm-pt-px { padding-top: 1px !important; } .sm-pr-px { padding-right: 1px !important; } .sm-pb-px { padding-bottom: 1px !important; } .sm-pl-px { padding-left: 1px !important; } .sm-pt-nudge { padding-top: 5px !important; } .sm-pr-nudge { padding-right: 5px !important; } .sm-pb-nudge { padding-bottom: 5px !important; } .sm-pl-nudge { padding-left: 5px !important; } .sm-placeholder-transparent::-moz-placeholder { color: transparent !important; } .sm-placeholder-transparent:-ms-input-placeholder { color: transparent !important; } .sm-placeholder-transparent::placeholder { color: transparent !important; } .sm-placeholder-cw-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary-300::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary-300:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-secondary-300::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-accent::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-accent:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-accent::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-accent-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-accent-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-accent-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-accent-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-accent-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-accent-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-blue-print::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-blue-print:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-blue-print::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-red::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-red:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-red::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-10::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-10:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-10::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-20::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-20:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-20::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-30::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-30:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-30::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-40::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-40:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-40::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-5::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-5:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-5::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-50::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-50:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-50::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-60::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-60:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-60::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-70::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-70:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-grey-70::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cball-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cball-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cball-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cball-dark-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cball-dark-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cball-dark-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cball-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cball-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cball-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-dk-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-dk-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-dk-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-lt-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-lt-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-lt-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-dk-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-dk-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-dk-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-med-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-med-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-med-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-lt-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-lt-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-lt-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-off-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-off-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-off-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-peach::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-peach:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-spring-peach::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-navy::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-navy:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-navy::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-dk-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-dk-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-cw-dk-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-sc-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-sc-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-sc-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-sc-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-sc-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-sc-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-sc-sand::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-sc-sand:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-sc-sand::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-transparent:focus::-moz-placeholder { color: transparent !important; } .sm-focus-placeholder-transparent:focus:-ms-input-placeholder { color: transparent !important; } .sm-focus-placeholder-transparent:focus::placeholder { color: transparent !important; } .sm-focus-placeholder-cw-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-secondary-300:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-accent:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-accent:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-accent:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-accent-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-accent-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-accent-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-accent-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-accent-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-accent-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-blue-print:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-blue-print:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-blue-print:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-red:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-red:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-red:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-10:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-10:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-20:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-20:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-30:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-30:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-40:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-40:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-5:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-5:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-50:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-60:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-60:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-70:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-grey-70:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cball-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cball-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cball-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cball-dark-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cball-dark-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cball-dark-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cball-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cball-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cball-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-dk-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-dk-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-dk-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-lt-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-lt-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-lt-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-dk-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-dk-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-dk-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-med-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-med-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-med-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-lt-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-lt-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-lt-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-off-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-off-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-off-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-peach:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-peach:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-spring-peach:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-navy:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-navy:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-navy:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-dk-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-dk-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-cw-dk-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-sc-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-sc-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-sc-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-sc-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-sc-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-sc-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-sc-sand:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-sc-sand:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .sm-focus-placeholder-sc-sand:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .sm-placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .sm-placeholder-opacity-0:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .sm-placeholder-opacity-0::placeholder { --tw-placeholder-opacity: 0 !important; } .sm-placeholder-opacity-5::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .sm-placeholder-opacity-5:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .sm-placeholder-opacity-5::placeholder { --tw-placeholder-opacity: 0.05 !important; } .sm-placeholder-opacity-10::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .sm-placeholder-opacity-10:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .sm-placeholder-opacity-10::placeholder { --tw-placeholder-opacity: 0.1 !important; } .sm-placeholder-opacity-20::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .sm-placeholder-opacity-20:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .sm-placeholder-opacity-20::placeholder { --tw-placeholder-opacity: 0.2 !important; } .sm-placeholder-opacity-25::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .sm-placeholder-opacity-25:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .sm-placeholder-opacity-25::placeholder { --tw-placeholder-opacity: 0.25 !important; } .sm-placeholder-opacity-30::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .sm-placeholder-opacity-30:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .sm-placeholder-opacity-30::placeholder { --tw-placeholder-opacity: 0.3 !important; } .sm-placeholder-opacity-40::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .sm-placeholder-opacity-40:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .sm-placeholder-opacity-40::placeholder { --tw-placeholder-opacity: 0.4 !important; } .sm-placeholder-opacity-50::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .sm-placeholder-opacity-50:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .sm-placeholder-opacity-50::placeholder { --tw-placeholder-opacity: 0.5 !important; } .sm-placeholder-opacity-60::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .sm-placeholder-opacity-60:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .sm-placeholder-opacity-60::placeholder { --tw-placeholder-opacity: 0.6 !important; } .sm-placeholder-opacity-70::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .sm-placeholder-opacity-70:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .sm-placeholder-opacity-70::placeholder { --tw-placeholder-opacity: 0.7 !important; } .sm-placeholder-opacity-75::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .sm-placeholder-opacity-75:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .sm-placeholder-opacity-75::placeholder { --tw-placeholder-opacity: 0.75 !important; } .sm-placeholder-opacity-80::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .sm-placeholder-opacity-80:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .sm-placeholder-opacity-80::placeholder { --tw-placeholder-opacity: 0.8 !important; } .sm-placeholder-opacity-90::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .sm-placeholder-opacity-90:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .sm-placeholder-opacity-90::placeholder { --tw-placeholder-opacity: 0.9 !important; } .sm-placeholder-opacity-95::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .sm-placeholder-opacity-95:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .sm-placeholder-opacity-95::placeholder { --tw-placeholder-opacity: 0.95 !important; } .sm-placeholder-opacity-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .sm-placeholder-opacity-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .sm-placeholder-opacity-100::placeholder { --tw-placeholder-opacity: 1 !important; } .sm-focus-placeholder-opacity-0:focus::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .sm-focus-placeholder-opacity-0:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .sm-focus-placeholder-opacity-0:focus::placeholder { --tw-placeholder-opacity: 0 !important; } .sm-focus-placeholder-opacity-5:focus::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .sm-focus-placeholder-opacity-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .sm-focus-placeholder-opacity-5:focus::placeholder { --tw-placeholder-opacity: 0.05 !important; } .sm-focus-placeholder-opacity-10:focus::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .sm-focus-placeholder-opacity-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .sm-focus-placeholder-opacity-10:focus::placeholder { --tw-placeholder-opacity: 0.1 !important; } .sm-focus-placeholder-opacity-20:focus::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .sm-focus-placeholder-opacity-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .sm-focus-placeholder-opacity-20:focus::placeholder { --tw-placeholder-opacity: 0.2 !important; } .sm-focus-placeholder-opacity-25:focus::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .sm-focus-placeholder-opacity-25:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .sm-focus-placeholder-opacity-25:focus::placeholder { --tw-placeholder-opacity: 0.25 !important; } .sm-focus-placeholder-opacity-30:focus::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .sm-focus-placeholder-opacity-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .sm-focus-placeholder-opacity-30:focus::placeholder { --tw-placeholder-opacity: 0.3 !important; } .sm-focus-placeholder-opacity-40:focus::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .sm-focus-placeholder-opacity-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .sm-focus-placeholder-opacity-40:focus::placeholder { --tw-placeholder-opacity: 0.4 !important; } .sm-focus-placeholder-opacity-50:focus::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .sm-focus-placeholder-opacity-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .sm-focus-placeholder-opacity-50:focus::placeholder { --tw-placeholder-opacity: 0.5 !important; } .sm-focus-placeholder-opacity-60:focus::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .sm-focus-placeholder-opacity-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .sm-focus-placeholder-opacity-60:focus::placeholder { --tw-placeholder-opacity: 0.6 !important; } .sm-focus-placeholder-opacity-70:focus::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .sm-focus-placeholder-opacity-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .sm-focus-placeholder-opacity-70:focus::placeholder { --tw-placeholder-opacity: 0.7 !important; } .sm-focus-placeholder-opacity-75:focus::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .sm-focus-placeholder-opacity-75:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .sm-focus-placeholder-opacity-75:focus::placeholder { --tw-placeholder-opacity: 0.75 !important; } .sm-focus-placeholder-opacity-80:focus::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .sm-focus-placeholder-opacity-80:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .sm-focus-placeholder-opacity-80:focus::placeholder { --tw-placeholder-opacity: 0.8 !important; } .sm-focus-placeholder-opacity-90:focus::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .sm-focus-placeholder-opacity-90:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .sm-focus-placeholder-opacity-90:focus::placeholder { --tw-placeholder-opacity: 0.9 !important; } .sm-focus-placeholder-opacity-95:focus::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .sm-focus-placeholder-opacity-95:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .sm-focus-placeholder-opacity-95:focus::placeholder { --tw-placeholder-opacity: 0.95 !important; } .sm-focus-placeholder-opacity-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .sm-focus-placeholder-opacity-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .sm-focus-placeholder-opacity-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; } .sm-pointer-events-none { pointer-events: none !important; } .sm-pointer-events-auto { pointer-events: auto !important; } .sm-static { position: static !important; } .sm-fixed { position: fixed !important; } .sm-absolute { position: absolute !important; } .sm-relative { position: relative !important; } .sm-sticky { position: sticky !important; } .sm-inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .sm-inset-1 { top: 10px !important; right: 10px !important; bottom: 10px !important; left: 10px !important; } .sm-inset-2 { top: 20px !important; right: 20px !important; bottom: 20px !important; left: 20px !important; } .sm-inset-3 { top: 40px !important; right: 40px !important; bottom: 40px !important; left: 40px !important; } .sm-inset-4 { top: 60px !important; right: 60px !important; bottom: 60px !important; left: 60px !important; } .sm-inset-auto { top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; } .sm-inset-px { top: 1px !important; right: 1px !important; bottom: 1px !important; left: 1px !important; } .sm-inset-2\/5 { top: 40% !important; right: 40% !important; bottom: 40% !important; left: 40% !important; } .sm-inset-1\/2 { top: 50% !important; right: 50% !important; bottom: 50% !important; left: 50% !important; } .sm--inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .sm--inset-1 { top: -10px !important; right: -10px !important; bottom: -10px !important; left: -10px !important; } .sm--inset-2 { top: -20px !important; right: -20px !important; bottom: -20px !important; left: -20px !important; } .sm--inset-3 { top: -40px !important; right: -40px !important; bottom: -40px !important; left: -40px !important; } .sm--inset-4 { top: -60px !important; right: -60px !important; bottom: -60px !important; left: -60px !important; } .sm--inset-px { top: -1px !important; right: -1px !important; bottom: -1px !important; left: -1px !important; } .sm-inset-y-0 { top: 0 !important; bottom: 0 !important; } .sm-inset-x-0 { right: 0 !important; left: 0 !important; } .sm-inset-y-1 { top: 10px !important; bottom: 10px !important; } .sm-inset-x-1 { right: 10px !important; left: 10px !important; } .sm-inset-y-2 { top: 20px !important; bottom: 20px !important; } .sm-inset-x-2 { right: 20px !important; left: 20px !important; } .sm-inset-y-3 { top: 40px !important; bottom: 40px !important; } .sm-inset-x-3 { right: 40px !important; left: 40px !important; } .sm-inset-y-4 { top: 60px !important; bottom: 60px !important; } .sm-inset-x-4 { right: 60px !important; left: 60px !important; } .sm-inset-y-auto { top: auto !important; bottom: auto !important; } .sm-inset-x-auto { right: auto !important; left: auto !important; } .sm-inset-y-px { top: 1px !important; bottom: 1px !important; } .sm-inset-x-px { right: 1px !important; left: 1px !important; } .sm-inset-y-2\/5 { top: 40% !important; bottom: 40% !important; } .sm-inset-x-2\/5 { right: 40% !important; left: 40% !important; } .sm-inset-y-1\/2 { top: 50% !important; bottom: 50% !important; } .sm-inset-x-1\/2 { right: 50% !important; left: 50% !important; } .sm--inset-y-0 { top: 0 !important; bottom: 0 !important; } .sm--inset-x-0 { right: 0 !important; left: 0 !important; } .sm--inset-y-1 { top: -10px !important; bottom: -10px !important; } .sm--inset-x-1 { right: -10px !important; left: -10px !important; } .sm--inset-y-2 { top: -20px !important; bottom: -20px !important; } .sm--inset-x-2 { right: -20px !important; left: -20px !important; } .sm--inset-y-3 { top: -40px !important; bottom: -40px !important; } .sm--inset-x-3 { right: -40px !important; left: -40px !important; } .sm--inset-y-4 { top: -60px !important; bottom: -60px !important; } .sm--inset-x-4 { right: -60px !important; left: -60px !important; } .sm--inset-y-px { top: -1px !important; bottom: -1px !important; } .sm--inset-x-px { right: -1px !important; left: -1px !important; } .sm-top-0 { top: 0 !important; } .sm-right-0 { right: 0 !important; } .sm-bottom-0 { bottom: 0 !important; } .sm-left-0 { left: 0 !important; } .sm-top-1 { top: 10px !important; } .sm-right-1 { right: 10px !important; } .sm-bottom-1 { bottom: 10px !important; } .sm-left-1 { left: 10px !important; } .sm-top-2 { top: 20px !important; } .sm-right-2 { right: 20px !important; } .sm-bottom-2 { bottom: 20px !important; } .sm-left-2 { left: 20px !important; } .sm-top-3 { top: 40px !important; } .sm-right-3 { right: 40px !important; } .sm-bottom-3 { bottom: 40px !important; } .sm-left-3 { left: 40px !important; } .sm-top-4 { top: 60px !important; } .sm-right-4 { right: 60px !important; } .sm-bottom-4 { bottom: 60px !important; } .sm-left-4 { left: 60px !important; } .sm-top-auto { top: auto !important; } .sm-right-auto { right: auto !important; } .sm-bottom-auto { bottom: auto !important; } .sm-left-auto { left: auto !important; } .sm-top-px { top: 1px !important; } .sm-right-px { right: 1px !important; } .sm-bottom-px { bottom: 1px !important; } .sm-left-px { left: 1px !important; } .sm-top-2\/5 { top: 40% !important; } .sm-right-2\/5 { right: 40% !important; } .sm-bottom-2\/5 { bottom: 40% !important; } .sm-left-2\/5 { left: 40% !important; } .sm-top-1\/2 { top: 50% !important; } .sm-right-1\/2 { right: 50% !important; } .sm-bottom-1\/2 { bottom: 50% !important; } .sm-left-1\/2 { left: 50% !important; } .sm--top-0 { top: 0 !important; } .sm--right-0 { right: 0 !important; } .sm--bottom-0 { bottom: 0 !important; } .sm--left-0 { left: 0 !important; } .sm--top-1 { top: -10px !important; } .sm--right-1 { right: -10px !important; } .sm--bottom-1 { bottom: -10px !important; } .sm--left-1 { left: -10px !important; } .sm--top-2 { top: -20px !important; } .sm--right-2 { right: -20px !important; } .sm--bottom-2 { bottom: -20px !important; } .sm--left-2 { left: -20px !important; } .sm--top-3 { top: -40px !important; } .sm--right-3 { right: -40px !important; } .sm--bottom-3 { bottom: -40px !important; } .sm--left-3 { left: -40px !important; } .sm--top-4 { top: -60px !important; } .sm--right-4 { right: -60px !important; } .sm--bottom-4 { bottom: -60px !important; } .sm--left-4 { left: -60px !important; } .sm--top-px { top: -1px !important; } .sm--right-px { right: -1px !important; } .sm--bottom-px { bottom: -1px !important; } .sm--left-px { left: -1px !important; } .sm-resize-none { resize: none !important; } .sm-resize-y { resize: vertical !important; } .sm-resize-x { resize: horizontal !important; } .sm-resize { resize: both !important; } .sm-shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .sm-shadow, .sm-shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .sm-shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .sm-shadow-lg, .sm-shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .sm-shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .sm-shadow-2xl, .sm-shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .sm-shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .sm-shadow-inner, .sm-shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-shadow-none { --tw-shadow: 0 0 transparent !important; } .group:hover .sm-group-hover-shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .group:hover .sm-group-hover-shadow, .group:hover .sm-group-hover-shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .sm-group-hover-shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .sm-group-hover-shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .group:hover .sm-group-hover-shadow-lg, .group:hover .sm-group-hover-shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .sm-group-hover-shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .group:hover .sm-group-hover-shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .group:hover .sm-group-hover-shadow-2xl, .group:hover .sm-group-hover-shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .sm-group-hover-shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .group:hover .sm-group-hover-shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .sm-group-hover-shadow-inner, .group:hover .sm-group-hover-shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .sm-group-hover-shadow-none { --tw-shadow: 0 0 transparent !important; } .sm-focus-within-shadow-sm:focus-within { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-focus-within-shadow:focus-within { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-focus-within-shadow-md:focus-within { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-focus-within-shadow-lg:focus-within { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-focus-within-shadow-xl:focus-within { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-focus-within-shadow-2xl:focus-within { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-focus-within-shadow-inner:focus-within { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-focus-within-shadow-none:focus-within { --tw-shadow: 0 0 transparent !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-hover-shadow-sm:hover { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .sm-hover-shadow-sm:hover, .sm-hover-shadow:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-hover-shadow:hover { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .sm-hover-shadow-md:hover { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .sm-hover-shadow-lg:hover, .sm-hover-shadow-md:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-hover-shadow-lg:hover { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .sm-hover-shadow-xl:hover { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .sm-hover-shadow-2xl:hover, .sm-hover-shadow-xl:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-hover-shadow-2xl:hover { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .sm-hover-shadow-inner:hover { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .sm-hover-shadow-inner:hover, .sm-hover-shadow-none:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-hover-shadow-none:hover { --tw-shadow: 0 0 transparent !important; } .sm-focus-shadow-sm:focus { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .sm-focus-shadow-sm:focus, .sm-focus-shadow:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-focus-shadow:focus { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .sm-focus-shadow-md:focus { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .sm-focus-shadow-lg:focus, .sm-focus-shadow-md:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-focus-shadow-lg:focus { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .sm-focus-shadow-xl:focus { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .sm-focus-shadow-2xl:focus, .sm-focus-shadow-xl:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-focus-shadow-2xl:focus { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .sm-focus-shadow-inner:focus { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .sm-focus-shadow-inner:focus, .sm-focus-shadow-none:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .sm-focus-shadow-none:focus { --tw-shadow: 0 0 transparent !important; } .sm-ring-0 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-ring-0, .sm-ring-1 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-ring-1 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-ring-2 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-ring-2, .sm-ring-4 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-ring-4 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-ring-8 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-ring, .sm-ring-8 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-ring { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-ring-inset { --tw-ring-inset: inset !important; } .sm-focus-within-ring-0:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-focus-within-ring-1:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-focus-within-ring-2:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-focus-within-ring-4:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-focus-within-ring-8:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-focus-within-ring:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-focus-within-ring-inset:focus-within { --tw-ring-inset: inset !important; } .sm-focus-ring-0:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-focus-ring-0:focus, .sm-focus-ring-1:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-focus-ring-1:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-focus-ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-focus-ring-2:focus, .sm-focus-ring-4:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-focus-ring-4:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-focus-ring-8:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-focus-ring-8:focus, .sm-focus-ring:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .sm-focus-ring:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .sm-focus-ring-inset:focus { --tw-ring-inset: inset !important; } .sm-ring-offset-transparent { --tw-ring-offset-color: transparent !important; } .sm-ring-offset-cw-black { --tw-ring-offset-color: #333232 !important; } .sm-ring-offset-cw-blue { --tw-ring-offset-color: #036 !important; } .sm-ring-offset-cw-secondary { --tw-ring-offset-color: #77a8bb !important; } .sm-ring-offset-cw-secondary-100 { --tw-ring-offset-color: #99becc !important; } .sm-ring-offset-cw-secondary-200 { --tw-ring-offset-color: #d6e4ea !important; } .sm-ring-offset-cw-secondary-300 { --tw-ring-offset-color: #f7fcff !important; } .sm-ring-offset-cw-accent { --tw-ring-offset-color: #ffc907 !important; } .sm-ring-offset-cw-accent-100 { --tw-ring-offset-color: #fff7e1 !important; } .sm-ring-offset-cw-accent-200 { --tw-ring-offset-color: #fffbf0 !important; } .sm-ring-offset-cw-blue-print { --tw-ring-offset-color: #5096d0 !important; } .sm-ring-offset-cw-green { --tw-ring-offset-color: #14a947 !important; } .sm-ring-offset-cw-orange { --tw-ring-offset-color: #fe813a !important; } .sm-ring-offset-cw-purple { --tw-ring-offset-color: #9064bf !important; } .sm-ring-offset-cw-red { --tw-ring-offset-color: #fa575d !important; } .sm-ring-offset-cw-spring { --tw-ring-offset-color: #1ba9e0 !important; } .sm-ring-offset-cw-teal { --tw-ring-offset-color: #8ed4cc !important; } .sm-ring-offset-cw-white { --tw-ring-offset-color: #fff !important; } .sm-ring-offset-cw-yellow { --tw-ring-offset-color: #ffca0a !important; } .sm-ring-offset-grey-10 { --tw-ring-offset-color: #f4f5f0 !important; } .sm-ring-offset-grey-20 { --tw-ring-offset-color: #e9eae4 !important; } .sm-ring-offset-grey-30 { --tw-ring-offset-color: #dfdfd7 !important; } .sm-ring-offset-grey-40 { --tw-ring-offset-color: #c1c1ba !important; } .sm-ring-offset-grey-5 { --tw-ring-offset-color: #f7f7f7 !important; } .sm-ring-offset-grey-50 { --tw-ring-offset-color: #9b9b94 !important; } .sm-ring-offset-grey-60 { --tw-ring-offset-color: #71716c !important; } .sm-ring-offset-grey-70 { --tw-ring-offset-color: #515151 !important; } .sm-ring-offset-cball-blue { --tw-ring-offset-color: #576995 !important; } .sm-ring-offset-cball-dark-blue { --tw-ring-offset-color: #354363 !important; } .sm-ring-offset-cball-purple { --tw-ring-offset-color: #0a101f !important; } .sm-ring-offset-cw-spring-yellow { --tw-ring-offset-color: #ffc907 !important; } .sm-ring-offset-cw-spring-dk-blue { --tw-ring-offset-color: #1e2658 !important; } .sm-ring-offset-cw-spring-med-blue { --tw-ring-offset-color: #1080b9 !important; } .sm-ring-offset-cw-spring-lt-blue { --tw-ring-offset-color: #bae3f0 !important; } .sm-ring-offset-cw-spring-dk-green { --tw-ring-offset-color: #004b3d !important; } .sm-ring-offset-cw-spring-med-green { --tw-ring-offset-color: #00ac7f !important; } .sm-ring-offset-cw-spring-lt-green { --tw-ring-offset-color: #b8e3d1 !important; } .sm-ring-offset-cw-spring-black { --tw-ring-offset-color: #1a1a1a !important; } .sm-ring-offset-cw-spring-off-white { --tw-ring-offset-color: #fdf4e2 !important; } .sm-ring-offset-cw-spring-peach { --tw-ring-offset-color: #e88a78 !important; } .sm-ring-offset-cw-navy { --tw-ring-offset-color: #036 !important; } .sm-ring-offset-cw-med-blue { --tw-ring-offset-color: #77a8bb !important; } .sm-ring-offset-cw-dk-orange { --tw-ring-offset-color: #bf6c46 !important; } .sm-ring-offset-sc-teal { --tw-ring-offset-color: #43b29a !important; } .sm-ring-offset-sc-green { --tw-ring-offset-color: #7db87e !important; } .sm-ring-offset-sc-sand { --tw-ring-offset-color: #f9f7e9 !important; } .sm-focus-within-ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent !important; } .sm-focus-within-ring-offset-cw-black:focus-within { --tw-ring-offset-color: #333232 !important; } .sm-focus-within-ring-offset-cw-blue:focus-within { --tw-ring-offset-color: #036 !important; } .sm-focus-within-ring-offset-cw-secondary:focus-within { --tw-ring-offset-color: #77a8bb !important; } .sm-focus-within-ring-offset-cw-secondary-100:focus-within { --tw-ring-offset-color: #99becc !important; } .sm-focus-within-ring-offset-cw-secondary-200:focus-within { --tw-ring-offset-color: #d6e4ea !important; } .sm-focus-within-ring-offset-cw-secondary-300:focus-within { --tw-ring-offset-color: #f7fcff !important; } .sm-focus-within-ring-offset-cw-accent:focus-within { --tw-ring-offset-color: #ffc907 !important; } .sm-focus-within-ring-offset-cw-accent-100:focus-within { --tw-ring-offset-color: #fff7e1 !important; } .sm-focus-within-ring-offset-cw-accent-200:focus-within { --tw-ring-offset-color: #fffbf0 !important; } .sm-focus-within-ring-offset-cw-blue-print:focus-within { --tw-ring-offset-color: #5096d0 !important; } .sm-focus-within-ring-offset-cw-green:focus-within { --tw-ring-offset-color: #14a947 !important; } .sm-focus-within-ring-offset-cw-orange:focus-within { --tw-ring-offset-color: #fe813a !important; } .sm-focus-within-ring-offset-cw-purple:focus-within { --tw-ring-offset-color: #9064bf !important; } .sm-focus-within-ring-offset-cw-red:focus-within { --tw-ring-offset-color: #fa575d !important; } .sm-focus-within-ring-offset-cw-spring:focus-within { --tw-ring-offset-color: #1ba9e0 !important; } .sm-focus-within-ring-offset-cw-teal:focus-within { --tw-ring-offset-color: #8ed4cc !important; } .sm-focus-within-ring-offset-cw-white:focus-within { --tw-ring-offset-color: #fff !important; } .sm-focus-within-ring-offset-cw-yellow:focus-within { --tw-ring-offset-color: #ffca0a !important; } .sm-focus-within-ring-offset-grey-10:focus-within { --tw-ring-offset-color: #f4f5f0 !important; } .sm-focus-within-ring-offset-grey-20:focus-within { --tw-ring-offset-color: #e9eae4 !important; } .sm-focus-within-ring-offset-grey-30:focus-within { --tw-ring-offset-color: #dfdfd7 !important; } .sm-focus-within-ring-offset-grey-40:focus-within { --tw-ring-offset-color: #c1c1ba !important; } .sm-focus-within-ring-offset-grey-5:focus-within { --tw-ring-offset-color: #f7f7f7 !important; } .sm-focus-within-ring-offset-grey-50:focus-within { --tw-ring-offset-color: #9b9b94 !important; } .sm-focus-within-ring-offset-grey-60:focus-within { --tw-ring-offset-color: #71716c !important; } .sm-focus-within-ring-offset-grey-70:focus-within { --tw-ring-offset-color: #515151 !important; } .sm-focus-within-ring-offset-cball-blue:focus-within { --tw-ring-offset-color: #576995 !important; } .sm-focus-within-ring-offset-cball-dark-blue:focus-within { --tw-ring-offset-color: #354363 !important; } .sm-focus-within-ring-offset-cball-purple:focus-within { --tw-ring-offset-color: #0a101f !important; } .sm-focus-within-ring-offset-cw-spring-yellow:focus-within { --tw-ring-offset-color: #ffc907 !important; } .sm-focus-within-ring-offset-cw-spring-dk-blue:focus-within { --tw-ring-offset-color: #1e2658 !important; } .sm-focus-within-ring-offset-cw-spring-med-blue:focus-within { --tw-ring-offset-color: #1080b9 !important; } .sm-focus-within-ring-offset-cw-spring-lt-blue:focus-within { --tw-ring-offset-color: #bae3f0 !important; } .sm-focus-within-ring-offset-cw-spring-dk-green:focus-within { --tw-ring-offset-color: #004b3d !important; } .sm-focus-within-ring-offset-cw-spring-med-green:focus-within { --tw-ring-offset-color: #00ac7f !important; } .sm-focus-within-ring-offset-cw-spring-lt-green:focus-within { --tw-ring-offset-color: #b8e3d1 !important; } .sm-focus-within-ring-offset-cw-spring-black:focus-within { --tw-ring-offset-color: #1a1a1a !important; } .sm-focus-within-ring-offset-cw-spring-off-white:focus-within { --tw-ring-offset-color: #fdf4e2 !important; } .sm-focus-within-ring-offset-cw-spring-peach:focus-within { --tw-ring-offset-color: #e88a78 !important; } .sm-focus-within-ring-offset-cw-navy:focus-within { --tw-ring-offset-color: #036 !important; } .sm-focus-within-ring-offset-cw-med-blue:focus-within { --tw-ring-offset-color: #77a8bb !important; } .sm-focus-within-ring-offset-cw-dk-orange:focus-within { --tw-ring-offset-color: #bf6c46 !important; } .sm-focus-within-ring-offset-sc-teal:focus-within { --tw-ring-offset-color: #43b29a !important; } .sm-focus-within-ring-offset-sc-green:focus-within { --tw-ring-offset-color: #7db87e !important; } .sm-focus-within-ring-offset-sc-sand:focus-within { --tw-ring-offset-color: #f9f7e9 !important; } .sm-focus-ring-offset-transparent:focus { --tw-ring-offset-color: transparent !important; } .sm-focus-ring-offset-cw-black:focus { --tw-ring-offset-color: #333232 !important; } .sm-focus-ring-offset-cw-blue:focus { --tw-ring-offset-color: #036 !important; } .sm-focus-ring-offset-cw-secondary:focus { --tw-ring-offset-color: #77a8bb !important; } .sm-focus-ring-offset-cw-secondary-100:focus { --tw-ring-offset-color: #99becc !important; } .sm-focus-ring-offset-cw-secondary-200:focus { --tw-ring-offset-color: #d6e4ea !important; } .sm-focus-ring-offset-cw-secondary-300:focus { --tw-ring-offset-color: #f7fcff !important; } .sm-focus-ring-offset-cw-accent:focus { --tw-ring-offset-color: #ffc907 !important; } .sm-focus-ring-offset-cw-accent-100:focus { --tw-ring-offset-color: #fff7e1 !important; } .sm-focus-ring-offset-cw-accent-200:focus { --tw-ring-offset-color: #fffbf0 !important; } .sm-focus-ring-offset-cw-blue-print:focus { --tw-ring-offset-color: #5096d0 !important; } .sm-focus-ring-offset-cw-green:focus { --tw-ring-offset-color: #14a947 !important; } .sm-focus-ring-offset-cw-orange:focus { --tw-ring-offset-color: #fe813a !important; } .sm-focus-ring-offset-cw-purple:focus { --tw-ring-offset-color: #9064bf !important; } .sm-focus-ring-offset-cw-red:focus { --tw-ring-offset-color: #fa575d !important; } .sm-focus-ring-offset-cw-spring:focus { --tw-ring-offset-color: #1ba9e0 !important; } .sm-focus-ring-offset-cw-teal:focus { --tw-ring-offset-color: #8ed4cc !important; } .sm-focus-ring-offset-cw-white:focus { --tw-ring-offset-color: #fff !important; } .sm-focus-ring-offset-cw-yellow:focus { --tw-ring-offset-color: #ffca0a !important; } .sm-focus-ring-offset-grey-10:focus { --tw-ring-offset-color: #f4f5f0 !important; } .sm-focus-ring-offset-grey-20:focus { --tw-ring-offset-color: #e9eae4 !important; } .sm-focus-ring-offset-grey-30:focus { --tw-ring-offset-color: #dfdfd7 !important; } .sm-focus-ring-offset-grey-40:focus { --tw-ring-offset-color: #c1c1ba !important; } .sm-focus-ring-offset-grey-5:focus { --tw-ring-offset-color: #f7f7f7 !important; } .sm-focus-ring-offset-grey-50:focus { --tw-ring-offset-color: #9b9b94 !important; } .sm-focus-ring-offset-grey-60:focus { --tw-ring-offset-color: #71716c !important; } .sm-focus-ring-offset-grey-70:focus { --tw-ring-offset-color: #515151 !important; } .sm-focus-ring-offset-cball-blue:focus { --tw-ring-offset-color: #576995 !important; } .sm-focus-ring-offset-cball-dark-blue:focus { --tw-ring-offset-color: #354363 !important; } .sm-focus-ring-offset-cball-purple:focus { --tw-ring-offset-color: #0a101f !important; } .sm-focus-ring-offset-cw-spring-yellow:focus { --tw-ring-offset-color: #ffc907 !important; } .sm-focus-ring-offset-cw-spring-dk-blue:focus { --tw-ring-offset-color: #1e2658 !important; } .sm-focus-ring-offset-cw-spring-med-blue:focus { --tw-ring-offset-color: #1080b9 !important; } .sm-focus-ring-offset-cw-spring-lt-blue:focus { --tw-ring-offset-color: #bae3f0 !important; } .sm-focus-ring-offset-cw-spring-dk-green:focus { --tw-ring-offset-color: #004b3d !important; } .sm-focus-ring-offset-cw-spring-med-green:focus { --tw-ring-offset-color: #00ac7f !important; } .sm-focus-ring-offset-cw-spring-lt-green:focus { --tw-ring-offset-color: #b8e3d1 !important; } .sm-focus-ring-offset-cw-spring-black:focus { --tw-ring-offset-color: #1a1a1a !important; } .sm-focus-ring-offset-cw-spring-off-white:focus { --tw-ring-offset-color: #fdf4e2 !important; } .sm-focus-ring-offset-cw-spring-peach:focus { --tw-ring-offset-color: #e88a78 !important; } .sm-focus-ring-offset-cw-navy:focus { --tw-ring-offset-color: #036 !important; } .sm-focus-ring-offset-cw-med-blue:focus { --tw-ring-offset-color: #77a8bb !important; } .sm-focus-ring-offset-cw-dk-orange:focus { --tw-ring-offset-color: #bf6c46 !important; } .sm-focus-ring-offset-sc-teal:focus { --tw-ring-offset-color: #43b29a !important; } .sm-focus-ring-offset-sc-green:focus { --tw-ring-offset-color: #7db87e !important; } .sm-focus-ring-offset-sc-sand:focus { --tw-ring-offset-color: #f9f7e9 !important; } .sm-ring-offset-0 { --tw-ring-offset-width: 0px !important; } .sm-ring-offset-1 { --tw-ring-offset-width: 1px !important; } .sm-ring-offset-2 { --tw-ring-offset-width: 2px !important; } .sm-ring-offset-4 { --tw-ring-offset-width: 4px !important; } .sm-ring-offset-8 { --tw-ring-offset-width: 8px !important; } .sm-focus-within-ring-offset-0:focus-within { --tw-ring-offset-width: 0px !important; } .sm-focus-within-ring-offset-1:focus-within { --tw-ring-offset-width: 1px !important; } .sm-focus-within-ring-offset-2:focus-within { --tw-ring-offset-width: 2px !important; } .sm-focus-within-ring-offset-4:focus-within { --tw-ring-offset-width: 4px !important; } .sm-focus-within-ring-offset-8:focus-within { --tw-ring-offset-width: 8px !important; } .sm-focus-ring-offset-0:focus { --tw-ring-offset-width: 0px !important; } .sm-focus-ring-offset-1:focus { --tw-ring-offset-width: 1px !important; } .sm-focus-ring-offset-2:focus { --tw-ring-offset-width: 2px !important; } .sm-focus-ring-offset-4:focus { --tw-ring-offset-width: 4px !important; } .sm-focus-ring-offset-8:focus { --tw-ring-offset-width: 8px !important; } .sm-ring-transparent { --tw-ring-color: transparent !important; } .sm-ring-cw-black { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .sm-ring-cw-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .sm-ring-cw-secondary { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .sm-ring-cw-secondary-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .sm-ring-cw-secondary-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .sm-ring-cw-secondary-300 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .sm-ring-cw-accent { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .sm-ring-cw-accent-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .sm-ring-cw-accent-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .sm-ring-cw-blue-print { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .sm-ring-cw-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .sm-ring-cw-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .sm-ring-cw-purple { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .sm-ring-cw-red { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .sm-ring-cw-spring { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .sm-ring-cw-teal { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .sm-ring-cw-white { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .sm-ring-cw-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .sm-ring-grey-10 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .sm-ring-grey-20 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .sm-ring-grey-30 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .sm-ring-grey-40 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .sm-ring-grey-5 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .sm-ring-grey-50 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .sm-ring-grey-60 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .sm-ring-grey-70 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .sm-ring-cball-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .sm-ring-cball-dark-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .sm-ring-cball-purple { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .sm-ring-cw-spring-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .sm-ring-cw-spring-dk-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .sm-ring-cw-spring-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .sm-ring-cw-spring-lt-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .sm-ring-cw-spring-dk-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .sm-ring-cw-spring-med-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .sm-ring-cw-spring-lt-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .sm-ring-cw-spring-black { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .sm-ring-cw-spring-off-white { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .sm-ring-cw-spring-peach { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .sm-ring-cw-navy { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .sm-ring-cw-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .sm-ring-cw-dk-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .sm-ring-sc-teal { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .sm-ring-sc-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .sm-ring-sc-sand { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-transparent:focus-within { --tw-ring-color: transparent !important; } .sm-focus-within-ring-cw-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-secondary:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-secondary-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-secondary-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-secondary-300:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-accent:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-accent-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-accent-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-blue-print:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-red:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-spring:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-grey-10:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-grey-20:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-grey-30:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-grey-40:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-grey-5:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-grey-50:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-grey-60:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-grey-70:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cball-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cball-dark-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cball-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-spring-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-spring-dk-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-spring-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-spring-lt-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-spring-dk-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-spring-med-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-spring-lt-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-spring-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-spring-off-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-spring-peach:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-navy:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-cw-dk-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-sc-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-sc-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .sm-focus-within-ring-sc-sand:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .sm-focus-ring-transparent:focus { --tw-ring-color: transparent !important; } .sm-focus-ring-cw-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-secondary:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-secondary-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-secondary-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-secondary-300:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-accent:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-accent-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-accent-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-blue-print:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-red:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-spring:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .sm-focus-ring-grey-10:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .sm-focus-ring-grey-20:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .sm-focus-ring-grey-30:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .sm-focus-ring-grey-40:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .sm-focus-ring-grey-5:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .sm-focus-ring-grey-50:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .sm-focus-ring-grey-60:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .sm-focus-ring-grey-70:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cball-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cball-dark-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cball-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-spring-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-spring-dk-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-spring-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-spring-lt-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-spring-dk-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-spring-med-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-spring-lt-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-spring-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-spring-off-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-spring-peach:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-navy:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .sm-focus-ring-cw-dk-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .sm-focus-ring-sc-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .sm-focus-ring-sc-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .sm-focus-ring-sc-sand:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .sm-ring-opacity-0 { --tw-ring-opacity: 0 !important; } .sm-ring-opacity-5 { --tw-ring-opacity: 0.05 !important; } .sm-ring-opacity-10 { --tw-ring-opacity: 0.1 !important; } .sm-ring-opacity-20 { --tw-ring-opacity: 0.2 !important; } .sm-ring-opacity-25 { --tw-ring-opacity: 0.25 !important; } .sm-ring-opacity-30 { --tw-ring-opacity: 0.3 !important; } .sm-ring-opacity-40 { --tw-ring-opacity: 0.4 !important; } .sm-ring-opacity-50 { --tw-ring-opacity: 0.5 !important; } .sm-ring-opacity-60 { --tw-ring-opacity: 0.6 !important; } .sm-ring-opacity-70 { --tw-ring-opacity: 0.7 !important; } .sm-ring-opacity-75 { --tw-ring-opacity: 0.75 !important; } .sm-ring-opacity-80 { --tw-ring-opacity: 0.8 !important; } .sm-ring-opacity-90 { --tw-ring-opacity: 0.9 !important; } .sm-ring-opacity-95 { --tw-ring-opacity: 0.95 !important; } .sm-ring-opacity-100 { --tw-ring-opacity: 1 !important; } .sm-focus-within-ring-opacity-0:focus-within { --tw-ring-opacity: 0 !important; } .sm-focus-within-ring-opacity-5:focus-within { --tw-ring-opacity: 0.05 !important; } .sm-focus-within-ring-opacity-10:focus-within { --tw-ring-opacity: 0.1 !important; } .sm-focus-within-ring-opacity-20:focus-within { --tw-ring-opacity: 0.2 !important; } .sm-focus-within-ring-opacity-25:focus-within { --tw-ring-opacity: 0.25 !important; } .sm-focus-within-ring-opacity-30:focus-within { --tw-ring-opacity: 0.3 !important; } .sm-focus-within-ring-opacity-40:focus-within { --tw-ring-opacity: 0.4 !important; } .sm-focus-within-ring-opacity-50:focus-within { --tw-ring-opacity: 0.5 !important; } .sm-focus-within-ring-opacity-60:focus-within { --tw-ring-opacity: 0.6 !important; } .sm-focus-within-ring-opacity-70:focus-within { --tw-ring-opacity: 0.7 !important; } .sm-focus-within-ring-opacity-75:focus-within { --tw-ring-opacity: 0.75 !important; } .sm-focus-within-ring-opacity-80:focus-within { --tw-ring-opacity: 0.8 !important; } .sm-focus-within-ring-opacity-90:focus-within { --tw-ring-opacity: 0.9 !important; } .sm-focus-within-ring-opacity-95:focus-within { --tw-ring-opacity: 0.95 !important; } .sm-focus-within-ring-opacity-100:focus-within { --tw-ring-opacity: 1 !important; } .sm-focus-ring-opacity-0:focus { --tw-ring-opacity: 0 !important; } .sm-focus-ring-opacity-5:focus { --tw-ring-opacity: 0.05 !important; } .sm-focus-ring-opacity-10:focus { --tw-ring-opacity: 0.1 !important; } .sm-focus-ring-opacity-20:focus { --tw-ring-opacity: 0.2 !important; } .sm-focus-ring-opacity-25:focus { --tw-ring-opacity: 0.25 !important; } .sm-focus-ring-opacity-30:focus { --tw-ring-opacity: 0.3 !important; } .sm-focus-ring-opacity-40:focus { --tw-ring-opacity: 0.4 !important; } .sm-focus-ring-opacity-50:focus { --tw-ring-opacity: 0.5 !important; } .sm-focus-ring-opacity-60:focus { --tw-ring-opacity: 0.6 !important; } .sm-focus-ring-opacity-70:focus { --tw-ring-opacity: 0.7 !important; } .sm-focus-ring-opacity-75:focus { --tw-ring-opacity: 0.75 !important; } .sm-focus-ring-opacity-80:focus { --tw-ring-opacity: 0.8 !important; } .sm-focus-ring-opacity-90:focus { --tw-ring-opacity: 0.9 !important; } .sm-focus-ring-opacity-95:focus { --tw-ring-opacity: 0.95 !important; } .sm-focus-ring-opacity-100:focus { --tw-ring-opacity: 1 !important; } .sm-fill-current { fill: currentColor !important; } .sm-stroke-current { stroke: currentColor !important; } .sm-stroke-0 { stroke-width: 0 !important; } .sm-stroke-1 { stroke-width: 1 !important; } .sm-stroke-2 { stroke-width: 2 !important; } .sm-table-auto { table-layout: auto !important; } .sm-table-fixed { table-layout: fixed !important; } .sm-text-left { text-align: left !important; } .sm-text-center { text-align: center !important; } .sm-text-right { text-align: right !important; } .sm-text-justify { text-align: justify !important; } .sm-text-transparent { color: transparent !important; } .sm-text-cw-black { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .sm-text-cw-blue { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .sm-text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .sm-text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .sm-text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .sm-text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .sm-text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .sm-text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .sm-text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .sm-text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .sm-text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .sm-text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .sm-text-cw-purple { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .sm-text-cw-red { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .sm-text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .sm-text-cw-teal { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .sm-text-cw-white { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .sm-text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .sm-text-grey-10 { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .sm-text-grey-20 { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .sm-text-grey-30 { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .sm-text-grey-40 { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .sm-text-grey-5 { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .sm-text-grey-50 { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .sm-text-grey-60 { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .sm-text-grey-70 { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .sm-text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .sm-text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .sm-text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .sm-text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .sm-text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .sm-text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .sm-text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .sm-text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .sm-text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .sm-text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .sm-text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .sm-text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .sm-text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .sm-text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .sm-text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .sm-text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .sm-text-sc-teal { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .sm-text-sc-green { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .sm-text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-transparent { color: transparent !important; } .group:hover .sm-group-hover-text-cw-black { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-blue { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-purple { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-red { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-teal { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-white { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-grey-10 { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-grey-20 { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-grey-30 { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-grey-40 { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-grey-5 { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-grey-50 { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-grey-60 { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-grey-70 { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-sc-teal { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-sc-green { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .group:hover .sm-group-hover-text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .sm-focus-within-text-transparent:focus-within { color: transparent !important; } .sm-focus-within-text-cw-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-secondary:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-secondary-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-secondary-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-secondary-300:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-accent:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-accent-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-accent-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-blue-print:focus-within { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-red:focus-within { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-spring:focus-within { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .sm-focus-within-text-grey-10:focus-within { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .sm-focus-within-text-grey-20:focus-within { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .sm-focus-within-text-grey-30:focus-within { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .sm-focus-within-text-grey-40:focus-within { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .sm-focus-within-text-grey-5:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .sm-focus-within-text-grey-50:focus-within { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .sm-focus-within-text-grey-60:focus-within { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .sm-focus-within-text-grey-70:focus-within { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cball-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cball-dark-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cball-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-spring-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-spring-dk-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-spring-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-spring-lt-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-spring-dk-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-spring-med-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-spring-lt-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-spring-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-spring-off-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-spring-peach:focus-within { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-navy:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .sm-focus-within-text-cw-dk-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .sm-focus-within-text-sc-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .sm-focus-within-text-sc-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .sm-focus-within-text-sc-sand:focus-within { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .sm-hover-text-transparent:hover { color: transparent !important; } .sm-hover-text-cw-black:hover { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-blue:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-secondary:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-secondary-100:hover { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-secondary-200:hover { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-secondary-300:hover { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-accent:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-accent-100:hover { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-accent-200:hover { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-blue-print:hover { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-green:hover { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-orange:hover { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-purple:hover { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-red:hover { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-spring:hover { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-teal:hover { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-white:hover { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .sm-hover-text-grey-10:hover { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .sm-hover-text-grey-20:hover { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .sm-hover-text-grey-30:hover { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .sm-hover-text-grey-40:hover { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .sm-hover-text-grey-5:hover { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .sm-hover-text-grey-50:hover { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .sm-hover-text-grey-60:hover { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .sm-hover-text-grey-70:hover { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .sm-hover-text-cball-blue:hover { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .sm-hover-text-cball-dark-blue:hover { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .sm-hover-text-cball-purple:hover { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-spring-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-spring-dk-blue:hover { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-spring-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-spring-lt-blue:hover { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-spring-dk-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-spring-med-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-spring-lt-green:hover { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-spring-black:hover { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-spring-off-white:hover { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-spring-peach:hover { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-navy:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .sm-hover-text-cw-dk-orange:hover { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .sm-hover-text-sc-teal:hover { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .sm-hover-text-sc-green:hover { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .sm-hover-text-sc-sand:hover { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .sm-focus-text-transparent:focus { color: transparent !important; } .sm-focus-text-cw-black:focus { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-blue:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-secondary:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-secondary-100:focus { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-secondary-200:focus { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-secondary-300:focus { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-accent:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-accent-100:focus { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-accent-200:focus { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-blue-print:focus { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-green:focus { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-orange:focus { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-purple:focus { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-red:focus { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-spring:focus { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-teal:focus { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-white:focus { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .sm-focus-text-grey-10:focus { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .sm-focus-text-grey-20:focus { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .sm-focus-text-grey-30:focus { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .sm-focus-text-grey-40:focus { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .sm-focus-text-grey-5:focus { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .sm-focus-text-grey-50:focus { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .sm-focus-text-grey-60:focus { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .sm-focus-text-grey-70:focus { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .sm-focus-text-cball-blue:focus { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .sm-focus-text-cball-dark-blue:focus { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .sm-focus-text-cball-purple:focus { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-spring-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-spring-dk-blue:focus { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-spring-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-spring-lt-blue:focus { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-spring-dk-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-spring-med-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-spring-lt-green:focus { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-spring-black:focus { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-spring-off-white:focus { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-spring-peach:focus { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-navy:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .sm-focus-text-cw-dk-orange:focus { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .sm-focus-text-sc-teal:focus { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .sm-focus-text-sc-green:focus { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .sm-focus-text-sc-sand:focus { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .sm-text-opacity-0 { --tw-text-opacity: 0 !important; } .sm-text-opacity-5 { --tw-text-opacity: 0.05 !important; } .sm-text-opacity-10 { --tw-text-opacity: 0.1 !important; } .sm-text-opacity-20 { --tw-text-opacity: 0.2 !important; } .sm-text-opacity-25 { --tw-text-opacity: 0.25 !important; } .sm-text-opacity-30 { --tw-text-opacity: 0.3 !important; } .sm-text-opacity-40 { --tw-text-opacity: 0.4 !important; } .sm-text-opacity-50 { --tw-text-opacity: 0.5 !important; } .sm-text-opacity-60 { --tw-text-opacity: 0.6 !important; } .sm-text-opacity-70 { --tw-text-opacity: 0.7 !important; } .sm-text-opacity-75 { --tw-text-opacity: 0.75 !important; } .sm-text-opacity-80 { --tw-text-opacity: 0.8 !important; } .sm-text-opacity-90 { --tw-text-opacity: 0.9 !important; } .sm-text-opacity-95 { --tw-text-opacity: 0.95 !important; } .sm-text-opacity-100 { --tw-text-opacity: 1 !important; } .group:hover .sm-group-hover-text-opacity-0 { --tw-text-opacity: 0 !important; } .group:hover .sm-group-hover-text-opacity-5 { --tw-text-opacity: 0.05 !important; } .group:hover .sm-group-hover-text-opacity-10 { --tw-text-opacity: 0.1 !important; } .group:hover .sm-group-hover-text-opacity-20 { --tw-text-opacity: 0.2 !important; } .group:hover .sm-group-hover-text-opacity-25 { --tw-text-opacity: 0.25 !important; } .group:hover .sm-group-hover-text-opacity-30 { --tw-text-opacity: 0.3 !important; } .group:hover .sm-group-hover-text-opacity-40 { --tw-text-opacity: 0.4 !important; } .group:hover .sm-group-hover-text-opacity-50 { --tw-text-opacity: 0.5 !important; } .group:hover .sm-group-hover-text-opacity-60 { --tw-text-opacity: 0.6 !important; } .group:hover .sm-group-hover-text-opacity-70 { --tw-text-opacity: 0.7 !important; } .group:hover .sm-group-hover-text-opacity-75 { --tw-text-opacity: 0.75 !important; } .group:hover .sm-group-hover-text-opacity-80 { --tw-text-opacity: 0.8 !important; } .group:hover .sm-group-hover-text-opacity-90 { --tw-text-opacity: 0.9 !important; } .group:hover .sm-group-hover-text-opacity-95 { --tw-text-opacity: 0.95 !important; } .group:hover .sm-group-hover-text-opacity-100 { --tw-text-opacity: 1 !important; } .sm-focus-within-text-opacity-0:focus-within { --tw-text-opacity: 0 !important; } .sm-focus-within-text-opacity-5:focus-within { --tw-text-opacity: 0.05 !important; } .sm-focus-within-text-opacity-10:focus-within { --tw-text-opacity: 0.1 !important; } .sm-focus-within-text-opacity-20:focus-within { --tw-text-opacity: 0.2 !important; } .sm-focus-within-text-opacity-25:focus-within { --tw-text-opacity: 0.25 !important; } .sm-focus-within-text-opacity-30:focus-within { --tw-text-opacity: 0.3 !important; } .sm-focus-within-text-opacity-40:focus-within { --tw-text-opacity: 0.4 !important; } .sm-focus-within-text-opacity-50:focus-within { --tw-text-opacity: 0.5 !important; } .sm-focus-within-text-opacity-60:focus-within { --tw-text-opacity: 0.6 !important; } .sm-focus-within-text-opacity-70:focus-within { --tw-text-opacity: 0.7 !important; } .sm-focus-within-text-opacity-75:focus-within { --tw-text-opacity: 0.75 !important; } .sm-focus-within-text-opacity-80:focus-within { --tw-text-opacity: 0.8 !important; } .sm-focus-within-text-opacity-90:focus-within { --tw-text-opacity: 0.9 !important; } .sm-focus-within-text-opacity-95:focus-within { --tw-text-opacity: 0.95 !important; } .sm-focus-within-text-opacity-100:focus-within { --tw-text-opacity: 1 !important; } .sm-hover-text-opacity-0:hover { --tw-text-opacity: 0 !important; } .sm-hover-text-opacity-5:hover { --tw-text-opacity: 0.05 !important; } .sm-hover-text-opacity-10:hover { --tw-text-opacity: 0.1 !important; } .sm-hover-text-opacity-20:hover { --tw-text-opacity: 0.2 !important; } .sm-hover-text-opacity-25:hover { --tw-text-opacity: 0.25 !important; } .sm-hover-text-opacity-30:hover { --tw-text-opacity: 0.3 !important; } .sm-hover-text-opacity-40:hover { --tw-text-opacity: 0.4 !important; } .sm-hover-text-opacity-50:hover { --tw-text-opacity: 0.5 !important; } .sm-hover-text-opacity-60:hover { --tw-text-opacity: 0.6 !important; } .sm-hover-text-opacity-70:hover { --tw-text-opacity: 0.7 !important; } .sm-hover-text-opacity-75:hover { --tw-text-opacity: 0.75 !important; } .sm-hover-text-opacity-80:hover { --tw-text-opacity: 0.8 !important; } .sm-hover-text-opacity-90:hover { --tw-text-opacity: 0.9 !important; } .sm-hover-text-opacity-95:hover { --tw-text-opacity: 0.95 !important; } .sm-hover-text-opacity-100:hover { --tw-text-opacity: 1 !important; } .sm-focus-text-opacity-0:focus { --tw-text-opacity: 0 !important; } .sm-focus-text-opacity-5:focus { --tw-text-opacity: 0.05 !important; } .sm-focus-text-opacity-10:focus { --tw-text-opacity: 0.1 !important; } .sm-focus-text-opacity-20:focus { --tw-text-opacity: 0.2 !important; } .sm-focus-text-opacity-25:focus { --tw-text-opacity: 0.25 !important; } .sm-focus-text-opacity-30:focus { --tw-text-opacity: 0.3 !important; } .sm-focus-text-opacity-40:focus { --tw-text-opacity: 0.4 !important; } .sm-focus-text-opacity-50:focus { --tw-text-opacity: 0.5 !important; } .sm-focus-text-opacity-60:focus { --tw-text-opacity: 0.6 !important; } .sm-focus-text-opacity-70:focus { --tw-text-opacity: 0.7 !important; } .sm-focus-text-opacity-75:focus { --tw-text-opacity: 0.75 !important; } .sm-focus-text-opacity-80:focus { --tw-text-opacity: 0.8 !important; } .sm-focus-text-opacity-90:focus { --tw-text-opacity: 0.9 !important; } .sm-focus-text-opacity-95:focus { --tw-text-opacity: 0.95 !important; } .sm-focus-text-opacity-100:focus { --tw-text-opacity: 1 !important; } .sm-truncate { overflow: hidden !important; white-space: nowrap !important; } .sm-overflow-ellipsis, .sm-truncate { text-overflow: ellipsis !important; } .sm-overflow-clip { text-overflow: clip !important; } .sm-italic { font-style: italic !important; } .sm-not-italic { font-style: normal !important; } .sm-uppercase { text-transform: uppercase !important; } .sm-lowercase { text-transform: lowercase !important; } .sm-capitalize { text-transform: capitalize !important; } .sm-normal-case { text-transform: none !important; } .sm-underline { text-decoration: underline !important; } .sm-line-through { text-decoration: line-through !important; } .sm-no-underline { text-decoration: none !important; } .group:hover .sm-group-hover-underline { text-decoration: underline !important; } .group:hover .sm-group-hover-line-through { text-decoration: line-through !important; } .group:hover .sm-group-hover-no-underline { text-decoration: none !important; } .sm-focus-within-underline:focus-within { text-decoration: underline !important; } .sm-focus-within-line-through:focus-within { text-decoration: line-through !important; } .sm-focus-within-no-underline:focus-within { text-decoration: none !important; } .sm-hover-underline:hover { text-decoration: underline !important; } .sm-hover-line-through:hover { text-decoration: line-through !important; } .sm-hover-no-underline:hover { text-decoration: none !important; } .sm-focus-underline:focus { text-decoration: underline !important; } .sm-focus-line-through:focus { text-decoration: line-through !important; } .sm-focus-no-underline:focus { text-decoration: none !important; } .sm-antialiased { -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; } .sm-subpixel-antialiased { -webkit-font-smoothing: auto !important; -moz-osx-font-smoothing: auto !important; } .sm-diagonal-fractions, .sm-lining-nums, .sm-oldstyle-nums, .sm-ordinal, .sm-proportional-nums, .sm-slashed-zero, .sm-stacked-fractions, .sm-tabular-nums { --tw-ordinal: var(--tw-empty, /*!*/ /*!*/) !important; --tw-slashed-zero: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-figure: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-spacing: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-fraction: var(--tw-empty, /*!*/ /*!*/) !important; font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; } .sm-normal-nums { font-feature-settings: normal !important; font-variant-numeric: normal !important; } .sm-ordinal { --tw-ordinal: ordinal !important; } .sm-slashed-zero { --tw-slashed-zero: slashed-zero !important; } .sm-lining-nums { --tw-numeric-figure: lining-nums !important; } .sm-oldstyle-nums { --tw-numeric-figure: oldstyle-nums !important; } .sm-proportional-nums { --tw-numeric-spacing: proportional-nums !important; } .sm-tabular-nums { --tw-numeric-spacing: tabular-nums !important; } .sm-diagonal-fractions { --tw-numeric-fraction: diagonal-fractions !important; } .sm-stacked-fractions { --tw-numeric-fraction: stacked-fractions !important; } .sm-tracking-tight { letter-spacing: -0.05em !important; } .sm-tracking-normal { letter-spacing: 0 !important; } .sm-tracking-wide { letter-spacing: 0.05em !important; } .sm-tracking-relative-wider { letter-spacing: 0.0625rem !important; } .sm-tracking-px { letter-spacing: 1px !important; } .sm-select-none { -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .sm-select-text { -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; } .sm-select-all { -moz-user-select: all !important; -ms-user-select: all !important; user-select: all !important; } .sm-select-auto { -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; } .sm-align-baseline { vertical-align: baseline !important; } .sm-align-top { vertical-align: top !important; } .sm-align-middle { vertical-align: middle !important; } .sm-align-bottom { vertical-align: bottom !important; } .sm-align-text-top { vertical-align: text-top !important; } .sm-align-text-bottom { vertical-align: text-bottom !important; } .sm-visible { visibility: visible !important; } .sm-invisible { visibility: hidden !important; } .sm-whitespace-normal { white-space: normal !important; } .sm-whitespace-nowrap { white-space: nowrap !important; } .sm-whitespace-pre { white-space: pre !important; } .sm-whitespace-pre-line { white-space: pre-line !important; } .sm-whitespace-pre-wrap { white-space: pre-wrap !important; } .sm-break-normal { overflow-wrap: normal !important; word-break: normal !important; } .sm-break-words { overflow-wrap: break-word !important; } .sm-break-all { word-break: break-all !important; } .sm-w-0 { width: 0 !important; } .sm-w-1 { width: 0.25rem !important; } .sm-w-2 { width: 0.5rem !important; } .sm-w-3 { width: 0.75rem !important; } .sm-w-4 { width: 1rem !important; } .sm-w-5 { width: 1.25rem !important; } .sm-w-6 { width: 1.5rem !important; } .sm-w-7 { width: 1.75rem !important; } .sm-w-8 { width: 2rem !important; } .sm-w-9 { width: 2.25rem !important; } .sm-w-10 { width: 2.5rem !important; } .sm-w-11 { width: 2.75rem !important; } .sm-w-12 { width: 3rem !important; } .sm-w-14 { width: 3.5rem !important; } .sm-w-16 { width: 4rem !important; } .sm-w-20 { width: 5rem !important; } .sm-w-24 { width: 6rem !important; } .sm-w-28 { width: 7rem !important; } .sm-w-32 { width: 8rem !important; } .sm-w-36 { width: 9rem !important; } .sm-w-40 { width: 10rem !important; } .sm-w-44 { width: 11rem !important; } .sm-w-48 { width: 12rem !important; } .sm-w-52 { width: 13rem !important; } .sm-w-56 { width: 14rem !important; } .sm-w-60 { width: 15rem !important; } .sm-w-64 { width: 16rem !important; } .sm-w-72 { width: 18rem !important; } .sm-w-80 { width: 20rem !important; } .sm-w-96 { width: 24rem !important; } .sm-w-auto { width: auto !important; } .sm-w-px { width: 1px !important; } .sm-w-0\.5 { width: 0.125rem !important; } .sm-w-1\.5 { width: 0.375rem !important; } .sm-w-2\.5 { width: 0.625rem !important; } .sm-w-3\.5 { width: 0.875rem !important; } .sm-w-1\/2 { width: 50% !important; } .sm-w-1\/3 { width: 33.333333% !important; } .sm-w-2\/3 { width: 66.666667% !important; } .sm-w-1\/4 { width: 25% !important; } .sm-w-2\/4 { width: 50% !important; } .sm-w-3\/4 { width: 75% !important; } .sm-w-1\/5 { width: 20% !important; } .sm-w-2\/5 { width: 40% !important; } .sm-w-3\/5 { width: 60% !important; } .sm-w-4\/5 { width: 80% !important; } .sm-w-1\/6 { width: 16.666667% !important; } .sm-w-2\/6 { width: 33.333333% !important; } .sm-w-3\/6 { width: 50% !important; } .sm-w-4\/6 { width: 66.666667% !important; } .sm-w-5\/6 { width: 83.333333% !important; } .sm-w-1\/12 { width: 8.333333% !important; } .sm-w-2\/12 { width: 16.666667% !important; } .sm-w-3\/12 { width: 25% !important; } .sm-w-4\/12 { width: 33.333333% !important; } .sm-w-5\/12 { width: 41.666667% !important; } .sm-w-6\/12 { width: 50% !important; } .sm-w-7\/12 { width: 58.333333% !important; } .sm-w-8\/12 { width: 66.666667% !important; } .sm-w-9\/12 { width: 75% !important; } .sm-w-10\/12 { width: 83.333333% !important; } .sm-w-11\/12 { width: 91.666667% !important; } .sm-w-full { width: 100% !important; } .sm-w-screen { width: 100vw !important; } .sm-w-min { width: -moz-min-content !important; width: min-content !important; } .sm-w-max { width: -moz-max-content !important; width: max-content !important; } .sm-z-0 { z-index: 0 !important; } .sm-z-10 { z-index: 10 !important; } .sm-z-20 { z-index: 20 !important; } .sm-z-30 { z-index: 30 !important; } .sm-z-40 { z-index: 40 !important; } .sm-z-50 { z-index: 50 !important; } .sm-z-auto { z-index: auto !important; } .sm-z-over-content { z-index: 100000 !important; } .sm-focus-within-z-0:focus-within { z-index: 0 !important; } .sm-focus-within-z-10:focus-within { z-index: 10 !important; } .sm-focus-within-z-20:focus-within { z-index: 20 !important; } .sm-focus-within-z-30:focus-within { z-index: 30 !important; } .sm-focus-within-z-40:focus-within { z-index: 40 !important; } .sm-focus-within-z-50:focus-within { z-index: 50 !important; } .sm-focus-within-z-auto:focus-within { z-index: auto !important; } .sm-focus-within-z-over-content:focus-within { z-index: 100000 !important; } .sm-focus-z-0:focus { z-index: 0 !important; } .sm-focus-z-10:focus { z-index: 10 !important; } .sm-focus-z-20:focus { z-index: 20 !important; } .sm-focus-z-30:focus { z-index: 30 !important; } .sm-focus-z-40:focus { z-index: 40 !important; } .sm-focus-z-50:focus { z-index: 50 !important; } .sm-focus-z-auto:focus { z-index: auto !important; } .sm-focus-z-over-content:focus { z-index: 100000 !important; } .sm-gap-0 { grid-gap: 0 !important; gap: 0 !important; } .sm-gap-1 { grid-gap: 0.25rem !important; gap: 0.25rem !important; } .sm-gap-2 { grid-gap: 0.5rem !important; gap: 0.5rem !important; } .sm-gap-3 { grid-gap: 0.75rem !important; gap: 0.75rem !important; } .sm-gap-4 { grid-gap: 1rem !important; gap: 1rem !important; } .sm-gap-5 { grid-gap: 1.25rem !important; gap: 1.25rem !important; } .sm-gap-6 { grid-gap: 1.5rem !important; gap: 1.5rem !important; } .sm-gap-7 { grid-gap: 1.75rem !important; gap: 1.75rem !important; } .sm-gap-8 { grid-gap: 2rem !important; gap: 2rem !important; } .sm-gap-9 { grid-gap: 2.25rem !important; gap: 2.25rem !important; } .sm-gap-10 { grid-gap: 2.5rem !important; gap: 2.5rem !important; } .sm-gap-11 { grid-gap: 2.75rem !important; gap: 2.75rem !important; } .sm-gap-12 { grid-gap: 3rem !important; gap: 3rem !important; } .sm-gap-14 { grid-gap: 3.5rem !important; gap: 3.5rem !important; } .sm-gap-16 { grid-gap: 4rem !important; gap: 4rem !important; } .sm-gap-20 { grid-gap: 5rem !important; gap: 5rem !important; } .sm-gap-24 { grid-gap: 6rem !important; gap: 6rem !important; } .sm-gap-28 { grid-gap: 7rem !important; gap: 7rem !important; } .sm-gap-32 { grid-gap: 8rem !important; gap: 8rem !important; } .sm-gap-36 { grid-gap: 9rem !important; gap: 9rem !important; } .sm-gap-40 { grid-gap: 10rem !important; gap: 10rem !important; } .sm-gap-44 { grid-gap: 11rem !important; gap: 11rem !important; } .sm-gap-48 { grid-gap: 12rem !important; gap: 12rem !important; } .sm-gap-52 { grid-gap: 13rem !important; gap: 13rem !important; } .sm-gap-56 { grid-gap: 14rem !important; gap: 14rem !important; } .sm-gap-60 { grid-gap: 15rem !important; gap: 15rem !important; } .sm-gap-64 { grid-gap: 16rem !important; gap: 16rem !important; } .sm-gap-72 { grid-gap: 18rem !important; gap: 18rem !important; } .sm-gap-80 { grid-gap: 20rem !important; gap: 20rem !important; } .sm-gap-96 { grid-gap: 24rem !important; gap: 24rem !important; } .sm-gap-px { grid-gap: 1px !important; gap: 1px !important; } .sm-gap-0\.5 { grid-gap: 0.125rem !important; gap: 0.125rem !important; } .sm-gap-1\.5 { grid-gap: 0.375rem !important; gap: 0.375rem !important; } .sm-gap-2\.5 { grid-gap: 0.625rem !important; gap: 0.625rem !important; } .sm-gap-3\.5 { grid-gap: 0.875rem !important; gap: 0.875rem !important; } .sm-gap-x-0 { -moz-column-gap: 0 !important; grid-column-gap: 0 !important; column-gap: 0 !important; } .sm-gap-x-1 { -moz-column-gap: 0.25rem !important; grid-column-gap: 0.25rem !important; column-gap: 0.25rem !important; } .sm-gap-x-2 { -moz-column-gap: 0.5rem !important; grid-column-gap: 0.5rem !important; column-gap: 0.5rem !important; } .sm-gap-x-3 { -moz-column-gap: 0.75rem !important; grid-column-gap: 0.75rem !important; column-gap: 0.75rem !important; } .sm-gap-x-4 { -moz-column-gap: 1rem !important; grid-column-gap: 1rem !important; column-gap: 1rem !important; } .sm-gap-x-5 { -moz-column-gap: 1.25rem !important; grid-column-gap: 1.25rem !important; column-gap: 1.25rem !important; } .sm-gap-x-6 { -moz-column-gap: 1.5rem !important; grid-column-gap: 1.5rem !important; column-gap: 1.5rem !important; } .sm-gap-x-7 { -moz-column-gap: 1.75rem !important; grid-column-gap: 1.75rem !important; column-gap: 1.75rem !important; } .sm-gap-x-8 { -moz-column-gap: 2rem !important; grid-column-gap: 2rem !important; column-gap: 2rem !important; } .sm-gap-x-9 { -moz-column-gap: 2.25rem !important; grid-column-gap: 2.25rem !important; column-gap: 2.25rem !important; } .sm-gap-x-10 { -moz-column-gap: 2.5rem !important; grid-column-gap: 2.5rem !important; column-gap: 2.5rem !important; } .sm-gap-x-11 { -moz-column-gap: 2.75rem !important; grid-column-gap: 2.75rem !important; column-gap: 2.75rem !important; } .sm-gap-x-12 { -moz-column-gap: 3rem !important; grid-column-gap: 3rem !important; column-gap: 3rem !important; } .sm-gap-x-14 { -moz-column-gap: 3.5rem !important; grid-column-gap: 3.5rem !important; column-gap: 3.5rem !important; } .sm-gap-x-16 { -moz-column-gap: 4rem !important; grid-column-gap: 4rem !important; column-gap: 4rem !important; } .sm-gap-x-20 { -moz-column-gap: 5rem !important; grid-column-gap: 5rem !important; column-gap: 5rem !important; } .sm-gap-x-24 { -moz-column-gap: 6rem !important; grid-column-gap: 6rem !important; column-gap: 6rem !important; } .sm-gap-x-28 { -moz-column-gap: 7rem !important; grid-column-gap: 7rem !important; column-gap: 7rem !important; } .sm-gap-x-32 { -moz-column-gap: 8rem !important; grid-column-gap: 8rem !important; column-gap: 8rem !important; } .sm-gap-x-36 { -moz-column-gap: 9rem !important; grid-column-gap: 9rem !important; column-gap: 9rem !important; } .sm-gap-x-40 { -moz-column-gap: 10rem !important; grid-column-gap: 10rem !important; column-gap: 10rem !important; } .sm-gap-x-44 { -moz-column-gap: 11rem !important; grid-column-gap: 11rem !important; column-gap: 11rem !important; } .sm-gap-x-48 { -moz-column-gap: 12rem !important; grid-column-gap: 12rem !important; column-gap: 12rem !important; } .sm-gap-x-52 { -moz-column-gap: 13rem !important; grid-column-gap: 13rem !important; column-gap: 13rem !important; } .sm-gap-x-56 { -moz-column-gap: 14rem !important; grid-column-gap: 14rem !important; column-gap: 14rem !important; } .sm-gap-x-60 { -moz-column-gap: 15rem !important; grid-column-gap: 15rem !important; column-gap: 15rem !important; } .sm-gap-x-64 { -moz-column-gap: 16rem !important; grid-column-gap: 16rem !important; column-gap: 16rem !important; } .sm-gap-x-72 { -moz-column-gap: 18rem !important; grid-column-gap: 18rem !important; column-gap: 18rem !important; } .sm-gap-x-80 { -moz-column-gap: 20rem !important; grid-column-gap: 20rem !important; column-gap: 20rem !important; } .sm-gap-x-96 { -moz-column-gap: 24rem !important; grid-column-gap: 24rem !important; column-gap: 24rem !important; } .sm-gap-x-px { -moz-column-gap: 1px !important; grid-column-gap: 1px !important; column-gap: 1px !important; } .sm-gap-x-0\.5 { -moz-column-gap: 0.125rem !important; grid-column-gap: 0.125rem !important; column-gap: 0.125rem !important; } .sm-gap-x-1\.5 { -moz-column-gap: 0.375rem !important; grid-column-gap: 0.375rem !important; column-gap: 0.375rem !important; } .sm-gap-x-2\.5 { -moz-column-gap: 0.625rem !important; grid-column-gap: 0.625rem !important; column-gap: 0.625rem !important; } .sm-gap-x-3\.5 { -moz-column-gap: 0.875rem !important; grid-column-gap: 0.875rem !important; column-gap: 0.875rem !important; } .sm-gap-y-0 { grid-row-gap: 0 !important; row-gap: 0 !important; } .sm-gap-y-1 { grid-row-gap: 0.25rem !important; row-gap: 0.25rem !important; } .sm-gap-y-2 { grid-row-gap: 0.5rem !important; row-gap: 0.5rem !important; } .sm-gap-y-3 { grid-row-gap: 0.75rem !important; row-gap: 0.75rem !important; } .sm-gap-y-4 { grid-row-gap: 1rem !important; row-gap: 1rem !important; } .sm-gap-y-5 { grid-row-gap: 1.25rem !important; row-gap: 1.25rem !important; } .sm-gap-y-6 { grid-row-gap: 1.5rem !important; row-gap: 1.5rem !important; } .sm-gap-y-7 { grid-row-gap: 1.75rem !important; row-gap: 1.75rem !important; } .sm-gap-y-8 { grid-row-gap: 2rem !important; row-gap: 2rem !important; } .sm-gap-y-9 { grid-row-gap: 2.25rem !important; row-gap: 2.25rem !important; } .sm-gap-y-10 { grid-row-gap: 2.5rem !important; row-gap: 2.5rem !important; } .sm-gap-y-11 { grid-row-gap: 2.75rem !important; row-gap: 2.75rem !important; } .sm-gap-y-12 { grid-row-gap: 3rem !important; row-gap: 3rem !important; } .sm-gap-y-14 { grid-row-gap: 3.5rem !important; row-gap: 3.5rem !important; } .sm-gap-y-16 { grid-row-gap: 4rem !important; row-gap: 4rem !important; } .sm-gap-y-20 { grid-row-gap: 5rem !important; row-gap: 5rem !important; } .sm-gap-y-24 { grid-row-gap: 6rem !important; row-gap: 6rem !important; } .sm-gap-y-28 { grid-row-gap: 7rem !important; row-gap: 7rem !important; } .sm-gap-y-32 { grid-row-gap: 8rem !important; row-gap: 8rem !important; } .sm-gap-y-36 { grid-row-gap: 9rem !important; row-gap: 9rem !important; } .sm-gap-y-40 { grid-row-gap: 10rem !important; row-gap: 10rem !important; } .sm-gap-y-44 { grid-row-gap: 11rem !important; row-gap: 11rem !important; } .sm-gap-y-48 { grid-row-gap: 12rem !important; row-gap: 12rem !important; } .sm-gap-y-52 { grid-row-gap: 13rem !important; row-gap: 13rem !important; } .sm-gap-y-56 { grid-row-gap: 14rem !important; row-gap: 14rem !important; } .sm-gap-y-60 { grid-row-gap: 15rem !important; row-gap: 15rem !important; } .sm-gap-y-64 { grid-row-gap: 16rem !important; row-gap: 16rem !important; } .sm-gap-y-72 { grid-row-gap: 18rem !important; row-gap: 18rem !important; } .sm-gap-y-80 { grid-row-gap: 20rem !important; row-gap: 20rem !important; } .sm-gap-y-96 { grid-row-gap: 24rem !important; row-gap: 24rem !important; } .sm-gap-y-px { grid-row-gap: 1px !important; row-gap: 1px !important; } .sm-gap-y-0\.5 { grid-row-gap: 0.125rem !important; row-gap: 0.125rem !important; } .sm-gap-y-1\.5 { grid-row-gap: 0.375rem !important; row-gap: 0.375rem !important; } .sm-gap-y-2\.5 { grid-row-gap: 0.625rem !important; row-gap: 0.625rem !important; } .sm-gap-y-3\.5 { grid-row-gap: 0.875rem !important; row-gap: 0.875rem !important; } .sm-grid-flow-row { grid-auto-flow: row !important; } .sm-grid-flow-col { grid-auto-flow: column !important; } .sm-grid-flow-row-dense { grid-auto-flow: row dense !important; } .sm-grid-flow-col-dense { grid-auto-flow: column dense !important; } .sm-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .sm-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .sm-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .sm-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .sm-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } .sm-grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; } .sm-grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; } .sm-grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; } .sm-grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)) !important; } .sm-grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)) !important; } .sm-grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)) !important; } .sm-grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; } .sm-grid-cols-none { grid-template-columns: none !important; } .sm-auto-cols-auto { grid-auto-columns: auto !important; } .sm-auto-cols-min { grid-auto-columns: min-content !important; } .sm-auto-cols-max { grid-auto-columns: max-content !important; } .sm-auto-cols-fr { grid-auto-columns: minmax(0, 1fr) !important; } .sm-col-auto { grid-column: auto !important; } .sm-col-span-1 { grid-column: span 1 / span 1 !important; } .sm-col-span-2 { grid-column: span 2 / span 2 !important; } .sm-col-span-3 { grid-column: span 3 / span 3 !important; } .sm-col-span-4 { grid-column: span 4 / span 4 !important; } .sm-col-span-5 { grid-column: span 5 / span 5 !important; } .sm-col-span-6 { grid-column: span 6 / span 6 !important; } .sm-col-span-7 { grid-column: span 7 / span 7 !important; } .sm-col-span-8 { grid-column: span 8 / span 8 !important; } .sm-col-span-9 { grid-column: span 9 / span 9 !important; } .sm-col-span-10 { grid-column: span 10 / span 10 !important; } .sm-col-span-11 { grid-column: span 11 / span 11 !important; } .sm-col-span-12 { grid-column: span 12 / span 12 !important; } .sm-col-span-full { grid-column: 1/-1 !important; } .sm-col-start-1 { grid-column-start: 1 !important; } .sm-col-start-2 { grid-column-start: 2 !important; } .sm-col-start-3 { grid-column-start: 3 !important; } .sm-col-start-4 { grid-column-start: 4 !important; } .sm-col-start-5 { grid-column-start: 5 !important; } .sm-col-start-6 { grid-column-start: 6 !important; } .sm-col-start-7 { grid-column-start: 7 !important; } .sm-col-start-8 { grid-column-start: 8 !important; } .sm-col-start-9 { grid-column-start: 9 !important; } .sm-col-start-10 { grid-column-start: 10 !important; } .sm-col-start-11 { grid-column-start: 11 !important; } .sm-col-start-12 { grid-column-start: 12 !important; } .sm-col-start-13 { grid-column-start: 13 !important; } .sm-col-start-auto { grid-column-start: auto !important; } .sm-col-end-1 { grid-column-end: 1 !important; } .sm-col-end-2 { grid-column-end: 2 !important; } .sm-col-end-3 { grid-column-end: 3 !important; } .sm-col-end-4 { grid-column-end: 4 !important; } .sm-col-end-5 { grid-column-end: 5 !important; } .sm-col-end-6 { grid-column-end: 6 !important; } .sm-col-end-7 { grid-column-end: 7 !important; } .sm-col-end-8 { grid-column-end: 8 !important; } .sm-col-end-9 { grid-column-end: 9 !important; } .sm-col-end-10 { grid-column-end: 10 !important; } .sm-col-end-11 { grid-column-end: 11 !important; } .sm-col-end-12 { grid-column-end: 12 !important; } .sm-col-end-13 { grid-column-end: 13 !important; } .sm-col-end-auto { grid-column-end: auto !important; } .sm-grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)) !important; } .sm-grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)) !important; } .sm-grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)) !important; } .sm-grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)) !important; } .sm-grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)) !important; } .sm-grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)) !important; } .sm-grid-rows-none { grid-template-rows: none !important; } .sm-auto-rows-auto { grid-auto-rows: auto !important; } .sm-auto-rows-min { grid-auto-rows: min-content !important; } .sm-auto-rows-max { grid-auto-rows: max-content !important; } .sm-auto-rows-fr { grid-auto-rows: minmax(0, 1fr) !important; } .sm-row-auto { grid-row: auto !important; } .sm-row-span-1 { grid-row: span 1 / span 1 !important; } .sm-row-span-2 { grid-row: span 2 / span 2 !important; } .sm-row-span-3 { grid-row: span 3 / span 3 !important; } .sm-row-span-4 { grid-row: span 4 / span 4 !important; } .sm-row-span-5 { grid-row: span 5 / span 5 !important; } .sm-row-span-6 { grid-row: span 6 / span 6 !important; } .sm-row-span-full { grid-row: 1/-1 !important; } .sm-row-start-1 { grid-row-start: 1 !important; } .sm-row-start-2 { grid-row-start: 2 !important; } .sm-row-start-3 { grid-row-start: 3 !important; } .sm-row-start-4 { grid-row-start: 4 !important; } .sm-row-start-5 { grid-row-start: 5 !important; } .sm-row-start-6 { grid-row-start: 6 !important; } .sm-row-start-7 { grid-row-start: 7 !important; } .sm-row-start-auto { grid-row-start: auto !important; } .sm-row-end-1 { grid-row-end: 1 !important; } .sm-row-end-2 { grid-row-end: 2 !important; } .sm-row-end-3 { grid-row-end: 3 !important; } .sm-row-end-4 { grid-row-end: 4 !important; } .sm-row-end-5 { grid-row-end: 5 !important; } .sm-row-end-6 { grid-row-end: 6 !important; } .sm-row-end-7 { grid-row-end: 7 !important; } .sm-row-end-auto { grid-row-end: auto !important; } .sm-transform { transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .sm-transform, .sm-transform-gpu { --tw-translate-x: 0 !important; --tw-translate-y: 0 !important; --tw-rotate: 0 !important; --tw-skew-x: 0 !important; --tw-skew-y: 0 !important; --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .sm-transform-gpu { transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .sm-transform-none { transform: none !important; } .sm-origin-center { transform-origin: center !important; } .sm-origin-top { transform-origin: top !important; } .sm-origin-top-right { transform-origin: top right !important; } .sm-origin-right { transform-origin: right !important; } .sm-origin-bottom-right { transform-origin: bottom right !important; } .sm-origin-bottom { transform-origin: bottom !important; } .sm-origin-bottom-left { transform-origin: bottom left !important; } .sm-origin-left { transform-origin: left !important; } .sm-origin-top-left { transform-origin: top left !important; } .sm-scale-0 { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .sm-scale-50 { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .sm-scale-75 { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .sm-scale-90 { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .sm-scale-95 { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .sm-scale-100 { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .sm-scale-105 { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .sm-scale-110 { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .sm-scale-125 { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .sm-scale-150 { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .sm-scale-x-0 { --tw-scale-x: 0 !important; } .sm-scale-x-50 { --tw-scale-x: 0.5 !important; } .sm-scale-x-75 { --tw-scale-x: 0.75 !important; } .sm-scale-x-90 { --tw-scale-x: 0.9 !important; } .sm-scale-x-95 { --tw-scale-x: 0.95 !important; } .sm-scale-x-100 { --tw-scale-x: 1 !important; } .sm-scale-x-105 { --tw-scale-x: 1.05 !important; } .sm-scale-x-110 { --tw-scale-x: 1.1 !important; } .sm-scale-x-125 { --tw-scale-x: 1.25 !important; } .sm-scale-x-150 { --tw-scale-x: 1.5 !important; } .sm-scale-y-0 { --tw-scale-y: 0 !important; } .sm-scale-y-50 { --tw-scale-y: 0.5 !important; } .sm-scale-y-75 { --tw-scale-y: 0.75 !important; } .sm-scale-y-90 { --tw-scale-y: 0.9 !important; } .sm-scale-y-95 { --tw-scale-y: 0.95 !important; } .sm-scale-y-100 { --tw-scale-y: 1 !important; } .sm-scale-y-105 { --tw-scale-y: 1.05 !important; } .sm-scale-y-110 { --tw-scale-y: 1.1 !important; } .sm-scale-y-125 { --tw-scale-y: 1.25 !important; } .sm-scale-y-150 { --tw-scale-y: 1.5 !important; } .sm-hover-scale-0:hover { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .sm-hover-scale-50:hover { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .sm-hover-scale-75:hover { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .sm-hover-scale-90:hover { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .sm-hover-scale-95:hover { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .sm-hover-scale-100:hover { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .sm-hover-scale-105:hover { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .sm-hover-scale-110:hover { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .sm-hover-scale-125:hover { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .sm-hover-scale-150:hover { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .sm-hover-scale-x-0:hover { --tw-scale-x: 0 !important; } .sm-hover-scale-x-50:hover { --tw-scale-x: 0.5 !important; } .sm-hover-scale-x-75:hover { --tw-scale-x: 0.75 !important; } .sm-hover-scale-x-90:hover { --tw-scale-x: 0.9 !important; } .sm-hover-scale-x-95:hover { --tw-scale-x: 0.95 !important; } .sm-hover-scale-x-100:hover { --tw-scale-x: 1 !important; } .sm-hover-scale-x-105:hover { --tw-scale-x: 1.05 !important; } .sm-hover-scale-x-110:hover { --tw-scale-x: 1.1 !important; } .sm-hover-scale-x-125:hover { --tw-scale-x: 1.25 !important; } .sm-hover-scale-x-150:hover { --tw-scale-x: 1.5 !important; } .sm-hover-scale-y-0:hover { --tw-scale-y: 0 !important; } .sm-hover-scale-y-50:hover { --tw-scale-y: 0.5 !important; } .sm-hover-scale-y-75:hover { --tw-scale-y: 0.75 !important; } .sm-hover-scale-y-90:hover { --tw-scale-y: 0.9 !important; } .sm-hover-scale-y-95:hover { --tw-scale-y: 0.95 !important; } .sm-hover-scale-y-100:hover { --tw-scale-y: 1 !important; } .sm-hover-scale-y-105:hover { --tw-scale-y: 1.05 !important; } .sm-hover-scale-y-110:hover { --tw-scale-y: 1.1 !important; } .sm-hover-scale-y-125:hover { --tw-scale-y: 1.25 !important; } .sm-hover-scale-y-150:hover { --tw-scale-y: 1.5 !important; } .sm-focus-scale-0:focus { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .sm-focus-scale-50:focus { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .sm-focus-scale-75:focus { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .sm-focus-scale-90:focus { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .sm-focus-scale-95:focus { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .sm-focus-scale-100:focus { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .sm-focus-scale-105:focus { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .sm-focus-scale-110:focus { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .sm-focus-scale-125:focus { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .sm-focus-scale-150:focus { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .sm-focus-scale-x-0:focus { --tw-scale-x: 0 !important; } .sm-focus-scale-x-50:focus { --tw-scale-x: 0.5 !important; } .sm-focus-scale-x-75:focus { --tw-scale-x: 0.75 !important; } .sm-focus-scale-x-90:focus { --tw-scale-x: 0.9 !important; } .sm-focus-scale-x-95:focus { --tw-scale-x: 0.95 !important; } .sm-focus-scale-x-100:focus { --tw-scale-x: 1 !important; } .sm-focus-scale-x-105:focus { --tw-scale-x: 1.05 !important; } .sm-focus-scale-x-110:focus { --tw-scale-x: 1.1 !important; } .sm-focus-scale-x-125:focus { --tw-scale-x: 1.25 !important; } .sm-focus-scale-x-150:focus { --tw-scale-x: 1.5 !important; } .sm-focus-scale-y-0:focus { --tw-scale-y: 0 !important; } .sm-focus-scale-y-50:focus { --tw-scale-y: 0.5 !important; } .sm-focus-scale-y-75:focus { --tw-scale-y: 0.75 !important; } .sm-focus-scale-y-90:focus { --tw-scale-y: 0.9 !important; } .sm-focus-scale-y-95:focus { --tw-scale-y: 0.95 !important; } .sm-focus-scale-y-100:focus { --tw-scale-y: 1 !important; } .sm-focus-scale-y-105:focus { --tw-scale-y: 1.05 !important; } .sm-focus-scale-y-110:focus { --tw-scale-y: 1.1 !important; } .sm-focus-scale-y-125:focus { --tw-scale-y: 1.25 !important; } .sm-focus-scale-y-150:focus { --tw-scale-y: 1.5 !important; } .sm-rotate-0 { --tw-rotate: 0deg !important; } .sm-rotate-1 { --tw-rotate: 1deg !important; } .sm-rotate-2 { --tw-rotate: 2deg !important; } .sm-rotate-3 { --tw-rotate: 3deg !important; } .sm-rotate-6 { --tw-rotate: 6deg !important; } .sm-rotate-12 { --tw-rotate: 12deg !important; } .sm-rotate-45 { --tw-rotate: 45deg !important; } .sm-rotate-90 { --tw-rotate: 90deg !important; } .sm-rotate-180 { --tw-rotate: 180deg !important; } .sm--rotate-180 { --tw-rotate: -180deg !important; } .sm--rotate-90 { --tw-rotate: -90deg !important; } .sm--rotate-45 { --tw-rotate: -45deg !important; } .sm--rotate-12 { --tw-rotate: -12deg !important; } .sm--rotate-6 { --tw-rotate: -6deg !important; } .sm--rotate-3 { --tw-rotate: -3deg !important; } .sm--rotate-2 { --tw-rotate: -2deg !important; } .sm--rotate-1 { --tw-rotate: -1deg !important; } .sm-hover-rotate-0:hover { --tw-rotate: 0deg !important; } .sm-hover-rotate-1:hover { --tw-rotate: 1deg !important; } .sm-hover-rotate-2:hover { --tw-rotate: 2deg !important; } .sm-hover-rotate-3:hover { --tw-rotate: 3deg !important; } .sm-hover-rotate-6:hover { --tw-rotate: 6deg !important; } .sm-hover-rotate-12:hover { --tw-rotate: 12deg !important; } .sm-hover-rotate-45:hover { --tw-rotate: 45deg !important; } .sm-hover-rotate-90:hover { --tw-rotate: 90deg !important; } .sm-hover-rotate-180:hover { --tw-rotate: 180deg !important; } .sm-hover--rotate-180:hover { --tw-rotate: -180deg !important; } .sm-hover--rotate-90:hover { --tw-rotate: -90deg !important; } .sm-hover--rotate-45:hover { --tw-rotate: -45deg !important; } .sm-hover--rotate-12:hover { --tw-rotate: -12deg !important; } .sm-hover--rotate-6:hover { --tw-rotate: -6deg !important; } .sm-hover--rotate-3:hover { --tw-rotate: -3deg !important; } .sm-hover--rotate-2:hover { --tw-rotate: -2deg !important; } .sm-hover--rotate-1:hover { --tw-rotate: -1deg !important; } .sm-focus-rotate-0:focus { --tw-rotate: 0deg !important; } .sm-focus-rotate-1:focus { --tw-rotate: 1deg !important; } .sm-focus-rotate-2:focus { --tw-rotate: 2deg !important; } .sm-focus-rotate-3:focus { --tw-rotate: 3deg !important; } .sm-focus-rotate-6:focus { --tw-rotate: 6deg !important; } .sm-focus-rotate-12:focus { --tw-rotate: 12deg !important; } .sm-focus-rotate-45:focus { --tw-rotate: 45deg !important; } .sm-focus-rotate-90:focus { --tw-rotate: 90deg !important; } .sm-focus-rotate-180:focus { --tw-rotate: 180deg !important; } .sm-focus--rotate-180:focus { --tw-rotate: -180deg !important; } .sm-focus--rotate-90:focus { --tw-rotate: -90deg !important; } .sm-focus--rotate-45:focus { --tw-rotate: -45deg !important; } .sm-focus--rotate-12:focus { --tw-rotate: -12deg !important; } .sm-focus--rotate-6:focus { --tw-rotate: -6deg !important; } .sm-focus--rotate-3:focus { --tw-rotate: -3deg !important; } .sm-focus--rotate-2:focus { --tw-rotate: -2deg !important; } .sm-focus--rotate-1:focus { --tw-rotate: -1deg !important; } .sm-translate-x-0 { --tw-translate-x: 0px !important; } .sm-translate-x-1 { --tw-translate-x: 0.25rem !important; } .sm-translate-x-2 { --tw-translate-x: 0.5rem !important; } .sm-translate-x-3 { --tw-translate-x: 0.75rem !important; } .sm-translate-x-4 { --tw-translate-x: 1rem !important; } .sm-translate-x-5 { --tw-translate-x: 1.25rem !important; } .sm-translate-x-6 { --tw-translate-x: 1.5rem !important; } .sm-translate-x-7 { --tw-translate-x: 1.75rem !important; } .sm-translate-x-8 { --tw-translate-x: 2rem !important; } .sm-translate-x-9 { --tw-translate-x: 2.25rem !important; } .sm-translate-x-10 { --tw-translate-x: 2.5rem !important; } .sm-translate-x-11 { --tw-translate-x: 2.75rem !important; } .sm-translate-x-12 { --tw-translate-x: 3rem !important; } .sm-translate-x-14 { --tw-translate-x: 3.5rem !important; } .sm-translate-x-16 { --tw-translate-x: 4rem !important; } .sm-translate-x-20 { --tw-translate-x: 5rem !important; } .sm-translate-x-24 { --tw-translate-x: 6rem !important; } .sm-translate-x-28 { --tw-translate-x: 7rem !important; } .sm-translate-x-32 { --tw-translate-x: 8rem !important; } .sm-translate-x-36 { --tw-translate-x: 9rem !important; } .sm-translate-x-40 { --tw-translate-x: 10rem !important; } .sm-translate-x-44 { --tw-translate-x: 11rem !important; } .sm-translate-x-48 { --tw-translate-x: 12rem !important; } .sm-translate-x-52 { --tw-translate-x: 13rem !important; } .sm-translate-x-56 { --tw-translate-x: 14rem !important; } .sm-translate-x-60 { --tw-translate-x: 15rem !important; } .sm-translate-x-64 { --tw-translate-x: 16rem !important; } .sm-translate-x-72 { --tw-translate-x: 18rem !important; } .sm-translate-x-80 { --tw-translate-x: 20rem !important; } .sm-translate-x-96 { --tw-translate-x: 24rem !important; } .sm-translate-x-px { --tw-translate-x: 1px !important; } .sm-translate-x-0\.5 { --tw-translate-x: 0.125rem !important; } .sm-translate-x-1\.5 { --tw-translate-x: 0.375rem !important; } .sm-translate-x-2\.5 { --tw-translate-x: 0.625rem !important; } .sm-translate-x-3\.5 { --tw-translate-x: 0.875rem !important; } .sm--translate-x-0 { --tw-translate-x: 0px !important; } .sm--translate-x-1 { --tw-translate-x: -0.25rem !important; } .sm--translate-x-2 { --tw-translate-x: -0.5rem !important; } .sm--translate-x-3 { --tw-translate-x: -0.75rem !important; } .sm--translate-x-4 { --tw-translate-x: -1rem !important; } .sm--translate-x-5 { --tw-translate-x: -1.25rem !important; } .sm--translate-x-6 { --tw-translate-x: -1.5rem !important; } .sm--translate-x-7 { --tw-translate-x: -1.75rem !important; } .sm--translate-x-8 { --tw-translate-x: -2rem !important; } .sm--translate-x-9 { --tw-translate-x: -2.25rem !important; } .sm--translate-x-10 { --tw-translate-x: -2.5rem !important; } .sm--translate-x-11 { --tw-translate-x: -2.75rem !important; } .sm--translate-x-12 { --tw-translate-x: -3rem !important; } .sm--translate-x-14 { --tw-translate-x: -3.5rem !important; } .sm--translate-x-16 { --tw-translate-x: -4rem !important; } .sm--translate-x-20 { --tw-translate-x: -5rem !important; } .sm--translate-x-24 { --tw-translate-x: -6rem !important; } .sm--translate-x-28 { --tw-translate-x: -7rem !important; } .sm--translate-x-32 { --tw-translate-x: -8rem !important; } .sm--translate-x-36 { --tw-translate-x: -9rem !important; } .sm--translate-x-40 { --tw-translate-x: -10rem !important; } .sm--translate-x-44 { --tw-translate-x: -11rem !important; } .sm--translate-x-48 { --tw-translate-x: -12rem !important; } .sm--translate-x-52 { --tw-translate-x: -13rem !important; } .sm--translate-x-56 { --tw-translate-x: -14rem !important; } .sm--translate-x-60 { --tw-translate-x: -15rem !important; } .sm--translate-x-64 { --tw-translate-x: -16rem !important; } .sm--translate-x-72 { --tw-translate-x: -18rem !important; } .sm--translate-x-80 { --tw-translate-x: -20rem !important; } .sm--translate-x-96 { --tw-translate-x: -24rem !important; } .sm--translate-x-px { --tw-translate-x: -1px !important; } .sm--translate-x-0\.5 { --tw-translate-x: -0.125rem !important; } .sm--translate-x-1\.5 { --tw-translate-x: -0.375rem !important; } .sm--translate-x-2\.5 { --tw-translate-x: -0.625rem !important; } .sm--translate-x-3\.5 { --tw-translate-x: -0.875rem !important; } .sm-translate-x-1\/2 { --tw-translate-x: 50% !important; } .sm-translate-x-1\/3 { --tw-translate-x: 33.333333% !important; } .sm-translate-x-2\/3 { --tw-translate-x: 66.666667% !important; } .sm-translate-x-1\/4 { --tw-translate-x: 25% !important; } .sm-translate-x-2\/4 { --tw-translate-x: 50% !important; } .sm-translate-x-3\/4 { --tw-translate-x: 75% !important; } .sm-translate-x-full { --tw-translate-x: 100% !important; } .sm--translate-x-1\/2 { --tw-translate-x: -50% !important; } .sm--translate-x-1\/3 { --tw-translate-x: -33.333333% !important; } .sm--translate-x-2\/3 { --tw-translate-x: -66.666667% !important; } .sm--translate-x-1\/4 { --tw-translate-x: -25% !important; } .sm--translate-x-2\/4 { --tw-translate-x: -50% !important; } .sm--translate-x-3\/4 { --tw-translate-x: -75% !important; } .sm--translate-x-full { --tw-translate-x: -100% !important; } .sm-translate-y-0 { --tw-translate-y: 0px !important; } .sm-translate-y-1 { --tw-translate-y: 0.25rem !important; } .sm-translate-y-2 { --tw-translate-y: 0.5rem !important; } .sm-translate-y-3 { --tw-translate-y: 0.75rem !important; } .sm-translate-y-4 { --tw-translate-y: 1rem !important; } .sm-translate-y-5 { --tw-translate-y: 1.25rem !important; } .sm-translate-y-6 { --tw-translate-y: 1.5rem !important; } .sm-translate-y-7 { --tw-translate-y: 1.75rem !important; } .sm-translate-y-8 { --tw-translate-y: 2rem !important; } .sm-translate-y-9 { --tw-translate-y: 2.25rem !important; } .sm-translate-y-10 { --tw-translate-y: 2.5rem !important; } .sm-translate-y-11 { --tw-translate-y: 2.75rem !important; } .sm-translate-y-12 { --tw-translate-y: 3rem !important; } .sm-translate-y-14 { --tw-translate-y: 3.5rem !important; } .sm-translate-y-16 { --tw-translate-y: 4rem !important; } .sm-translate-y-20 { --tw-translate-y: 5rem !important; } .sm-translate-y-24 { --tw-translate-y: 6rem !important; } .sm-translate-y-28 { --tw-translate-y: 7rem !important; } .sm-translate-y-32 { --tw-translate-y: 8rem !important; } .sm-translate-y-36 { --tw-translate-y: 9rem !important; } .sm-translate-y-40 { --tw-translate-y: 10rem !important; } .sm-translate-y-44 { --tw-translate-y: 11rem !important; } .sm-translate-y-48 { --tw-translate-y: 12rem !important; } .sm-translate-y-52 { --tw-translate-y: 13rem !important; } .sm-translate-y-56 { --tw-translate-y: 14rem !important; } .sm-translate-y-60 { --tw-translate-y: 15rem !important; } .sm-translate-y-64 { --tw-translate-y: 16rem !important; } .sm-translate-y-72 { --tw-translate-y: 18rem !important; } .sm-translate-y-80 { --tw-translate-y: 20rem !important; } .sm-translate-y-96 { --tw-translate-y: 24rem !important; } .sm-translate-y-px { --tw-translate-y: 1px !important; } .sm-translate-y-0\.5 { --tw-translate-y: 0.125rem !important; } .sm-translate-y-1\.5 { --tw-translate-y: 0.375rem !important; } .sm-translate-y-2\.5 { --tw-translate-y: 0.625rem !important; } .sm-translate-y-3\.5 { --tw-translate-y: 0.875rem !important; } .sm--translate-y-0 { --tw-translate-y: 0px !important; } .sm--translate-y-1 { --tw-translate-y: -0.25rem !important; } .sm--translate-y-2 { --tw-translate-y: -0.5rem !important; } .sm--translate-y-3 { --tw-translate-y: -0.75rem !important; } .sm--translate-y-4 { --tw-translate-y: -1rem !important; } .sm--translate-y-5 { --tw-translate-y: -1.25rem !important; } .sm--translate-y-6 { --tw-translate-y: -1.5rem !important; } .sm--translate-y-7 { --tw-translate-y: -1.75rem !important; } .sm--translate-y-8 { --tw-translate-y: -2rem !important; } .sm--translate-y-9 { --tw-translate-y: -2.25rem !important; } .sm--translate-y-10 { --tw-translate-y: -2.5rem !important; } .sm--translate-y-11 { --tw-translate-y: -2.75rem !important; } .sm--translate-y-12 { --tw-translate-y: -3rem !important; } .sm--translate-y-14 { --tw-translate-y: -3.5rem !important; } .sm--translate-y-16 { --tw-translate-y: -4rem !important; } .sm--translate-y-20 { --tw-translate-y: -5rem !important; } .sm--translate-y-24 { --tw-translate-y: -6rem !important; } .sm--translate-y-28 { --tw-translate-y: -7rem !important; } .sm--translate-y-32 { --tw-translate-y: -8rem !important; } .sm--translate-y-36 { --tw-translate-y: -9rem !important; } .sm--translate-y-40 { --tw-translate-y: -10rem !important; } .sm--translate-y-44 { --tw-translate-y: -11rem !important; } .sm--translate-y-48 { --tw-translate-y: -12rem !important; } .sm--translate-y-52 { --tw-translate-y: -13rem !important; } .sm--translate-y-56 { --tw-translate-y: -14rem !important; } .sm--translate-y-60 { --tw-translate-y: -15rem !important; } .sm--translate-y-64 { --tw-translate-y: -16rem !important; } .sm--translate-y-72 { --tw-translate-y: -18rem !important; } .sm--translate-y-80 { --tw-translate-y: -20rem !important; } .sm--translate-y-96 { --tw-translate-y: -24rem !important; } .sm--translate-y-px { --tw-translate-y: -1px !important; } .sm--translate-y-0\.5 { --tw-translate-y: -0.125rem !important; } .sm--translate-y-1\.5 { --tw-translate-y: -0.375rem !important; } .sm--translate-y-2\.5 { --tw-translate-y: -0.625rem !important; } .sm--translate-y-3\.5 { --tw-translate-y: -0.875rem !important; } .sm-translate-y-1\/2 { --tw-translate-y: 50% !important; } .sm-translate-y-1\/3 { --tw-translate-y: 33.333333% !important; } .sm-translate-y-2\/3 { --tw-translate-y: 66.666667% !important; } .sm-translate-y-1\/4 { --tw-translate-y: 25% !important; } .sm-translate-y-2\/4 { --tw-translate-y: 50% !important; } .sm-translate-y-3\/4 { --tw-translate-y: 75% !important; } .sm-translate-y-full { --tw-translate-y: 100% !important; } .sm--translate-y-1\/2 { --tw-translate-y: -50% !important; } .sm--translate-y-1\/3 { --tw-translate-y: -33.333333% !important; } .sm--translate-y-2\/3 { --tw-translate-y: -66.666667% !important; } .sm--translate-y-1\/4 { --tw-translate-y: -25% !important; } .sm--translate-y-2\/4 { --tw-translate-y: -50% !important; } .sm--translate-y-3\/4 { --tw-translate-y: -75% !important; } .sm--translate-y-full { --tw-translate-y: -100% !important; } .sm-hover-translate-x-0:hover { --tw-translate-x: 0px !important; } .sm-hover-translate-x-1:hover { --tw-translate-x: 0.25rem !important; } .sm-hover-translate-x-2:hover { --tw-translate-x: 0.5rem !important; } .sm-hover-translate-x-3:hover { --tw-translate-x: 0.75rem !important; } .sm-hover-translate-x-4:hover { --tw-translate-x: 1rem !important; } .sm-hover-translate-x-5:hover { --tw-translate-x: 1.25rem !important; } .sm-hover-translate-x-6:hover { --tw-translate-x: 1.5rem !important; } .sm-hover-translate-x-7:hover { --tw-translate-x: 1.75rem !important; } .sm-hover-translate-x-8:hover { --tw-translate-x: 2rem !important; } .sm-hover-translate-x-9:hover { --tw-translate-x: 2.25rem !important; } .sm-hover-translate-x-10:hover { --tw-translate-x: 2.5rem !important; } .sm-hover-translate-x-11:hover { --tw-translate-x: 2.75rem !important; } .sm-hover-translate-x-12:hover { --tw-translate-x: 3rem !important; } .sm-hover-translate-x-14:hover { --tw-translate-x: 3.5rem !important; } .sm-hover-translate-x-16:hover { --tw-translate-x: 4rem !important; } .sm-hover-translate-x-20:hover { --tw-translate-x: 5rem !important; } .sm-hover-translate-x-24:hover { --tw-translate-x: 6rem !important; } .sm-hover-translate-x-28:hover { --tw-translate-x: 7rem !important; } .sm-hover-translate-x-32:hover { --tw-translate-x: 8rem !important; } .sm-hover-translate-x-36:hover { --tw-translate-x: 9rem !important; } .sm-hover-translate-x-40:hover { --tw-translate-x: 10rem !important; } .sm-hover-translate-x-44:hover { --tw-translate-x: 11rem !important; } .sm-hover-translate-x-48:hover { --tw-translate-x: 12rem !important; } .sm-hover-translate-x-52:hover { --tw-translate-x: 13rem !important; } .sm-hover-translate-x-56:hover { --tw-translate-x: 14rem !important; } .sm-hover-translate-x-60:hover { --tw-translate-x: 15rem !important; } .sm-hover-translate-x-64:hover { --tw-translate-x: 16rem !important; } .sm-hover-translate-x-72:hover { --tw-translate-x: 18rem !important; } .sm-hover-translate-x-80:hover { --tw-translate-x: 20rem !important; } .sm-hover-translate-x-96:hover { --tw-translate-x: 24rem !important; } .sm-hover-translate-x-px:hover { --tw-translate-x: 1px !important; } .sm-hover-translate-x-0\.5:hover { --tw-translate-x: 0.125rem !important; } .sm-hover-translate-x-1\.5:hover { --tw-translate-x: 0.375rem !important; } .sm-hover-translate-x-2\.5:hover { --tw-translate-x: 0.625rem !important; } .sm-hover-translate-x-3\.5:hover { --tw-translate-x: 0.875rem !important; } .sm-hover--translate-x-0:hover { --tw-translate-x: 0px !important; } .sm-hover--translate-x-1:hover { --tw-translate-x: -0.25rem !important; } .sm-hover--translate-x-2:hover { --tw-translate-x: -0.5rem !important; } .sm-hover--translate-x-3:hover { --tw-translate-x: -0.75rem !important; } .sm-hover--translate-x-4:hover { --tw-translate-x: -1rem !important; } .sm-hover--translate-x-5:hover { --tw-translate-x: -1.25rem !important; } .sm-hover--translate-x-6:hover { --tw-translate-x: -1.5rem !important; } .sm-hover--translate-x-7:hover { --tw-translate-x: -1.75rem !important; } .sm-hover--translate-x-8:hover { --tw-translate-x: -2rem !important; } .sm-hover--translate-x-9:hover { --tw-translate-x: -2.25rem !important; } .sm-hover--translate-x-10:hover { --tw-translate-x: -2.5rem !important; } .sm-hover--translate-x-11:hover { --tw-translate-x: -2.75rem !important; } .sm-hover--translate-x-12:hover { --tw-translate-x: -3rem !important; } .sm-hover--translate-x-14:hover { --tw-translate-x: -3.5rem !important; } .sm-hover--translate-x-16:hover { --tw-translate-x: -4rem !important; } .sm-hover--translate-x-20:hover { --tw-translate-x: -5rem !important; } .sm-hover--translate-x-24:hover { --tw-translate-x: -6rem !important; } .sm-hover--translate-x-28:hover { --tw-translate-x: -7rem !important; } .sm-hover--translate-x-32:hover { --tw-translate-x: -8rem !important; } .sm-hover--translate-x-36:hover { --tw-translate-x: -9rem !important; } .sm-hover--translate-x-40:hover { --tw-translate-x: -10rem !important; } .sm-hover--translate-x-44:hover { --tw-translate-x: -11rem !important; } .sm-hover--translate-x-48:hover { --tw-translate-x: -12rem !important; } .sm-hover--translate-x-52:hover { --tw-translate-x: -13rem !important; } .sm-hover--translate-x-56:hover { --tw-translate-x: -14rem !important; } .sm-hover--translate-x-60:hover { --tw-translate-x: -15rem !important; } .sm-hover--translate-x-64:hover { --tw-translate-x: -16rem !important; } .sm-hover--translate-x-72:hover { --tw-translate-x: -18rem !important; } .sm-hover--translate-x-80:hover { --tw-translate-x: -20rem !important; } .sm-hover--translate-x-96:hover { --tw-translate-x: -24rem !important; } .sm-hover--translate-x-px:hover { --tw-translate-x: -1px !important; } .sm-hover--translate-x-0\.5:hover { --tw-translate-x: -0.125rem !important; } .sm-hover--translate-x-1\.5:hover { --tw-translate-x: -0.375rem !important; } .sm-hover--translate-x-2\.5:hover { --tw-translate-x: -0.625rem !important; } .sm-hover--translate-x-3\.5:hover { --tw-translate-x: -0.875rem !important; } .sm-hover-translate-x-1\/2:hover { --tw-translate-x: 50% !important; } .sm-hover-translate-x-1\/3:hover { --tw-translate-x: 33.333333% !important; } .sm-hover-translate-x-2\/3:hover { --tw-translate-x: 66.666667% !important; } .sm-hover-translate-x-1\/4:hover { --tw-translate-x: 25% !important; } .sm-hover-translate-x-2\/4:hover { --tw-translate-x: 50% !important; } .sm-hover-translate-x-3\/4:hover { --tw-translate-x: 75% !important; } .sm-hover-translate-x-full:hover { --tw-translate-x: 100% !important; } .sm-hover--translate-x-1\/2:hover { --tw-translate-x: -50% !important; } .sm-hover--translate-x-1\/3:hover { --tw-translate-x: -33.333333% !important; } .sm-hover--translate-x-2\/3:hover { --tw-translate-x: -66.666667% !important; } .sm-hover--translate-x-1\/4:hover { --tw-translate-x: -25% !important; } .sm-hover--translate-x-2\/4:hover { --tw-translate-x: -50% !important; } .sm-hover--translate-x-3\/4:hover { --tw-translate-x: -75% !important; } .sm-hover--translate-x-full:hover { --tw-translate-x: -100% !important; } .sm-hover-translate-y-0:hover { --tw-translate-y: 0px !important; } .sm-hover-translate-y-1:hover { --tw-translate-y: 0.25rem !important; } .sm-hover-translate-y-2:hover { --tw-translate-y: 0.5rem !important; } .sm-hover-translate-y-3:hover { --tw-translate-y: 0.75rem !important; } .sm-hover-translate-y-4:hover { --tw-translate-y: 1rem !important; } .sm-hover-translate-y-5:hover { --tw-translate-y: 1.25rem !important; } .sm-hover-translate-y-6:hover { --tw-translate-y: 1.5rem !important; } .sm-hover-translate-y-7:hover { --tw-translate-y: 1.75rem !important; } .sm-hover-translate-y-8:hover { --tw-translate-y: 2rem !important; } .sm-hover-translate-y-9:hover { --tw-translate-y: 2.25rem !important; } .sm-hover-translate-y-10:hover { --tw-translate-y: 2.5rem !important; } .sm-hover-translate-y-11:hover { --tw-translate-y: 2.75rem !important; } .sm-hover-translate-y-12:hover { --tw-translate-y: 3rem !important; } .sm-hover-translate-y-14:hover { --tw-translate-y: 3.5rem !important; } .sm-hover-translate-y-16:hover { --tw-translate-y: 4rem !important; } .sm-hover-translate-y-20:hover { --tw-translate-y: 5rem !important; } .sm-hover-translate-y-24:hover { --tw-translate-y: 6rem !important; } .sm-hover-translate-y-28:hover { --tw-translate-y: 7rem !important; } .sm-hover-translate-y-32:hover { --tw-translate-y: 8rem !important; } .sm-hover-translate-y-36:hover { --tw-translate-y: 9rem !important; } .sm-hover-translate-y-40:hover { --tw-translate-y: 10rem !important; } .sm-hover-translate-y-44:hover { --tw-translate-y: 11rem !important; } .sm-hover-translate-y-48:hover { --tw-translate-y: 12rem !important; } .sm-hover-translate-y-52:hover { --tw-translate-y: 13rem !important; } .sm-hover-translate-y-56:hover { --tw-translate-y: 14rem !important; } .sm-hover-translate-y-60:hover { --tw-translate-y: 15rem !important; } .sm-hover-translate-y-64:hover { --tw-translate-y: 16rem !important; } .sm-hover-translate-y-72:hover { --tw-translate-y: 18rem !important; } .sm-hover-translate-y-80:hover { --tw-translate-y: 20rem !important; } .sm-hover-translate-y-96:hover { --tw-translate-y: 24rem !important; } .sm-hover-translate-y-px:hover { --tw-translate-y: 1px !important; } .sm-hover-translate-y-0\.5:hover { --tw-translate-y: 0.125rem !important; } .sm-hover-translate-y-1\.5:hover { --tw-translate-y: 0.375rem !important; } .sm-hover-translate-y-2\.5:hover { --tw-translate-y: 0.625rem !important; } .sm-hover-translate-y-3\.5:hover { --tw-translate-y: 0.875rem !important; } .sm-hover--translate-y-0:hover { --tw-translate-y: 0px !important; } .sm-hover--translate-y-1:hover { --tw-translate-y: -0.25rem !important; } .sm-hover--translate-y-2:hover { --tw-translate-y: -0.5rem !important; } .sm-hover--translate-y-3:hover { --tw-translate-y: -0.75rem !important; } .sm-hover--translate-y-4:hover { --tw-translate-y: -1rem !important; } .sm-hover--translate-y-5:hover { --tw-translate-y: -1.25rem !important; } .sm-hover--translate-y-6:hover { --tw-translate-y: -1.5rem !important; } .sm-hover--translate-y-7:hover { --tw-translate-y: -1.75rem !important; } .sm-hover--translate-y-8:hover { --tw-translate-y: -2rem !important; } .sm-hover--translate-y-9:hover { --tw-translate-y: -2.25rem !important; } .sm-hover--translate-y-10:hover { --tw-translate-y: -2.5rem !important; } .sm-hover--translate-y-11:hover { --tw-translate-y: -2.75rem !important; } .sm-hover--translate-y-12:hover { --tw-translate-y: -3rem !important; } .sm-hover--translate-y-14:hover { --tw-translate-y: -3.5rem !important; } .sm-hover--translate-y-16:hover { --tw-translate-y: -4rem !important; } .sm-hover--translate-y-20:hover { --tw-translate-y: -5rem !important; } .sm-hover--translate-y-24:hover { --tw-translate-y: -6rem !important; } .sm-hover--translate-y-28:hover { --tw-translate-y: -7rem !important; } .sm-hover--translate-y-32:hover { --tw-translate-y: -8rem !important; } .sm-hover--translate-y-36:hover { --tw-translate-y: -9rem !important; } .sm-hover--translate-y-40:hover { --tw-translate-y: -10rem !important; } .sm-hover--translate-y-44:hover { --tw-translate-y: -11rem !important; } .sm-hover--translate-y-48:hover { --tw-translate-y: -12rem !important; } .sm-hover--translate-y-52:hover { --tw-translate-y: -13rem !important; } .sm-hover--translate-y-56:hover { --tw-translate-y: -14rem !important; } .sm-hover--translate-y-60:hover { --tw-translate-y: -15rem !important; } .sm-hover--translate-y-64:hover { --tw-translate-y: -16rem !important; } .sm-hover--translate-y-72:hover { --tw-translate-y: -18rem !important; } .sm-hover--translate-y-80:hover { --tw-translate-y: -20rem !important; } .sm-hover--translate-y-96:hover { --tw-translate-y: -24rem !important; } .sm-hover--translate-y-px:hover { --tw-translate-y: -1px !important; } .sm-hover--translate-y-0\.5:hover { --tw-translate-y: -0.125rem !important; } .sm-hover--translate-y-1\.5:hover { --tw-translate-y: -0.375rem !important; } .sm-hover--translate-y-2\.5:hover { --tw-translate-y: -0.625rem !important; } .sm-hover--translate-y-3\.5:hover { --tw-translate-y: -0.875rem !important; } .sm-hover-translate-y-1\/2:hover { --tw-translate-y: 50% !important; } .sm-hover-translate-y-1\/3:hover { --tw-translate-y: 33.333333% !important; } .sm-hover-translate-y-2\/3:hover { --tw-translate-y: 66.666667% !important; } .sm-hover-translate-y-1\/4:hover { --tw-translate-y: 25% !important; } .sm-hover-translate-y-2\/4:hover { --tw-translate-y: 50% !important; } .sm-hover-translate-y-3\/4:hover { --tw-translate-y: 75% !important; } .sm-hover-translate-y-full:hover { --tw-translate-y: 100% !important; } .sm-hover--translate-y-1\/2:hover { --tw-translate-y: -50% !important; } .sm-hover--translate-y-1\/3:hover { --tw-translate-y: -33.333333% !important; } .sm-hover--translate-y-2\/3:hover { --tw-translate-y: -66.666667% !important; } .sm-hover--translate-y-1\/4:hover { --tw-translate-y: -25% !important; } .sm-hover--translate-y-2\/4:hover { --tw-translate-y: -50% !important; } .sm-hover--translate-y-3\/4:hover { --tw-translate-y: -75% !important; } .sm-hover--translate-y-full:hover { --tw-translate-y: -100% !important; } .sm-focus-translate-x-0:focus { --tw-translate-x: 0px !important; } .sm-focus-translate-x-1:focus { --tw-translate-x: 0.25rem !important; } .sm-focus-translate-x-2:focus { --tw-translate-x: 0.5rem !important; } .sm-focus-translate-x-3:focus { --tw-translate-x: 0.75rem !important; } .sm-focus-translate-x-4:focus { --tw-translate-x: 1rem !important; } .sm-focus-translate-x-5:focus { --tw-translate-x: 1.25rem !important; } .sm-focus-translate-x-6:focus { --tw-translate-x: 1.5rem !important; } .sm-focus-translate-x-7:focus { --tw-translate-x: 1.75rem !important; } .sm-focus-translate-x-8:focus { --tw-translate-x: 2rem !important; } .sm-focus-translate-x-9:focus { --tw-translate-x: 2.25rem !important; } .sm-focus-translate-x-10:focus { --tw-translate-x: 2.5rem !important; } .sm-focus-translate-x-11:focus { --tw-translate-x: 2.75rem !important; } .sm-focus-translate-x-12:focus { --tw-translate-x: 3rem !important; } .sm-focus-translate-x-14:focus { --tw-translate-x: 3.5rem !important; } .sm-focus-translate-x-16:focus { --tw-translate-x: 4rem !important; } .sm-focus-translate-x-20:focus { --tw-translate-x: 5rem !important; } .sm-focus-translate-x-24:focus { --tw-translate-x: 6rem !important; } .sm-focus-translate-x-28:focus { --tw-translate-x: 7rem !important; } .sm-focus-translate-x-32:focus { --tw-translate-x: 8rem !important; } .sm-focus-translate-x-36:focus { --tw-translate-x: 9rem !important; } .sm-focus-translate-x-40:focus { --tw-translate-x: 10rem !important; } .sm-focus-translate-x-44:focus { --tw-translate-x: 11rem !important; } .sm-focus-translate-x-48:focus { --tw-translate-x: 12rem !important; } .sm-focus-translate-x-52:focus { --tw-translate-x: 13rem !important; } .sm-focus-translate-x-56:focus { --tw-translate-x: 14rem !important; } .sm-focus-translate-x-60:focus { --tw-translate-x: 15rem !important; } .sm-focus-translate-x-64:focus { --tw-translate-x: 16rem !important; } .sm-focus-translate-x-72:focus { --tw-translate-x: 18rem !important; } .sm-focus-translate-x-80:focus { --tw-translate-x: 20rem !important; } .sm-focus-translate-x-96:focus { --tw-translate-x: 24rem !important; } .sm-focus-translate-x-px:focus { --tw-translate-x: 1px !important; } .sm-focus-translate-x-0\.5:focus { --tw-translate-x: 0.125rem !important; } .sm-focus-translate-x-1\.5:focus { --tw-translate-x: 0.375rem !important; } .sm-focus-translate-x-2\.5:focus { --tw-translate-x: 0.625rem !important; } .sm-focus-translate-x-3\.5:focus { --tw-translate-x: 0.875rem !important; } .sm-focus--translate-x-0:focus { --tw-translate-x: 0px !important; } .sm-focus--translate-x-1:focus { --tw-translate-x: -0.25rem !important; } .sm-focus--translate-x-2:focus { --tw-translate-x: -0.5rem !important; } .sm-focus--translate-x-3:focus { --tw-translate-x: -0.75rem !important; } .sm-focus--translate-x-4:focus { --tw-translate-x: -1rem !important; } .sm-focus--translate-x-5:focus { --tw-translate-x: -1.25rem !important; } .sm-focus--translate-x-6:focus { --tw-translate-x: -1.5rem !important; } .sm-focus--translate-x-7:focus { --tw-translate-x: -1.75rem !important; } .sm-focus--translate-x-8:focus { --tw-translate-x: -2rem !important; } .sm-focus--translate-x-9:focus { --tw-translate-x: -2.25rem !important; } .sm-focus--translate-x-10:focus { --tw-translate-x: -2.5rem !important; } .sm-focus--translate-x-11:focus { --tw-translate-x: -2.75rem !important; } .sm-focus--translate-x-12:focus { --tw-translate-x: -3rem !important; } .sm-focus--translate-x-14:focus { --tw-translate-x: -3.5rem !important; } .sm-focus--translate-x-16:focus { --tw-translate-x: -4rem !important; } .sm-focus--translate-x-20:focus { --tw-translate-x: -5rem !important; } .sm-focus--translate-x-24:focus { --tw-translate-x: -6rem !important; } .sm-focus--translate-x-28:focus { --tw-translate-x: -7rem !important; } .sm-focus--translate-x-32:focus { --tw-translate-x: -8rem !important; } .sm-focus--translate-x-36:focus { --tw-translate-x: -9rem !important; } .sm-focus--translate-x-40:focus { --tw-translate-x: -10rem !important; } .sm-focus--translate-x-44:focus { --tw-translate-x: -11rem !important; } .sm-focus--translate-x-48:focus { --tw-translate-x: -12rem !important; } .sm-focus--translate-x-52:focus { --tw-translate-x: -13rem !important; } .sm-focus--translate-x-56:focus { --tw-translate-x: -14rem !important; } .sm-focus--translate-x-60:focus { --tw-translate-x: -15rem !important; } .sm-focus--translate-x-64:focus { --tw-translate-x: -16rem !important; } .sm-focus--translate-x-72:focus { --tw-translate-x: -18rem !important; } .sm-focus--translate-x-80:focus { --tw-translate-x: -20rem !important; } .sm-focus--translate-x-96:focus { --tw-translate-x: -24rem !important; } .sm-focus--translate-x-px:focus { --tw-translate-x: -1px !important; } .sm-focus--translate-x-0\.5:focus { --tw-translate-x: -0.125rem !important; } .sm-focus--translate-x-1\.5:focus { --tw-translate-x: -0.375rem !important; } .sm-focus--translate-x-2\.5:focus { --tw-translate-x: -0.625rem !important; } .sm-focus--translate-x-3\.5:focus { --tw-translate-x: -0.875rem !important; } .sm-focus-translate-x-1\/2:focus { --tw-translate-x: 50% !important; } .sm-focus-translate-x-1\/3:focus { --tw-translate-x: 33.333333% !important; } .sm-focus-translate-x-2\/3:focus { --tw-translate-x: 66.666667% !important; } .sm-focus-translate-x-1\/4:focus { --tw-translate-x: 25% !important; } .sm-focus-translate-x-2\/4:focus { --tw-translate-x: 50% !important; } .sm-focus-translate-x-3\/4:focus { --tw-translate-x: 75% !important; } .sm-focus-translate-x-full:focus { --tw-translate-x: 100% !important; } .sm-focus--translate-x-1\/2:focus { --tw-translate-x: -50% !important; } .sm-focus--translate-x-1\/3:focus { --tw-translate-x: -33.333333% !important; } .sm-focus--translate-x-2\/3:focus { --tw-translate-x: -66.666667% !important; } .sm-focus--translate-x-1\/4:focus { --tw-translate-x: -25% !important; } .sm-focus--translate-x-2\/4:focus { --tw-translate-x: -50% !important; } .sm-focus--translate-x-3\/4:focus { --tw-translate-x: -75% !important; } .sm-focus--translate-x-full:focus { --tw-translate-x: -100% !important; } .sm-focus-translate-y-0:focus { --tw-translate-y: 0px !important; } .sm-focus-translate-y-1:focus { --tw-translate-y: 0.25rem !important; } .sm-focus-translate-y-2:focus { --tw-translate-y: 0.5rem !important; } .sm-focus-translate-y-3:focus { --tw-translate-y: 0.75rem !important; } .sm-focus-translate-y-4:focus { --tw-translate-y: 1rem !important; } .sm-focus-translate-y-5:focus { --tw-translate-y: 1.25rem !important; } .sm-focus-translate-y-6:focus { --tw-translate-y: 1.5rem !important; } .sm-focus-translate-y-7:focus { --tw-translate-y: 1.75rem !important; } .sm-focus-translate-y-8:focus { --tw-translate-y: 2rem !important; } .sm-focus-translate-y-9:focus { --tw-translate-y: 2.25rem !important; } .sm-focus-translate-y-10:focus { --tw-translate-y: 2.5rem !important; } .sm-focus-translate-y-11:focus { --tw-translate-y: 2.75rem !important; } .sm-focus-translate-y-12:focus { --tw-translate-y: 3rem !important; } .sm-focus-translate-y-14:focus { --tw-translate-y: 3.5rem !important; } .sm-focus-translate-y-16:focus { --tw-translate-y: 4rem !important; } .sm-focus-translate-y-20:focus { --tw-translate-y: 5rem !important; } .sm-focus-translate-y-24:focus { --tw-translate-y: 6rem !important; } .sm-focus-translate-y-28:focus { --tw-translate-y: 7rem !important; } .sm-focus-translate-y-32:focus { --tw-translate-y: 8rem !important; } .sm-focus-translate-y-36:focus { --tw-translate-y: 9rem !important; } .sm-focus-translate-y-40:focus { --tw-translate-y: 10rem !important; } .sm-focus-translate-y-44:focus { --tw-translate-y: 11rem !important; } .sm-focus-translate-y-48:focus { --tw-translate-y: 12rem !important; } .sm-focus-translate-y-52:focus { --tw-translate-y: 13rem !important; } .sm-focus-translate-y-56:focus { --tw-translate-y: 14rem !important; } .sm-focus-translate-y-60:focus { --tw-translate-y: 15rem !important; } .sm-focus-translate-y-64:focus { --tw-translate-y: 16rem !important; } .sm-focus-translate-y-72:focus { --tw-translate-y: 18rem !important; } .sm-focus-translate-y-80:focus { --tw-translate-y: 20rem !important; } .sm-focus-translate-y-96:focus { --tw-translate-y: 24rem !important; } .sm-focus-translate-y-px:focus { --tw-translate-y: 1px !important; } .sm-focus-translate-y-0\.5:focus { --tw-translate-y: 0.125rem !important; } .sm-focus-translate-y-1\.5:focus { --tw-translate-y: 0.375rem !important; } .sm-focus-translate-y-2\.5:focus { --tw-translate-y: 0.625rem !important; } .sm-focus-translate-y-3\.5:focus { --tw-translate-y: 0.875rem !important; } .sm-focus--translate-y-0:focus { --tw-translate-y: 0px !important; } .sm-focus--translate-y-1:focus { --tw-translate-y: -0.25rem !important; } .sm-focus--translate-y-2:focus { --tw-translate-y: -0.5rem !important; } .sm-focus--translate-y-3:focus { --tw-translate-y: -0.75rem !important; } .sm-focus--translate-y-4:focus { --tw-translate-y: -1rem !important; } .sm-focus--translate-y-5:focus { --tw-translate-y: -1.25rem !important; } .sm-focus--translate-y-6:focus { --tw-translate-y: -1.5rem !important; } .sm-focus--translate-y-7:focus { --tw-translate-y: -1.75rem !important; } .sm-focus--translate-y-8:focus { --tw-translate-y: -2rem !important; } .sm-focus--translate-y-9:focus { --tw-translate-y: -2.25rem !important; } .sm-focus--translate-y-10:focus { --tw-translate-y: -2.5rem !important; } .sm-focus--translate-y-11:focus { --tw-translate-y: -2.75rem !important; } .sm-focus--translate-y-12:focus { --tw-translate-y: -3rem !important; } .sm-focus--translate-y-14:focus { --tw-translate-y: -3.5rem !important; } .sm-focus--translate-y-16:focus { --tw-translate-y: -4rem !important; } .sm-focus--translate-y-20:focus { --tw-translate-y: -5rem !important; } .sm-focus--translate-y-24:focus { --tw-translate-y: -6rem !important; } .sm-focus--translate-y-28:focus { --tw-translate-y: -7rem !important; } .sm-focus--translate-y-32:focus { --tw-translate-y: -8rem !important; } .sm-focus--translate-y-36:focus { --tw-translate-y: -9rem !important; } .sm-focus--translate-y-40:focus { --tw-translate-y: -10rem !important; } .sm-focus--translate-y-44:focus { --tw-translate-y: -11rem !important; } .sm-focus--translate-y-48:focus { --tw-translate-y: -12rem !important; } .sm-focus--translate-y-52:focus { --tw-translate-y: -13rem !important; } .sm-focus--translate-y-56:focus { --tw-translate-y: -14rem !important; } .sm-focus--translate-y-60:focus { --tw-translate-y: -15rem !important; } .sm-focus--translate-y-64:focus { --tw-translate-y: -16rem !important; } .sm-focus--translate-y-72:focus { --tw-translate-y: -18rem !important; } .sm-focus--translate-y-80:focus { --tw-translate-y: -20rem !important; } .sm-focus--translate-y-96:focus { --tw-translate-y: -24rem !important; } .sm-focus--translate-y-px:focus { --tw-translate-y: -1px !important; } .sm-focus--translate-y-0\.5:focus { --tw-translate-y: -0.125rem !important; } .sm-focus--translate-y-1\.5:focus { --tw-translate-y: -0.375rem !important; } .sm-focus--translate-y-2\.5:focus { --tw-translate-y: -0.625rem !important; } .sm-focus--translate-y-3\.5:focus { --tw-translate-y: -0.875rem !important; } .sm-focus-translate-y-1\/2:focus { --tw-translate-y: 50% !important; } .sm-focus-translate-y-1\/3:focus { --tw-translate-y: 33.333333% !important; } .sm-focus-translate-y-2\/3:focus { --tw-translate-y: 66.666667% !important; } .sm-focus-translate-y-1\/4:focus { --tw-translate-y: 25% !important; } .sm-focus-translate-y-2\/4:focus { --tw-translate-y: 50% !important; } .sm-focus-translate-y-3\/4:focus { --tw-translate-y: 75% !important; } .sm-focus-translate-y-full:focus { --tw-translate-y: 100% !important; } .sm-focus--translate-y-1\/2:focus { --tw-translate-y: -50% !important; } .sm-focus--translate-y-1\/3:focus { --tw-translate-y: -33.333333% !important; } .sm-focus--translate-y-2\/3:focus { --tw-translate-y: -66.666667% !important; } .sm-focus--translate-y-1\/4:focus { --tw-translate-y: -25% !important; } .sm-focus--translate-y-2\/4:focus { --tw-translate-y: -50% !important; } .sm-focus--translate-y-3\/4:focus { --tw-translate-y: -75% !important; } .sm-focus--translate-y-full:focus { --tw-translate-y: -100% !important; } .sm-skew-x-0 { --tw-skew-x: 0deg !important; } .sm-skew-x-1 { --tw-skew-x: 1deg !important; } .sm-skew-x-2 { --tw-skew-x: 2deg !important; } .sm-skew-x-3 { --tw-skew-x: 3deg !important; } .sm-skew-x-6 { --tw-skew-x: 6deg !important; } .sm-skew-x-12 { --tw-skew-x: 12deg !important; } .sm--skew-x-12 { --tw-skew-x: -12deg !important; } .sm--skew-x-6 { --tw-skew-x: -6deg !important; } .sm--skew-x-3 { --tw-skew-x: -3deg !important; } .sm--skew-x-2 { --tw-skew-x: -2deg !important; } .sm--skew-x-1 { --tw-skew-x: -1deg !important; } .sm-skew-y-0 { --tw-skew-y: 0deg !important; } .sm-skew-y-1 { --tw-skew-y: 1deg !important; } .sm-skew-y-2 { --tw-skew-y: 2deg !important; } .sm-skew-y-3 { --tw-skew-y: 3deg !important; } .sm-skew-y-6 { --tw-skew-y: 6deg !important; } .sm-skew-y-12 { --tw-skew-y: 12deg !important; } .sm--skew-y-12 { --tw-skew-y: -12deg !important; } .sm--skew-y-6 { --tw-skew-y: -6deg !important; } .sm--skew-y-3 { --tw-skew-y: -3deg !important; } .sm--skew-y-2 { --tw-skew-y: -2deg !important; } .sm--skew-y-1 { --tw-skew-y: -1deg !important; } .sm-hover-skew-x-0:hover { --tw-skew-x: 0deg !important; } .sm-hover-skew-x-1:hover { --tw-skew-x: 1deg !important; } .sm-hover-skew-x-2:hover { --tw-skew-x: 2deg !important; } .sm-hover-skew-x-3:hover { --tw-skew-x: 3deg !important; } .sm-hover-skew-x-6:hover { --tw-skew-x: 6deg !important; } .sm-hover-skew-x-12:hover { --tw-skew-x: 12deg !important; } .sm-hover--skew-x-12:hover { --tw-skew-x: -12deg !important; } .sm-hover--skew-x-6:hover { --tw-skew-x: -6deg !important; } .sm-hover--skew-x-3:hover { --tw-skew-x: -3deg !important; } .sm-hover--skew-x-2:hover { --tw-skew-x: -2deg !important; } .sm-hover--skew-x-1:hover { --tw-skew-x: -1deg !important; } .sm-hover-skew-y-0:hover { --tw-skew-y: 0deg !important; } .sm-hover-skew-y-1:hover { --tw-skew-y: 1deg !important; } .sm-hover-skew-y-2:hover { --tw-skew-y: 2deg !important; } .sm-hover-skew-y-3:hover { --tw-skew-y: 3deg !important; } .sm-hover-skew-y-6:hover { --tw-skew-y: 6deg !important; } .sm-hover-skew-y-12:hover { --tw-skew-y: 12deg !important; } .sm-hover--skew-y-12:hover { --tw-skew-y: -12deg !important; } .sm-hover--skew-y-6:hover { --tw-skew-y: -6deg !important; } .sm-hover--skew-y-3:hover { --tw-skew-y: -3deg !important; } .sm-hover--skew-y-2:hover { --tw-skew-y: -2deg !important; } .sm-hover--skew-y-1:hover { --tw-skew-y: -1deg !important; } .sm-focus-skew-x-0:focus { --tw-skew-x: 0deg !important; } .sm-focus-skew-x-1:focus { --tw-skew-x: 1deg !important; } .sm-focus-skew-x-2:focus { --tw-skew-x: 2deg !important; } .sm-focus-skew-x-3:focus { --tw-skew-x: 3deg !important; } .sm-focus-skew-x-6:focus { --tw-skew-x: 6deg !important; } .sm-focus-skew-x-12:focus { --tw-skew-x: 12deg !important; } .sm-focus--skew-x-12:focus { --tw-skew-x: -12deg !important; } .sm-focus--skew-x-6:focus { --tw-skew-x: -6deg !important; } .sm-focus--skew-x-3:focus { --tw-skew-x: -3deg !important; } .sm-focus--skew-x-2:focus { --tw-skew-x: -2deg !important; } .sm-focus--skew-x-1:focus { --tw-skew-x: -1deg !important; } .sm-focus-skew-y-0:focus { --tw-skew-y: 0deg !important; } .sm-focus-skew-y-1:focus { --tw-skew-y: 1deg !important; } .sm-focus-skew-y-2:focus { --tw-skew-y: 2deg !important; } .sm-focus-skew-y-3:focus { --tw-skew-y: 3deg !important; } .sm-focus-skew-y-6:focus { --tw-skew-y: 6deg !important; } .sm-focus-skew-y-12:focus { --tw-skew-y: 12deg !important; } .sm-focus--skew-y-12:focus { --tw-skew-y: -12deg !important; } .sm-focus--skew-y-6:focus { --tw-skew-y: -6deg !important; } .sm-focus--skew-y-3:focus { --tw-skew-y: -3deg !important; } .sm-focus--skew-y-2:focus { --tw-skew-y: -2deg !important; } .sm-focus--skew-y-1:focus { --tw-skew-y: -1deg !important; } .sm-transition-none { transition-property: none !important; } .sm-transition-all { transition-property: all !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .sm-transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .sm-transition-colors { transition-property: background-color, border-color, color, fill, stroke !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .sm-transition-opacity { transition-property: opacity !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .sm-transition-shadow { transition-property: box-shadow !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .sm-transition-transform { transition-property: transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .sm-ease-linear { transition-timing-function: linear !important; } .sm-ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; } .sm-ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; } .sm-ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; } .sm-duration-75 { transition-duration: 75ms !important; } .sm-duration-100 { transition-duration: 0.1s !important; } .sm-duration-150 { transition-duration: 0.15s !important; } .sm-duration-200 { transition-duration: 0.2s !important; } .sm-duration-300 { transition-duration: 0.3s !important; } .sm-duration-500 { transition-duration: 0.5s !important; } .sm-duration-700 { transition-duration: 0.7s !important; } .sm-duration-1000 { transition-duration: 1s !important; } .sm-delay-75 { transition-delay: 75ms !important; } .sm-delay-100 { transition-delay: 0.1s !important; } .sm-delay-150 { transition-delay: 0.15s !important; } .sm-delay-200 { transition-delay: 0.2s !important; } .sm-delay-300 { transition-delay: 0.3s !important; } .sm-delay-500 { transition-delay: 0.5s !important; } .sm-delay-700 { transition-delay: 0.7s !important; } .sm-delay-1000 { transition-delay: 1s !important; } .sm-animate-none { animation: none !important; } .sm-animate-spin { animation: spin 1s linear infinite !important; } .sm-animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; } .sm-animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; } .sm-animate-bounce { animation: bounce 1s infinite !important; } } @media (min-width: 641px) { .md-space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .md-space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; } .md-space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; } .md-space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; } .md-space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; } .md-space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; } .md-space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; } .md-space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; } .md-space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; } .md-space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; } .md-space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; } .md-space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; } .md-space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; } .md-space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; } .md-space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; } .md-space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; } .md-space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; } .md-space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; } .md-space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; } .md-space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; } .md-space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; } .md-space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; } .md-space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; } .md-space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; } .md-space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; } .md-space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; } .md-space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; } .md-space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; } .md-space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; } .md-space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; } .md-space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; } .md-space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1px * var(--tw-space-x-reverse)) !important; margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; } .md-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; } .md-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; } .md-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; } .md-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .md--space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; } .md--space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; } .md--space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; } .md--space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; } .md--space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; } .md--space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; } .md--space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; } .md--space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; } .md--space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; } .md--space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; } .md--space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; } .md--space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; } .md--space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; } .md--space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; } .md--space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-4rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; } .md--space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-5rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; } .md--space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-6rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; } .md--space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-7rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; } .md--space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-8rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; } .md--space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-9rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; } .md--space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-10rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; } .md--space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-11rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; } .md--space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-12rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; } .md--space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-13rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; } .md--space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-14rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; } .md--space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-15rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; } .md--space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-16rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; } .md--space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-18rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; } .md--space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-20rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; } .md--space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-24rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; } .md--space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; margin-left: calc(-1px * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; } .md--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; } .md--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; } .md--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .md--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; } .md--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .md-space-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 1 !important; } .md-space-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 1 !important; } .md-divide-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(0px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; } .md-divide-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(0px * (1 - var(--tw-divide-x-reverse))) !important; } .md-divide-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(2px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; } .md-divide-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(2px * (1 - var(--tw-divide-x-reverse))) !important; } .md-divide-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(4px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; } .md-divide-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(4px * (1 - var(--tw-divide-x-reverse))) !important; } .md-divide-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(8px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; } .md-divide-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(8px * (1 - var(--tw-divide-x-reverse))) !important; } .md-divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; } .md-divide-x > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse))) !important; } .md-divide-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 1 !important; } .md-divide-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 1 !important; } .md-divide-transparent > :not([hidden]) ~ :not([hidden]) { border-color: transparent !important; } .md-divide-cw-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-divide-opacity)) !important; } .md-divide-cw-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .md-divide-cw-secondary > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .md-divide-cw-secondary-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-divide-opacity)) !important; } .md-divide-cw-secondary-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-divide-opacity)) !important; } .md-divide-cw-secondary-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-divide-opacity)) !important; } .md-divide-cw-accent > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .md-divide-cw-accent-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-divide-opacity)) !important; } .md-divide-cw-accent-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-divide-opacity)) !important; } .md-divide-cw-blue-print > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-divide-opacity)) !important; } .md-divide-cw-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-divide-opacity)) !important; } .md-divide-cw-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-divide-opacity)) !important; } .md-divide-cw-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-divide-opacity)) !important; } .md-divide-cw-red > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-divide-opacity)) !important; } .md-divide-cw-spring > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-divide-opacity)) !important; } .md-divide-cw-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-divide-opacity)) !important; } .md-divide-cw-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; } .md-divide-cw-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-divide-opacity)) !important; } .md-divide-grey-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-divide-opacity)) !important; } .md-divide-grey-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-divide-opacity)) !important; } .md-divide-grey-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-divide-opacity)) !important; } .md-divide-grey-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-divide-opacity)) !important; } .md-divide-grey-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important; } .md-divide-grey-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-divide-opacity)) !important; } .md-divide-grey-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-divide-opacity)) !important; } .md-divide-grey-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-divide-opacity)) !important; } .md-divide-cball-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-divide-opacity)) !important; } .md-divide-cball-dark-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-divide-opacity)) !important; } .md-divide-cball-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-divide-opacity)) !important; } .md-divide-cw-spring-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .md-divide-cw-spring-dk-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-divide-opacity)) !important; } .md-divide-cw-spring-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-divide-opacity)) !important; } .md-divide-cw-spring-lt-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-divide-opacity)) !important; } .md-divide-cw-spring-dk-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-divide-opacity)) !important; } .md-divide-cw-spring-med-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-divide-opacity)) !important; } .md-divide-cw-spring-lt-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-divide-opacity)) !important; } .md-divide-cw-spring-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-divide-opacity)) !important; } .md-divide-cw-spring-off-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-divide-opacity)) !important; } .md-divide-cw-spring-peach > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-divide-opacity)) !important; } .md-divide-cw-navy > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .md-divide-cw-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .md-divide-cw-dk-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-divide-opacity)) !important; } .md-divide-sc-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-divide-opacity)) !important; } .md-divide-sc-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-divide-opacity)) !important; } .md-divide-sc-sand > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-divide-opacity)) !important; } .md-divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid !important; } .md-divide-dashed > :not([hidden]) ~ :not([hidden]) { border-style: dashed !important; } .md-divide-dotted > :not([hidden]) ~ :not([hidden]) { border-style: dotted !important; } .md-divide-double > :not([hidden]) ~ :not([hidden]) { border-style: double !important; } .md-divide-none > :not([hidden]) ~ :not([hidden]) { border-style: none !important; } .md-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0 !important; } .md-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.05 !important; } .md-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.1 !important; } .md-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.2 !important; } .md-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.25 !important; } .md-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.3 !important; } .md-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.4 !important; } .md-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5 !important; } .md-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.6 !important; } .md-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.7 !important; } .md-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.75 !important; } .md-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.8 !important; } .md-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.9 !important; } .md-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.95 !important; } .md-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; } .md-sr-only { position: absolute !important; 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-width: 0 !important; } .md-not-sr-only { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .md-focus-within-sr-only:focus-within { position: absolute !important; 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-width: 0 !important; } .md-focus-within-not-sr-only:focus-within { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .md-focus-sr-only:focus { position: absolute !important; 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-width: 0 !important; } .md-focus-not-sr-only:focus { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .md-appearance-none { -moz-appearance: none !important; appearance: none !important; } .md-bg-fixed { background-attachment: fixed !important; } .md-bg-local { background-attachment: local !important; } .md-bg-scroll { background-attachment: scroll !important; } .md-bg-clip-border { background-clip: border-box !important; } .md-bg-clip-padding { background-clip: padding-box !important; } .md-bg-clip-content { background-clip: content-box !important; } .md-bg-clip-text { background-clip: text !important; } .md-bg-transparent { background-color: transparent !important; } .md-bg-cw-black { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .md-bg-cw-blue { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .md-bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .md-bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .md-bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .md-bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .md-bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .md-bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .md-bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .md-bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .md-bg-cw-green { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .md-bg-cw-orange { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .md-bg-cw-purple { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .md-bg-cw-red { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .md-bg-cw-spring { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .md-bg-cw-teal { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .md-bg-cw-white { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .md-bg-cw-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .md-bg-grey-10 { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .md-bg-grey-20 { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .md-bg-grey-30 { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .md-bg-grey-40 { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .md-bg-grey-5 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .md-bg-grey-50 { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .md-bg-grey-60 { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .md-bg-grey-70 { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .md-bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .md-bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .md-bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .md-bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .md-bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .md-bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .md-bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .md-bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .md-bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .md-bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .md-bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .md-bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .md-bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .md-bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .md-bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .md-bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .md-bg-sc-teal { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .md-bg-sc-green { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .md-bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-transparent { background-color: transparent !important; } .group:hover .md-group-hover-bg-cw-black { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-blue { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-green { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-orange { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-purple { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-red { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-spring { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-teal { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-white { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-grey-10 { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-grey-20 { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-grey-30 { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-grey-40 { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-grey-5 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-grey-50 { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-grey-60 { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-grey-70 { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-sc-teal { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-sc-green { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .group:hover .md-group-hover-bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-transparent:focus-within { background-color: transparent !important; } .md-focus-within-bg-cw-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-secondary:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-secondary-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-secondary-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-secondary-300:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-accent:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-accent-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-accent-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-blue-print:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-red:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-spring:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-grey-10:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-grey-20:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-grey-30:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-grey-40:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-grey-5:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-grey-50:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-grey-60:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-grey-70:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cball-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cball-dark-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cball-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-spring-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-spring-dk-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-spring-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-spring-lt-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-spring-dk-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-spring-med-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-spring-lt-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-spring-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-spring-off-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-spring-peach:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-navy:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-cw-dk-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-sc-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-sc-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .md-focus-within-bg-sc-sand:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .md-hover-bg-transparent:hover { background-color: transparent !important; } .md-hover-bg-cw-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-secondary:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-secondary-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-secondary-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-secondary-300:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-accent:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-accent-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-accent-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-blue-print:hover { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-red:hover { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-spring:hover { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .md-hover-bg-grey-10:hover { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .md-hover-bg-grey-20:hover { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .md-hover-bg-grey-30:hover { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .md-hover-bg-grey-40:hover { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .md-hover-bg-grey-5:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .md-hover-bg-grey-50:hover { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .md-hover-bg-grey-60:hover { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .md-hover-bg-grey-70:hover { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .md-hover-bg-cball-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .md-hover-bg-cball-dark-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .md-hover-bg-cball-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-spring-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-spring-dk-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-spring-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-spring-lt-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-spring-dk-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-spring-med-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-spring-lt-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-spring-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-spring-off-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-spring-peach:hover { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-navy:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .md-hover-bg-cw-dk-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .md-hover-bg-sc-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .md-hover-bg-sc-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .md-hover-bg-sc-sand:hover { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .md-focus-bg-transparent:focus { background-color: transparent !important; } .md-focus-bg-cw-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-secondary:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-secondary-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-secondary-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-secondary-300:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-accent:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-accent-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-accent-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-blue-print:focus { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-red:focus { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-spring:focus { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .md-focus-bg-grey-10:focus { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .md-focus-bg-grey-20:focus { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .md-focus-bg-grey-30:focus { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .md-focus-bg-grey-40:focus { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .md-focus-bg-grey-5:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .md-focus-bg-grey-50:focus { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .md-focus-bg-grey-60:focus { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .md-focus-bg-grey-70:focus { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .md-focus-bg-cball-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .md-focus-bg-cball-dark-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .md-focus-bg-cball-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-spring-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-spring-dk-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-spring-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-spring-lt-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-spring-dk-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-spring-med-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-spring-lt-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-spring-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-spring-off-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-spring-peach:focus { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-navy:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .md-focus-bg-cw-dk-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .md-focus-bg-sc-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .md-focus-bg-sc-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .md-focus-bg-sc-sand:focus { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .md-bg-none { background-image: none !important; } .md-bg-gradient-to-t { background-image: linear-gradient( 0deg, var(--tw-gradient-stops) ) !important; } .md-bg-gradient-to-tr { background-image: linear-gradient( to top right, var(--tw-gradient-stops) ) !important; } .md-bg-gradient-to-r { background-image: linear-gradient( 90deg, var(--tw-gradient-stops) ) !important; } .md-bg-gradient-to-br { background-image: linear-gradient( to bottom right, var(--tw-gradient-stops) ) !important; } .md-bg-gradient-to-b { background-image: linear-gradient( 180deg, var(--tw-gradient-stops) ) !important; } .md-bg-gradient-to-bl { background-image: linear-gradient( to bottom left, var(--tw-gradient-stops) ) !important; } .md-bg-gradient-to-l { background-image: linear-gradient( 270deg, var(--tw-gradient-stops) ) !important; } .md-bg-gradient-to-tl { background-image: linear-gradient( to top left, var(--tw-gradient-stops) ) !important; } .md-from-transparent { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .md-from-cw-black { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .md-from-cw-blue { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-from-cw-secondary { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-from-cw-secondary-100 { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .md-from-cw-secondary-200 { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .md-from-cw-secondary-300 { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .md-from-cw-accent { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-from-cw-accent-100 { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .md-from-cw-accent-200 { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .md-from-cw-blue-print { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .md-from-cw-green { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .md-from-cw-orange { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .md-from-cw-purple { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .md-from-cw-red { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .md-from-cw-spring { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .md-from-cw-teal { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .md-from-cw-white { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .md-from-cw-yellow { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .md-from-grey-10 { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .md-from-grey-20 { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .md-from-grey-30 { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .md-from-grey-40 { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .md-from-grey-5 { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .md-from-grey-50 { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .md-from-grey-60 { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .md-from-grey-70 { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .md-from-cball-blue { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .md-from-cball-dark-blue { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .md-from-cball-purple { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .md-from-cw-spring-yellow { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-from-cw-spring-dk-blue { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .md-from-cw-spring-med-blue { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .md-from-cw-spring-lt-blue { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .md-from-cw-spring-dk-green { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .md-from-cw-spring-med-green { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .md-from-cw-spring-lt-green { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .md-from-cw-spring-black { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .md-from-cw-spring-off-white { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .md-from-cw-spring-peach { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .md-from-cw-navy { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-from-cw-med-blue { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-from-cw-dk-orange { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .md-from-sc-teal { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .md-from-sc-green { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .md-from-sc-sand { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .md-via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .md-via-cw-black { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .md-via-cw-blue { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-via-cw-secondary { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-via-cw-secondary-100 { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .md-via-cw-secondary-200 { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .md-via-cw-secondary-300 { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .md-via-cw-accent { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-via-cw-accent-100 { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .md-via-cw-accent-200 { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .md-via-cw-blue-print { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .md-via-cw-green { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .md-via-cw-orange { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .md-via-cw-purple { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .md-via-cw-red { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .md-via-cw-spring { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .md-via-cw-teal { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .md-via-cw-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .md-via-cw-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .md-via-grey-10 { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .md-via-grey-20 { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .md-via-grey-30 { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .md-via-grey-40 { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .md-via-grey-5 { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .md-via-grey-50 { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .md-via-grey-60 { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .md-via-grey-70 { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .md-via-cball-blue { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .md-via-cball-dark-blue { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .md-via-cball-purple { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .md-via-cw-spring-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-via-cw-spring-dk-blue { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .md-via-cw-spring-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .md-via-cw-spring-lt-blue { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .md-via-cw-spring-dk-green { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .md-via-cw-spring-med-green { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .md-via-cw-spring-lt-green { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .md-via-cw-spring-black { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .md-via-cw-spring-off-white { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .md-via-cw-spring-peach { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .md-via-cw-navy { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-via-cw-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-via-cw-dk-orange { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .md-via-sc-teal { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .md-via-sc-green { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .md-via-sc-sand { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .md-to-transparent { --tw-gradient-to: transparent !important; } .md-to-cw-black { --tw-gradient-to: #333232 !important; } .md-to-cw-blue { --tw-gradient-to: #036 !important; } .md-to-cw-secondary { --tw-gradient-to: #77a8bb !important; } .md-to-cw-secondary-100 { --tw-gradient-to: #99becc !important; } .md-to-cw-secondary-200 { --tw-gradient-to: #d6e4ea !important; } .md-to-cw-secondary-300 { --tw-gradient-to: #f7fcff !important; } .md-to-cw-accent { --tw-gradient-to: #ffc907 !important; } .md-to-cw-accent-100 { --tw-gradient-to: #fff7e1 !important; } .md-to-cw-accent-200 { --tw-gradient-to: #fffbf0 !important; } .md-to-cw-blue-print { --tw-gradient-to: #5096d0 !important; } .md-to-cw-green { --tw-gradient-to: #14a947 !important; } .md-to-cw-orange { --tw-gradient-to: #fe813a !important; } .md-to-cw-purple { --tw-gradient-to: #9064bf !important; } .md-to-cw-red { --tw-gradient-to: #fa575d !important; } .md-to-cw-spring { --tw-gradient-to: #1ba9e0 !important; } .md-to-cw-teal { --tw-gradient-to: #8ed4cc !important; } .md-to-cw-white { --tw-gradient-to: #fff !important; } .md-to-cw-yellow { --tw-gradient-to: #ffca0a !important; } .md-to-grey-10 { --tw-gradient-to: #f4f5f0 !important; } .md-to-grey-20 { --tw-gradient-to: #e9eae4 !important; } .md-to-grey-30 { --tw-gradient-to: #dfdfd7 !important; } .md-to-grey-40 { --tw-gradient-to: #c1c1ba !important; } .md-to-grey-5 { --tw-gradient-to: #f7f7f7 !important; } .md-to-grey-50 { --tw-gradient-to: #9b9b94 !important; } .md-to-grey-60 { --tw-gradient-to: #71716c !important; } .md-to-grey-70 { --tw-gradient-to: #515151 !important; } .md-to-cball-blue { --tw-gradient-to: #576995 !important; } .md-to-cball-dark-blue { --tw-gradient-to: #354363 !important; } .md-to-cball-purple { --tw-gradient-to: #0a101f !important; } .md-to-cw-spring-yellow { --tw-gradient-to: #ffc907 !important; } .md-to-cw-spring-dk-blue { --tw-gradient-to: #1e2658 !important; } .md-to-cw-spring-med-blue { --tw-gradient-to: #1080b9 !important; } .md-to-cw-spring-lt-blue { --tw-gradient-to: #bae3f0 !important; } .md-to-cw-spring-dk-green { --tw-gradient-to: #004b3d !important; } .md-to-cw-spring-med-green { --tw-gradient-to: #00ac7f !important; } .md-to-cw-spring-lt-green { --tw-gradient-to: #b8e3d1 !important; } .md-to-cw-spring-black { --tw-gradient-to: #1a1a1a !important; } .md-to-cw-spring-off-white { --tw-gradient-to: #fdf4e2 !important; } .md-to-cw-spring-peach { --tw-gradient-to: #e88a78 !important; } .md-to-cw-navy { --tw-gradient-to: #036 !important; } .md-to-cw-med-blue { --tw-gradient-to: #77a8bb !important; } .md-to-cw-dk-orange { --tw-gradient-to: #bf6c46 !important; } .md-to-sc-teal { --tw-gradient-to: #43b29a !important; } .md-to-sc-green { --tw-gradient-to: #7db87e !important; } .md-to-sc-sand { --tw-gradient-to: #f9f7e9 !important; } .md-hover-from-transparent:hover { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .md-hover-from-cw-black:hover { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .md-hover-from-cw-blue:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-hover-from-cw-secondary:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-hover-from-cw-secondary-100:hover { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .md-hover-from-cw-secondary-200:hover { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .md-hover-from-cw-secondary-300:hover { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .md-hover-from-cw-accent:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-hover-from-cw-accent-100:hover { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .md-hover-from-cw-accent-200:hover { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .md-hover-from-cw-blue-print:hover { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .md-hover-from-cw-green:hover { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .md-hover-from-cw-orange:hover { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .md-hover-from-cw-purple:hover { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .md-hover-from-cw-red:hover { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .md-hover-from-cw-spring:hover { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .md-hover-from-cw-teal:hover { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .md-hover-from-cw-white:hover { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .md-hover-from-cw-yellow:hover { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .md-hover-from-grey-10:hover { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .md-hover-from-grey-20:hover { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .md-hover-from-grey-30:hover { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .md-hover-from-grey-40:hover { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .md-hover-from-grey-5:hover { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .md-hover-from-grey-50:hover { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .md-hover-from-grey-60:hover { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .md-hover-from-grey-70:hover { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .md-hover-from-cball-blue:hover { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .md-hover-from-cball-dark-blue:hover { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .md-hover-from-cball-purple:hover { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .md-hover-from-cw-spring-yellow:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-hover-from-cw-spring-dk-blue:hover { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .md-hover-from-cw-spring-med-blue:hover { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .md-hover-from-cw-spring-lt-blue:hover { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .md-hover-from-cw-spring-dk-green:hover { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .md-hover-from-cw-spring-med-green:hover { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .md-hover-from-cw-spring-lt-green:hover { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .md-hover-from-cw-spring-black:hover { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .md-hover-from-cw-spring-off-white:hover { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .md-hover-from-cw-spring-peach:hover { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .md-hover-from-cw-navy:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-hover-from-cw-med-blue:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-hover-from-cw-dk-orange:hover { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .md-hover-from-sc-teal:hover { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .md-hover-from-sc-green:hover { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .md-hover-from-sc-sand:hover { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .md-hover-via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .md-hover-via-cw-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .md-hover-via-cw-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-hover-via-cw-secondary:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-hover-via-cw-secondary-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .md-hover-via-cw-secondary-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .md-hover-via-cw-secondary-300:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .md-hover-via-cw-accent:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-hover-via-cw-accent-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .md-hover-via-cw-accent-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .md-hover-via-cw-blue-print:hover { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .md-hover-via-cw-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .md-hover-via-cw-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .md-hover-via-cw-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .md-hover-via-cw-red:hover { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .md-hover-via-cw-spring:hover { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .md-hover-via-cw-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .md-hover-via-cw-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .md-hover-via-cw-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .md-hover-via-grey-10:hover { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .md-hover-via-grey-20:hover { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .md-hover-via-grey-30:hover { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .md-hover-via-grey-40:hover { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .md-hover-via-grey-5:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .md-hover-via-grey-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .md-hover-via-grey-60:hover { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .md-hover-via-grey-70:hover { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .md-hover-via-cball-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .md-hover-via-cball-dark-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .md-hover-via-cball-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .md-hover-via-cw-spring-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-hover-via-cw-spring-dk-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .md-hover-via-cw-spring-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .md-hover-via-cw-spring-lt-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .md-hover-via-cw-spring-dk-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .md-hover-via-cw-spring-med-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .md-hover-via-cw-spring-lt-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .md-hover-via-cw-spring-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .md-hover-via-cw-spring-off-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .md-hover-via-cw-spring-peach:hover { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .md-hover-via-cw-navy:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-hover-via-cw-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-hover-via-cw-dk-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .md-hover-via-sc-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .md-hover-via-sc-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .md-hover-via-sc-sand:hover { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .md-hover-to-transparent:hover { --tw-gradient-to: transparent !important; } .md-hover-to-cw-black:hover { --tw-gradient-to: #333232 !important; } .md-hover-to-cw-blue:hover { --tw-gradient-to: #036 !important; } .md-hover-to-cw-secondary:hover { --tw-gradient-to: #77a8bb !important; } .md-hover-to-cw-secondary-100:hover { --tw-gradient-to: #99becc !important; } .md-hover-to-cw-secondary-200:hover { --tw-gradient-to: #d6e4ea !important; } .md-hover-to-cw-secondary-300:hover { --tw-gradient-to: #f7fcff !important; } .md-hover-to-cw-accent:hover { --tw-gradient-to: #ffc907 !important; } .md-hover-to-cw-accent-100:hover { --tw-gradient-to: #fff7e1 !important; } .md-hover-to-cw-accent-200:hover { --tw-gradient-to: #fffbf0 !important; } .md-hover-to-cw-blue-print:hover { --tw-gradient-to: #5096d0 !important; } .md-hover-to-cw-green:hover { --tw-gradient-to: #14a947 !important; } .md-hover-to-cw-orange:hover { --tw-gradient-to: #fe813a !important; } .md-hover-to-cw-purple:hover { --tw-gradient-to: #9064bf !important; } .md-hover-to-cw-red:hover { --tw-gradient-to: #fa575d !important; } .md-hover-to-cw-spring:hover { --tw-gradient-to: #1ba9e0 !important; } .md-hover-to-cw-teal:hover { --tw-gradient-to: #8ed4cc !important; } .md-hover-to-cw-white:hover { --tw-gradient-to: #fff !important; } .md-hover-to-cw-yellow:hover { --tw-gradient-to: #ffca0a !important; } .md-hover-to-grey-10:hover { --tw-gradient-to: #f4f5f0 !important; } .md-hover-to-grey-20:hover { --tw-gradient-to: #e9eae4 !important; } .md-hover-to-grey-30:hover { --tw-gradient-to: #dfdfd7 !important; } .md-hover-to-grey-40:hover { --tw-gradient-to: #c1c1ba !important; } .md-hover-to-grey-5:hover { --tw-gradient-to: #f7f7f7 !important; } .md-hover-to-grey-50:hover { --tw-gradient-to: #9b9b94 !important; } .md-hover-to-grey-60:hover { --tw-gradient-to: #71716c !important; } .md-hover-to-grey-70:hover { --tw-gradient-to: #515151 !important; } .md-hover-to-cball-blue:hover { --tw-gradient-to: #576995 !important; } .md-hover-to-cball-dark-blue:hover { --tw-gradient-to: #354363 !important; } .md-hover-to-cball-purple:hover { --tw-gradient-to: #0a101f !important; } .md-hover-to-cw-spring-yellow:hover { --tw-gradient-to: #ffc907 !important; } .md-hover-to-cw-spring-dk-blue:hover { --tw-gradient-to: #1e2658 !important; } .md-hover-to-cw-spring-med-blue:hover { --tw-gradient-to: #1080b9 !important; } .md-hover-to-cw-spring-lt-blue:hover { --tw-gradient-to: #bae3f0 !important; } .md-hover-to-cw-spring-dk-green:hover { --tw-gradient-to: #004b3d !important; } .md-hover-to-cw-spring-med-green:hover { --tw-gradient-to: #00ac7f !important; } .md-hover-to-cw-spring-lt-green:hover { --tw-gradient-to: #b8e3d1 !important; } .md-hover-to-cw-spring-black:hover { --tw-gradient-to: #1a1a1a !important; } .md-hover-to-cw-spring-off-white:hover { --tw-gradient-to: #fdf4e2 !important; } .md-hover-to-cw-spring-peach:hover { --tw-gradient-to: #e88a78 !important; } .md-hover-to-cw-navy:hover { --tw-gradient-to: #036 !important; } .md-hover-to-cw-med-blue:hover { --tw-gradient-to: #77a8bb !important; } .md-hover-to-cw-dk-orange:hover { --tw-gradient-to: #bf6c46 !important; } .md-hover-to-sc-teal:hover { --tw-gradient-to: #43b29a !important; } .md-hover-to-sc-green:hover { --tw-gradient-to: #7db87e !important; } .md-hover-to-sc-sand:hover { --tw-gradient-to: #f9f7e9 !important; } .md-focus-from-transparent:focus { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .md-focus-from-cw-black:focus { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .md-focus-from-cw-blue:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-focus-from-cw-secondary:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-focus-from-cw-secondary-100:focus { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .md-focus-from-cw-secondary-200:focus { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .md-focus-from-cw-secondary-300:focus { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .md-focus-from-cw-accent:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-focus-from-cw-accent-100:focus { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .md-focus-from-cw-accent-200:focus { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .md-focus-from-cw-blue-print:focus { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .md-focus-from-cw-green:focus { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .md-focus-from-cw-orange:focus { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .md-focus-from-cw-purple:focus { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .md-focus-from-cw-red:focus { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .md-focus-from-cw-spring:focus { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .md-focus-from-cw-teal:focus { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .md-focus-from-cw-white:focus { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .md-focus-from-cw-yellow:focus { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .md-focus-from-grey-10:focus { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .md-focus-from-grey-20:focus { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .md-focus-from-grey-30:focus { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .md-focus-from-grey-40:focus { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .md-focus-from-grey-5:focus { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .md-focus-from-grey-50:focus { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .md-focus-from-grey-60:focus { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .md-focus-from-grey-70:focus { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .md-focus-from-cball-blue:focus { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .md-focus-from-cball-dark-blue:focus { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .md-focus-from-cball-purple:focus { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .md-focus-from-cw-spring-yellow:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-focus-from-cw-spring-dk-blue:focus { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .md-focus-from-cw-spring-med-blue:focus { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .md-focus-from-cw-spring-lt-blue:focus { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .md-focus-from-cw-spring-dk-green:focus { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .md-focus-from-cw-spring-med-green:focus { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .md-focus-from-cw-spring-lt-green:focus { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .md-focus-from-cw-spring-black:focus { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .md-focus-from-cw-spring-off-white:focus { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .md-focus-from-cw-spring-peach:focus { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .md-focus-from-cw-navy:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-focus-from-cw-med-blue:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-focus-from-cw-dk-orange:focus { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .md-focus-from-sc-teal:focus { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .md-focus-from-sc-green:focus { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .md-focus-from-sc-sand:focus { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .md-focus-via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .md-focus-via-cw-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .md-focus-via-cw-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-focus-via-cw-secondary:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-focus-via-cw-secondary-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .md-focus-via-cw-secondary-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .md-focus-via-cw-secondary-300:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .md-focus-via-cw-accent:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-focus-via-cw-accent-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .md-focus-via-cw-accent-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .md-focus-via-cw-blue-print:focus { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .md-focus-via-cw-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .md-focus-via-cw-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .md-focus-via-cw-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .md-focus-via-cw-red:focus { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .md-focus-via-cw-spring:focus { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .md-focus-via-cw-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .md-focus-via-cw-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .md-focus-via-cw-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .md-focus-via-grey-10:focus { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .md-focus-via-grey-20:focus { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .md-focus-via-grey-30:focus { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .md-focus-via-grey-40:focus { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .md-focus-via-grey-5:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .md-focus-via-grey-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .md-focus-via-grey-60:focus { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .md-focus-via-grey-70:focus { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .md-focus-via-cball-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .md-focus-via-cball-dark-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .md-focus-via-cball-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .md-focus-via-cw-spring-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .md-focus-via-cw-spring-dk-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .md-focus-via-cw-spring-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .md-focus-via-cw-spring-lt-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .md-focus-via-cw-spring-dk-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .md-focus-via-cw-spring-med-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .md-focus-via-cw-spring-lt-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .md-focus-via-cw-spring-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .md-focus-via-cw-spring-off-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .md-focus-via-cw-spring-peach:focus { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .md-focus-via-cw-navy:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .md-focus-via-cw-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .md-focus-via-cw-dk-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .md-focus-via-sc-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .md-focus-via-sc-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .md-focus-via-sc-sand:focus { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .md-focus-to-transparent:focus { --tw-gradient-to: transparent !important; } .md-focus-to-cw-black:focus { --tw-gradient-to: #333232 !important; } .md-focus-to-cw-blue:focus { --tw-gradient-to: #036 !important; } .md-focus-to-cw-secondary:focus { --tw-gradient-to: #77a8bb !important; } .md-focus-to-cw-secondary-100:focus { --tw-gradient-to: #99becc !important; } .md-focus-to-cw-secondary-200:focus { --tw-gradient-to: #d6e4ea !important; } .md-focus-to-cw-secondary-300:focus { --tw-gradient-to: #f7fcff !important; } .md-focus-to-cw-accent:focus { --tw-gradient-to: #ffc907 !important; } .md-focus-to-cw-accent-100:focus { --tw-gradient-to: #fff7e1 !important; } .md-focus-to-cw-accent-200:focus { --tw-gradient-to: #fffbf0 !important; } .md-focus-to-cw-blue-print:focus { --tw-gradient-to: #5096d0 !important; } .md-focus-to-cw-green:focus { --tw-gradient-to: #14a947 !important; } .md-focus-to-cw-orange:focus { --tw-gradient-to: #fe813a !important; } .md-focus-to-cw-purple:focus { --tw-gradient-to: #9064bf !important; } .md-focus-to-cw-red:focus { --tw-gradient-to: #fa575d !important; } .md-focus-to-cw-spring:focus { --tw-gradient-to: #1ba9e0 !important; } .md-focus-to-cw-teal:focus { --tw-gradient-to: #8ed4cc !important; } .md-focus-to-cw-white:focus { --tw-gradient-to: #fff !important; } .md-focus-to-cw-yellow:focus { --tw-gradient-to: #ffca0a !important; } .md-focus-to-grey-10:focus { --tw-gradient-to: #f4f5f0 !important; } .md-focus-to-grey-20:focus { --tw-gradient-to: #e9eae4 !important; } .md-focus-to-grey-30:focus { --tw-gradient-to: #dfdfd7 !important; } .md-focus-to-grey-40:focus { --tw-gradient-to: #c1c1ba !important; } .md-focus-to-grey-5:focus { --tw-gradient-to: #f7f7f7 !important; } .md-focus-to-grey-50:focus { --tw-gradient-to: #9b9b94 !important; } .md-focus-to-grey-60:focus { --tw-gradient-to: #71716c !important; } .md-focus-to-grey-70:focus { --tw-gradient-to: #515151 !important; } .md-focus-to-cball-blue:focus { --tw-gradient-to: #576995 !important; } .md-focus-to-cball-dark-blue:focus { --tw-gradient-to: #354363 !important; } .md-focus-to-cball-purple:focus { --tw-gradient-to: #0a101f !important; } .md-focus-to-cw-spring-yellow:focus { --tw-gradient-to: #ffc907 !important; } .md-focus-to-cw-spring-dk-blue:focus { --tw-gradient-to: #1e2658 !important; } .md-focus-to-cw-spring-med-blue:focus { --tw-gradient-to: #1080b9 !important; } .md-focus-to-cw-spring-lt-blue:focus { --tw-gradient-to: #bae3f0 !important; } .md-focus-to-cw-spring-dk-green:focus { --tw-gradient-to: #004b3d !important; } .md-focus-to-cw-spring-med-green:focus { --tw-gradient-to: #00ac7f !important; } .md-focus-to-cw-spring-lt-green:focus { --tw-gradient-to: #b8e3d1 !important; } .md-focus-to-cw-spring-black:focus { --tw-gradient-to: #1a1a1a !important; } .md-focus-to-cw-spring-off-white:focus { --tw-gradient-to: #fdf4e2 !important; } .md-focus-to-cw-spring-peach:focus { --tw-gradient-to: #e88a78 !important; } .md-focus-to-cw-navy:focus { --tw-gradient-to: #036 !important; } .md-focus-to-cw-med-blue:focus { --tw-gradient-to: #77a8bb !important; } .md-focus-to-cw-dk-orange:focus { --tw-gradient-to: #bf6c46 !important; } .md-focus-to-sc-teal:focus { --tw-gradient-to: #43b29a !important; } .md-focus-to-sc-green:focus { --tw-gradient-to: #7db87e !important; } .md-focus-to-sc-sand:focus { --tw-gradient-to: #f9f7e9 !important; } .md-bg-opacity-0 { --tw-bg-opacity: 0 !important; } .md-bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .md-bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .md-bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .md-bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .md-bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .md-bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .md-bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .md-bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .md-bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .md-bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .md-bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .md-bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .md-bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .md-bg-opacity-100 { --tw-bg-opacity: 1 !important; } .group:hover .md-group-hover-bg-opacity-0 { --tw-bg-opacity: 0 !important; } .group:hover .md-group-hover-bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .group:hover .md-group-hover-bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .group:hover .md-group-hover-bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .group:hover .md-group-hover-bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .group:hover .md-group-hover-bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .group:hover .md-group-hover-bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .group:hover .md-group-hover-bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .group:hover .md-group-hover-bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .group:hover .md-group-hover-bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .group:hover .md-group-hover-bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .group:hover .md-group-hover-bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .group:hover .md-group-hover-bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .group:hover .md-group-hover-bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .group:hover .md-group-hover-bg-opacity-100 { --tw-bg-opacity: 1 !important; } .md-focus-within-bg-opacity-0:focus-within { --tw-bg-opacity: 0 !important; } .md-focus-within-bg-opacity-5:focus-within { --tw-bg-opacity: 0.05 !important; } .md-focus-within-bg-opacity-10:focus-within { --tw-bg-opacity: 0.1 !important; } .md-focus-within-bg-opacity-20:focus-within { --tw-bg-opacity: 0.2 !important; } .md-focus-within-bg-opacity-25:focus-within { --tw-bg-opacity: 0.25 !important; } .md-focus-within-bg-opacity-30:focus-within { --tw-bg-opacity: 0.3 !important; } .md-focus-within-bg-opacity-40:focus-within { --tw-bg-opacity: 0.4 !important; } .md-focus-within-bg-opacity-50:focus-within { --tw-bg-opacity: 0.5 !important; } .md-focus-within-bg-opacity-60:focus-within { --tw-bg-opacity: 0.6 !important; } .md-focus-within-bg-opacity-70:focus-within { --tw-bg-opacity: 0.7 !important; } .md-focus-within-bg-opacity-75:focus-within { --tw-bg-opacity: 0.75 !important; } .md-focus-within-bg-opacity-80:focus-within { --tw-bg-opacity: 0.8 !important; } .md-focus-within-bg-opacity-90:focus-within { --tw-bg-opacity: 0.9 !important; } .md-focus-within-bg-opacity-95:focus-within { --tw-bg-opacity: 0.95 !important; } .md-focus-within-bg-opacity-100:focus-within { --tw-bg-opacity: 1 !important; } .md-hover-bg-opacity-0:hover { --tw-bg-opacity: 0 !important; } .md-hover-bg-opacity-5:hover { --tw-bg-opacity: 0.05 !important; } .md-hover-bg-opacity-10:hover { --tw-bg-opacity: 0.1 !important; } .md-hover-bg-opacity-20:hover { --tw-bg-opacity: 0.2 !important; } .md-hover-bg-opacity-25:hover { --tw-bg-opacity: 0.25 !important; } .md-hover-bg-opacity-30:hover { --tw-bg-opacity: 0.3 !important; } .md-hover-bg-opacity-40:hover { --tw-bg-opacity: 0.4 !important; } .md-hover-bg-opacity-50:hover { --tw-bg-opacity: 0.5 !important; } .md-hover-bg-opacity-60:hover { --tw-bg-opacity: 0.6 !important; } .md-hover-bg-opacity-70:hover { --tw-bg-opacity: 0.7 !important; } .md-hover-bg-opacity-75:hover { --tw-bg-opacity: 0.75 !important; } .md-hover-bg-opacity-80:hover { --tw-bg-opacity: 0.8 !important; } .md-hover-bg-opacity-90:hover { --tw-bg-opacity: 0.9 !important; } .md-hover-bg-opacity-95:hover { --tw-bg-opacity: 0.95 !important; } .md-hover-bg-opacity-100:hover { --tw-bg-opacity: 1 !important; } .md-focus-bg-opacity-0:focus { --tw-bg-opacity: 0 !important; } .md-focus-bg-opacity-5:focus { --tw-bg-opacity: 0.05 !important; } .md-focus-bg-opacity-10:focus { --tw-bg-opacity: 0.1 !important; } .md-focus-bg-opacity-20:focus { --tw-bg-opacity: 0.2 !important; } .md-focus-bg-opacity-25:focus { --tw-bg-opacity: 0.25 !important; } .md-focus-bg-opacity-30:focus { --tw-bg-opacity: 0.3 !important; } .md-focus-bg-opacity-40:focus { --tw-bg-opacity: 0.4 !important; } .md-focus-bg-opacity-50:focus { --tw-bg-opacity: 0.5 !important; } .md-focus-bg-opacity-60:focus { --tw-bg-opacity: 0.6 !important; } .md-focus-bg-opacity-70:focus { --tw-bg-opacity: 0.7 !important; } .md-focus-bg-opacity-75:focus { --tw-bg-opacity: 0.75 !important; } .md-focus-bg-opacity-80:focus { --tw-bg-opacity: 0.8 !important; } .md-focus-bg-opacity-90:focus { --tw-bg-opacity: 0.9 !important; } .md-focus-bg-opacity-95:focus { --tw-bg-opacity: 0.95 !important; } .md-focus-bg-opacity-100:focus { --tw-bg-opacity: 1 !important; } .md-bg-bottom { background-position: bottom !important; } .md-bg-center { background-position: 50% !important; } .md-bg-left { background-position: 0 !important; } .md-bg-left-bottom { background-position: 0 100% !important; } .md-bg-left-top { background-position: 0 0 !important; } .md-bg-right { background-position: 100% !important; } .md-bg-right-bottom { background-position: 100% 100% !important; } .md-bg-right-top { background-position: 100% 0 !important; } .md-bg-top { background-position: top !important; } .md-bg-repeat { background-repeat: repeat !important; } .md-bg-no-repeat { background-repeat: no-repeat !important; } .md-bg-repeat-x { background-repeat: repeat-x !important; } .md-bg-repeat-y { background-repeat: repeat-y !important; } .md-bg-repeat-round { background-repeat: round !important; } .md-bg-repeat-space { background-repeat: space !important; } .md-bg-auto { background-size: auto !important; } .md-bg-cover { background-size: cover !important; } .md-bg-contain { background-size: contain !important; } .md-border-collapse { border-collapse: collapse !important; } .md-border-separate { border-collapse: separate !important; } .md-border-transparent { border-color: transparent !important; } .md-border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .md-border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .md-border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .md-border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .md-border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .md-border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .md-border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .md-border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .md-border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .md-border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .md-border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .md-border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .md-border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .md-border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .md-border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .md-border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .md-border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .md-border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .md-border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .md-border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .md-border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .md-border-grey-40 { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .md-border-grey-5 { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .md-border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .md-border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .md-border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .md-border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .md-border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .md-border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .md-border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .md-border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .md-border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .md-border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .md-border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .md-border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .md-border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .md-border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .md-border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .md-border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .md-border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .md-border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .md-border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .md-border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .md-border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .md-border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-transparent { border-color: transparent !important; } .group:hover .md-group-hover-border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-grey-40 { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-grey-5 { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .group:hover .md-group-hover-border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .md-focus-within-border-transparent:focus-within { border-color: transparent !important; } .md-focus-within-border-cw-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-secondary:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-secondary-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-secondary-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-secondary-300:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-accent:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-accent-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-accent-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-blue-print:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-red:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-spring:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .md-focus-within-border-grey-10:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .md-focus-within-border-grey-20:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .md-focus-within-border-grey-30:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .md-focus-within-border-grey-40:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .md-focus-within-border-grey-5:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .md-focus-within-border-grey-50:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .md-focus-within-border-grey-60:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .md-focus-within-border-grey-70:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .md-focus-within-border-cball-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .md-focus-within-border-cball-dark-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .md-focus-within-border-cball-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-spring-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-spring-dk-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-spring-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-spring-lt-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-spring-dk-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-spring-med-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-spring-lt-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-spring-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-spring-off-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-spring-peach:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-navy:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .md-focus-within-border-cw-dk-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .md-focus-within-border-sc-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .md-focus-within-border-sc-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .md-focus-within-border-sc-sand:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .md-hover-border-transparent:hover { border-color: transparent !important; } .md-hover-border-cw-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .md-hover-border-cw-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .md-hover-border-cw-secondary:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .md-hover-border-cw-secondary-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .md-hover-border-cw-secondary-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .md-hover-border-cw-secondary-300:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .md-hover-border-cw-accent:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .md-hover-border-cw-accent-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .md-hover-border-cw-accent-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .md-hover-border-cw-blue-print:hover { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .md-hover-border-cw-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .md-hover-border-cw-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .md-hover-border-cw-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .md-hover-border-cw-red:hover { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .md-hover-border-cw-spring:hover { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .md-hover-border-cw-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .md-hover-border-cw-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .md-hover-border-cw-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .md-hover-border-grey-10:hover { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .md-hover-border-grey-20:hover { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .md-hover-border-grey-30:hover { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .md-hover-border-grey-40:hover { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .md-hover-border-grey-5:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .md-hover-border-grey-50:hover { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .md-hover-border-grey-60:hover { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .md-hover-border-grey-70:hover { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .md-hover-border-cball-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .md-hover-border-cball-dark-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .md-hover-border-cball-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .md-hover-border-cw-spring-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .md-hover-border-cw-spring-dk-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .md-hover-border-cw-spring-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .md-hover-border-cw-spring-lt-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .md-hover-border-cw-spring-dk-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .md-hover-border-cw-spring-med-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .md-hover-border-cw-spring-lt-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .md-hover-border-cw-spring-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .md-hover-border-cw-spring-off-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .md-hover-border-cw-spring-peach:hover { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .md-hover-border-cw-navy:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .md-hover-border-cw-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .md-hover-border-cw-dk-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .md-hover-border-sc-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .md-hover-border-sc-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .md-hover-border-sc-sand:hover { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .md-focus-border-transparent:focus { border-color: transparent !important; } .md-focus-border-cw-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .md-focus-border-cw-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .md-focus-border-cw-secondary:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .md-focus-border-cw-secondary-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .md-focus-border-cw-secondary-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .md-focus-border-cw-secondary-300:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .md-focus-border-cw-accent:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .md-focus-border-cw-accent-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .md-focus-border-cw-accent-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .md-focus-border-cw-blue-print:focus { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .md-focus-border-cw-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .md-focus-border-cw-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .md-focus-border-cw-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .md-focus-border-cw-red:focus { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .md-focus-border-cw-spring:focus { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .md-focus-border-cw-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .md-focus-border-cw-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .md-focus-border-cw-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .md-focus-border-grey-10:focus { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .md-focus-border-grey-20:focus { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .md-focus-border-grey-30:focus { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .md-focus-border-grey-40:focus { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .md-focus-border-grey-5:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .md-focus-border-grey-50:focus { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .md-focus-border-grey-60:focus { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .md-focus-border-grey-70:focus { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .md-focus-border-cball-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .md-focus-border-cball-dark-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .md-focus-border-cball-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .md-focus-border-cw-spring-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .md-focus-border-cw-spring-dk-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .md-focus-border-cw-spring-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .md-focus-border-cw-spring-lt-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .md-focus-border-cw-spring-dk-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .md-focus-border-cw-spring-med-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .md-focus-border-cw-spring-lt-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .md-focus-border-cw-spring-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .md-focus-border-cw-spring-off-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .md-focus-border-cw-spring-peach:focus { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .md-focus-border-cw-navy:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .md-focus-border-cw-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .md-focus-border-cw-dk-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .md-focus-border-sc-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .md-focus-border-sc-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .md-focus-border-sc-sand:focus { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .md-border-opacity-0 { --tw-border-opacity: 0 !important; } .md-border-opacity-5 { --tw-border-opacity: 0.05 !important; } .md-border-opacity-10 { --tw-border-opacity: 0.1 !important; } .md-border-opacity-20 { --tw-border-opacity: 0.2 !important; } .md-border-opacity-25 { --tw-border-opacity: 0.25 !important; } .md-border-opacity-30 { --tw-border-opacity: 0.3 !important; } .md-border-opacity-40 { --tw-border-opacity: 0.4 !important; } .md-border-opacity-50 { --tw-border-opacity: 0.5 !important; } .md-border-opacity-60 { --tw-border-opacity: 0.6 !important; } .md-border-opacity-70 { --tw-border-opacity: 0.7 !important; } .md-border-opacity-75 { --tw-border-opacity: 0.75 !important; } .md-border-opacity-80 { --tw-border-opacity: 0.8 !important; } .md-border-opacity-90 { --tw-border-opacity: 0.9 !important; } .md-border-opacity-95 { --tw-border-opacity: 0.95 !important; } .md-border-opacity-100 { --tw-border-opacity: 1 !important; } .group:hover .md-group-hover-border-opacity-0 { --tw-border-opacity: 0 !important; } .group:hover .md-group-hover-border-opacity-5 { --tw-border-opacity: 0.05 !important; } .group:hover .md-group-hover-border-opacity-10 { --tw-border-opacity: 0.1 !important; } .group:hover .md-group-hover-border-opacity-20 { --tw-border-opacity: 0.2 !important; } .group:hover .md-group-hover-border-opacity-25 { --tw-border-opacity: 0.25 !important; } .group:hover .md-group-hover-border-opacity-30 { --tw-border-opacity: 0.3 !important; } .group:hover .md-group-hover-border-opacity-40 { --tw-border-opacity: 0.4 !important; } .group:hover .md-group-hover-border-opacity-50 { --tw-border-opacity: 0.5 !important; } .group:hover .md-group-hover-border-opacity-60 { --tw-border-opacity: 0.6 !important; } .group:hover .md-group-hover-border-opacity-70 { --tw-border-opacity: 0.7 !important; } .group:hover .md-group-hover-border-opacity-75 { --tw-border-opacity: 0.75 !important; } .group:hover .md-group-hover-border-opacity-80 { --tw-border-opacity: 0.8 !important; } .group:hover .md-group-hover-border-opacity-90 { --tw-border-opacity: 0.9 !important; } .group:hover .md-group-hover-border-opacity-95 { --tw-border-opacity: 0.95 !important; } .group:hover .md-group-hover-border-opacity-100 { --tw-border-opacity: 1 !important; } .md-focus-within-border-opacity-0:focus-within { --tw-border-opacity: 0 !important; } .md-focus-within-border-opacity-5:focus-within { --tw-border-opacity: 0.05 !important; } .md-focus-within-border-opacity-10:focus-within { --tw-border-opacity: 0.1 !important; } .md-focus-within-border-opacity-20:focus-within { --tw-border-opacity: 0.2 !important; } .md-focus-within-border-opacity-25:focus-within { --tw-border-opacity: 0.25 !important; } .md-focus-within-border-opacity-30:focus-within { --tw-border-opacity: 0.3 !important; } .md-focus-within-border-opacity-40:focus-within { --tw-border-opacity: 0.4 !important; } .md-focus-within-border-opacity-50:focus-within { --tw-border-opacity: 0.5 !important; } .md-focus-within-border-opacity-60:focus-within { --tw-border-opacity: 0.6 !important; } .md-focus-within-border-opacity-70:focus-within { --tw-border-opacity: 0.7 !important; } .md-focus-within-border-opacity-75:focus-within { --tw-border-opacity: 0.75 !important; } .md-focus-within-border-opacity-80:focus-within { --tw-border-opacity: 0.8 !important; } .md-focus-within-border-opacity-90:focus-within { --tw-border-opacity: 0.9 !important; } .md-focus-within-border-opacity-95:focus-within { --tw-border-opacity: 0.95 !important; } .md-focus-within-border-opacity-100:focus-within { --tw-border-opacity: 1 !important; } .md-hover-border-opacity-0:hover { --tw-border-opacity: 0 !important; } .md-hover-border-opacity-5:hover { --tw-border-opacity: 0.05 !important; } .md-hover-border-opacity-10:hover { --tw-border-opacity: 0.1 !important; } .md-hover-border-opacity-20:hover { --tw-border-opacity: 0.2 !important; } .md-hover-border-opacity-25:hover { --tw-border-opacity: 0.25 !important; } .md-hover-border-opacity-30:hover { --tw-border-opacity: 0.3 !important; } .md-hover-border-opacity-40:hover { --tw-border-opacity: 0.4 !important; } .md-hover-border-opacity-50:hover { --tw-border-opacity: 0.5 !important; } .md-hover-border-opacity-60:hover { --tw-border-opacity: 0.6 !important; } .md-hover-border-opacity-70:hover { --tw-border-opacity: 0.7 !important; } .md-hover-border-opacity-75:hover { --tw-border-opacity: 0.75 !important; } .md-hover-border-opacity-80:hover { --tw-border-opacity: 0.8 !important; } .md-hover-border-opacity-90:hover { --tw-border-opacity: 0.9 !important; } .md-hover-border-opacity-95:hover { --tw-border-opacity: 0.95 !important; } .md-hover-border-opacity-100:hover { --tw-border-opacity: 1 !important; } .md-focus-border-opacity-0:focus { --tw-border-opacity: 0 !important; } .md-focus-border-opacity-5:focus { --tw-border-opacity: 0.05 !important; } .md-focus-border-opacity-10:focus { --tw-border-opacity: 0.1 !important; } .md-focus-border-opacity-20:focus { --tw-border-opacity: 0.2 !important; } .md-focus-border-opacity-25:focus { --tw-border-opacity: 0.25 !important; } .md-focus-border-opacity-30:focus { --tw-border-opacity: 0.3 !important; } .md-focus-border-opacity-40:focus { --tw-border-opacity: 0.4 !important; } .md-focus-border-opacity-50:focus { --tw-border-opacity: 0.5 !important; } .md-focus-border-opacity-60:focus { --tw-border-opacity: 0.6 !important; } .md-focus-border-opacity-70:focus { --tw-border-opacity: 0.7 !important; } .md-focus-border-opacity-75:focus { --tw-border-opacity: 0.75 !important; } .md-focus-border-opacity-80:focus { --tw-border-opacity: 0.8 !important; } .md-focus-border-opacity-90:focus { --tw-border-opacity: 0.9 !important; } .md-focus-border-opacity-95:focus { --tw-border-opacity: 0.95 !important; } .md-focus-border-opacity-100:focus { --tw-border-opacity: 1 !important; } .md-rounded-none { border-radius: 0 !important; } .md-rounded-sm { border-radius: 0.125rem !important; } .md-rounded { border-radius: 0.25rem !important; } .md-rounded-md { border-radius: 0.375rem !important; } .md-rounded-lg { border-radius: 0.5rem !important; } .md-rounded-xl { border-radius: 0.75rem !important; } .md-rounded-2xl { border-radius: 1rem !important; } .md-rounded-3xl { border-radius: 1.5rem !important; } .md-rounded-full { border-radius: 9999px !important; } .md-rounded-t-none { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } .md-rounded-r-none { border-top-right-radius: 0 !important; } .md-rounded-b-none, .md-rounded-r-none { border-bottom-right-radius: 0 !important; } .md-rounded-b-none, .md-rounded-l-none { border-bottom-left-radius: 0 !important; } .md-rounded-l-none { border-top-left-radius: 0 !important; } .md-rounded-t-sm { border-top-left-radius: 0.125rem !important; } .md-rounded-r-sm, .md-rounded-t-sm { border-top-right-radius: 0.125rem !important; } .md-rounded-b-sm, .md-rounded-r-sm { border-bottom-right-radius: 0.125rem !important; } .md-rounded-b-sm, .md-rounded-l-sm { border-bottom-left-radius: 0.125rem !important; } .md-rounded-l-sm { border-top-left-radius: 0.125rem !important; } .md-rounded-t { border-top-left-radius: 0.25rem !important; } .md-rounded-r, .md-rounded-t { border-top-right-radius: 0.25rem !important; } .md-rounded-b, .md-rounded-r { border-bottom-right-radius: 0.25rem !important; } .md-rounded-b, .md-rounded-l { border-bottom-left-radius: 0.25rem !important; } .md-rounded-l { border-top-left-radius: 0.25rem !important; } .md-rounded-t-md { border-top-left-radius: 0.375rem !important; } .md-rounded-r-md, .md-rounded-t-md { border-top-right-radius: 0.375rem !important; } .md-rounded-b-md, .md-rounded-r-md { border-bottom-right-radius: 0.375rem !important; } .md-rounded-b-md, .md-rounded-l-md { border-bottom-left-radius: 0.375rem !important; } .md-rounded-l-md { border-top-left-radius: 0.375rem !important; } .md-rounded-t-lg { border-top-left-radius: 0.5rem !important; } .md-rounded-r-lg, .md-rounded-t-lg { border-top-right-radius: 0.5rem !important; } .md-rounded-b-lg, .md-rounded-r-lg { border-bottom-right-radius: 0.5rem !important; } .md-rounded-b-lg, .md-rounded-l-lg { border-bottom-left-radius: 0.5rem !important; } .md-rounded-l-lg { border-top-left-radius: 0.5rem !important; } .md-rounded-t-xl { border-top-left-radius: 0.75rem !important; } .md-rounded-r-xl, .md-rounded-t-xl { border-top-right-radius: 0.75rem !important; } .md-rounded-b-xl, .md-rounded-r-xl { border-bottom-right-radius: 0.75rem !important; } .md-rounded-b-xl, .md-rounded-l-xl { border-bottom-left-radius: 0.75rem !important; } .md-rounded-l-xl { border-top-left-radius: 0.75rem !important; } .md-rounded-t-2xl { border-top-left-radius: 1rem !important; } .md-rounded-r-2xl, .md-rounded-t-2xl { border-top-right-radius: 1rem !important; } .md-rounded-b-2xl, .md-rounded-r-2xl { border-bottom-right-radius: 1rem !important; } .md-rounded-b-2xl, .md-rounded-l-2xl { border-bottom-left-radius: 1rem !important; } .md-rounded-l-2xl { border-top-left-radius: 1rem !important; } .md-rounded-t-3xl { border-top-left-radius: 1.5rem !important; } .md-rounded-r-3xl, .md-rounded-t-3xl { border-top-right-radius: 1.5rem !important; } .md-rounded-b-3xl, .md-rounded-r-3xl { border-bottom-right-radius: 1.5rem !important; } .md-rounded-b-3xl, .md-rounded-l-3xl { border-bottom-left-radius: 1.5rem !important; } .md-rounded-l-3xl { border-top-left-radius: 1.5rem !important; } .md-rounded-t-full { border-top-left-radius: 9999px !important; } .md-rounded-r-full, .md-rounded-t-full { border-top-right-radius: 9999px !important; } .md-rounded-b-full, .md-rounded-r-full { border-bottom-right-radius: 9999px !important; } .md-rounded-b-full, .md-rounded-l-full { border-bottom-left-radius: 9999px !important; } .md-rounded-l-full { border-top-left-radius: 9999px !important; } .md-rounded-tl-none { border-top-left-radius: 0 !important; } .md-rounded-tr-none { border-top-right-radius: 0 !important; } .md-rounded-br-none { border-bottom-right-radius: 0 !important; } .md-rounded-bl-none { border-bottom-left-radius: 0 !important; } .md-rounded-tl-sm { border-top-left-radius: 0.125rem !important; } .md-rounded-tr-sm { border-top-right-radius: 0.125rem !important; } .md-rounded-br-sm { border-bottom-right-radius: 0.125rem !important; } .md-rounded-bl-sm { border-bottom-left-radius: 0.125rem !important; } .md-rounded-tl { border-top-left-radius: 0.25rem !important; } .md-rounded-tr { border-top-right-radius: 0.25rem !important; } .md-rounded-br { border-bottom-right-radius: 0.25rem !important; } .md-rounded-bl { border-bottom-left-radius: 0.25rem !important; } .md-rounded-tl-md { border-top-left-radius: 0.375rem !important; } .md-rounded-tr-md { border-top-right-radius: 0.375rem !important; } .md-rounded-br-md { border-bottom-right-radius: 0.375rem !important; } .md-rounded-bl-md { border-bottom-left-radius: 0.375rem !important; } .md-rounded-tl-lg { border-top-left-radius: 0.5rem !important; } .md-rounded-tr-lg { border-top-right-radius: 0.5rem !important; } .md-rounded-br-lg { border-bottom-right-radius: 0.5rem !important; } .md-rounded-bl-lg { border-bottom-left-radius: 0.5rem !important; } .md-rounded-tl-xl { border-top-left-radius: 0.75rem !important; } .md-rounded-tr-xl { border-top-right-radius: 0.75rem !important; } .md-rounded-br-xl { border-bottom-right-radius: 0.75rem !important; } .md-rounded-bl-xl { border-bottom-left-radius: 0.75rem !important; } .md-rounded-tl-2xl { border-top-left-radius: 1rem !important; } .md-rounded-tr-2xl { border-top-right-radius: 1rem !important; } .md-rounded-br-2xl { border-bottom-right-radius: 1rem !important; } .md-rounded-bl-2xl { border-bottom-left-radius: 1rem !important; } .md-rounded-tl-3xl { border-top-left-radius: 1.5rem !important; } .md-rounded-tr-3xl { border-top-right-radius: 1.5rem !important; } .md-rounded-br-3xl { border-bottom-right-radius: 1.5rem !important; } .md-rounded-bl-3xl { border-bottom-left-radius: 1.5rem !important; } .md-rounded-tl-full { border-top-left-radius: 9999px !important; } .md-rounded-tr-full { border-top-right-radius: 9999px !important; } .md-rounded-br-full { border-bottom-right-radius: 9999px !important; } .md-rounded-bl-full { border-bottom-left-radius: 9999px !important; } .md-border-solid { border-style: solid !important; } .md-border-dashed { border-style: dashed !important; } .md-border-dotted { border-style: dotted !important; } .md-border-double { border-style: double !important; } .md-border-none { border-style: none !important; } .md-border-0 { border-width: 0 !important; } .md-border-2 { border-width: 2px !important; } .md-border-4 { border-width: 4px !important; } .md-border-8 { border-width: 8px !important; } .md-border { border-width: 1px !important; } .md-border-t-0 { border-top-width: 0 !important; } .md-border-r-0 { border-right-width: 0 !important; } .md-border-b-0 { border-bottom-width: 0 !important; } .md-border-l-0 { border-left-width: 0 !important; } .md-border-t-2 { border-top-width: 2px !important; } .md-border-r-2 { border-right-width: 2px !important; } .md-border-b-2 { border-bottom-width: 2px !important; } .md-border-l-2 { border-left-width: 2px !important; } .md-border-t-4 { border-top-width: 4px !important; } .md-border-r-4 { border-right-width: 4px !important; } .md-border-b-4 { border-bottom-width: 4px !important; } .md-border-l-4 { border-left-width: 4px !important; } .md-border-t-8 { border-top-width: 8px !important; } .md-border-r-8 { border-right-width: 8px !important; } .md-border-b-8 { border-bottom-width: 8px !important; } .md-border-l-8 { border-left-width: 8px !important; } .md-border-t { border-top-width: 1px !important; } .md-border-r { border-right-width: 1px !important; } .md-border-b { border-bottom-width: 1px !important; } .md-border-l { border-left-width: 1px !important; } .md-box-border { box-sizing: border-box !important; } .md-box-content { box-sizing: content-box !important; } .md-cursor-auto { cursor: auto !important; } .md-cursor-default { cursor: default !important; } .md-cursor-pointer { cursor: pointer !important; } .md-cursor-wait { cursor: wait !important; } .md-cursor-text { cursor: text !important; } .md-cursor-move { cursor: move !important; } .md-cursor-not-allowed { cursor: not-allowed !important; } .md-block { display: block !important; } .md-inline-block { display: inline-block !important; } .md-inline { display: inline !important; } .md-flex { display: flex !important; } .md-inline-flex { display: inline-flex !important; } .md-table { display: table !important; } .md-table-caption { display: table-caption !important; } .md-table-cell { display: table-cell !important; } .md-table-column { display: table-column !important; } .md-table-column-group { display: table-column-group !important; } .md-table-footer-group { display: table-footer-group !important; } .md-table-header-group { display: table-header-group !important; } .md-table-row-group { display: table-row-group !important; } .md-table-row { display: table-row !important; } .md-flow-root { display: flow-root !important; } .md-grid { display: grid !important; } .md-inline-grid { display: inline-grid !important; } .md-contents { display: contents !important; } .md-hidden { display: none !important; } .md-flex-row { flex-direction: row !important; } .md-flex-row-reverse { flex-direction: row-reverse !important; } .md-flex-col { flex-direction: column !important; } .md-flex-col-reverse { flex-direction: column-reverse !important; } .md-flex-wrap { flex-wrap: wrap !important; } .md-flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .md-flex-nowrap { flex-wrap: nowrap !important; } .md-place-items-auto { place-items: auto !important; } .md-place-items-start { place-items: start !important; } .md-place-items-end { place-items: end !important; } .md-place-items-center { place-items: center !important; } .md-place-items-stretch { place-items: stretch !important; } .md-place-content-center { place-content: center !important; } .md-place-content-start { place-content: start !important; } .md-place-content-end { place-content: end !important; } .md-place-content-between { place-content: space-between !important; } .md-place-content-around { place-content: space-around !important; } .md-place-content-evenly { place-content: space-evenly !important; } .md-place-content-stretch { place-content: stretch !important; } .md-place-self-auto { place-self: auto !important; } .md-place-self-start { place-self: start !important; } .md-place-self-end { place-self: end !important; } .md-place-self-center { place-self: center !important; } .md-place-self-stretch { place-self: stretch !important; } .md-items-start { align-items: flex-start !important; } .md-items-end { align-items: flex-end !important; } .md-items-center { align-items: center !important; } .md-items-baseline { align-items: baseline !important; } .md-items-stretch { align-items: stretch !important; } .md-content-center { align-content: center !important; } .md-content-start { align-content: flex-start !important; } .md-content-end { align-content: flex-end !important; } .md-content-between { align-content: space-between !important; } .md-content-around { align-content: space-around !important; } .md-content-evenly { align-content: space-evenly !important; } .md-self-auto { align-self: auto !important; } .md-self-start { align-self: flex-start !important; } .md-self-end { align-self: flex-end !important; } .md-self-center { align-self: center !important; } .md-self-stretch { align-self: stretch !important; } .md-justify-items-auto { justify-items: auto !important; } .md-justify-items-start { justify-items: start !important; } .md-justify-items-end { justify-items: end !important; } .md-justify-items-center { justify-items: center !important; } .md-justify-items-stretch { justify-items: stretch !important; } .md-justify-start { justify-content: flex-start !important; } .md-justify-end { justify-content: flex-end !important; } .md-justify-center { justify-content: center !important; } .md-justify-between { justify-content: space-between !important; } .md-justify-around { justify-content: space-around !important; } .md-justify-evenly { justify-content: space-evenly !important; } .md-justify-self-auto { justify-self: auto !important; } .md-justify-self-start { justify-self: start !important; } .md-justify-self-end { justify-self: end !important; } .md-justify-self-center { justify-self: center !important; } .md-justify-self-stretch { justify-self: stretch !important; } .md-flex-1 { flex: 1 1 !important; } .md-flex-auto { flex: 1 1 auto !important; } .md-flex-initial { flex: 0 1 auto !important; } .md-flex-none { flex: none !important; } .md-flex-grow-0 { flex-grow: 0 !important; } .md-flex-grow { flex-grow: 1 !important; } .md-flex-shrink-0 { flex-shrink: 0 !important; } .md-flex-shrink { flex-shrink: 1 !important; } .md-order-1 { order: 1 !important; } .md-order-2 { order: 2 !important; } .md-order-3 { order: 3 !important; } .md-order-4 { order: 4 !important; } .md-order-5 { order: 5 !important; } .md-order-6 { order: 6 !important; } .md-order-7 { order: 7 !important; } .md-order-8 { order: 8 !important; } .md-order-9 { order: 9 !important; } .md-order-10 { order: 10 !important; } .md-order-11 { order: 11 !important; } .md-order-12 { order: 12 !important; } .md-order-first { order: -9999 !important; } .md-order-last { order: 9999 !important; } .md-order-none { order: 0 !important; } .md-float-right { float: right !important; } .md-float-left { float: left !important; } .md-float-none { float: none !important; } .md-clear-left { clear: left !important; } .md-clear-right { clear: right !important; } .md-clear-both { clear: both !important; } .md-clear-none { clear: none !important; } .md-font-heading { font-family: Kazimir, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important; } .md-font-sans { font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important; } .md-font-mono { font-family: Anonymous Pro, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important; } .md-font-thin { font-weight: 100 !important; } .md-font-extralight { font-weight: 200 !important; } .md-font-light { font-weight: 300 !important; } .md-font-normal { font-weight: 400 !important; } .md-font-medium { font-weight: 500 !important; } .md-font-semibold { font-weight: 600 !important; } .md-font-bold { font-weight: 700 !important; } .md-font-extrabold { font-weight: 800 !important; } .md-font-black { font-weight: 900 !important; } .md-h-0 { height: 0 !important; } .md-h-1 { height: 0.25rem !important; } .md-h-2 { height: 0.5rem !important; } .md-h-3 { height: 0.75rem !important; } .md-h-4 { height: 1rem !important; } .md-h-5 { height: 1.25rem !important; } .md-h-6 { height: 1.5rem !important; } .md-h-7 { height: 1.75rem !important; } .md-h-8 { height: 2rem !important; } .md-h-9 { height: 2.25rem !important; } .md-h-10 { height: 2.5rem !important; } .md-h-11 { height: 2.75rem !important; } .md-h-12 { height: 3rem !important; } .md-h-14 { height: 3.5rem !important; } .md-h-16 { height: 4rem !important; } .md-h-20 { height: 5rem !important; } .md-h-24 { height: 6rem !important; } .md-h-28 { height: 7rem !important; } .md-h-32 { height: 8rem !important; } .md-h-36 { height: 9rem !important; } .md-h-40 { height: 10rem !important; } .md-h-44 { height: 11rem !important; } .md-h-48 { height: 12rem !important; } .md-h-52 { height: 13rem !important; } .md-h-56 { height: 14rem !important; } .md-h-60 { height: 15rem !important; } .md-h-64 { height: 16rem !important; } .md-h-72 { height: 18rem !important; } .md-h-80 { height: 20rem !important; } .md-h-96 { height: 24rem !important; } .md-h-auto { height: auto !important; } .md-h-px { height: 1px !important; } .md-h-0\.5 { height: 0.125rem !important; } .md-h-1\.5 { height: 0.375rem !important; } .md-h-2\.5 { height: 0.625rem !important; } .md-h-3\.5 { height: 0.875rem !important; } .md-h-1\/2 { height: 50% !important; } .md-h-1\/3 { height: 33.333333% !important; } .md-h-2\/3 { height: 66.666667% !important; } .md-h-1\/4 { height: 25% !important; } .md-h-2\/4 { height: 50% !important; } .md-h-3\/4 { height: 75% !important; } .md-h-1\/5 { height: 20% !important; } .md-h-2\/5 { height: 40% !important; } .md-h-3\/5 { height: 60% !important; } .md-h-4\/5 { height: 80% !important; } .md-h-1\/6 { height: 16.666667% !important; } .md-h-2\/6 { height: 33.333333% !important; } .md-h-3\/6 { height: 50% !important; } .md-h-4\/6 { height: 66.666667% !important; } .md-h-5\/6 { height: 83.333333% !important; } .md-h-full { height: 100% !important; } .md-h-screen { height: 100vh !important; } .md-text-xs { font-size: 0.75rem !important; } .md-text-sm { font-size: 0.875rem !important; } .md-text-base { font-size: 1rem !important; } .md-text-lg { font-size: 1.125rem !important; } .md-text-xl { font-size: 1.25rem !important; } .md-text-2xl { font-size: 1.5rem !important; } .md-text-3xl { font-size: 1.875rem !important; } .md-text-4xl { font-size: 2.25rem !important; } .md-text-5xl { font-size: 3rem !important; } .md-text-6xl { font-size: 4rem !important; } .md-leading-3 { line-height: 0.75rem !important; } .md-leading-4 { line-height: 1rem !important; } .md-leading-5 { line-height: 1.25rem !important; } .md-leading-6 { line-height: 1.5rem !important; } .md-leading-7 { line-height: 1.75rem !important; } .md-leading-8 { line-height: 2rem !important; } .md-leading-9 { line-height: 2.25rem !important; } .md-leading-10 { line-height: 2.5rem !important; } .md-leading-none { line-height: 1 !important; } .md-leading-tight { line-height: 1.25 !important; } .md-leading-snug { line-height: 1.375 !important; } .md-leading-normal { line-height: 1.5 !important; } .md-leading-relaxed { line-height: 1.625 !important; } .md-leading-loose { line-height: 2 !important; } .md-list-inside { list-style-position: inside !important; } .md-list-outside { list-style-position: outside !important; } .md-list-none { list-style-type: none !important; } .md-list-disc { list-style-type: disc !important; } .md-list-decimal { list-style-type: decimal !important; } .md-m-0 { margin: 0 !important; } .md-m-1 { margin: 10px !important; } .md-m-2 { margin: 20px !important; } .md-m-3 { margin: 40px !important; } .md-m-4 { margin: 60px !important; } .md-m-5 { margin: 80px !important; } .md-m-6 { margin: 100px !important; } .md-m-7 { margin: 120px !important; } .md-m-auto { margin: auto !important; } .md-m-px { margin: 1px !important; } .md-m-nudge { margin: 5px !important; } .md--m-0 { margin: 0 !important; } .md--m-1 { margin: -10px !important; } .md--m-2 { margin: -20px !important; } .md--m-3 { margin: -40px !important; } .md--m-4 { margin: -60px !important; } .md--m-5 { margin: -80px !important; } .md--m-6 { margin: -100px !important; } .md--m-px { margin: -1px !important; } .md-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .md-mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .md-my-1 { margin-top: 10px !important; margin-bottom: 10px !important; } .md-mx-1 { margin-left: 10px !important; margin-right: 10px !important; } .md-my-2 { margin-top: 20px !important; margin-bottom: 20px !important; } .md-mx-2 { margin-left: 20px !important; margin-right: 20px !important; } .md-my-3 { margin-top: 40px !important; margin-bottom: 40px !important; } .md-mx-3 { margin-left: 40px !important; margin-right: 40px !important; } .md-my-4 { margin-top: 60px !important; margin-bottom: 60px !important; } .md-mx-4 { margin-left: 60px !important; margin-right: 60px !important; } .md-my-5 { margin-top: 80px !important; margin-bottom: 80px !important; } .md-mx-5 { margin-left: 80px !important; margin-right: 80px !important; } .md-my-6 { margin-top: 100px !important; margin-bottom: 100px !important; } .md-mx-6 { margin-left: 100px !important; margin-right: 100px !important; } .md-my-7 { margin-top: 120px !important; margin-bottom: 120px !important; } .md-mx-7 { margin-left: 120px !important; margin-right: 120px !important; } .md-my-auto { margin-top: auto !important; margin-bottom: auto !important; } .md-mx-auto { margin-left: auto !important; margin-right: auto !important; } .md-my-px { margin-top: 1px !important; margin-bottom: 1px !important; } .md-mx-px { margin-left: 1px !important; margin-right: 1px !important; } .md-my-nudge { margin-top: 5px !important; margin-bottom: 5px !important; } .md-mx-nudge { margin-left: 5px !important; margin-right: 5px !important; } .md--my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .md--mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .md--my-1 { margin-top: -10px !important; margin-bottom: -10px !important; } .md--mx-1 { margin-left: -10px !important; margin-right: -10px !important; } .md--my-2 { margin-top: -20px !important; margin-bottom: -20px !important; } .md--mx-2 { margin-left: -20px !important; margin-right: -20px !important; } .md--my-3 { margin-top: -40px !important; margin-bottom: -40px !important; } .md--mx-3 { margin-left: -40px !important; margin-right: -40px !important; } .md--my-4 { margin-top: -60px !important; margin-bottom: -60px !important; } .md--mx-4 { margin-left: -60px !important; margin-right: -60px !important; } .md--my-5 { margin-top: -80px !important; margin-bottom: -80px !important; } .md--mx-5 { margin-left: -80px !important; margin-right: -80px !important; } .md--my-6 { margin-top: -100px !important; margin-bottom: -100px !important; } .md--mx-6 { margin-left: -100px !important; margin-right: -100px !important; } .md--my-px { margin-top: -1px !important; margin-bottom: -1px !important; } .md--mx-px { margin-left: -1px !important; margin-right: -1px !important; } .md-mt-0 { margin-top: 0 !important; } .md-mr-0 { margin-right: 0 !important; } .md-mb-0 { margin-bottom: 0 !important; } .md-ml-0 { margin-left: 0 !important; } .md-mt-1 { margin-top: 10px !important; } .md-mr-1 { margin-right: 10px !important; } .md-mb-1 { margin-bottom: 10px !important; } .md-ml-1 { margin-left: 10px !important; } .md-mt-2 { margin-top: 20px !important; } .md-mr-2 { margin-right: 20px !important; } .md-mb-2 { margin-bottom: 20px !important; } .md-ml-2 { margin-left: 20px !important; } .md-mt-3 { margin-top: 40px !important; } .md-mr-3 { margin-right: 40px !important; } .md-mb-3 { margin-bottom: 40px !important; } .md-ml-3 { margin-left: 40px !important; } .md-mt-4 { margin-top: 60px !important; } .md-mr-4 { margin-right: 60px !important; } .md-mb-4 { margin-bottom: 60px !important; } .md-ml-4 { margin-left: 60px !important; } .md-mt-5 { margin-top: 80px !important; } .md-mr-5 { margin-right: 80px !important; } .md-mb-5 { margin-bottom: 80px !important; } .md-ml-5 { margin-left: 80px !important; } .md-mt-6 { margin-top: 100px !important; } .md-mr-6 { margin-right: 100px !important; } .md-mb-6 { margin-bottom: 100px !important; } .md-ml-6 { margin-left: 100px !important; } .md-mt-7 { margin-top: 120px !important; } .md-mr-7 { margin-right: 120px !important; } .md-mb-7 { margin-bottom: 120px !important; } .md-ml-7 { margin-left: 120px !important; } .md-mt-auto { margin-top: auto !important; } .md-mr-auto { margin-right: auto !important; } .md-mb-auto { margin-bottom: auto !important; } .md-ml-auto { margin-left: auto !important; } .md-mt-px { margin-top: 1px !important; } .md-mr-px { margin-right: 1px !important; } .md-mb-px { margin-bottom: 1px !important; } .md-ml-px { margin-left: 1px !important; } .md-mt-nudge { margin-top: 5px !important; } .md-mr-nudge { margin-right: 5px !important; } .md-mb-nudge { margin-bottom: 5px !important; } .md-ml-nudge { margin-left: 5px !important; } .md--mt-0 { margin-top: 0 !important; } .md--mr-0 { margin-right: 0 !important; } .md--mb-0 { margin-bottom: 0 !important; } .md--ml-0 { margin-left: 0 !important; } .md--mt-1 { margin-top: -10px !important; } .md--mr-1 { margin-right: -10px !important; } .md--mb-1 { margin-bottom: -10px !important; } .md--ml-1 { margin-left: -10px !important; } .md--mt-2 { margin-top: -20px !important; } .md--mr-2 { margin-right: -20px !important; } .md--mb-2 { margin-bottom: -20px !important; } .md--ml-2 { margin-left: -20px !important; } .md--mt-3 { margin-top: -40px !important; } .md--mr-3 { margin-right: -40px !important; } .md--mb-3 { margin-bottom: -40px !important; } .md--ml-3 { margin-left: -40px !important; } .md--mt-4 { margin-top: -60px !important; } .md--mr-4 { margin-right: -60px !important; } .md--mb-4 { margin-bottom: -60px !important; } .md--ml-4 { margin-left: -60px !important; } .md--mt-5 { margin-top: -80px !important; } .md--mr-5 { margin-right: -80px !important; } .md--mb-5 { margin-bottom: -80px !important; } .md--ml-5 { margin-left: -80px !important; } .md--mt-6 { margin-top: -100px !important; } .md--mr-6 { margin-right: -100px !important; } .md--mb-6 { margin-bottom: -100px !important; } .md--ml-6 { margin-left: -100px !important; } .md--mt-px { margin-top: -1px !important; } .md--mr-px { margin-right: -1px !important; } .md--mb-px { margin-bottom: -1px !important; } .md--ml-px { margin-left: -1px !important; } .md-max-h-0 { max-height: 0 !important; } .md-max-h-1 { max-height: 0.25rem !important; } .md-max-h-2 { max-height: 0.5rem !important; } .md-max-h-3 { max-height: 0.75rem !important; } .md-max-h-4 { max-height: 1rem !important; } .md-max-h-5 { max-height: 1.25rem !important; } .md-max-h-6 { max-height: 1.5rem !important; } .md-max-h-7 { max-height: 1.75rem !important; } .md-max-h-8 { max-height: 2rem !important; } .md-max-h-9 { max-height: 2.25rem !important; } .md-max-h-10 { max-height: 2.5rem !important; } .md-max-h-11 { max-height: 2.75rem !important; } .md-max-h-12 { max-height: 3rem !important; } .md-max-h-14 { max-height: 3.5rem !important; } .md-max-h-16 { max-height: 4rem !important; } .md-max-h-20 { max-height: 5rem !important; } .md-max-h-24 { max-height: 6rem !important; } .md-max-h-28 { max-height: 7rem !important; } .md-max-h-32 { max-height: 8rem !important; } .md-max-h-36 { max-height: 9rem !important; } .md-max-h-40 { max-height: 10rem !important; } .md-max-h-44 { max-height: 11rem !important; } .md-max-h-48 { max-height: 12rem !important; } .md-max-h-52 { max-height: 13rem !important; } .md-max-h-56 { max-height: 14rem !important; } .md-max-h-60 { max-height: 15rem !important; } .md-max-h-64 { max-height: 16rem !important; } .md-max-h-72 { max-height: 18rem !important; } .md-max-h-80 { max-height: 20rem !important; } .md-max-h-96 { max-height: 24rem !important; } .md-max-h-px { max-height: 1px !important; } .md-max-h-0\.5 { max-height: 0.125rem !important; } .md-max-h-1\.5 { max-height: 0.375rem !important; } .md-max-h-2\.5 { max-height: 0.625rem !important; } .md-max-h-3\.5 { max-height: 0.875rem !important; } .md-max-h-full { max-height: 100% !important; } .md-max-h-screen { max-height: 100vh !important; } .md-max-w-xs { max-width: 400px !important; } .md-max-w-sm { max-width: 600px !important; } .md-max-w-md { max-width: 800px !important; } .md-max-w-lg { max-width: 1000px !important; } .md-max-w-xl { max-width: 1200px !important; } .md-max-w-full { max-width: 100% !important; } .md-min-h-0 { min-height: 0 !important; } .md-min-h-full { min-height: 100% !important; } .md-min-h-screen { min-height: 100vh !important; } .md-min-w-0 { min-width: 0 !important; } .md-min-w-full { min-width: 100% !important; } .md-min-w-min { min-width: -moz-min-content !important; min-width: min-content !important; } .md-min-w-max { min-width: -moz-max-content !important; min-width: max-content !important; } .md-object-contain { -o-object-fit: contain !important; object-fit: contain !important; } .md-object-cover { -o-object-fit: cover !important; object-fit: cover !important; } .md-object-fill { -o-object-fit: fill !important; object-fit: fill !important; } .md-object-none { -o-object-fit: none !important; object-fit: none !important; } .md-object-scale-down { -o-object-fit: scale-down !important; object-fit: scale-down !important; } .md-object-bottom { -o-object-position: bottom !important; object-position: bottom !important; } .md-object-center { -o-object-position: center !important; object-position: center !important; } .md-object-left { -o-object-position: left !important; object-position: left !important; } .md-object-left-bottom { -o-object-position: left bottom !important; object-position: left bottom !important; } .md-object-left-top { -o-object-position: left top !important; object-position: left top !important; } .md-object-right { -o-object-position: right !important; object-position: right !important; } .md-object-right-bottom { -o-object-position: right bottom !important; object-position: right bottom !important; } .md-object-right-top { -o-object-position: right top !important; object-position: right top !important; } .md-object-top { -o-object-position: top !important; object-position: top !important; } .md-opacity-0 { opacity: 0 !important; } .md-opacity-5 { opacity: 0.05 !important; } .md-opacity-10 { opacity: 0.1 !important; } .md-opacity-20 { opacity: 0.2 !important; } .md-opacity-25 { opacity: 0.25 !important; } .md-opacity-30 { opacity: 0.3 !important; } .md-opacity-40 { opacity: 0.4 !important; } .md-opacity-50 { opacity: 0.5 !important; } .md-opacity-60 { opacity: 0.6 !important; } .md-opacity-70 { opacity: 0.7 !important; } .md-opacity-75 { opacity: 0.75 !important; } .md-opacity-80 { opacity: 0.8 !important; } .md-opacity-90 { opacity: 0.9 !important; } .md-opacity-95 { opacity: 0.95 !important; } .md-opacity-100 { opacity: 1 !important; } .group:hover .md-group-hover-opacity-0 { opacity: 0 !important; } .group:hover .md-group-hover-opacity-5 { opacity: 0.05 !important; } .group:hover .md-group-hover-opacity-10 { opacity: 0.1 !important; } .group:hover .md-group-hover-opacity-20 { opacity: 0.2 !important; } .group:hover .md-group-hover-opacity-25 { opacity: 0.25 !important; } .group:hover .md-group-hover-opacity-30 { opacity: 0.3 !important; } .group:hover .md-group-hover-opacity-40 { opacity: 0.4 !important; } .group:hover .md-group-hover-opacity-50 { opacity: 0.5 !important; } .group:hover .md-group-hover-opacity-60 { opacity: 0.6 !important; } .group:hover .md-group-hover-opacity-70 { opacity: 0.7 !important; } .group:hover .md-group-hover-opacity-75 { opacity: 0.75 !important; } .group:hover .md-group-hover-opacity-80 { opacity: 0.8 !important; } .group:hover .md-group-hover-opacity-90 { opacity: 0.9 !important; } .group:hover .md-group-hover-opacity-95 { opacity: 0.95 !important; } .group:hover .md-group-hover-opacity-100 { opacity: 1 !important; } .md-focus-within-opacity-0:focus-within { opacity: 0 !important; } .md-focus-within-opacity-5:focus-within { opacity: 0.05 !important; } .md-focus-within-opacity-10:focus-within { opacity: 0.1 !important; } .md-focus-within-opacity-20:focus-within { opacity: 0.2 !important; } .md-focus-within-opacity-25:focus-within { opacity: 0.25 !important; } .md-focus-within-opacity-30:focus-within { opacity: 0.3 !important; } .md-focus-within-opacity-40:focus-within { opacity: 0.4 !important; } .md-focus-within-opacity-50:focus-within { opacity: 0.5 !important; } .md-focus-within-opacity-60:focus-within { opacity: 0.6 !important; } .md-focus-within-opacity-70:focus-within { opacity: 0.7 !important; } .md-focus-within-opacity-75:focus-within { opacity: 0.75 !important; } .md-focus-within-opacity-80:focus-within { opacity: 0.8 !important; } .md-focus-within-opacity-90:focus-within { opacity: 0.9 !important; } .md-focus-within-opacity-95:focus-within { opacity: 0.95 !important; } .md-focus-within-opacity-100:focus-within { opacity: 1 !important; } .md-hover-opacity-0:hover { opacity: 0 !important; } .md-hover-opacity-5:hover { opacity: 0.05 !important; } .md-hover-opacity-10:hover { opacity: 0.1 !important; } .md-hover-opacity-20:hover { opacity: 0.2 !important; } .md-hover-opacity-25:hover { opacity: 0.25 !important; } .md-hover-opacity-30:hover { opacity: 0.3 !important; } .md-hover-opacity-40:hover { opacity: 0.4 !important; } .md-hover-opacity-50:hover { opacity: 0.5 !important; } .md-hover-opacity-60:hover { opacity: 0.6 !important; } .md-hover-opacity-70:hover { opacity: 0.7 !important; } .md-hover-opacity-75:hover { opacity: 0.75 !important; } .md-hover-opacity-80:hover { opacity: 0.8 !important; } .md-hover-opacity-90:hover { opacity: 0.9 !important; } .md-hover-opacity-95:hover { opacity: 0.95 !important; } .md-hover-opacity-100:hover { opacity: 1 !important; } .md-focus-opacity-0:focus { opacity: 0 !important; } .md-focus-opacity-5:focus { opacity: 0.05 !important; } .md-focus-opacity-10:focus { opacity: 0.1 !important; } .md-focus-opacity-20:focus { opacity: 0.2 !important; } .md-focus-opacity-25:focus { opacity: 0.25 !important; } .md-focus-opacity-30:focus { opacity: 0.3 !important; } .md-focus-opacity-40:focus { opacity: 0.4 !important; } .md-focus-opacity-50:focus { opacity: 0.5 !important; } .md-focus-opacity-60:focus { opacity: 0.6 !important; } .md-focus-opacity-70:focus { opacity: 0.7 !important; } .md-focus-opacity-75:focus { opacity: 0.75 !important; } .md-focus-opacity-80:focus { opacity: 0.8 !important; } .md-focus-opacity-90:focus { opacity: 0.9 !important; } .md-focus-opacity-95:focus { opacity: 0.95 !important; } .md-focus-opacity-100:focus { opacity: 1 !important; } .md-outline-none { outline: 2px solid transparent !important; outline-offset: 2px !important; } .md-outline-white { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .md-outline-black { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .md-focus-within-outline-none:focus-within { outline: 2px solid transparent !important; outline-offset: 2px !important; } .md-focus-within-outline-white:focus-within { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .md-focus-within-outline-black:focus-within { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .md-focus-outline-none:focus { outline: 2px solid transparent !important; outline-offset: 2px !important; } .md-focus-outline-white:focus { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .md-focus-outline-black:focus { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .md-overflow-auto { overflow: auto !important; } .md-overflow-hidden { overflow: hidden !important; } .md-overflow-visible { overflow: visible !important; } .md-overflow-scroll { overflow: scroll !important; } .md-overflow-x-auto { overflow-x: auto !important; } .md-overflow-y-auto { overflow-y: auto !important; } .md-overflow-x-hidden { overflow-x: hidden !important; } .md-overflow-y-hidden { overflow-y: hidden !important; } .md-overflow-x-visible { overflow-x: visible !important; } .md-overflow-y-visible { overflow-y: visible !important; } .md-overflow-x-scroll { overflow-x: scroll !important; } .md-overflow-y-scroll { overflow-y: scroll !important; } .md-overscroll-auto { -ms-scroll-chaining: chained !important; overscroll-behavior: auto !important; } .md-overscroll-contain { -ms-scroll-chaining: none !important; overscroll-behavior: contain !important; } .md-overscroll-none { -ms-scroll-chaining: none !important; overscroll-behavior: none !important; } .md-overscroll-y-auto { overscroll-behavior-y: auto !important; } .md-overscroll-y-contain { overscroll-behavior-y: contain !important; } .md-overscroll-y-none { overscroll-behavior-y: none !important; } .md-overscroll-x-auto { overscroll-behavior-x: auto !important; } .md-overscroll-x-contain { overscroll-behavior-x: contain !important; } .md-overscroll-x-none { overscroll-behavior-x: none !important; } .md-p-0 { padding: 0 !important; } .md-p-1 { padding: 10px !important; } .md-p-2 { padding: 20px !important; } .md-p-3 { padding: 40px !important; } .md-p-4 { padding: 60px !important; } .md-p-5 { padding: 80px !important; } .md-p-6 { padding: 100px !important; } .md-p-7 { padding: 120px !important; } .md-p-px { padding: 1px !important; } .md-p-nudge { padding: 5px !important; } .md-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .md-px-0 { padding-left: 0 !important; padding-right: 0 !important; } .md-py-1 { padding-top: 10px !important; padding-bottom: 10px !important; } .md-px-1 { padding-left: 10px !important; padding-right: 10px !important; } .md-py-2 { padding-top: 20px !important; padding-bottom: 20px !important; } .md-px-2 { padding-left: 20px !important; padding-right: 20px !important; } .md-py-3 { padding-top: 40px !important; padding-bottom: 40px !important; } .md-px-3 { padding-left: 40px !important; padding-right: 40px !important; } .md-py-4 { padding-top: 60px !important; padding-bottom: 60px !important; } .md-px-4 { padding-left: 60px !important; padding-right: 60px !important; } .md-py-5 { padding-top: 80px !important; padding-bottom: 80px !important; } .md-px-5 { padding-left: 80px !important; padding-right: 80px !important; } .md-py-6 { padding-top: 100px !important; padding-bottom: 100px !important; } .md-px-6 { padding-left: 100px !important; padding-right: 100px !important; } .md-py-7 { padding-top: 120px !important; padding-bottom: 120px !important; } .md-px-7 { padding-left: 120px !important; padding-right: 120px !important; } .md-py-px { padding-top: 1px !important; padding-bottom: 1px !important; } .md-px-px { padding-left: 1px !important; padding-right: 1px !important; } .md-py-nudge { padding-top: 5px !important; padding-bottom: 5px !important; } .md-px-nudge { padding-left: 5px !important; padding-right: 5px !important; } .md-pt-0 { padding-top: 0 !important; } .md-pr-0 { padding-right: 0 !important; } .md-pb-0 { padding-bottom: 0 !important; } .md-pl-0 { padding-left: 0 !important; } .md-pt-1 { padding-top: 10px !important; } .md-pr-1 { padding-right: 10px !important; } .md-pb-1 { padding-bottom: 10px !important; } .md-pl-1 { padding-left: 10px !important; } .md-pt-2 { padding-top: 20px !important; } .md-pr-2 { padding-right: 20px !important; } .md-pb-2 { padding-bottom: 20px !important; } .md-pl-2 { padding-left: 20px !important; } .md-pt-3 { padding-top: 40px !important; } .md-pr-3 { padding-right: 40px !important; } .md-pb-3 { padding-bottom: 40px !important; } .md-pl-3 { padding-left: 40px !important; } .md-pt-4 { padding-top: 60px !important; } .md-pr-4 { padding-right: 60px !important; } .md-pb-4 { padding-bottom: 60px !important; } .md-pl-4 { padding-left: 60px !important; } .md-pt-5 { padding-top: 80px !important; } .md-pr-5 { padding-right: 80px !important; } .md-pb-5 { padding-bottom: 80px !important; } .md-pl-5 { padding-left: 80px !important; } .md-pt-6 { padding-top: 100px !important; } .md-pr-6 { padding-right: 100px !important; } .md-pb-6 { padding-bottom: 100px !important; } .md-pl-6 { padding-left: 100px !important; } .md-pt-7 { padding-top: 120px !important; } .md-pr-7 { padding-right: 120px !important; } .md-pb-7 { padding-bottom: 120px !important; } .md-pl-7 { padding-left: 120px !important; } .md-pt-px { padding-top: 1px !important; } .md-pr-px { padding-right: 1px !important; } .md-pb-px { padding-bottom: 1px !important; } .md-pl-px { padding-left: 1px !important; } .md-pt-nudge { padding-top: 5px !important; } .md-pr-nudge { padding-right: 5px !important; } .md-pb-nudge { padding-bottom: 5px !important; } .md-pl-nudge { padding-left: 5px !important; } .md-placeholder-transparent::-moz-placeholder { color: transparent !important; } .md-placeholder-transparent:-ms-input-placeholder { color: transparent !important; } .md-placeholder-transparent::placeholder { color: transparent !important; } .md-placeholder-cw-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary-300::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary-300:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-secondary-300::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-accent::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-accent:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-accent::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-accent-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-accent-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-accent-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-accent-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-accent-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-accent-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-blue-print::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-blue-print:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-blue-print::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-red::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-red:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-red::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-10::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-10:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-10::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-20::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-20:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-20::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-30::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-30:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-30::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-40::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-40:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-40::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-5::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-5:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-5::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-50::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-50:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-50::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-60::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-60:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-60::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-70::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-70:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .md-placeholder-grey-70::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cball-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cball-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cball-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cball-dark-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cball-dark-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cball-dark-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cball-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cball-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cball-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-dk-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-dk-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-dk-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-lt-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-lt-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-lt-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-dk-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-dk-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-dk-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-med-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-med-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-med-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-lt-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-lt-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-lt-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-off-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-off-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-off-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-peach::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-peach:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-spring-peach::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-navy::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-navy:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-navy::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-dk-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-dk-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .md-placeholder-cw-dk-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .md-placeholder-sc-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .md-placeholder-sc-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .md-placeholder-sc-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .md-placeholder-sc-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .md-placeholder-sc-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .md-placeholder-sc-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .md-placeholder-sc-sand::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .md-placeholder-sc-sand:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .md-placeholder-sc-sand::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-transparent:focus::-moz-placeholder { color: transparent !important; } .md-focus-placeholder-transparent:focus:-ms-input-placeholder { color: transparent !important; } .md-focus-placeholder-transparent:focus::placeholder { color: transparent !important; } .md-focus-placeholder-cw-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-secondary-300:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-accent:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-accent:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-accent:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-accent-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-accent-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-accent-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-accent-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-accent-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-accent-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-blue-print:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-blue-print:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-blue-print:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-red:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-red:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-red:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-10:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-10:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-20:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-20:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-30:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-30:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-40:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-40:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-5:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-5:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-50:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-60:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-60:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-70:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-grey-70:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cball-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cball-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cball-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cball-dark-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cball-dark-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cball-dark-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cball-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cball-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cball-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-dk-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-dk-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-dk-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-lt-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-lt-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-lt-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-dk-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-dk-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-dk-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-med-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-med-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-med-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-lt-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-lt-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-lt-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-off-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-off-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-off-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-peach:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-peach:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-spring-peach:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-navy:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-navy:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-navy:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-dk-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-dk-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-cw-dk-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-sc-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-sc-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-sc-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-sc-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-sc-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-sc-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-sc-sand:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-sc-sand:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .md-focus-placeholder-sc-sand:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .md-placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .md-placeholder-opacity-0:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .md-placeholder-opacity-0::placeholder { --tw-placeholder-opacity: 0 !important; } .md-placeholder-opacity-5::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .md-placeholder-opacity-5:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .md-placeholder-opacity-5::placeholder { --tw-placeholder-opacity: 0.05 !important; } .md-placeholder-opacity-10::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .md-placeholder-opacity-10:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .md-placeholder-opacity-10::placeholder { --tw-placeholder-opacity: 0.1 !important; } .md-placeholder-opacity-20::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .md-placeholder-opacity-20:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .md-placeholder-opacity-20::placeholder { --tw-placeholder-opacity: 0.2 !important; } .md-placeholder-opacity-25::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .md-placeholder-opacity-25:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .md-placeholder-opacity-25::placeholder { --tw-placeholder-opacity: 0.25 !important; } .md-placeholder-opacity-30::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .md-placeholder-opacity-30:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .md-placeholder-opacity-30::placeholder { --tw-placeholder-opacity: 0.3 !important; } .md-placeholder-opacity-40::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .md-placeholder-opacity-40:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .md-placeholder-opacity-40::placeholder { --tw-placeholder-opacity: 0.4 !important; } .md-placeholder-opacity-50::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .md-placeholder-opacity-50:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .md-placeholder-opacity-50::placeholder { --tw-placeholder-opacity: 0.5 !important; } .md-placeholder-opacity-60::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .md-placeholder-opacity-60:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .md-placeholder-opacity-60::placeholder { --tw-placeholder-opacity: 0.6 !important; } .md-placeholder-opacity-70::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .md-placeholder-opacity-70:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .md-placeholder-opacity-70::placeholder { --tw-placeholder-opacity: 0.7 !important; } .md-placeholder-opacity-75::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .md-placeholder-opacity-75:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .md-placeholder-opacity-75::placeholder { --tw-placeholder-opacity: 0.75 !important; } .md-placeholder-opacity-80::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .md-placeholder-opacity-80:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .md-placeholder-opacity-80::placeholder { --tw-placeholder-opacity: 0.8 !important; } .md-placeholder-opacity-90::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .md-placeholder-opacity-90:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .md-placeholder-opacity-90::placeholder { --tw-placeholder-opacity: 0.9 !important; } .md-placeholder-opacity-95::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .md-placeholder-opacity-95:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .md-placeholder-opacity-95::placeholder { --tw-placeholder-opacity: 0.95 !important; } .md-placeholder-opacity-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .md-placeholder-opacity-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .md-placeholder-opacity-100::placeholder { --tw-placeholder-opacity: 1 !important; } .md-focus-placeholder-opacity-0:focus::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .md-focus-placeholder-opacity-0:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .md-focus-placeholder-opacity-0:focus::placeholder { --tw-placeholder-opacity: 0 !important; } .md-focus-placeholder-opacity-5:focus::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .md-focus-placeholder-opacity-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .md-focus-placeholder-opacity-5:focus::placeholder { --tw-placeholder-opacity: 0.05 !important; } .md-focus-placeholder-opacity-10:focus::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .md-focus-placeholder-opacity-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .md-focus-placeholder-opacity-10:focus::placeholder { --tw-placeholder-opacity: 0.1 !important; } .md-focus-placeholder-opacity-20:focus::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .md-focus-placeholder-opacity-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .md-focus-placeholder-opacity-20:focus::placeholder { --tw-placeholder-opacity: 0.2 !important; } .md-focus-placeholder-opacity-25:focus::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .md-focus-placeholder-opacity-25:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .md-focus-placeholder-opacity-25:focus::placeholder { --tw-placeholder-opacity: 0.25 !important; } .md-focus-placeholder-opacity-30:focus::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .md-focus-placeholder-opacity-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .md-focus-placeholder-opacity-30:focus::placeholder { --tw-placeholder-opacity: 0.3 !important; } .md-focus-placeholder-opacity-40:focus::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .md-focus-placeholder-opacity-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .md-focus-placeholder-opacity-40:focus::placeholder { --tw-placeholder-opacity: 0.4 !important; } .md-focus-placeholder-opacity-50:focus::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .md-focus-placeholder-opacity-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .md-focus-placeholder-opacity-50:focus::placeholder { --tw-placeholder-opacity: 0.5 !important; } .md-focus-placeholder-opacity-60:focus::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .md-focus-placeholder-opacity-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .md-focus-placeholder-opacity-60:focus::placeholder { --tw-placeholder-opacity: 0.6 !important; } .md-focus-placeholder-opacity-70:focus::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .md-focus-placeholder-opacity-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .md-focus-placeholder-opacity-70:focus::placeholder { --tw-placeholder-opacity: 0.7 !important; } .md-focus-placeholder-opacity-75:focus::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .md-focus-placeholder-opacity-75:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .md-focus-placeholder-opacity-75:focus::placeholder { --tw-placeholder-opacity: 0.75 !important; } .md-focus-placeholder-opacity-80:focus::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .md-focus-placeholder-opacity-80:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .md-focus-placeholder-opacity-80:focus::placeholder { --tw-placeholder-opacity: 0.8 !important; } .md-focus-placeholder-opacity-90:focus::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .md-focus-placeholder-opacity-90:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .md-focus-placeholder-opacity-90:focus::placeholder { --tw-placeholder-opacity: 0.9 !important; } .md-focus-placeholder-opacity-95:focus::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .md-focus-placeholder-opacity-95:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .md-focus-placeholder-opacity-95:focus::placeholder { --tw-placeholder-opacity: 0.95 !important; } .md-focus-placeholder-opacity-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .md-focus-placeholder-opacity-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .md-focus-placeholder-opacity-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; } .md-pointer-events-none { pointer-events: none !important; } .md-pointer-events-auto { pointer-events: auto !important; } .md-static { position: static !important; } .md-fixed { position: fixed !important; } .md-absolute { position: absolute !important; } .md-relative { position: relative !important; } .md-sticky { position: sticky !important; } .md-inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .md-inset-1 { top: 10px !important; right: 10px !important; bottom: 10px !important; left: 10px !important; } .md-inset-2 { top: 20px !important; right: 20px !important; bottom: 20px !important; left: 20px !important; } .md-inset-3 { top: 40px !important; right: 40px !important; bottom: 40px !important; left: 40px !important; } .md-inset-4 { top: 60px !important; right: 60px !important; bottom: 60px !important; left: 60px !important; } .md-inset-auto { top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; } .md-inset-px { top: 1px !important; right: 1px !important; bottom: 1px !important; left: 1px !important; } .md-inset-2\/5 { top: 40% !important; right: 40% !important; bottom: 40% !important; left: 40% !important; } .md-inset-1\/2 { top: 50% !important; right: 50% !important; bottom: 50% !important; left: 50% !important; } .md--inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .md--inset-1 { top: -10px !important; right: -10px !important; bottom: -10px !important; left: -10px !important; } .md--inset-2 { top: -20px !important; right: -20px !important; bottom: -20px !important; left: -20px !important; } .md--inset-3 { top: -40px !important; right: -40px !important; bottom: -40px !important; left: -40px !important; } .md--inset-4 { top: -60px !important; right: -60px !important; bottom: -60px !important; left: -60px !important; } .md--inset-px { top: -1px !important; right: -1px !important; bottom: -1px !important; left: -1px !important; } .md-inset-y-0 { top: 0 !important; bottom: 0 !important; } .md-inset-x-0 { right: 0 !important; left: 0 !important; } .md-inset-y-1 { top: 10px !important; bottom: 10px !important; } .md-inset-x-1 { right: 10px !important; left: 10px !important; } .md-inset-y-2 { top: 20px !important; bottom: 20px !important; } .md-inset-x-2 { right: 20px !important; left: 20px !important; } .md-inset-y-3 { top: 40px !important; bottom: 40px !important; } .md-inset-x-3 { right: 40px !important; left: 40px !important; } .md-inset-y-4 { top: 60px !important; bottom: 60px !important; } .md-inset-x-4 { right: 60px !important; left: 60px !important; } .md-inset-y-auto { top: auto !important; bottom: auto !important; } .md-inset-x-auto { right: auto !important; left: auto !important; } .md-inset-y-px { top: 1px !important; bottom: 1px !important; } .md-inset-x-px { right: 1px !important; left: 1px !important; } .md-inset-y-2\/5 { top: 40% !important; bottom: 40% !important; } .md-inset-x-2\/5 { right: 40% !important; left: 40% !important; } .md-inset-y-1\/2 { top: 50% !important; bottom: 50% !important; } .md-inset-x-1\/2 { right: 50% !important; left: 50% !important; } .md--inset-y-0 { top: 0 !important; bottom: 0 !important; } .md--inset-x-0 { right: 0 !important; left: 0 !important; } .md--inset-y-1 { top: -10px !important; bottom: -10px !important; } .md--inset-x-1 { right: -10px !important; left: -10px !important; } .md--inset-y-2 { top: -20px !important; bottom: -20px !important; } .md--inset-x-2 { right: -20px !important; left: -20px !important; } .md--inset-y-3 { top: -40px !important; bottom: -40px !important; } .md--inset-x-3 { right: -40px !important; left: -40px !important; } .md--inset-y-4 { top: -60px !important; bottom: -60px !important; } .md--inset-x-4 { right: -60px !important; left: -60px !important; } .md--inset-y-px { top: -1px !important; bottom: -1px !important; } .md--inset-x-px { right: -1px !important; left: -1px !important; } .md-top-0 { top: 0 !important; } .md-right-0 { right: 0 !important; } .md-bottom-0 { bottom: 0 !important; } .md-left-0 { left: 0 !important; } .md-top-1 { top: 10px !important; } .md-right-1 { right: 10px !important; } .md-bottom-1 { bottom: 10px !important; } .md-left-1 { left: 10px !important; } .md-top-2 { top: 20px !important; } .md-right-2 { right: 20px !important; } .md-bottom-2 { bottom: 20px !important; } .md-left-2 { left: 20px !important; } .md-top-3 { top: 40px !important; } .md-right-3 { right: 40px !important; } .md-bottom-3 { bottom: 40px !important; } .md-left-3 { left: 40px !important; } .md-top-4 { top: 60px !important; } .md-right-4 { right: 60px !important; } .md-bottom-4 { bottom: 60px !important; } .md-left-4 { left: 60px !important; } .md-top-auto { top: auto !important; } .md-right-auto { right: auto !important; } .md-bottom-auto { bottom: auto !important; } .md-left-auto { left: auto !important; } .md-top-px { top: 1px !important; } .md-right-px { right: 1px !important; } .md-bottom-px { bottom: 1px !important; } .md-left-px { left: 1px !important; } .md-top-2\/5 { top: 40% !important; } .md-right-2\/5 { right: 40% !important; } .md-bottom-2\/5 { bottom: 40% !important; } .md-left-2\/5 { left: 40% !important; } .md-top-1\/2 { top: 50% !important; } .md-right-1\/2 { right: 50% !important; } .md-bottom-1\/2 { bottom: 50% !important; } .md-left-1\/2 { left: 50% !important; } .md--top-0 { top: 0 !important; } .md--right-0 { right: 0 !important; } .md--bottom-0 { bottom: 0 !important; } .md--left-0 { left: 0 !important; } .md--top-1 { top: -10px !important; } .md--right-1 { right: -10px !important; } .md--bottom-1 { bottom: -10px !important; } .md--left-1 { left: -10px !important; } .md--top-2 { top: -20px !important; } .md--right-2 { right: -20px !important; } .md--bottom-2 { bottom: -20px !important; } .md--left-2 { left: -20px !important; } .md--top-3 { top: -40px !important; } .md--right-3 { right: -40px !important; } .md--bottom-3 { bottom: -40px !important; } .md--left-3 { left: -40px !important; } .md--top-4 { top: -60px !important; } .md--right-4 { right: -60px !important; } .md--bottom-4 { bottom: -60px !important; } .md--left-4 { left: -60px !important; } .md--top-px { top: -1px !important; } .md--right-px { right: -1px !important; } .md--bottom-px { bottom: -1px !important; } .md--left-px { left: -1px !important; } .md-resize-none { resize: none !important; } .md-resize-y { resize: vertical !important; } .md-resize-x { resize: horizontal !important; } .md-resize { resize: both !important; } .md-shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .md-shadow, .md-shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .md-shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .md-shadow-lg, .md-shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .md-shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .md-shadow-2xl, .md-shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .md-shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .md-shadow-inner, .md-shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-shadow-none { --tw-shadow: 0 0 transparent !important; } .group:hover .md-group-hover-shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .group:hover .md-group-hover-shadow, .group:hover .md-group-hover-shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .md-group-hover-shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .md-group-hover-shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .group:hover .md-group-hover-shadow-lg, .group:hover .md-group-hover-shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .md-group-hover-shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .group:hover .md-group-hover-shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .group:hover .md-group-hover-shadow-2xl, .group:hover .md-group-hover-shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .md-group-hover-shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .group:hover .md-group-hover-shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .md-group-hover-shadow-inner, .group:hover .md-group-hover-shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .md-group-hover-shadow-none { --tw-shadow: 0 0 transparent !important; } .md-focus-within-shadow-sm:focus-within { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-focus-within-shadow:focus-within { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-focus-within-shadow-md:focus-within { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-focus-within-shadow-lg:focus-within { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-focus-within-shadow-xl:focus-within { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-focus-within-shadow-2xl:focus-within { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-focus-within-shadow-inner:focus-within { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-focus-within-shadow-none:focus-within { --tw-shadow: 0 0 transparent !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-hover-shadow-sm:hover { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .md-hover-shadow-sm:hover, .md-hover-shadow:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-hover-shadow:hover { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .md-hover-shadow-md:hover { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .md-hover-shadow-lg:hover, .md-hover-shadow-md:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-hover-shadow-lg:hover { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .md-hover-shadow-xl:hover { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .md-hover-shadow-2xl:hover, .md-hover-shadow-xl:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-hover-shadow-2xl:hover { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .md-hover-shadow-inner:hover { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .md-hover-shadow-inner:hover, .md-hover-shadow-none:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-hover-shadow-none:hover { --tw-shadow: 0 0 transparent !important; } .md-focus-shadow-sm:focus { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .md-focus-shadow-sm:focus, .md-focus-shadow:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-focus-shadow:focus { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .md-focus-shadow-md:focus { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .md-focus-shadow-lg:focus, .md-focus-shadow-md:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-focus-shadow-lg:focus { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .md-focus-shadow-xl:focus { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .md-focus-shadow-2xl:focus, .md-focus-shadow-xl:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-focus-shadow-2xl:focus { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .md-focus-shadow-inner:focus { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .md-focus-shadow-inner:focus, .md-focus-shadow-none:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .md-focus-shadow-none:focus { --tw-shadow: 0 0 transparent !important; } .md-ring-0 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-ring-0, .md-ring-1 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-ring-1 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-ring-2 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-ring-2, .md-ring-4 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-ring-4 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-ring-8 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-ring, .md-ring-8 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-ring { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-ring-inset { --tw-ring-inset: inset !important; } .md-focus-within-ring-0:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-focus-within-ring-1:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-focus-within-ring-2:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-focus-within-ring-4:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-focus-within-ring-8:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-focus-within-ring:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-focus-within-ring-inset:focus-within { --tw-ring-inset: inset !important; } .md-focus-ring-0:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-focus-ring-0:focus, .md-focus-ring-1:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-focus-ring-1:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-focus-ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-focus-ring-2:focus, .md-focus-ring-4:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-focus-ring-4:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-focus-ring-8:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-focus-ring-8:focus, .md-focus-ring:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .md-focus-ring:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .md-focus-ring-inset:focus { --tw-ring-inset: inset !important; } .md-ring-offset-transparent { --tw-ring-offset-color: transparent !important; } .md-ring-offset-cw-black { --tw-ring-offset-color: #333232 !important; } .md-ring-offset-cw-blue { --tw-ring-offset-color: #036 !important; } .md-ring-offset-cw-secondary { --tw-ring-offset-color: #77a8bb !important; } .md-ring-offset-cw-secondary-100 { --tw-ring-offset-color: #99becc !important; } .md-ring-offset-cw-secondary-200 { --tw-ring-offset-color: #d6e4ea !important; } .md-ring-offset-cw-secondary-300 { --tw-ring-offset-color: #f7fcff !important; } .md-ring-offset-cw-accent { --tw-ring-offset-color: #ffc907 !important; } .md-ring-offset-cw-accent-100 { --tw-ring-offset-color: #fff7e1 !important; } .md-ring-offset-cw-accent-200 { --tw-ring-offset-color: #fffbf0 !important; } .md-ring-offset-cw-blue-print { --tw-ring-offset-color: #5096d0 !important; } .md-ring-offset-cw-green { --tw-ring-offset-color: #14a947 !important; } .md-ring-offset-cw-orange { --tw-ring-offset-color: #fe813a !important; } .md-ring-offset-cw-purple { --tw-ring-offset-color: #9064bf !important; } .md-ring-offset-cw-red { --tw-ring-offset-color: #fa575d !important; } .md-ring-offset-cw-spring { --tw-ring-offset-color: #1ba9e0 !important; } .md-ring-offset-cw-teal { --tw-ring-offset-color: #8ed4cc !important; } .md-ring-offset-cw-white { --tw-ring-offset-color: #fff !important; } .md-ring-offset-cw-yellow { --tw-ring-offset-color: #ffca0a !important; } .md-ring-offset-grey-10 { --tw-ring-offset-color: #f4f5f0 !important; } .md-ring-offset-grey-20 { --tw-ring-offset-color: #e9eae4 !important; } .md-ring-offset-grey-30 { --tw-ring-offset-color: #dfdfd7 !important; } .md-ring-offset-grey-40 { --tw-ring-offset-color: #c1c1ba !important; } .md-ring-offset-grey-5 { --tw-ring-offset-color: #f7f7f7 !important; } .md-ring-offset-grey-50 { --tw-ring-offset-color: #9b9b94 !important; } .md-ring-offset-grey-60 { --tw-ring-offset-color: #71716c !important; } .md-ring-offset-grey-70 { --tw-ring-offset-color: #515151 !important; } .md-ring-offset-cball-blue { --tw-ring-offset-color: #576995 !important; } .md-ring-offset-cball-dark-blue { --tw-ring-offset-color: #354363 !important; } .md-ring-offset-cball-purple { --tw-ring-offset-color: #0a101f !important; } .md-ring-offset-cw-spring-yellow { --tw-ring-offset-color: #ffc907 !important; } .md-ring-offset-cw-spring-dk-blue { --tw-ring-offset-color: #1e2658 !important; } .md-ring-offset-cw-spring-med-blue { --tw-ring-offset-color: #1080b9 !important; } .md-ring-offset-cw-spring-lt-blue { --tw-ring-offset-color: #bae3f0 !important; } .md-ring-offset-cw-spring-dk-green { --tw-ring-offset-color: #004b3d !important; } .md-ring-offset-cw-spring-med-green { --tw-ring-offset-color: #00ac7f !important; } .md-ring-offset-cw-spring-lt-green { --tw-ring-offset-color: #b8e3d1 !important; } .md-ring-offset-cw-spring-black { --tw-ring-offset-color: #1a1a1a !important; } .md-ring-offset-cw-spring-off-white { --tw-ring-offset-color: #fdf4e2 !important; } .md-ring-offset-cw-spring-peach { --tw-ring-offset-color: #e88a78 !important; } .md-ring-offset-cw-navy { --tw-ring-offset-color: #036 !important; } .md-ring-offset-cw-med-blue { --tw-ring-offset-color: #77a8bb !important; } .md-ring-offset-cw-dk-orange { --tw-ring-offset-color: #bf6c46 !important; } .md-ring-offset-sc-teal { --tw-ring-offset-color: #43b29a !important; } .md-ring-offset-sc-green { --tw-ring-offset-color: #7db87e !important; } .md-ring-offset-sc-sand { --tw-ring-offset-color: #f9f7e9 !important; } .md-focus-within-ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent !important; } .md-focus-within-ring-offset-cw-black:focus-within { --tw-ring-offset-color: #333232 !important; } .md-focus-within-ring-offset-cw-blue:focus-within { --tw-ring-offset-color: #036 !important; } .md-focus-within-ring-offset-cw-secondary:focus-within { --tw-ring-offset-color: #77a8bb !important; } .md-focus-within-ring-offset-cw-secondary-100:focus-within { --tw-ring-offset-color: #99becc !important; } .md-focus-within-ring-offset-cw-secondary-200:focus-within { --tw-ring-offset-color: #d6e4ea !important; } .md-focus-within-ring-offset-cw-secondary-300:focus-within { --tw-ring-offset-color: #f7fcff !important; } .md-focus-within-ring-offset-cw-accent:focus-within { --tw-ring-offset-color: #ffc907 !important; } .md-focus-within-ring-offset-cw-accent-100:focus-within { --tw-ring-offset-color: #fff7e1 !important; } .md-focus-within-ring-offset-cw-accent-200:focus-within { --tw-ring-offset-color: #fffbf0 !important; } .md-focus-within-ring-offset-cw-blue-print:focus-within { --tw-ring-offset-color: #5096d0 !important; } .md-focus-within-ring-offset-cw-green:focus-within { --tw-ring-offset-color: #14a947 !important; } .md-focus-within-ring-offset-cw-orange:focus-within { --tw-ring-offset-color: #fe813a !important; } .md-focus-within-ring-offset-cw-purple:focus-within { --tw-ring-offset-color: #9064bf !important; } .md-focus-within-ring-offset-cw-red:focus-within { --tw-ring-offset-color: #fa575d !important; } .md-focus-within-ring-offset-cw-spring:focus-within { --tw-ring-offset-color: #1ba9e0 !important; } .md-focus-within-ring-offset-cw-teal:focus-within { --tw-ring-offset-color: #8ed4cc !important; } .md-focus-within-ring-offset-cw-white:focus-within { --tw-ring-offset-color: #fff !important; } .md-focus-within-ring-offset-cw-yellow:focus-within { --tw-ring-offset-color: #ffca0a !important; } .md-focus-within-ring-offset-grey-10:focus-within { --tw-ring-offset-color: #f4f5f0 !important; } .md-focus-within-ring-offset-grey-20:focus-within { --tw-ring-offset-color: #e9eae4 !important; } .md-focus-within-ring-offset-grey-30:focus-within { --tw-ring-offset-color: #dfdfd7 !important; } .md-focus-within-ring-offset-grey-40:focus-within { --tw-ring-offset-color: #c1c1ba !important; } .md-focus-within-ring-offset-grey-5:focus-within { --tw-ring-offset-color: #f7f7f7 !important; } .md-focus-within-ring-offset-grey-50:focus-within { --tw-ring-offset-color: #9b9b94 !important; } .md-focus-within-ring-offset-grey-60:focus-within { --tw-ring-offset-color: #71716c !important; } .md-focus-within-ring-offset-grey-70:focus-within { --tw-ring-offset-color: #515151 !important; } .md-focus-within-ring-offset-cball-blue:focus-within { --tw-ring-offset-color: #576995 !important; } .md-focus-within-ring-offset-cball-dark-blue:focus-within { --tw-ring-offset-color: #354363 !important; } .md-focus-within-ring-offset-cball-purple:focus-within { --tw-ring-offset-color: #0a101f !important; } .md-focus-within-ring-offset-cw-spring-yellow:focus-within { --tw-ring-offset-color: #ffc907 !important; } .md-focus-within-ring-offset-cw-spring-dk-blue:focus-within { --tw-ring-offset-color: #1e2658 !important; } .md-focus-within-ring-offset-cw-spring-med-blue:focus-within { --tw-ring-offset-color: #1080b9 !important; } .md-focus-within-ring-offset-cw-spring-lt-blue:focus-within { --tw-ring-offset-color: #bae3f0 !important; } .md-focus-within-ring-offset-cw-spring-dk-green:focus-within { --tw-ring-offset-color: #004b3d !important; } .md-focus-within-ring-offset-cw-spring-med-green:focus-within { --tw-ring-offset-color: #00ac7f !important; } .md-focus-within-ring-offset-cw-spring-lt-green:focus-within { --tw-ring-offset-color: #b8e3d1 !important; } .md-focus-within-ring-offset-cw-spring-black:focus-within { --tw-ring-offset-color: #1a1a1a !important; } .md-focus-within-ring-offset-cw-spring-off-white:focus-within { --tw-ring-offset-color: #fdf4e2 !important; } .md-focus-within-ring-offset-cw-spring-peach:focus-within { --tw-ring-offset-color: #e88a78 !important; } .md-focus-within-ring-offset-cw-navy:focus-within { --tw-ring-offset-color: #036 !important; } .md-focus-within-ring-offset-cw-med-blue:focus-within { --tw-ring-offset-color: #77a8bb !important; } .md-focus-within-ring-offset-cw-dk-orange:focus-within { --tw-ring-offset-color: #bf6c46 !important; } .md-focus-within-ring-offset-sc-teal:focus-within { --tw-ring-offset-color: #43b29a !important; } .md-focus-within-ring-offset-sc-green:focus-within { --tw-ring-offset-color: #7db87e !important; } .md-focus-within-ring-offset-sc-sand:focus-within { --tw-ring-offset-color: #f9f7e9 !important; } .md-focus-ring-offset-transparent:focus { --tw-ring-offset-color: transparent !important; } .md-focus-ring-offset-cw-black:focus { --tw-ring-offset-color: #333232 !important; } .md-focus-ring-offset-cw-blue:focus { --tw-ring-offset-color: #036 !important; } .md-focus-ring-offset-cw-secondary:focus { --tw-ring-offset-color: #77a8bb !important; } .md-focus-ring-offset-cw-secondary-100:focus { --tw-ring-offset-color: #99becc !important; } .md-focus-ring-offset-cw-secondary-200:focus { --tw-ring-offset-color: #d6e4ea !important; } .md-focus-ring-offset-cw-secondary-300:focus { --tw-ring-offset-color: #f7fcff !important; } .md-focus-ring-offset-cw-accent:focus { --tw-ring-offset-color: #ffc907 !important; } .md-focus-ring-offset-cw-accent-100:focus { --tw-ring-offset-color: #fff7e1 !important; } .md-focus-ring-offset-cw-accent-200:focus { --tw-ring-offset-color: #fffbf0 !important; } .md-focus-ring-offset-cw-blue-print:focus { --tw-ring-offset-color: #5096d0 !important; } .md-focus-ring-offset-cw-green:focus { --tw-ring-offset-color: #14a947 !important; } .md-focus-ring-offset-cw-orange:focus { --tw-ring-offset-color: #fe813a !important; } .md-focus-ring-offset-cw-purple:focus { --tw-ring-offset-color: #9064bf !important; } .md-focus-ring-offset-cw-red:focus { --tw-ring-offset-color: #fa575d !important; } .md-focus-ring-offset-cw-spring:focus { --tw-ring-offset-color: #1ba9e0 !important; } .md-focus-ring-offset-cw-teal:focus { --tw-ring-offset-color: #8ed4cc !important; } .md-focus-ring-offset-cw-white:focus { --tw-ring-offset-color: #fff !important; } .md-focus-ring-offset-cw-yellow:focus { --tw-ring-offset-color: #ffca0a !important; } .md-focus-ring-offset-grey-10:focus { --tw-ring-offset-color: #f4f5f0 !important; } .md-focus-ring-offset-grey-20:focus { --tw-ring-offset-color: #e9eae4 !important; } .md-focus-ring-offset-grey-30:focus { --tw-ring-offset-color: #dfdfd7 !important; } .md-focus-ring-offset-grey-40:focus { --tw-ring-offset-color: #c1c1ba !important; } .md-focus-ring-offset-grey-5:focus { --tw-ring-offset-color: #f7f7f7 !important; } .md-focus-ring-offset-grey-50:focus { --tw-ring-offset-color: #9b9b94 !important; } .md-focus-ring-offset-grey-60:focus { --tw-ring-offset-color: #71716c !important; } .md-focus-ring-offset-grey-70:focus { --tw-ring-offset-color: #515151 !important; } .md-focus-ring-offset-cball-blue:focus { --tw-ring-offset-color: #576995 !important; } .md-focus-ring-offset-cball-dark-blue:focus { --tw-ring-offset-color: #354363 !important; } .md-focus-ring-offset-cball-purple:focus { --tw-ring-offset-color: #0a101f !important; } .md-focus-ring-offset-cw-spring-yellow:focus { --tw-ring-offset-color: #ffc907 !important; } .md-focus-ring-offset-cw-spring-dk-blue:focus { --tw-ring-offset-color: #1e2658 !important; } .md-focus-ring-offset-cw-spring-med-blue:focus { --tw-ring-offset-color: #1080b9 !important; } .md-focus-ring-offset-cw-spring-lt-blue:focus { --tw-ring-offset-color: #bae3f0 !important; } .md-focus-ring-offset-cw-spring-dk-green:focus { --tw-ring-offset-color: #004b3d !important; } .md-focus-ring-offset-cw-spring-med-green:focus { --tw-ring-offset-color: #00ac7f !important; } .md-focus-ring-offset-cw-spring-lt-green:focus { --tw-ring-offset-color: #b8e3d1 !important; } .md-focus-ring-offset-cw-spring-black:focus { --tw-ring-offset-color: #1a1a1a !important; } .md-focus-ring-offset-cw-spring-off-white:focus { --tw-ring-offset-color: #fdf4e2 !important; } .md-focus-ring-offset-cw-spring-peach:focus { --tw-ring-offset-color: #e88a78 !important; } .md-focus-ring-offset-cw-navy:focus { --tw-ring-offset-color: #036 !important; } .md-focus-ring-offset-cw-med-blue:focus { --tw-ring-offset-color: #77a8bb !important; } .md-focus-ring-offset-cw-dk-orange:focus { --tw-ring-offset-color: #bf6c46 !important; } .md-focus-ring-offset-sc-teal:focus { --tw-ring-offset-color: #43b29a !important; } .md-focus-ring-offset-sc-green:focus { --tw-ring-offset-color: #7db87e !important; } .md-focus-ring-offset-sc-sand:focus { --tw-ring-offset-color: #f9f7e9 !important; } .md-ring-offset-0 { --tw-ring-offset-width: 0px !important; } .md-ring-offset-1 { --tw-ring-offset-width: 1px !important; } .md-ring-offset-2 { --tw-ring-offset-width: 2px !important; } .md-ring-offset-4 { --tw-ring-offset-width: 4px !important; } .md-ring-offset-8 { --tw-ring-offset-width: 8px !important; } .md-focus-within-ring-offset-0:focus-within { --tw-ring-offset-width: 0px !important; } .md-focus-within-ring-offset-1:focus-within { --tw-ring-offset-width: 1px !important; } .md-focus-within-ring-offset-2:focus-within { --tw-ring-offset-width: 2px !important; } .md-focus-within-ring-offset-4:focus-within { --tw-ring-offset-width: 4px !important; } .md-focus-within-ring-offset-8:focus-within { --tw-ring-offset-width: 8px !important; } .md-focus-ring-offset-0:focus { --tw-ring-offset-width: 0px !important; } .md-focus-ring-offset-1:focus { --tw-ring-offset-width: 1px !important; } .md-focus-ring-offset-2:focus { --tw-ring-offset-width: 2px !important; } .md-focus-ring-offset-4:focus { --tw-ring-offset-width: 4px !important; } .md-focus-ring-offset-8:focus { --tw-ring-offset-width: 8px !important; } .md-ring-transparent { --tw-ring-color: transparent !important; } .md-ring-cw-black { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .md-ring-cw-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .md-ring-cw-secondary { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .md-ring-cw-secondary-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .md-ring-cw-secondary-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .md-ring-cw-secondary-300 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .md-ring-cw-accent { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .md-ring-cw-accent-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .md-ring-cw-accent-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .md-ring-cw-blue-print { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .md-ring-cw-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .md-ring-cw-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .md-ring-cw-purple { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .md-ring-cw-red { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .md-ring-cw-spring { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .md-ring-cw-teal { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .md-ring-cw-white { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .md-ring-cw-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .md-ring-grey-10 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .md-ring-grey-20 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .md-ring-grey-30 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .md-ring-grey-40 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .md-ring-grey-5 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .md-ring-grey-50 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .md-ring-grey-60 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .md-ring-grey-70 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .md-ring-cball-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .md-ring-cball-dark-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .md-ring-cball-purple { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .md-ring-cw-spring-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .md-ring-cw-spring-dk-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .md-ring-cw-spring-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .md-ring-cw-spring-lt-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .md-ring-cw-spring-dk-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .md-ring-cw-spring-med-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .md-ring-cw-spring-lt-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .md-ring-cw-spring-black { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .md-ring-cw-spring-off-white { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .md-ring-cw-spring-peach { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .md-ring-cw-navy { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .md-ring-cw-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .md-ring-cw-dk-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .md-ring-sc-teal { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .md-ring-sc-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .md-ring-sc-sand { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-transparent:focus-within { --tw-ring-color: transparent !important; } .md-focus-within-ring-cw-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-secondary:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-secondary-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-secondary-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-secondary-300:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-accent:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-accent-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-accent-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-blue-print:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-red:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-spring:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-grey-10:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-grey-20:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-grey-30:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-grey-40:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-grey-5:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-grey-50:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-grey-60:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-grey-70:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cball-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cball-dark-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cball-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-spring-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-spring-dk-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-spring-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-spring-lt-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-spring-dk-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-spring-med-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-spring-lt-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-spring-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-spring-off-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-spring-peach:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-navy:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-cw-dk-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-sc-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-sc-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .md-focus-within-ring-sc-sand:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .md-focus-ring-transparent:focus { --tw-ring-color: transparent !important; } .md-focus-ring-cw-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-secondary:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-secondary-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-secondary-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-secondary-300:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-accent:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-accent-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-accent-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-blue-print:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-red:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-spring:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .md-focus-ring-grey-10:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .md-focus-ring-grey-20:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .md-focus-ring-grey-30:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .md-focus-ring-grey-40:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .md-focus-ring-grey-5:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .md-focus-ring-grey-50:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .md-focus-ring-grey-60:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .md-focus-ring-grey-70:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .md-focus-ring-cball-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .md-focus-ring-cball-dark-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .md-focus-ring-cball-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-spring-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-spring-dk-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-spring-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-spring-lt-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-spring-dk-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-spring-med-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-spring-lt-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-spring-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-spring-off-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-spring-peach:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-navy:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .md-focus-ring-cw-dk-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .md-focus-ring-sc-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .md-focus-ring-sc-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .md-focus-ring-sc-sand:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .md-ring-opacity-0 { --tw-ring-opacity: 0 !important; } .md-ring-opacity-5 { --tw-ring-opacity: 0.05 !important; } .md-ring-opacity-10 { --tw-ring-opacity: 0.1 !important; } .md-ring-opacity-20 { --tw-ring-opacity: 0.2 !important; } .md-ring-opacity-25 { --tw-ring-opacity: 0.25 !important; } .md-ring-opacity-30 { --tw-ring-opacity: 0.3 !important; } .md-ring-opacity-40 { --tw-ring-opacity: 0.4 !important; } .md-ring-opacity-50 { --tw-ring-opacity: 0.5 !important; } .md-ring-opacity-60 { --tw-ring-opacity: 0.6 !important; } .md-ring-opacity-70 { --tw-ring-opacity: 0.7 !important; } .md-ring-opacity-75 { --tw-ring-opacity: 0.75 !important; } .md-ring-opacity-80 { --tw-ring-opacity: 0.8 !important; } .md-ring-opacity-90 { --tw-ring-opacity: 0.9 !important; } .md-ring-opacity-95 { --tw-ring-opacity: 0.95 !important; } .md-ring-opacity-100 { --tw-ring-opacity: 1 !important; } .md-focus-within-ring-opacity-0:focus-within { --tw-ring-opacity: 0 !important; } .md-focus-within-ring-opacity-5:focus-within { --tw-ring-opacity: 0.05 !important; } .md-focus-within-ring-opacity-10:focus-within { --tw-ring-opacity: 0.1 !important; } .md-focus-within-ring-opacity-20:focus-within { --tw-ring-opacity: 0.2 !important; } .md-focus-within-ring-opacity-25:focus-within { --tw-ring-opacity: 0.25 !important; } .md-focus-within-ring-opacity-30:focus-within { --tw-ring-opacity: 0.3 !important; } .md-focus-within-ring-opacity-40:focus-within { --tw-ring-opacity: 0.4 !important; } .md-focus-within-ring-opacity-50:focus-within { --tw-ring-opacity: 0.5 !important; } .md-focus-within-ring-opacity-60:focus-within { --tw-ring-opacity: 0.6 !important; } .md-focus-within-ring-opacity-70:focus-within { --tw-ring-opacity: 0.7 !important; } .md-focus-within-ring-opacity-75:focus-within { --tw-ring-opacity: 0.75 !important; } .md-focus-within-ring-opacity-80:focus-within { --tw-ring-opacity: 0.8 !important; } .md-focus-within-ring-opacity-90:focus-within { --tw-ring-opacity: 0.9 !important; } .md-focus-within-ring-opacity-95:focus-within { --tw-ring-opacity: 0.95 !important; } .md-focus-within-ring-opacity-100:focus-within { --tw-ring-opacity: 1 !important; } .md-focus-ring-opacity-0:focus { --tw-ring-opacity: 0 !important; } .md-focus-ring-opacity-5:focus { --tw-ring-opacity: 0.05 !important; } .md-focus-ring-opacity-10:focus { --tw-ring-opacity: 0.1 !important; } .md-focus-ring-opacity-20:focus { --tw-ring-opacity: 0.2 !important; } .md-focus-ring-opacity-25:focus { --tw-ring-opacity: 0.25 !important; } .md-focus-ring-opacity-30:focus { --tw-ring-opacity: 0.3 !important; } .md-focus-ring-opacity-40:focus { --tw-ring-opacity: 0.4 !important; } .md-focus-ring-opacity-50:focus { --tw-ring-opacity: 0.5 !important; } .md-focus-ring-opacity-60:focus { --tw-ring-opacity: 0.6 !important; } .md-focus-ring-opacity-70:focus { --tw-ring-opacity: 0.7 !important; } .md-focus-ring-opacity-75:focus { --tw-ring-opacity: 0.75 !important; } .md-focus-ring-opacity-80:focus { --tw-ring-opacity: 0.8 !important; } .md-focus-ring-opacity-90:focus { --tw-ring-opacity: 0.9 !important; } .md-focus-ring-opacity-95:focus { --tw-ring-opacity: 0.95 !important; } .md-focus-ring-opacity-100:focus { --tw-ring-opacity: 1 !important; } .md-fill-current { fill: currentColor !important; } .md-stroke-current { stroke: currentColor !important; } .md-stroke-0 { stroke-width: 0 !important; } .md-stroke-1 { stroke-width: 1 !important; } .md-stroke-2 { stroke-width: 2 !important; } .md-table-auto { table-layout: auto !important; } .md-table-fixed { table-layout: fixed !important; } .md-text-left { text-align: left !important; } .md-text-center { text-align: center !important; } .md-text-right { text-align: right !important; } .md-text-justify { text-align: justify !important; } .md-text-transparent { color: transparent !important; } .md-text-cw-black { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .md-text-cw-blue { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .md-text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .md-text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .md-text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .md-text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .md-text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .md-text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .md-text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .md-text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .md-text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .md-text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .md-text-cw-purple { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .md-text-cw-red { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .md-text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .md-text-cw-teal { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .md-text-cw-white { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .md-text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .md-text-grey-10 { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .md-text-grey-20 { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .md-text-grey-30 { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .md-text-grey-40 { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .md-text-grey-5 { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .md-text-grey-50 { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .md-text-grey-60 { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .md-text-grey-70 { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .md-text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .md-text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .md-text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .md-text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .md-text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .md-text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .md-text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .md-text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .md-text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .md-text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .md-text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .md-text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .md-text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .md-text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .md-text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .md-text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .md-text-sc-teal { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .md-text-sc-green { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .md-text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-transparent { color: transparent !important; } .group:hover .md-group-hover-text-cw-black { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-blue { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-purple { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-red { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-teal { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-white { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-grey-10 { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-grey-20 { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-grey-30 { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-grey-40 { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-grey-5 { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-grey-50 { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-grey-60 { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-grey-70 { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-sc-teal { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-sc-green { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .group:hover .md-group-hover-text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .md-focus-within-text-transparent:focus-within { color: transparent !important; } .md-focus-within-text-cw-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-secondary:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-secondary-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-secondary-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-secondary-300:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-accent:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-accent-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-accent-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-blue-print:focus-within { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-red:focus-within { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-spring:focus-within { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .md-focus-within-text-grey-10:focus-within { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .md-focus-within-text-grey-20:focus-within { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .md-focus-within-text-grey-30:focus-within { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .md-focus-within-text-grey-40:focus-within { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .md-focus-within-text-grey-5:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .md-focus-within-text-grey-50:focus-within { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .md-focus-within-text-grey-60:focus-within { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .md-focus-within-text-grey-70:focus-within { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .md-focus-within-text-cball-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .md-focus-within-text-cball-dark-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .md-focus-within-text-cball-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-spring-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-spring-dk-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-spring-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-spring-lt-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-spring-dk-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-spring-med-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-spring-lt-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-spring-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-spring-off-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-spring-peach:focus-within { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-navy:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .md-focus-within-text-cw-dk-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .md-focus-within-text-sc-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .md-focus-within-text-sc-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .md-focus-within-text-sc-sand:focus-within { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .md-hover-text-transparent:hover { color: transparent !important; } .md-hover-text-cw-black:hover { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .md-hover-text-cw-blue:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .md-hover-text-cw-secondary:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .md-hover-text-cw-secondary-100:hover { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .md-hover-text-cw-secondary-200:hover { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .md-hover-text-cw-secondary-300:hover { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .md-hover-text-cw-accent:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .md-hover-text-cw-accent-100:hover { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .md-hover-text-cw-accent-200:hover { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .md-hover-text-cw-blue-print:hover { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .md-hover-text-cw-green:hover { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .md-hover-text-cw-orange:hover { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .md-hover-text-cw-purple:hover { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .md-hover-text-cw-red:hover { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .md-hover-text-cw-spring:hover { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .md-hover-text-cw-teal:hover { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .md-hover-text-cw-white:hover { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .md-hover-text-cw-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .md-hover-text-grey-10:hover { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .md-hover-text-grey-20:hover { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .md-hover-text-grey-30:hover { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .md-hover-text-grey-40:hover { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .md-hover-text-grey-5:hover { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .md-hover-text-grey-50:hover { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .md-hover-text-grey-60:hover { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .md-hover-text-grey-70:hover { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .md-hover-text-cball-blue:hover { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .md-hover-text-cball-dark-blue:hover { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .md-hover-text-cball-purple:hover { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .md-hover-text-cw-spring-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .md-hover-text-cw-spring-dk-blue:hover { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .md-hover-text-cw-spring-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .md-hover-text-cw-spring-lt-blue:hover { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .md-hover-text-cw-spring-dk-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .md-hover-text-cw-spring-med-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .md-hover-text-cw-spring-lt-green:hover { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .md-hover-text-cw-spring-black:hover { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .md-hover-text-cw-spring-off-white:hover { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .md-hover-text-cw-spring-peach:hover { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .md-hover-text-cw-navy:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .md-hover-text-cw-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .md-hover-text-cw-dk-orange:hover { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .md-hover-text-sc-teal:hover { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .md-hover-text-sc-green:hover { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .md-hover-text-sc-sand:hover { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .md-focus-text-transparent:focus { color: transparent !important; } .md-focus-text-cw-black:focus { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .md-focus-text-cw-blue:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .md-focus-text-cw-secondary:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .md-focus-text-cw-secondary-100:focus { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .md-focus-text-cw-secondary-200:focus { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .md-focus-text-cw-secondary-300:focus { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .md-focus-text-cw-accent:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .md-focus-text-cw-accent-100:focus { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .md-focus-text-cw-accent-200:focus { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .md-focus-text-cw-blue-print:focus { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .md-focus-text-cw-green:focus { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .md-focus-text-cw-orange:focus { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .md-focus-text-cw-purple:focus { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .md-focus-text-cw-red:focus { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .md-focus-text-cw-spring:focus { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .md-focus-text-cw-teal:focus { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .md-focus-text-cw-white:focus { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .md-focus-text-cw-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .md-focus-text-grey-10:focus { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .md-focus-text-grey-20:focus { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .md-focus-text-grey-30:focus { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .md-focus-text-grey-40:focus { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .md-focus-text-grey-5:focus { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .md-focus-text-grey-50:focus { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .md-focus-text-grey-60:focus { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .md-focus-text-grey-70:focus { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .md-focus-text-cball-blue:focus { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .md-focus-text-cball-dark-blue:focus { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .md-focus-text-cball-purple:focus { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .md-focus-text-cw-spring-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .md-focus-text-cw-spring-dk-blue:focus { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .md-focus-text-cw-spring-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .md-focus-text-cw-spring-lt-blue:focus { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .md-focus-text-cw-spring-dk-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .md-focus-text-cw-spring-med-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .md-focus-text-cw-spring-lt-green:focus { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .md-focus-text-cw-spring-black:focus { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .md-focus-text-cw-spring-off-white:focus { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .md-focus-text-cw-spring-peach:focus { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .md-focus-text-cw-navy:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .md-focus-text-cw-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .md-focus-text-cw-dk-orange:focus { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .md-focus-text-sc-teal:focus { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .md-focus-text-sc-green:focus { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .md-focus-text-sc-sand:focus { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .md-text-opacity-0 { --tw-text-opacity: 0 !important; } .md-text-opacity-5 { --tw-text-opacity: 0.05 !important; } .md-text-opacity-10 { --tw-text-opacity: 0.1 !important; } .md-text-opacity-20 { --tw-text-opacity: 0.2 !important; } .md-text-opacity-25 { --tw-text-opacity: 0.25 !important; } .md-text-opacity-30 { --tw-text-opacity: 0.3 !important; } .md-text-opacity-40 { --tw-text-opacity: 0.4 !important; } .md-text-opacity-50 { --tw-text-opacity: 0.5 !important; } .md-text-opacity-60 { --tw-text-opacity: 0.6 !important; } .md-text-opacity-70 { --tw-text-opacity: 0.7 !important; } .md-text-opacity-75 { --tw-text-opacity: 0.75 !important; } .md-text-opacity-80 { --tw-text-opacity: 0.8 !important; } .md-text-opacity-90 { --tw-text-opacity: 0.9 !important; } .md-text-opacity-95 { --tw-text-opacity: 0.95 !important; } .md-text-opacity-100 { --tw-text-opacity: 1 !important; } .group:hover .md-group-hover-text-opacity-0 { --tw-text-opacity: 0 !important; } .group:hover .md-group-hover-text-opacity-5 { --tw-text-opacity: 0.05 !important; } .group:hover .md-group-hover-text-opacity-10 { --tw-text-opacity: 0.1 !important; } .group:hover .md-group-hover-text-opacity-20 { --tw-text-opacity: 0.2 !important; } .group:hover .md-group-hover-text-opacity-25 { --tw-text-opacity: 0.25 !important; } .group:hover .md-group-hover-text-opacity-30 { --tw-text-opacity: 0.3 !important; } .group:hover .md-group-hover-text-opacity-40 { --tw-text-opacity: 0.4 !important; } .group:hover .md-group-hover-text-opacity-50 { --tw-text-opacity: 0.5 !important; } .group:hover .md-group-hover-text-opacity-60 { --tw-text-opacity: 0.6 !important; } .group:hover .md-group-hover-text-opacity-70 { --tw-text-opacity: 0.7 !important; } .group:hover .md-group-hover-text-opacity-75 { --tw-text-opacity: 0.75 !important; } .group:hover .md-group-hover-text-opacity-80 { --tw-text-opacity: 0.8 !important; } .group:hover .md-group-hover-text-opacity-90 { --tw-text-opacity: 0.9 !important; } .group:hover .md-group-hover-text-opacity-95 { --tw-text-opacity: 0.95 !important; } .group:hover .md-group-hover-text-opacity-100 { --tw-text-opacity: 1 !important; } .md-focus-within-text-opacity-0:focus-within { --tw-text-opacity: 0 !important; } .md-focus-within-text-opacity-5:focus-within { --tw-text-opacity: 0.05 !important; } .md-focus-within-text-opacity-10:focus-within { --tw-text-opacity: 0.1 !important; } .md-focus-within-text-opacity-20:focus-within { --tw-text-opacity: 0.2 !important; } .md-focus-within-text-opacity-25:focus-within { --tw-text-opacity: 0.25 !important; } .md-focus-within-text-opacity-30:focus-within { --tw-text-opacity: 0.3 !important; } .md-focus-within-text-opacity-40:focus-within { --tw-text-opacity: 0.4 !important; } .md-focus-within-text-opacity-50:focus-within { --tw-text-opacity: 0.5 !important; } .md-focus-within-text-opacity-60:focus-within { --tw-text-opacity: 0.6 !important; } .md-focus-within-text-opacity-70:focus-within { --tw-text-opacity: 0.7 !important; } .md-focus-within-text-opacity-75:focus-within { --tw-text-opacity: 0.75 !important; } .md-focus-within-text-opacity-80:focus-within { --tw-text-opacity: 0.8 !important; } .md-focus-within-text-opacity-90:focus-within { --tw-text-opacity: 0.9 !important; } .md-focus-within-text-opacity-95:focus-within { --tw-text-opacity: 0.95 !important; } .md-focus-within-text-opacity-100:focus-within { --tw-text-opacity: 1 !important; } .md-hover-text-opacity-0:hover { --tw-text-opacity: 0 !important; } .md-hover-text-opacity-5:hover { --tw-text-opacity: 0.05 !important; } .md-hover-text-opacity-10:hover { --tw-text-opacity: 0.1 !important; } .md-hover-text-opacity-20:hover { --tw-text-opacity: 0.2 !important; } .md-hover-text-opacity-25:hover { --tw-text-opacity: 0.25 !important; } .md-hover-text-opacity-30:hover { --tw-text-opacity: 0.3 !important; } .md-hover-text-opacity-40:hover { --tw-text-opacity: 0.4 !important; } .md-hover-text-opacity-50:hover { --tw-text-opacity: 0.5 !important; } .md-hover-text-opacity-60:hover { --tw-text-opacity: 0.6 !important; } .md-hover-text-opacity-70:hover { --tw-text-opacity: 0.7 !important; } .md-hover-text-opacity-75:hover { --tw-text-opacity: 0.75 !important; } .md-hover-text-opacity-80:hover { --tw-text-opacity: 0.8 !important; } .md-hover-text-opacity-90:hover { --tw-text-opacity: 0.9 !important; } .md-hover-text-opacity-95:hover { --tw-text-opacity: 0.95 !important; } .md-hover-text-opacity-100:hover { --tw-text-opacity: 1 !important; } .md-focus-text-opacity-0:focus { --tw-text-opacity: 0 !important; } .md-focus-text-opacity-5:focus { --tw-text-opacity: 0.05 !important; } .md-focus-text-opacity-10:focus { --tw-text-opacity: 0.1 !important; } .md-focus-text-opacity-20:focus { --tw-text-opacity: 0.2 !important; } .md-focus-text-opacity-25:focus { --tw-text-opacity: 0.25 !important; } .md-focus-text-opacity-30:focus { --tw-text-opacity: 0.3 !important; } .md-focus-text-opacity-40:focus { --tw-text-opacity: 0.4 !important; } .md-focus-text-opacity-50:focus { --tw-text-opacity: 0.5 !important; } .md-focus-text-opacity-60:focus { --tw-text-opacity: 0.6 !important; } .md-focus-text-opacity-70:focus { --tw-text-opacity: 0.7 !important; } .md-focus-text-opacity-75:focus { --tw-text-opacity: 0.75 !important; } .md-focus-text-opacity-80:focus { --tw-text-opacity: 0.8 !important; } .md-focus-text-opacity-90:focus { --tw-text-opacity: 0.9 !important; } .md-focus-text-opacity-95:focus { --tw-text-opacity: 0.95 !important; } .md-focus-text-opacity-100:focus { --tw-text-opacity: 1 !important; } .md-truncate { overflow: hidden !important; white-space: nowrap !important; } .md-overflow-ellipsis, .md-truncate { text-overflow: ellipsis !important; } .md-overflow-clip { text-overflow: clip !important; } .md-italic { font-style: italic !important; } .md-not-italic { font-style: normal !important; } .md-uppercase { text-transform: uppercase !important; } .md-lowercase { text-transform: lowercase !important; } .md-capitalize { text-transform: capitalize !important; } .md-normal-case { text-transform: none !important; } .md-underline { text-decoration: underline !important; } .md-line-through { text-decoration: line-through !important; } .md-no-underline { text-decoration: none !important; } .group:hover .md-group-hover-underline { text-decoration: underline !important; } .group:hover .md-group-hover-line-through { text-decoration: line-through !important; } .group:hover .md-group-hover-no-underline { text-decoration: none !important; } .md-focus-within-underline:focus-within { text-decoration: underline !important; } .md-focus-within-line-through:focus-within { text-decoration: line-through !important; } .md-focus-within-no-underline:focus-within { text-decoration: none !important; } .md-hover-underline:hover { text-decoration: underline !important; } .md-hover-line-through:hover { text-decoration: line-through !important; } .md-hover-no-underline:hover { text-decoration: none !important; } .md-focus-underline:focus { text-decoration: underline !important; } .md-focus-line-through:focus { text-decoration: line-through !important; } .md-focus-no-underline:focus { text-decoration: none !important; } .md-antialiased { -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; } .md-subpixel-antialiased { -webkit-font-smoothing: auto !important; -moz-osx-font-smoothing: auto !important; } .md-diagonal-fractions, .md-lining-nums, .md-oldstyle-nums, .md-ordinal, .md-proportional-nums, .md-slashed-zero, .md-stacked-fractions, .md-tabular-nums { --tw-ordinal: var(--tw-empty, /*!*/ /*!*/) !important; --tw-slashed-zero: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-figure: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-spacing: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-fraction: var(--tw-empty, /*!*/ /*!*/) !important; font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; } .md-normal-nums { font-feature-settings: normal !important; font-variant-numeric: normal !important; } .md-ordinal { --tw-ordinal: ordinal !important; } .md-slashed-zero { --tw-slashed-zero: slashed-zero !important; } .md-lining-nums { --tw-numeric-figure: lining-nums !important; } .md-oldstyle-nums { --tw-numeric-figure: oldstyle-nums !important; } .md-proportional-nums { --tw-numeric-spacing: proportional-nums !important; } .md-tabular-nums { --tw-numeric-spacing: tabular-nums !important; } .md-diagonal-fractions { --tw-numeric-fraction: diagonal-fractions !important; } .md-stacked-fractions { --tw-numeric-fraction: stacked-fractions !important; } .md-tracking-tight { letter-spacing: -0.05em !important; } .md-tracking-normal { letter-spacing: 0 !important; } .md-tracking-wide { letter-spacing: 0.05em !important; } .md-tracking-relative-wider { letter-spacing: 0.0625rem !important; } .md-tracking-px { letter-spacing: 1px !important; } .md-select-none { -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .md-select-text { -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; } .md-select-all { -moz-user-select: all !important; -ms-user-select: all !important; user-select: all !important; } .md-select-auto { -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; } .md-align-baseline { vertical-align: baseline !important; } .md-align-top { vertical-align: top !important; } .md-align-middle { vertical-align: middle !important; } .md-align-bottom { vertical-align: bottom !important; } .md-align-text-top { vertical-align: text-top !important; } .md-align-text-bottom { vertical-align: text-bottom !important; } .md-visible { visibility: visible !important; } .md-invisible { visibility: hidden !important; } .md-whitespace-normal { white-space: normal !important; } .md-whitespace-nowrap { white-space: nowrap !important; } .md-whitespace-pre { white-space: pre !important; } .md-whitespace-pre-line { white-space: pre-line !important; } .md-whitespace-pre-wrap { white-space: pre-wrap !important; } .md-break-normal { overflow-wrap: normal !important; word-break: normal !important; } .md-break-words { overflow-wrap: break-word !important; } .md-break-all { word-break: break-all !important; } .md-w-0 { width: 0 !important; } .md-w-1 { width: 0.25rem !important; } .md-w-2 { width: 0.5rem !important; } .md-w-3 { width: 0.75rem !important; } .md-w-4 { width: 1rem !important; } .md-w-5 { width: 1.25rem !important; } .md-w-6 { width: 1.5rem !important; } .md-w-7 { width: 1.75rem !important; } .md-w-8 { width: 2rem !important; } .md-w-9 { width: 2.25rem !important; } .md-w-10 { width: 2.5rem !important; } .md-w-11 { width: 2.75rem !important; } .md-w-12 { width: 3rem !important; } .md-w-14 { width: 3.5rem !important; } .md-w-16 { width: 4rem !important; } .md-w-20 { width: 5rem !important; } .md-w-24 { width: 6rem !important; } .md-w-28 { width: 7rem !important; } .md-w-32 { width: 8rem !important; } .md-w-36 { width: 9rem !important; } .md-w-40 { width: 10rem !important; } .md-w-44 { width: 11rem !important; } .md-w-48 { width: 12rem !important; } .md-w-52 { width: 13rem !important; } .md-w-56 { width: 14rem !important; } .md-w-60 { width: 15rem !important; } .md-w-64 { width: 16rem !important; } .md-w-72 { width: 18rem !important; } .md-w-80 { width: 20rem !important; } .md-w-96 { width: 24rem !important; } .md-w-auto { width: auto !important; } .md-w-px { width: 1px !important; } .md-w-0\.5 { width: 0.125rem !important; } .md-w-1\.5 { width: 0.375rem !important; } .md-w-2\.5 { width: 0.625rem !important; } .md-w-3\.5 { width: 0.875rem !important; } .md-w-1\/2 { width: 50% !important; } .md-w-1\/3 { width: 33.333333% !important; } .md-w-2\/3 { width: 66.666667% !important; } .md-w-1\/4 { width: 25% !important; } .md-w-2\/4 { width: 50% !important; } .md-w-3\/4 { width: 75% !important; } .md-w-1\/5 { width: 20% !important; } .md-w-2\/5 { width: 40% !important; } .md-w-3\/5 { width: 60% !important; } .md-w-4\/5 { width: 80% !important; } .md-w-1\/6 { width: 16.666667% !important; } .md-w-2\/6 { width: 33.333333% !important; } .md-w-3\/6 { width: 50% !important; } .md-w-4\/6 { width: 66.666667% !important; } .md-w-5\/6 { width: 83.333333% !important; } .md-w-1\/12 { width: 8.333333% !important; } .md-w-2\/12 { width: 16.666667% !important; } .md-w-3\/12 { width: 25% !important; } .md-w-4\/12 { width: 33.333333% !important; } .md-w-5\/12 { width: 41.666667% !important; } .md-w-6\/12 { width: 50% !important; } .md-w-7\/12 { width: 58.333333% !important; } .md-w-8\/12 { width: 66.666667% !important; } .md-w-9\/12 { width: 75% !important; } .md-w-10\/12 { width: 83.333333% !important; } .md-w-11\/12 { width: 91.666667% !important; } .md-w-full { width: 100% !important; } .md-w-screen { width: 100vw !important; } .md-w-min { width: -moz-min-content !important; width: min-content !important; } .md-w-max { width: -moz-max-content !important; width: max-content !important; } .md-z-0 { z-index: 0 !important; } .md-z-10 { z-index: 10 !important; } .md-z-20 { z-index: 20 !important; } .md-z-30 { z-index: 30 !important; } .md-z-40 { z-index: 40 !important; } .md-z-50 { z-index: 50 !important; } .md-z-auto { z-index: auto !important; } .md-z-over-content { z-index: 100000 !important; } .md-focus-within-z-0:focus-within { z-index: 0 !important; } .md-focus-within-z-10:focus-within { z-index: 10 !important; } .md-focus-within-z-20:focus-within { z-index: 20 !important; } .md-focus-within-z-30:focus-within { z-index: 30 !important; } .md-focus-within-z-40:focus-within { z-index: 40 !important; } .md-focus-within-z-50:focus-within { z-index: 50 !important; } .md-focus-within-z-auto:focus-within { z-index: auto !important; } .md-focus-within-z-over-content:focus-within { z-index: 100000 !important; } .md-focus-z-0:focus { z-index: 0 !important; } .md-focus-z-10:focus { z-index: 10 !important; } .md-focus-z-20:focus { z-index: 20 !important; } .md-focus-z-30:focus { z-index: 30 !important; } .md-focus-z-40:focus { z-index: 40 !important; } .md-focus-z-50:focus { z-index: 50 !important; } .md-focus-z-auto:focus { z-index: auto !important; } .md-focus-z-over-content:focus { z-index: 100000 !important; } .md-gap-0 { grid-gap: 0 !important; gap: 0 !important; } .md-gap-1 { grid-gap: 0.25rem !important; gap: 0.25rem !important; } .md-gap-2 { grid-gap: 0.5rem !important; gap: 0.5rem !important; } .md-gap-3 { grid-gap: 0.75rem !important; gap: 0.75rem !important; } .md-gap-4 { grid-gap: 1rem !important; gap: 1rem !important; } .md-gap-5 { grid-gap: 1.25rem !important; gap: 1.25rem !important; } .md-gap-6 { grid-gap: 1.5rem !important; gap: 1.5rem !important; } .md-gap-7 { grid-gap: 1.75rem !important; gap: 1.75rem !important; } .md-gap-8 { grid-gap: 2rem !important; gap: 2rem !important; } .md-gap-9 { grid-gap: 2.25rem !important; gap: 2.25rem !important; } .md-gap-10 { grid-gap: 2.5rem !important; gap: 2.5rem !important; } .md-gap-11 { grid-gap: 2.75rem !important; gap: 2.75rem !important; } .md-gap-12 { grid-gap: 3rem !important; gap: 3rem !important; } .md-gap-14 { grid-gap: 3.5rem !important; gap: 3.5rem !important; } .md-gap-16 { grid-gap: 4rem !important; gap: 4rem !important; } .md-gap-20 { grid-gap: 5rem !important; gap: 5rem !important; } .md-gap-24 { grid-gap: 6rem !important; gap: 6rem !important; } .md-gap-28 { grid-gap: 7rem !important; gap: 7rem !important; } .md-gap-32 { grid-gap: 8rem !important; gap: 8rem !important; } .md-gap-36 { grid-gap: 9rem !important; gap: 9rem !important; } .md-gap-40 { grid-gap: 10rem !important; gap: 10rem !important; } .md-gap-44 { grid-gap: 11rem !important; gap: 11rem !important; } .md-gap-48 { grid-gap: 12rem !important; gap: 12rem !important; } .md-gap-52 { grid-gap: 13rem !important; gap: 13rem !important; } .md-gap-56 { grid-gap: 14rem !important; gap: 14rem !important; } .md-gap-60 { grid-gap: 15rem !important; gap: 15rem !important; } .md-gap-64 { grid-gap: 16rem !important; gap: 16rem !important; } .md-gap-72 { grid-gap: 18rem !important; gap: 18rem !important; } .md-gap-80 { grid-gap: 20rem !important; gap: 20rem !important; } .md-gap-96 { grid-gap: 24rem !important; gap: 24rem !important; } .md-gap-px { grid-gap: 1px !important; gap: 1px !important; } .md-gap-0\.5 { grid-gap: 0.125rem !important; gap: 0.125rem !important; } .md-gap-1\.5 { grid-gap: 0.375rem !important; gap: 0.375rem !important; } .md-gap-2\.5 { grid-gap: 0.625rem !important; gap: 0.625rem !important; } .md-gap-3\.5 { grid-gap: 0.875rem !important; gap: 0.875rem !important; } .md-gap-x-0 { -moz-column-gap: 0 !important; grid-column-gap: 0 !important; column-gap: 0 !important; } .md-gap-x-1 { -moz-column-gap: 0.25rem !important; grid-column-gap: 0.25rem !important; column-gap: 0.25rem !important; } .md-gap-x-2 { -moz-column-gap: 0.5rem !important; grid-column-gap: 0.5rem !important; column-gap: 0.5rem !important; } .md-gap-x-3 { -moz-column-gap: 0.75rem !important; grid-column-gap: 0.75rem !important; column-gap: 0.75rem !important; } .md-gap-x-4 { -moz-column-gap: 1rem !important; grid-column-gap: 1rem !important; column-gap: 1rem !important; } .md-gap-x-5 { -moz-column-gap: 1.25rem !important; grid-column-gap: 1.25rem !important; column-gap: 1.25rem !important; } .md-gap-x-6 { -moz-column-gap: 1.5rem !important; grid-column-gap: 1.5rem !important; column-gap: 1.5rem !important; } .md-gap-x-7 { -moz-column-gap: 1.75rem !important; grid-column-gap: 1.75rem !important; column-gap: 1.75rem !important; } .md-gap-x-8 { -moz-column-gap: 2rem !important; grid-column-gap: 2rem !important; column-gap: 2rem !important; } .md-gap-x-9 { -moz-column-gap: 2.25rem !important; grid-column-gap: 2.25rem !important; column-gap: 2.25rem !important; } .md-gap-x-10 { -moz-column-gap: 2.5rem !important; grid-column-gap: 2.5rem !important; column-gap: 2.5rem !important; } .md-gap-x-11 { -moz-column-gap: 2.75rem !important; grid-column-gap: 2.75rem !important; column-gap: 2.75rem !important; } .md-gap-x-12 { -moz-column-gap: 3rem !important; grid-column-gap: 3rem !important; column-gap: 3rem !important; } .md-gap-x-14 { -moz-column-gap: 3.5rem !important; grid-column-gap: 3.5rem !important; column-gap: 3.5rem !important; } .md-gap-x-16 { -moz-column-gap: 4rem !important; grid-column-gap: 4rem !important; column-gap: 4rem !important; } .md-gap-x-20 { -moz-column-gap: 5rem !important; grid-column-gap: 5rem !important; column-gap: 5rem !important; } .md-gap-x-24 { -moz-column-gap: 6rem !important; grid-column-gap: 6rem !important; column-gap: 6rem !important; } .md-gap-x-28 { -moz-column-gap: 7rem !important; grid-column-gap: 7rem !important; column-gap: 7rem !important; } .md-gap-x-32 { -moz-column-gap: 8rem !important; grid-column-gap: 8rem !important; column-gap: 8rem !important; } .md-gap-x-36 { -moz-column-gap: 9rem !important; grid-column-gap: 9rem !important; column-gap: 9rem !important; } .md-gap-x-40 { -moz-column-gap: 10rem !important; grid-column-gap: 10rem !important; column-gap: 10rem !important; } .md-gap-x-44 { -moz-column-gap: 11rem !important; grid-column-gap: 11rem !important; column-gap: 11rem !important; } .md-gap-x-48 { -moz-column-gap: 12rem !important; grid-column-gap: 12rem !important; column-gap: 12rem !important; } .md-gap-x-52 { -moz-column-gap: 13rem !important; grid-column-gap: 13rem !important; column-gap: 13rem !important; } .md-gap-x-56 { -moz-column-gap: 14rem !important; grid-column-gap: 14rem !important; column-gap: 14rem !important; } .md-gap-x-60 { -moz-column-gap: 15rem !important; grid-column-gap: 15rem !important; column-gap: 15rem !important; } .md-gap-x-64 { -moz-column-gap: 16rem !important; grid-column-gap: 16rem !important; column-gap: 16rem !important; } .md-gap-x-72 { -moz-column-gap: 18rem !important; grid-column-gap: 18rem !important; column-gap: 18rem !important; } .md-gap-x-80 { -moz-column-gap: 20rem !important; grid-column-gap: 20rem !important; column-gap: 20rem !important; } .md-gap-x-96 { -moz-column-gap: 24rem !important; grid-column-gap: 24rem !important; column-gap: 24rem !important; } .md-gap-x-px { -moz-column-gap: 1px !important; grid-column-gap: 1px !important; column-gap: 1px !important; } .md-gap-x-0\.5 { -moz-column-gap: 0.125rem !important; grid-column-gap: 0.125rem !important; column-gap: 0.125rem !important; } .md-gap-x-1\.5 { -moz-column-gap: 0.375rem !important; grid-column-gap: 0.375rem !important; column-gap: 0.375rem !important; } .md-gap-x-2\.5 { -moz-column-gap: 0.625rem !important; grid-column-gap: 0.625rem !important; column-gap: 0.625rem !important; } .md-gap-x-3\.5 { -moz-column-gap: 0.875rem !important; grid-column-gap: 0.875rem !important; column-gap: 0.875rem !important; } .md-gap-y-0 { grid-row-gap: 0 !important; row-gap: 0 !important; } .md-gap-y-1 { grid-row-gap: 0.25rem !important; row-gap: 0.25rem !important; } .md-gap-y-2 { grid-row-gap: 0.5rem !important; row-gap: 0.5rem !important; } .md-gap-y-3 { grid-row-gap: 0.75rem !important; row-gap: 0.75rem !important; } .md-gap-y-4 { grid-row-gap: 1rem !important; row-gap: 1rem !important; } .md-gap-y-5 { grid-row-gap: 1.25rem !important; row-gap: 1.25rem !important; } .md-gap-y-6 { grid-row-gap: 1.5rem !important; row-gap: 1.5rem !important; } .md-gap-y-7 { grid-row-gap: 1.75rem !important; row-gap: 1.75rem !important; } .md-gap-y-8 { grid-row-gap: 2rem !important; row-gap: 2rem !important; } .md-gap-y-9 { grid-row-gap: 2.25rem !important; row-gap: 2.25rem !important; } .md-gap-y-10 { grid-row-gap: 2.5rem !important; row-gap: 2.5rem !important; } .md-gap-y-11 { grid-row-gap: 2.75rem !important; row-gap: 2.75rem !important; } .md-gap-y-12 { grid-row-gap: 3rem !important; row-gap: 3rem !important; } .md-gap-y-14 { grid-row-gap: 3.5rem !important; row-gap: 3.5rem !important; } .md-gap-y-16 { grid-row-gap: 4rem !important; row-gap: 4rem !important; } .md-gap-y-20 { grid-row-gap: 5rem !important; row-gap: 5rem !important; } .md-gap-y-24 { grid-row-gap: 6rem !important; row-gap: 6rem !important; } .md-gap-y-28 { grid-row-gap: 7rem !important; row-gap: 7rem !important; } .md-gap-y-32 { grid-row-gap: 8rem !important; row-gap: 8rem !important; } .md-gap-y-36 { grid-row-gap: 9rem !important; row-gap: 9rem !important; } .md-gap-y-40 { grid-row-gap: 10rem !important; row-gap: 10rem !important; } .md-gap-y-44 { grid-row-gap: 11rem !important; row-gap: 11rem !important; } .md-gap-y-48 { grid-row-gap: 12rem !important; row-gap: 12rem !important; } .md-gap-y-52 { grid-row-gap: 13rem !important; row-gap: 13rem !important; } .md-gap-y-56 { grid-row-gap: 14rem !important; row-gap: 14rem !important; } .md-gap-y-60 { grid-row-gap: 15rem !important; row-gap: 15rem !important; } .md-gap-y-64 { grid-row-gap: 16rem !important; row-gap: 16rem !important; } .md-gap-y-72 { grid-row-gap: 18rem !important; row-gap: 18rem !important; } .md-gap-y-80 { grid-row-gap: 20rem !important; row-gap: 20rem !important; } .md-gap-y-96 { grid-row-gap: 24rem !important; row-gap: 24rem !important; } .md-gap-y-px { grid-row-gap: 1px !important; row-gap: 1px !important; } .md-gap-y-0\.5 { grid-row-gap: 0.125rem !important; row-gap: 0.125rem !important; } .md-gap-y-1\.5 { grid-row-gap: 0.375rem !important; row-gap: 0.375rem !important; } .md-gap-y-2\.5 { grid-row-gap: 0.625rem !important; row-gap: 0.625rem !important; } .md-gap-y-3\.5 { grid-row-gap: 0.875rem !important; row-gap: 0.875rem !important; } .md-grid-flow-row { grid-auto-flow: row !important; } .md-grid-flow-col { grid-auto-flow: column !important; } .md-grid-flow-row-dense { grid-auto-flow: row dense !important; } .md-grid-flow-col-dense { grid-auto-flow: column dense !important; } .md-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .md-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .md-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .md-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .md-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } .md-grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; } .md-grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; } .md-grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; } .md-grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)) !important; } .md-grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)) !important; } .md-grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)) !important; } .md-grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; } .md-grid-cols-none { grid-template-columns: none !important; } .md-auto-cols-auto { grid-auto-columns: auto !important; } .md-auto-cols-min { grid-auto-columns: min-content !important; } .md-auto-cols-max { grid-auto-columns: max-content !important; } .md-auto-cols-fr { grid-auto-columns: minmax(0, 1fr) !important; } .md-col-auto { grid-column: auto !important; } .md-col-span-1 { grid-column: span 1 / span 1 !important; } .md-col-span-2 { grid-column: span 2 / span 2 !important; } .md-col-span-3 { grid-column: span 3 / span 3 !important; } .md-col-span-4 { grid-column: span 4 / span 4 !important; } .md-col-span-5 { grid-column: span 5 / span 5 !important; } .md-col-span-6 { grid-column: span 6 / span 6 !important; } .md-col-span-7 { grid-column: span 7 / span 7 !important; } .md-col-span-8 { grid-column: span 8 / span 8 !important; } .md-col-span-9 { grid-column: span 9 / span 9 !important; } .md-col-span-10 { grid-column: span 10 / span 10 !important; } .md-col-span-11 { grid-column: span 11 / span 11 !important; } .md-col-span-12 { grid-column: span 12 / span 12 !important; } .md-col-span-full { grid-column: 1/-1 !important; } .md-col-start-1 { grid-column-start: 1 !important; } .md-col-start-2 { grid-column-start: 2 !important; } .md-col-start-3 { grid-column-start: 3 !important; } .md-col-start-4 { grid-column-start: 4 !important; } .md-col-start-5 { grid-column-start: 5 !important; } .md-col-start-6 { grid-column-start: 6 !important; } .md-col-start-7 { grid-column-start: 7 !important; } .md-col-start-8 { grid-column-start: 8 !important; } .md-col-start-9 { grid-column-start: 9 !important; } .md-col-start-10 { grid-column-start: 10 !important; } .md-col-start-11 { grid-column-start: 11 !important; } .md-col-start-12 { grid-column-start: 12 !important; } .md-col-start-13 { grid-column-start: 13 !important; } .md-col-start-auto { grid-column-start: auto !important; } .md-col-end-1 { grid-column-end: 1 !important; } .md-col-end-2 { grid-column-end: 2 !important; } .md-col-end-3 { grid-column-end: 3 !important; } .md-col-end-4 { grid-column-end: 4 !important; } .md-col-end-5 { grid-column-end: 5 !important; } .md-col-end-6 { grid-column-end: 6 !important; } .md-col-end-7 { grid-column-end: 7 !important; } .md-col-end-8 { grid-column-end: 8 !important; } .md-col-end-9 { grid-column-end: 9 !important; } .md-col-end-10 { grid-column-end: 10 !important; } .md-col-end-11 { grid-column-end: 11 !important; } .md-col-end-12 { grid-column-end: 12 !important; } .md-col-end-13 { grid-column-end: 13 !important; } .md-col-end-auto { grid-column-end: auto !important; } .md-grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)) !important; } .md-grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)) !important; } .md-grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)) !important; } .md-grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)) !important; } .md-grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)) !important; } .md-grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)) !important; } .md-grid-rows-none { grid-template-rows: none !important; } .md-auto-rows-auto { grid-auto-rows: auto !important; } .md-auto-rows-min { grid-auto-rows: min-content !important; } .md-auto-rows-max { grid-auto-rows: max-content !important; } .md-auto-rows-fr { grid-auto-rows: minmax(0, 1fr) !important; } .md-row-auto { grid-row: auto !important; } .md-row-span-1 { grid-row: span 1 / span 1 !important; } .md-row-span-2 { grid-row: span 2 / span 2 !important; } .md-row-span-3 { grid-row: span 3 / span 3 !important; } .md-row-span-4 { grid-row: span 4 / span 4 !important; } .md-row-span-5 { grid-row: span 5 / span 5 !important; } .md-row-span-6 { grid-row: span 6 / span 6 !important; } .md-row-span-full { grid-row: 1/-1 !important; } .md-row-start-1 { grid-row-start: 1 !important; } .md-row-start-2 { grid-row-start: 2 !important; } .md-row-start-3 { grid-row-start: 3 !important; } .md-row-start-4 { grid-row-start: 4 !important; } .md-row-start-5 { grid-row-start: 5 !important; } .md-row-start-6 { grid-row-start: 6 !important; } .md-row-start-7 { grid-row-start: 7 !important; } .md-row-start-auto { grid-row-start: auto !important; } .md-row-end-1 { grid-row-end: 1 !important; } .md-row-end-2 { grid-row-end: 2 !important; } .md-row-end-3 { grid-row-end: 3 !important; } .md-row-end-4 { grid-row-end: 4 !important; } .md-row-end-5 { grid-row-end: 5 !important; } .md-row-end-6 { grid-row-end: 6 !important; } .md-row-end-7 { grid-row-end: 7 !important; } .md-row-end-auto { grid-row-end: auto !important; } .md-transform { transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .md-transform, .md-transform-gpu { --tw-translate-x: 0 !important; --tw-translate-y: 0 !important; --tw-rotate: 0 !important; --tw-skew-x: 0 !important; --tw-skew-y: 0 !important; --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .md-transform-gpu { transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .md-transform-none { transform: none !important; } .md-origin-center { transform-origin: center !important; } .md-origin-top { transform-origin: top !important; } .md-origin-top-right { transform-origin: top right !important; } .md-origin-right { transform-origin: right !important; } .md-origin-bottom-right { transform-origin: bottom right !important; } .md-origin-bottom { transform-origin: bottom !important; } .md-origin-bottom-left { transform-origin: bottom left !important; } .md-origin-left { transform-origin: left !important; } .md-origin-top-left { transform-origin: top left !important; } .md-scale-0 { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .md-scale-50 { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .md-scale-75 { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .md-scale-90 { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .md-scale-95 { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .md-scale-100 { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .md-scale-105 { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .md-scale-110 { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .md-scale-125 { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .md-scale-150 { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .md-scale-x-0 { --tw-scale-x: 0 !important; } .md-scale-x-50 { --tw-scale-x: 0.5 !important; } .md-scale-x-75 { --tw-scale-x: 0.75 !important; } .md-scale-x-90 { --tw-scale-x: 0.9 !important; } .md-scale-x-95 { --tw-scale-x: 0.95 !important; } .md-scale-x-100 { --tw-scale-x: 1 !important; } .md-scale-x-105 { --tw-scale-x: 1.05 !important; } .md-scale-x-110 { --tw-scale-x: 1.1 !important; } .md-scale-x-125 { --tw-scale-x: 1.25 !important; } .md-scale-x-150 { --tw-scale-x: 1.5 !important; } .md-scale-y-0 { --tw-scale-y: 0 !important; } .md-scale-y-50 { --tw-scale-y: 0.5 !important; } .md-scale-y-75 { --tw-scale-y: 0.75 !important; } .md-scale-y-90 { --tw-scale-y: 0.9 !important; } .md-scale-y-95 { --tw-scale-y: 0.95 !important; } .md-scale-y-100 { --tw-scale-y: 1 !important; } .md-scale-y-105 { --tw-scale-y: 1.05 !important; } .md-scale-y-110 { --tw-scale-y: 1.1 !important; } .md-scale-y-125 { --tw-scale-y: 1.25 !important; } .md-scale-y-150 { --tw-scale-y: 1.5 !important; } .md-hover-scale-0:hover { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .md-hover-scale-50:hover { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .md-hover-scale-75:hover { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .md-hover-scale-90:hover { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .md-hover-scale-95:hover { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .md-hover-scale-100:hover { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .md-hover-scale-105:hover { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .md-hover-scale-110:hover { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .md-hover-scale-125:hover { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .md-hover-scale-150:hover { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .md-hover-scale-x-0:hover { --tw-scale-x: 0 !important; } .md-hover-scale-x-50:hover { --tw-scale-x: 0.5 !important; } .md-hover-scale-x-75:hover { --tw-scale-x: 0.75 !important; } .md-hover-scale-x-90:hover { --tw-scale-x: 0.9 !important; } .md-hover-scale-x-95:hover { --tw-scale-x: 0.95 !important; } .md-hover-scale-x-100:hover { --tw-scale-x: 1 !important; } .md-hover-scale-x-105:hover { --tw-scale-x: 1.05 !important; } .md-hover-scale-x-110:hover { --tw-scale-x: 1.1 !important; } .md-hover-scale-x-125:hover { --tw-scale-x: 1.25 !important; } .md-hover-scale-x-150:hover { --tw-scale-x: 1.5 !important; } .md-hover-scale-y-0:hover { --tw-scale-y: 0 !important; } .md-hover-scale-y-50:hover { --tw-scale-y: 0.5 !important; } .md-hover-scale-y-75:hover { --tw-scale-y: 0.75 !important; } .md-hover-scale-y-90:hover { --tw-scale-y: 0.9 !important; } .md-hover-scale-y-95:hover { --tw-scale-y: 0.95 !important; } .md-hover-scale-y-100:hover { --tw-scale-y: 1 !important; } .md-hover-scale-y-105:hover { --tw-scale-y: 1.05 !important; } .md-hover-scale-y-110:hover { --tw-scale-y: 1.1 !important; } .md-hover-scale-y-125:hover { --tw-scale-y: 1.25 !important; } .md-hover-scale-y-150:hover { --tw-scale-y: 1.5 !important; } .md-focus-scale-0:focus { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .md-focus-scale-50:focus { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .md-focus-scale-75:focus { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .md-focus-scale-90:focus { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .md-focus-scale-95:focus { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .md-focus-scale-100:focus { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .md-focus-scale-105:focus { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .md-focus-scale-110:focus { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .md-focus-scale-125:focus { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .md-focus-scale-150:focus { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .md-focus-scale-x-0:focus { --tw-scale-x: 0 !important; } .md-focus-scale-x-50:focus { --tw-scale-x: 0.5 !important; } .md-focus-scale-x-75:focus { --tw-scale-x: 0.75 !important; } .md-focus-scale-x-90:focus { --tw-scale-x: 0.9 !important; } .md-focus-scale-x-95:focus { --tw-scale-x: 0.95 !important; } .md-focus-scale-x-100:focus { --tw-scale-x: 1 !important; } .md-focus-scale-x-105:focus { --tw-scale-x: 1.05 !important; } .md-focus-scale-x-110:focus { --tw-scale-x: 1.1 !important; } .md-focus-scale-x-125:focus { --tw-scale-x: 1.25 !important; } .md-focus-scale-x-150:focus { --tw-scale-x: 1.5 !important; } .md-focus-scale-y-0:focus { --tw-scale-y: 0 !important; } .md-focus-scale-y-50:focus { --tw-scale-y: 0.5 !important; } .md-focus-scale-y-75:focus { --tw-scale-y: 0.75 !important; } .md-focus-scale-y-90:focus { --tw-scale-y: 0.9 !important; } .md-focus-scale-y-95:focus { --tw-scale-y: 0.95 !important; } .md-focus-scale-y-100:focus { --tw-scale-y: 1 !important; } .md-focus-scale-y-105:focus { --tw-scale-y: 1.05 !important; } .md-focus-scale-y-110:focus { --tw-scale-y: 1.1 !important; } .md-focus-scale-y-125:focus { --tw-scale-y: 1.25 !important; } .md-focus-scale-y-150:focus { --tw-scale-y: 1.5 !important; } .md-rotate-0 { --tw-rotate: 0deg !important; } .md-rotate-1 { --tw-rotate: 1deg !important; } .md-rotate-2 { --tw-rotate: 2deg !important; } .md-rotate-3 { --tw-rotate: 3deg !important; } .md-rotate-6 { --tw-rotate: 6deg !important; } .md-rotate-12 { --tw-rotate: 12deg !important; } .md-rotate-45 { --tw-rotate: 45deg !important; } .md-rotate-90 { --tw-rotate: 90deg !important; } .md-rotate-180 { --tw-rotate: 180deg !important; } .md--rotate-180 { --tw-rotate: -180deg !important; } .md--rotate-90 { --tw-rotate: -90deg !important; } .md--rotate-45 { --tw-rotate: -45deg !important; } .md--rotate-12 { --tw-rotate: -12deg !important; } .md--rotate-6 { --tw-rotate: -6deg !important; } .md--rotate-3 { --tw-rotate: -3deg !important; } .md--rotate-2 { --tw-rotate: -2deg !important; } .md--rotate-1 { --tw-rotate: -1deg !important; } .md-hover-rotate-0:hover { --tw-rotate: 0deg !important; } .md-hover-rotate-1:hover { --tw-rotate: 1deg !important; } .md-hover-rotate-2:hover { --tw-rotate: 2deg !important; } .md-hover-rotate-3:hover { --tw-rotate: 3deg !important; } .md-hover-rotate-6:hover { --tw-rotate: 6deg !important; } .md-hover-rotate-12:hover { --tw-rotate: 12deg !important; } .md-hover-rotate-45:hover { --tw-rotate: 45deg !important; } .md-hover-rotate-90:hover { --tw-rotate: 90deg !important; } .md-hover-rotate-180:hover { --tw-rotate: 180deg !important; } .md-hover--rotate-180:hover { --tw-rotate: -180deg !important; } .md-hover--rotate-90:hover { --tw-rotate: -90deg !important; } .md-hover--rotate-45:hover { --tw-rotate: -45deg !important; } .md-hover--rotate-12:hover { --tw-rotate: -12deg !important; } .md-hover--rotate-6:hover { --tw-rotate: -6deg !important; } .md-hover--rotate-3:hover { --tw-rotate: -3deg !important; } .md-hover--rotate-2:hover { --tw-rotate: -2deg !important; } .md-hover--rotate-1:hover { --tw-rotate: -1deg !important; } .md-focus-rotate-0:focus { --tw-rotate: 0deg !important; } .md-focus-rotate-1:focus { --tw-rotate: 1deg !important; } .md-focus-rotate-2:focus { --tw-rotate: 2deg !important; } .md-focus-rotate-3:focus { --tw-rotate: 3deg !important; } .md-focus-rotate-6:focus { --tw-rotate: 6deg !important; } .md-focus-rotate-12:focus { --tw-rotate: 12deg !important; } .md-focus-rotate-45:focus { --tw-rotate: 45deg !important; } .md-focus-rotate-90:focus { --tw-rotate: 90deg !important; } .md-focus-rotate-180:focus { --tw-rotate: 180deg !important; } .md-focus--rotate-180:focus { --tw-rotate: -180deg !important; } .md-focus--rotate-90:focus { --tw-rotate: -90deg !important; } .md-focus--rotate-45:focus { --tw-rotate: -45deg !important; } .md-focus--rotate-12:focus { --tw-rotate: -12deg !important; } .md-focus--rotate-6:focus { --tw-rotate: -6deg !important; } .md-focus--rotate-3:focus { --tw-rotate: -3deg !important; } .md-focus--rotate-2:focus { --tw-rotate: -2deg !important; } .md-focus--rotate-1:focus { --tw-rotate: -1deg !important; } .md-translate-x-0 { --tw-translate-x: 0px !important; } .md-translate-x-1 { --tw-translate-x: 0.25rem !important; } .md-translate-x-2 { --tw-translate-x: 0.5rem !important; } .md-translate-x-3 { --tw-translate-x: 0.75rem !important; } .md-translate-x-4 { --tw-translate-x: 1rem !important; } .md-translate-x-5 { --tw-translate-x: 1.25rem !important; } .md-translate-x-6 { --tw-translate-x: 1.5rem !important; } .md-translate-x-7 { --tw-translate-x: 1.75rem !important; } .md-translate-x-8 { --tw-translate-x: 2rem !important; } .md-translate-x-9 { --tw-translate-x: 2.25rem !important; } .md-translate-x-10 { --tw-translate-x: 2.5rem !important; } .md-translate-x-11 { --tw-translate-x: 2.75rem !important; } .md-translate-x-12 { --tw-translate-x: 3rem !important; } .md-translate-x-14 { --tw-translate-x: 3.5rem !important; } .md-translate-x-16 { --tw-translate-x: 4rem !important; } .md-translate-x-20 { --tw-translate-x: 5rem !important; } .md-translate-x-24 { --tw-translate-x: 6rem !important; } .md-translate-x-28 { --tw-translate-x: 7rem !important; } .md-translate-x-32 { --tw-translate-x: 8rem !important; } .md-translate-x-36 { --tw-translate-x: 9rem !important; } .md-translate-x-40 { --tw-translate-x: 10rem !important; } .md-translate-x-44 { --tw-translate-x: 11rem !important; } .md-translate-x-48 { --tw-translate-x: 12rem !important; } .md-translate-x-52 { --tw-translate-x: 13rem !important; } .md-translate-x-56 { --tw-translate-x: 14rem !important; } .md-translate-x-60 { --tw-translate-x: 15rem !important; } .md-translate-x-64 { --tw-translate-x: 16rem !important; } .md-translate-x-72 { --tw-translate-x: 18rem !important; } .md-translate-x-80 { --tw-translate-x: 20rem !important; } .md-translate-x-96 { --tw-translate-x: 24rem !important; } .md-translate-x-px { --tw-translate-x: 1px !important; } .md-translate-x-0\.5 { --tw-translate-x: 0.125rem !important; } .md-translate-x-1\.5 { --tw-translate-x: 0.375rem !important; } .md-translate-x-2\.5 { --tw-translate-x: 0.625rem !important; } .md-translate-x-3\.5 { --tw-translate-x: 0.875rem !important; } .md--translate-x-0 { --tw-translate-x: 0px !important; } .md--translate-x-1 { --tw-translate-x: -0.25rem !important; } .md--translate-x-2 { --tw-translate-x: -0.5rem !important; } .md--translate-x-3 { --tw-translate-x: -0.75rem !important; } .md--translate-x-4 { --tw-translate-x: -1rem !important; } .md--translate-x-5 { --tw-translate-x: -1.25rem !important; } .md--translate-x-6 { --tw-translate-x: -1.5rem !important; } .md--translate-x-7 { --tw-translate-x: -1.75rem !important; } .md--translate-x-8 { --tw-translate-x: -2rem !important; } .md--translate-x-9 { --tw-translate-x: -2.25rem !important; } .md--translate-x-10 { --tw-translate-x: -2.5rem !important; } .md--translate-x-11 { --tw-translate-x: -2.75rem !important; } .md--translate-x-12 { --tw-translate-x: -3rem !important; } .md--translate-x-14 { --tw-translate-x: -3.5rem !important; } .md--translate-x-16 { --tw-translate-x: -4rem !important; } .md--translate-x-20 { --tw-translate-x: -5rem !important; } .md--translate-x-24 { --tw-translate-x: -6rem !important; } .md--translate-x-28 { --tw-translate-x: -7rem !important; } .md--translate-x-32 { --tw-translate-x: -8rem !important; } .md--translate-x-36 { --tw-translate-x: -9rem !important; } .md--translate-x-40 { --tw-translate-x: -10rem !important; } .md--translate-x-44 { --tw-translate-x: -11rem !important; } .md--translate-x-48 { --tw-translate-x: -12rem !important; } .md--translate-x-52 { --tw-translate-x: -13rem !important; } .md--translate-x-56 { --tw-translate-x: -14rem !important; } .md--translate-x-60 { --tw-translate-x: -15rem !important; } .md--translate-x-64 { --tw-translate-x: -16rem !important; } .md--translate-x-72 { --tw-translate-x: -18rem !important; } .md--translate-x-80 { --tw-translate-x: -20rem !important; } .md--translate-x-96 { --tw-translate-x: -24rem !important; } .md--translate-x-px { --tw-translate-x: -1px !important; } .md--translate-x-0\.5 { --tw-translate-x: -0.125rem !important; } .md--translate-x-1\.5 { --tw-translate-x: -0.375rem !important; } .md--translate-x-2\.5 { --tw-translate-x: -0.625rem !important; } .md--translate-x-3\.5 { --tw-translate-x: -0.875rem !important; } .md-translate-x-1\/2 { --tw-translate-x: 50% !important; } .md-translate-x-1\/3 { --tw-translate-x: 33.333333% !important; } .md-translate-x-2\/3 { --tw-translate-x: 66.666667% !important; } .md-translate-x-1\/4 { --tw-translate-x: 25% !important; } .md-translate-x-2\/4 { --tw-translate-x: 50% !important; } .md-translate-x-3\/4 { --tw-translate-x: 75% !important; } .md-translate-x-full { --tw-translate-x: 100% !important; } .md--translate-x-1\/2 { --tw-translate-x: -50% !important; } .md--translate-x-1\/3 { --tw-translate-x: -33.333333% !important; } .md--translate-x-2\/3 { --tw-translate-x: -66.666667% !important; } .md--translate-x-1\/4 { --tw-translate-x: -25% !important; } .md--translate-x-2\/4 { --tw-translate-x: -50% !important; } .md--translate-x-3\/4 { --tw-translate-x: -75% !important; } .md--translate-x-full { --tw-translate-x: -100% !important; } .md-translate-y-0 { --tw-translate-y: 0px !important; } .md-translate-y-1 { --tw-translate-y: 0.25rem !important; } .md-translate-y-2 { --tw-translate-y: 0.5rem !important; } .md-translate-y-3 { --tw-translate-y: 0.75rem !important; } .md-translate-y-4 { --tw-translate-y: 1rem !important; } .md-translate-y-5 { --tw-translate-y: 1.25rem !important; } .md-translate-y-6 { --tw-translate-y: 1.5rem !important; } .md-translate-y-7 { --tw-translate-y: 1.75rem !important; } .md-translate-y-8 { --tw-translate-y: 2rem !important; } .md-translate-y-9 { --tw-translate-y: 2.25rem !important; } .md-translate-y-10 { --tw-translate-y: 2.5rem !important; } .md-translate-y-11 { --tw-translate-y: 2.75rem !important; } .md-translate-y-12 { --tw-translate-y: 3rem !important; } .md-translate-y-14 { --tw-translate-y: 3.5rem !important; } .md-translate-y-16 { --tw-translate-y: 4rem !important; } .md-translate-y-20 { --tw-translate-y: 5rem !important; } .md-translate-y-24 { --tw-translate-y: 6rem !important; } .md-translate-y-28 { --tw-translate-y: 7rem !important; } .md-translate-y-32 { --tw-translate-y: 8rem !important; } .md-translate-y-36 { --tw-translate-y: 9rem !important; } .md-translate-y-40 { --tw-translate-y: 10rem !important; } .md-translate-y-44 { --tw-translate-y: 11rem !important; } .md-translate-y-48 { --tw-translate-y: 12rem !important; } .md-translate-y-52 { --tw-translate-y: 13rem !important; } .md-translate-y-56 { --tw-translate-y: 14rem !important; } .md-translate-y-60 { --tw-translate-y: 15rem !important; } .md-translate-y-64 { --tw-translate-y: 16rem !important; } .md-translate-y-72 { --tw-translate-y: 18rem !important; } .md-translate-y-80 { --tw-translate-y: 20rem !important; } .md-translate-y-96 { --tw-translate-y: 24rem !important; } .md-translate-y-px { --tw-translate-y: 1px !important; } .md-translate-y-0\.5 { --tw-translate-y: 0.125rem !important; } .md-translate-y-1\.5 { --tw-translate-y: 0.375rem !important; } .md-translate-y-2\.5 { --tw-translate-y: 0.625rem !important; } .md-translate-y-3\.5 { --tw-translate-y: 0.875rem !important; } .md--translate-y-0 { --tw-translate-y: 0px !important; } .md--translate-y-1 { --tw-translate-y: -0.25rem !important; } .md--translate-y-2 { --tw-translate-y: -0.5rem !important; } .md--translate-y-3 { --tw-translate-y: -0.75rem !important; } .md--translate-y-4 { --tw-translate-y: -1rem !important; } .md--translate-y-5 { --tw-translate-y: -1.25rem !important; } .md--translate-y-6 { --tw-translate-y: -1.5rem !important; } .md--translate-y-7 { --tw-translate-y: -1.75rem !important; } .md--translate-y-8 { --tw-translate-y: -2rem !important; } .md--translate-y-9 { --tw-translate-y: -2.25rem !important; } .md--translate-y-10 { --tw-translate-y: -2.5rem !important; } .md--translate-y-11 { --tw-translate-y: -2.75rem !important; } .md--translate-y-12 { --tw-translate-y: -3rem !important; } .md--translate-y-14 { --tw-translate-y: -3.5rem !important; } .md--translate-y-16 { --tw-translate-y: -4rem !important; } .md--translate-y-20 { --tw-translate-y: -5rem !important; } .md--translate-y-24 { --tw-translate-y: -6rem !important; } .md--translate-y-28 { --tw-translate-y: -7rem !important; } .md--translate-y-32 { --tw-translate-y: -8rem !important; } .md--translate-y-36 { --tw-translate-y: -9rem !important; } .md--translate-y-40 { --tw-translate-y: -10rem !important; } .md--translate-y-44 { --tw-translate-y: -11rem !important; } .md--translate-y-48 { --tw-translate-y: -12rem !important; } .md--translate-y-52 { --tw-translate-y: -13rem !important; } .md--translate-y-56 { --tw-translate-y: -14rem !important; } .md--translate-y-60 { --tw-translate-y: -15rem !important; } .md--translate-y-64 { --tw-translate-y: -16rem !important; } .md--translate-y-72 { --tw-translate-y: -18rem !important; } .md--translate-y-80 { --tw-translate-y: -20rem !important; } .md--translate-y-96 { --tw-translate-y: -24rem !important; } .md--translate-y-px { --tw-translate-y: -1px !important; } .md--translate-y-0\.5 { --tw-translate-y: -0.125rem !important; } .md--translate-y-1\.5 { --tw-translate-y: -0.375rem !important; } .md--translate-y-2\.5 { --tw-translate-y: -0.625rem !important; } .md--translate-y-3\.5 { --tw-translate-y: -0.875rem !important; } .md-translate-y-1\/2 { --tw-translate-y: 50% !important; } .md-translate-y-1\/3 { --tw-translate-y: 33.333333% !important; } .md-translate-y-2\/3 { --tw-translate-y: 66.666667% !important; } .md-translate-y-1\/4 { --tw-translate-y: 25% !important; } .md-translate-y-2\/4 { --tw-translate-y: 50% !important; } .md-translate-y-3\/4 { --tw-translate-y: 75% !important; } .md-translate-y-full { --tw-translate-y: 100% !important; } .md--translate-y-1\/2 { --tw-translate-y: -50% !important; } .md--translate-y-1\/3 { --tw-translate-y: -33.333333% !important; } .md--translate-y-2\/3 { --tw-translate-y: -66.666667% !important; } .md--translate-y-1\/4 { --tw-translate-y: -25% !important; } .md--translate-y-2\/4 { --tw-translate-y: -50% !important; } .md--translate-y-3\/4 { --tw-translate-y: -75% !important; } .md--translate-y-full { --tw-translate-y: -100% !important; } .md-hover-translate-x-0:hover { --tw-translate-x: 0px !important; } .md-hover-translate-x-1:hover { --tw-translate-x: 0.25rem !important; } .md-hover-translate-x-2:hover { --tw-translate-x: 0.5rem !important; } .md-hover-translate-x-3:hover { --tw-translate-x: 0.75rem !important; } .md-hover-translate-x-4:hover { --tw-translate-x: 1rem !important; } .md-hover-translate-x-5:hover { --tw-translate-x: 1.25rem !important; } .md-hover-translate-x-6:hover { --tw-translate-x: 1.5rem !important; } .md-hover-translate-x-7:hover { --tw-translate-x: 1.75rem !important; } .md-hover-translate-x-8:hover { --tw-translate-x: 2rem !important; } .md-hover-translate-x-9:hover { --tw-translate-x: 2.25rem !important; } .md-hover-translate-x-10:hover { --tw-translate-x: 2.5rem !important; } .md-hover-translate-x-11:hover { --tw-translate-x: 2.75rem !important; } .md-hover-translate-x-12:hover { --tw-translate-x: 3rem !important; } .md-hover-translate-x-14:hover { --tw-translate-x: 3.5rem !important; } .md-hover-translate-x-16:hover { --tw-translate-x: 4rem !important; } .md-hover-translate-x-20:hover { --tw-translate-x: 5rem !important; } .md-hover-translate-x-24:hover { --tw-translate-x: 6rem !important; } .md-hover-translate-x-28:hover { --tw-translate-x: 7rem !important; } .md-hover-translate-x-32:hover { --tw-translate-x: 8rem !important; } .md-hover-translate-x-36:hover { --tw-translate-x: 9rem !important; } .md-hover-translate-x-40:hover { --tw-translate-x: 10rem !important; } .md-hover-translate-x-44:hover { --tw-translate-x: 11rem !important; } .md-hover-translate-x-48:hover { --tw-translate-x: 12rem !important; } .md-hover-translate-x-52:hover { --tw-translate-x: 13rem !important; } .md-hover-translate-x-56:hover { --tw-translate-x: 14rem !important; } .md-hover-translate-x-60:hover { --tw-translate-x: 15rem !important; } .md-hover-translate-x-64:hover { --tw-translate-x: 16rem !important; } .md-hover-translate-x-72:hover { --tw-translate-x: 18rem !important; } .md-hover-translate-x-80:hover { --tw-translate-x: 20rem !important; } .md-hover-translate-x-96:hover { --tw-translate-x: 24rem !important; } .md-hover-translate-x-px:hover { --tw-translate-x: 1px !important; } .md-hover-translate-x-0\.5:hover { --tw-translate-x: 0.125rem !important; } .md-hover-translate-x-1\.5:hover { --tw-translate-x: 0.375rem !important; } .md-hover-translate-x-2\.5:hover { --tw-translate-x: 0.625rem !important; } .md-hover-translate-x-3\.5:hover { --tw-translate-x: 0.875rem !important; } .md-hover--translate-x-0:hover { --tw-translate-x: 0px !important; } .md-hover--translate-x-1:hover { --tw-translate-x: -0.25rem !important; } .md-hover--translate-x-2:hover { --tw-translate-x: -0.5rem !important; } .md-hover--translate-x-3:hover { --tw-translate-x: -0.75rem !important; } .md-hover--translate-x-4:hover { --tw-translate-x: -1rem !important; } .md-hover--translate-x-5:hover { --tw-translate-x: -1.25rem !important; } .md-hover--translate-x-6:hover { --tw-translate-x: -1.5rem !important; } .md-hover--translate-x-7:hover { --tw-translate-x: -1.75rem !important; } .md-hover--translate-x-8:hover { --tw-translate-x: -2rem !important; } .md-hover--translate-x-9:hover { --tw-translate-x: -2.25rem !important; } .md-hover--translate-x-10:hover { --tw-translate-x: -2.5rem !important; } .md-hover--translate-x-11:hover { --tw-translate-x: -2.75rem !important; } .md-hover--translate-x-12:hover { --tw-translate-x: -3rem !important; } .md-hover--translate-x-14:hover { --tw-translate-x: -3.5rem !important; } .md-hover--translate-x-16:hover { --tw-translate-x: -4rem !important; } .md-hover--translate-x-20:hover { --tw-translate-x: -5rem !important; } .md-hover--translate-x-24:hover { --tw-translate-x: -6rem !important; } .md-hover--translate-x-28:hover { --tw-translate-x: -7rem !important; } .md-hover--translate-x-32:hover { --tw-translate-x: -8rem !important; } .md-hover--translate-x-36:hover { --tw-translate-x: -9rem !important; } .md-hover--translate-x-40:hover { --tw-translate-x: -10rem !important; } .md-hover--translate-x-44:hover { --tw-translate-x: -11rem !important; } .md-hover--translate-x-48:hover { --tw-translate-x: -12rem !important; } .md-hover--translate-x-52:hover { --tw-translate-x: -13rem !important; } .md-hover--translate-x-56:hover { --tw-translate-x: -14rem !important; } .md-hover--translate-x-60:hover { --tw-translate-x: -15rem !important; } .md-hover--translate-x-64:hover { --tw-translate-x: -16rem !important; } .md-hover--translate-x-72:hover { --tw-translate-x: -18rem !important; } .md-hover--translate-x-80:hover { --tw-translate-x: -20rem !important; } .md-hover--translate-x-96:hover { --tw-translate-x: -24rem !important; } .md-hover--translate-x-px:hover { --tw-translate-x: -1px !important; } .md-hover--translate-x-0\.5:hover { --tw-translate-x: -0.125rem !important; } .md-hover--translate-x-1\.5:hover { --tw-translate-x: -0.375rem !important; } .md-hover--translate-x-2\.5:hover { --tw-translate-x: -0.625rem !important; } .md-hover--translate-x-3\.5:hover { --tw-translate-x: -0.875rem !important; } .md-hover-translate-x-1\/2:hover { --tw-translate-x: 50% !important; } .md-hover-translate-x-1\/3:hover { --tw-translate-x: 33.333333% !important; } .md-hover-translate-x-2\/3:hover { --tw-translate-x: 66.666667% !important; } .md-hover-translate-x-1\/4:hover { --tw-translate-x: 25% !important; } .md-hover-translate-x-2\/4:hover { --tw-translate-x: 50% !important; } .md-hover-translate-x-3\/4:hover { --tw-translate-x: 75% !important; } .md-hover-translate-x-full:hover { --tw-translate-x: 100% !important; } .md-hover--translate-x-1\/2:hover { --tw-translate-x: -50% !important; } .md-hover--translate-x-1\/3:hover { --tw-translate-x: -33.333333% !important; } .md-hover--translate-x-2\/3:hover { --tw-translate-x: -66.666667% !important; } .md-hover--translate-x-1\/4:hover { --tw-translate-x: -25% !important; } .md-hover--translate-x-2\/4:hover { --tw-translate-x: -50% !important; } .md-hover--translate-x-3\/4:hover { --tw-translate-x: -75% !important; } .md-hover--translate-x-full:hover { --tw-translate-x: -100% !important; } .md-hover-translate-y-0:hover { --tw-translate-y: 0px !important; } .md-hover-translate-y-1:hover { --tw-translate-y: 0.25rem !important; } .md-hover-translate-y-2:hover { --tw-translate-y: 0.5rem !important; } .md-hover-translate-y-3:hover { --tw-translate-y: 0.75rem !important; } .md-hover-translate-y-4:hover { --tw-translate-y: 1rem !important; } .md-hover-translate-y-5:hover { --tw-translate-y: 1.25rem !important; } .md-hover-translate-y-6:hover { --tw-translate-y: 1.5rem !important; } .md-hover-translate-y-7:hover { --tw-translate-y: 1.75rem !important; } .md-hover-translate-y-8:hover { --tw-translate-y: 2rem !important; } .md-hover-translate-y-9:hover { --tw-translate-y: 2.25rem !important; } .md-hover-translate-y-10:hover { --tw-translate-y: 2.5rem !important; } .md-hover-translate-y-11:hover { --tw-translate-y: 2.75rem !important; } .md-hover-translate-y-12:hover { --tw-translate-y: 3rem !important; } .md-hover-translate-y-14:hover { --tw-translate-y: 3.5rem !important; } .md-hover-translate-y-16:hover { --tw-translate-y: 4rem !important; } .md-hover-translate-y-20:hover { --tw-translate-y: 5rem !important; } .md-hover-translate-y-24:hover { --tw-translate-y: 6rem !important; } .md-hover-translate-y-28:hover { --tw-translate-y: 7rem !important; } .md-hover-translate-y-32:hover { --tw-translate-y: 8rem !important; } .md-hover-translate-y-36:hover { --tw-translate-y: 9rem !important; } .md-hover-translate-y-40:hover { --tw-translate-y: 10rem !important; } .md-hover-translate-y-44:hover { --tw-translate-y: 11rem !important; } .md-hover-translate-y-48:hover { --tw-translate-y: 12rem !important; } .md-hover-translate-y-52:hover { --tw-translate-y: 13rem !important; } .md-hover-translate-y-56:hover { --tw-translate-y: 14rem !important; } .md-hover-translate-y-60:hover { --tw-translate-y: 15rem !important; } .md-hover-translate-y-64:hover { --tw-translate-y: 16rem !important; } .md-hover-translate-y-72:hover { --tw-translate-y: 18rem !important; } .md-hover-translate-y-80:hover { --tw-translate-y: 20rem !important; } .md-hover-translate-y-96:hover { --tw-translate-y: 24rem !important; } .md-hover-translate-y-px:hover { --tw-translate-y: 1px !important; } .md-hover-translate-y-0\.5:hover { --tw-translate-y: 0.125rem !important; } .md-hover-translate-y-1\.5:hover { --tw-translate-y: 0.375rem !important; } .md-hover-translate-y-2\.5:hover { --tw-translate-y: 0.625rem !important; } .md-hover-translate-y-3\.5:hover { --tw-translate-y: 0.875rem !important; } .md-hover--translate-y-0:hover { --tw-translate-y: 0px !important; } .md-hover--translate-y-1:hover { --tw-translate-y: -0.25rem !important; } .md-hover--translate-y-2:hover { --tw-translate-y: -0.5rem !important; } .md-hover--translate-y-3:hover { --tw-translate-y: -0.75rem !important; } .md-hover--translate-y-4:hover { --tw-translate-y: -1rem !important; } .md-hover--translate-y-5:hover { --tw-translate-y: -1.25rem !important; } .md-hover--translate-y-6:hover { --tw-translate-y: -1.5rem !important; } .md-hover--translate-y-7:hover { --tw-translate-y: -1.75rem !important; } .md-hover--translate-y-8:hover { --tw-translate-y: -2rem !important; } .md-hover--translate-y-9:hover { --tw-translate-y: -2.25rem !important; } .md-hover--translate-y-10:hover { --tw-translate-y: -2.5rem !important; } .md-hover--translate-y-11:hover { --tw-translate-y: -2.75rem !important; } .md-hover--translate-y-12:hover { --tw-translate-y: -3rem !important; } .md-hover--translate-y-14:hover { --tw-translate-y: -3.5rem !important; } .md-hover--translate-y-16:hover { --tw-translate-y: -4rem !important; } .md-hover--translate-y-20:hover { --tw-translate-y: -5rem !important; } .md-hover--translate-y-24:hover { --tw-translate-y: -6rem !important; } .md-hover--translate-y-28:hover { --tw-translate-y: -7rem !important; } .md-hover--translate-y-32:hover { --tw-translate-y: -8rem !important; } .md-hover--translate-y-36:hover { --tw-translate-y: -9rem !important; } .md-hover--translate-y-40:hover { --tw-translate-y: -10rem !important; } .md-hover--translate-y-44:hover { --tw-translate-y: -11rem !important; } .md-hover--translate-y-48:hover { --tw-translate-y: -12rem !important; } .md-hover--translate-y-52:hover { --tw-translate-y: -13rem !important; } .md-hover--translate-y-56:hover { --tw-translate-y: -14rem !important; } .md-hover--translate-y-60:hover { --tw-translate-y: -15rem !important; } .md-hover--translate-y-64:hover { --tw-translate-y: -16rem !important; } .md-hover--translate-y-72:hover { --tw-translate-y: -18rem !important; } .md-hover--translate-y-80:hover { --tw-translate-y: -20rem !important; } .md-hover--translate-y-96:hover { --tw-translate-y: -24rem !important; } .md-hover--translate-y-px:hover { --tw-translate-y: -1px !important; } .md-hover--translate-y-0\.5:hover { --tw-translate-y: -0.125rem !important; } .md-hover--translate-y-1\.5:hover { --tw-translate-y: -0.375rem !important; } .md-hover--translate-y-2\.5:hover { --tw-translate-y: -0.625rem !important; } .md-hover--translate-y-3\.5:hover { --tw-translate-y: -0.875rem !important; } .md-hover-translate-y-1\/2:hover { --tw-translate-y: 50% !important; } .md-hover-translate-y-1\/3:hover { --tw-translate-y: 33.333333% !important; } .md-hover-translate-y-2\/3:hover { --tw-translate-y: 66.666667% !important; } .md-hover-translate-y-1\/4:hover { --tw-translate-y: 25% !important; } .md-hover-translate-y-2\/4:hover { --tw-translate-y: 50% !important; } .md-hover-translate-y-3\/4:hover { --tw-translate-y: 75% !important; } .md-hover-translate-y-full:hover { --tw-translate-y: 100% !important; } .md-hover--translate-y-1\/2:hover { --tw-translate-y: -50% !important; } .md-hover--translate-y-1\/3:hover { --tw-translate-y: -33.333333% !important; } .md-hover--translate-y-2\/3:hover { --tw-translate-y: -66.666667% !important; } .md-hover--translate-y-1\/4:hover { --tw-translate-y: -25% !important; } .md-hover--translate-y-2\/4:hover { --tw-translate-y: -50% !important; } .md-hover--translate-y-3\/4:hover { --tw-translate-y: -75% !important; } .md-hover--translate-y-full:hover { --tw-translate-y: -100% !important; } .md-focus-translate-x-0:focus { --tw-translate-x: 0px !important; } .md-focus-translate-x-1:focus { --tw-translate-x: 0.25rem !important; } .md-focus-translate-x-2:focus { --tw-translate-x: 0.5rem !important; } .md-focus-translate-x-3:focus { --tw-translate-x: 0.75rem !important; } .md-focus-translate-x-4:focus { --tw-translate-x: 1rem !important; } .md-focus-translate-x-5:focus { --tw-translate-x: 1.25rem !important; } .md-focus-translate-x-6:focus { --tw-translate-x: 1.5rem !important; } .md-focus-translate-x-7:focus { --tw-translate-x: 1.75rem !important; } .md-focus-translate-x-8:focus { --tw-translate-x: 2rem !important; } .md-focus-translate-x-9:focus { --tw-translate-x: 2.25rem !important; } .md-focus-translate-x-10:focus { --tw-translate-x: 2.5rem !important; } .md-focus-translate-x-11:focus { --tw-translate-x: 2.75rem !important; } .md-focus-translate-x-12:focus { --tw-translate-x: 3rem !important; } .md-focus-translate-x-14:focus { --tw-translate-x: 3.5rem !important; } .md-focus-translate-x-16:focus { --tw-translate-x: 4rem !important; } .md-focus-translate-x-20:focus { --tw-translate-x: 5rem !important; } .md-focus-translate-x-24:focus { --tw-translate-x: 6rem !important; } .md-focus-translate-x-28:focus { --tw-translate-x: 7rem !important; } .md-focus-translate-x-32:focus { --tw-translate-x: 8rem !important; } .md-focus-translate-x-36:focus { --tw-translate-x: 9rem !important; } .md-focus-translate-x-40:focus { --tw-translate-x: 10rem !important; } .md-focus-translate-x-44:focus { --tw-translate-x: 11rem !important; } .md-focus-translate-x-48:focus { --tw-translate-x: 12rem !important; } .md-focus-translate-x-52:focus { --tw-translate-x: 13rem !important; } .md-focus-translate-x-56:focus { --tw-translate-x: 14rem !important; } .md-focus-translate-x-60:focus { --tw-translate-x: 15rem !important; } .md-focus-translate-x-64:focus { --tw-translate-x: 16rem !important; } .md-focus-translate-x-72:focus { --tw-translate-x: 18rem !important; } .md-focus-translate-x-80:focus { --tw-translate-x: 20rem !important; } .md-focus-translate-x-96:focus { --tw-translate-x: 24rem !important; } .md-focus-translate-x-px:focus { --tw-translate-x: 1px !important; } .md-focus-translate-x-0\.5:focus { --tw-translate-x: 0.125rem !important; } .md-focus-translate-x-1\.5:focus { --tw-translate-x: 0.375rem !important; } .md-focus-translate-x-2\.5:focus { --tw-translate-x: 0.625rem !important; } .md-focus-translate-x-3\.5:focus { --tw-translate-x: 0.875rem !important; } .md-focus--translate-x-0:focus { --tw-translate-x: 0px !important; } .md-focus--translate-x-1:focus { --tw-translate-x: -0.25rem !important; } .md-focus--translate-x-2:focus { --tw-translate-x: -0.5rem !important; } .md-focus--translate-x-3:focus { --tw-translate-x: -0.75rem !important; } .md-focus--translate-x-4:focus { --tw-translate-x: -1rem !important; } .md-focus--translate-x-5:focus { --tw-translate-x: -1.25rem !important; } .md-focus--translate-x-6:focus { --tw-translate-x: -1.5rem !important; } .md-focus--translate-x-7:focus { --tw-translate-x: -1.75rem !important; } .md-focus--translate-x-8:focus { --tw-translate-x: -2rem !important; } .md-focus--translate-x-9:focus { --tw-translate-x: -2.25rem !important; } .md-focus--translate-x-10:focus { --tw-translate-x: -2.5rem !important; } .md-focus--translate-x-11:focus { --tw-translate-x: -2.75rem !important; } .md-focus--translate-x-12:focus { --tw-translate-x: -3rem !important; } .md-focus--translate-x-14:focus { --tw-translate-x: -3.5rem !important; } .md-focus--translate-x-16:focus { --tw-translate-x: -4rem !important; } .md-focus--translate-x-20:focus { --tw-translate-x: -5rem !important; } .md-focus--translate-x-24:focus { --tw-translate-x: -6rem !important; } .md-focus--translate-x-28:focus { --tw-translate-x: -7rem !important; } .md-focus--translate-x-32:focus { --tw-translate-x: -8rem !important; } .md-focus--translate-x-36:focus { --tw-translate-x: -9rem !important; } .md-focus--translate-x-40:focus { --tw-translate-x: -10rem !important; } .md-focus--translate-x-44:focus { --tw-translate-x: -11rem !important; } .md-focus--translate-x-48:focus { --tw-translate-x: -12rem !important; } .md-focus--translate-x-52:focus { --tw-translate-x: -13rem !important; } .md-focus--translate-x-56:focus { --tw-translate-x: -14rem !important; } .md-focus--translate-x-60:focus { --tw-translate-x: -15rem !important; } .md-focus--translate-x-64:focus { --tw-translate-x: -16rem !important; } .md-focus--translate-x-72:focus { --tw-translate-x: -18rem !important; } .md-focus--translate-x-80:focus { --tw-translate-x: -20rem !important; } .md-focus--translate-x-96:focus { --tw-translate-x: -24rem !important; } .md-focus--translate-x-px:focus { --tw-translate-x: -1px !important; } .md-focus--translate-x-0\.5:focus { --tw-translate-x: -0.125rem !important; } .md-focus--translate-x-1\.5:focus { --tw-translate-x: -0.375rem !important; } .md-focus--translate-x-2\.5:focus { --tw-translate-x: -0.625rem !important; } .md-focus--translate-x-3\.5:focus { --tw-translate-x: -0.875rem !important; } .md-focus-translate-x-1\/2:focus { --tw-translate-x: 50% !important; } .md-focus-translate-x-1\/3:focus { --tw-translate-x: 33.333333% !important; } .md-focus-translate-x-2\/3:focus { --tw-translate-x: 66.666667% !important; } .md-focus-translate-x-1\/4:focus { --tw-translate-x: 25% !important; } .md-focus-translate-x-2\/4:focus { --tw-translate-x: 50% !important; } .md-focus-translate-x-3\/4:focus { --tw-translate-x: 75% !important; } .md-focus-translate-x-full:focus { --tw-translate-x: 100% !important; } .md-focus--translate-x-1\/2:focus { --tw-translate-x: -50% !important; } .md-focus--translate-x-1\/3:focus { --tw-translate-x: -33.333333% !important; } .md-focus--translate-x-2\/3:focus { --tw-translate-x: -66.666667% !important; } .md-focus--translate-x-1\/4:focus { --tw-translate-x: -25% !important; } .md-focus--translate-x-2\/4:focus { --tw-translate-x: -50% !important; } .md-focus--translate-x-3\/4:focus { --tw-translate-x: -75% !important; } .md-focus--translate-x-full:focus { --tw-translate-x: -100% !important; } .md-focus-translate-y-0:focus { --tw-translate-y: 0px !important; } .md-focus-translate-y-1:focus { --tw-translate-y: 0.25rem !important; } .md-focus-translate-y-2:focus { --tw-translate-y: 0.5rem !important; } .md-focus-translate-y-3:focus { --tw-translate-y: 0.75rem !important; } .md-focus-translate-y-4:focus { --tw-translate-y: 1rem !important; } .md-focus-translate-y-5:focus { --tw-translate-y: 1.25rem !important; } .md-focus-translate-y-6:focus { --tw-translate-y: 1.5rem !important; } .md-focus-translate-y-7:focus { --tw-translate-y: 1.75rem !important; } .md-focus-translate-y-8:focus { --tw-translate-y: 2rem !important; } .md-focus-translate-y-9:focus { --tw-translate-y: 2.25rem !important; } .md-focus-translate-y-10:focus { --tw-translate-y: 2.5rem !important; } .md-focus-translate-y-11:focus { --tw-translate-y: 2.75rem !important; } .md-focus-translate-y-12:focus { --tw-translate-y: 3rem !important; } .md-focus-translate-y-14:focus { --tw-translate-y: 3.5rem !important; } .md-focus-translate-y-16:focus { --tw-translate-y: 4rem !important; } .md-focus-translate-y-20:focus { --tw-translate-y: 5rem !important; } .md-focus-translate-y-24:focus { --tw-translate-y: 6rem !important; } .md-focus-translate-y-28:focus { --tw-translate-y: 7rem !important; } .md-focus-translate-y-32:focus { --tw-translate-y: 8rem !important; } .md-focus-translate-y-36:focus { --tw-translate-y: 9rem !important; } .md-focus-translate-y-40:focus { --tw-translate-y: 10rem !important; } .md-focus-translate-y-44:focus { --tw-translate-y: 11rem !important; } .md-focus-translate-y-48:focus { --tw-translate-y: 12rem !important; } .md-focus-translate-y-52:focus { --tw-translate-y: 13rem !important; } .md-focus-translate-y-56:focus { --tw-translate-y: 14rem !important; } .md-focus-translate-y-60:focus { --tw-translate-y: 15rem !important; } .md-focus-translate-y-64:focus { --tw-translate-y: 16rem !important; } .md-focus-translate-y-72:focus { --tw-translate-y: 18rem !important; } .md-focus-translate-y-80:focus { --tw-translate-y: 20rem !important; } .md-focus-translate-y-96:focus { --tw-translate-y: 24rem !important; } .md-focus-translate-y-px:focus { --tw-translate-y: 1px !important; } .md-focus-translate-y-0\.5:focus { --tw-translate-y: 0.125rem !important; } .md-focus-translate-y-1\.5:focus { --tw-translate-y: 0.375rem !important; } .md-focus-translate-y-2\.5:focus { --tw-translate-y: 0.625rem !important; } .md-focus-translate-y-3\.5:focus { --tw-translate-y: 0.875rem !important; } .md-focus--translate-y-0:focus { --tw-translate-y: 0px !important; } .md-focus--translate-y-1:focus { --tw-translate-y: -0.25rem !important; } .md-focus--translate-y-2:focus { --tw-translate-y: -0.5rem !important; } .md-focus--translate-y-3:focus { --tw-translate-y: -0.75rem !important; } .md-focus--translate-y-4:focus { --tw-translate-y: -1rem !important; } .md-focus--translate-y-5:focus { --tw-translate-y: -1.25rem !important; } .md-focus--translate-y-6:focus { --tw-translate-y: -1.5rem !important; } .md-focus--translate-y-7:focus { --tw-translate-y: -1.75rem !important; } .md-focus--translate-y-8:focus { --tw-translate-y: -2rem !important; } .md-focus--translate-y-9:focus { --tw-translate-y: -2.25rem !important; } .md-focus--translate-y-10:focus { --tw-translate-y: -2.5rem !important; } .md-focus--translate-y-11:focus { --tw-translate-y: -2.75rem !important; } .md-focus--translate-y-12:focus { --tw-translate-y: -3rem !important; } .md-focus--translate-y-14:focus { --tw-translate-y: -3.5rem !important; } .md-focus--translate-y-16:focus { --tw-translate-y: -4rem !important; } .md-focus--translate-y-20:focus { --tw-translate-y: -5rem !important; } .md-focus--translate-y-24:focus { --tw-translate-y: -6rem !important; } .md-focus--translate-y-28:focus { --tw-translate-y: -7rem !important; } .md-focus--translate-y-32:focus { --tw-translate-y: -8rem !important; } .md-focus--translate-y-36:focus { --tw-translate-y: -9rem !important; } .md-focus--translate-y-40:focus { --tw-translate-y: -10rem !important; } .md-focus--translate-y-44:focus { --tw-translate-y: -11rem !important; } .md-focus--translate-y-48:focus { --tw-translate-y: -12rem !important; } .md-focus--translate-y-52:focus { --tw-translate-y: -13rem !important; } .md-focus--translate-y-56:focus { --tw-translate-y: -14rem !important; } .md-focus--translate-y-60:focus { --tw-translate-y: -15rem !important; } .md-focus--translate-y-64:focus { --tw-translate-y: -16rem !important; } .md-focus--translate-y-72:focus { --tw-translate-y: -18rem !important; } .md-focus--translate-y-80:focus { --tw-translate-y: -20rem !important; } .md-focus--translate-y-96:focus { --tw-translate-y: -24rem !important; } .md-focus--translate-y-px:focus { --tw-translate-y: -1px !important; } .md-focus--translate-y-0\.5:focus { --tw-translate-y: -0.125rem !important; } .md-focus--translate-y-1\.5:focus { --tw-translate-y: -0.375rem !important; } .md-focus--translate-y-2\.5:focus { --tw-translate-y: -0.625rem !important; } .md-focus--translate-y-3\.5:focus { --tw-translate-y: -0.875rem !important; } .md-focus-translate-y-1\/2:focus { --tw-translate-y: 50% !important; } .md-focus-translate-y-1\/3:focus { --tw-translate-y: 33.333333% !important; } .md-focus-translate-y-2\/3:focus { --tw-translate-y: 66.666667% !important; } .md-focus-translate-y-1\/4:focus { --tw-translate-y: 25% !important; } .md-focus-translate-y-2\/4:focus { --tw-translate-y: 50% !important; } .md-focus-translate-y-3\/4:focus { --tw-translate-y: 75% !important; } .md-focus-translate-y-full:focus { --tw-translate-y: 100% !important; } .md-focus--translate-y-1\/2:focus { --tw-translate-y: -50% !important; } .md-focus--translate-y-1\/3:focus { --tw-translate-y: -33.333333% !important; } .md-focus--translate-y-2\/3:focus { --tw-translate-y: -66.666667% !important; } .md-focus--translate-y-1\/4:focus { --tw-translate-y: -25% !important; } .md-focus--translate-y-2\/4:focus { --tw-translate-y: -50% !important; } .md-focus--translate-y-3\/4:focus { --tw-translate-y: -75% !important; } .md-focus--translate-y-full:focus { --tw-translate-y: -100% !important; } .md-skew-x-0 { --tw-skew-x: 0deg !important; } .md-skew-x-1 { --tw-skew-x: 1deg !important; } .md-skew-x-2 { --tw-skew-x: 2deg !important; } .md-skew-x-3 { --tw-skew-x: 3deg !important; } .md-skew-x-6 { --tw-skew-x: 6deg !important; } .md-skew-x-12 { --tw-skew-x: 12deg !important; } .md--skew-x-12 { --tw-skew-x: -12deg !important; } .md--skew-x-6 { --tw-skew-x: -6deg !important; } .md--skew-x-3 { --tw-skew-x: -3deg !important; } .md--skew-x-2 { --tw-skew-x: -2deg !important; } .md--skew-x-1 { --tw-skew-x: -1deg !important; } .md-skew-y-0 { --tw-skew-y: 0deg !important; } .md-skew-y-1 { --tw-skew-y: 1deg !important; } .md-skew-y-2 { --tw-skew-y: 2deg !important; } .md-skew-y-3 { --tw-skew-y: 3deg !important; } .md-skew-y-6 { --tw-skew-y: 6deg !important; } .md-skew-y-12 { --tw-skew-y: 12deg !important; } .md--skew-y-12 { --tw-skew-y: -12deg !important; } .md--skew-y-6 { --tw-skew-y: -6deg !important; } .md--skew-y-3 { --tw-skew-y: -3deg !important; } .md--skew-y-2 { --tw-skew-y: -2deg !important; } .md--skew-y-1 { --tw-skew-y: -1deg !important; } .md-hover-skew-x-0:hover { --tw-skew-x: 0deg !important; } .md-hover-skew-x-1:hover { --tw-skew-x: 1deg !important; } .md-hover-skew-x-2:hover { --tw-skew-x: 2deg !important; } .md-hover-skew-x-3:hover { --tw-skew-x: 3deg !important; } .md-hover-skew-x-6:hover { --tw-skew-x: 6deg !important; } .md-hover-skew-x-12:hover { --tw-skew-x: 12deg !important; } .md-hover--skew-x-12:hover { --tw-skew-x: -12deg !important; } .md-hover--skew-x-6:hover { --tw-skew-x: -6deg !important; } .md-hover--skew-x-3:hover { --tw-skew-x: -3deg !important; } .md-hover--skew-x-2:hover { --tw-skew-x: -2deg !important; } .md-hover--skew-x-1:hover { --tw-skew-x: -1deg !important; } .md-hover-skew-y-0:hover { --tw-skew-y: 0deg !important; } .md-hover-skew-y-1:hover { --tw-skew-y: 1deg !important; } .md-hover-skew-y-2:hover { --tw-skew-y: 2deg !important; } .md-hover-skew-y-3:hover { --tw-skew-y: 3deg !important; } .md-hover-skew-y-6:hover { --tw-skew-y: 6deg !important; } .md-hover-skew-y-12:hover { --tw-skew-y: 12deg !important; } .md-hover--skew-y-12:hover { --tw-skew-y: -12deg !important; } .md-hover--skew-y-6:hover { --tw-skew-y: -6deg !important; } .md-hover--skew-y-3:hover { --tw-skew-y: -3deg !important; } .md-hover--skew-y-2:hover { --tw-skew-y: -2deg !important; } .md-hover--skew-y-1:hover { --tw-skew-y: -1deg !important; } .md-focus-skew-x-0:focus { --tw-skew-x: 0deg !important; } .md-focus-skew-x-1:focus { --tw-skew-x: 1deg !important; } .md-focus-skew-x-2:focus { --tw-skew-x: 2deg !important; } .md-focus-skew-x-3:focus { --tw-skew-x: 3deg !important; } .md-focus-skew-x-6:focus { --tw-skew-x: 6deg !important; } .md-focus-skew-x-12:focus { --tw-skew-x: 12deg !important; } .md-focus--skew-x-12:focus { --tw-skew-x: -12deg !important; } .md-focus--skew-x-6:focus { --tw-skew-x: -6deg !important; } .md-focus--skew-x-3:focus { --tw-skew-x: -3deg !important; } .md-focus--skew-x-2:focus { --tw-skew-x: -2deg !important; } .md-focus--skew-x-1:focus { --tw-skew-x: -1deg !important; } .md-focus-skew-y-0:focus { --tw-skew-y: 0deg !important; } .md-focus-skew-y-1:focus { --tw-skew-y: 1deg !important; } .md-focus-skew-y-2:focus { --tw-skew-y: 2deg !important; } .md-focus-skew-y-3:focus { --tw-skew-y: 3deg !important; } .md-focus-skew-y-6:focus { --tw-skew-y: 6deg !important; } .md-focus-skew-y-12:focus { --tw-skew-y: 12deg !important; } .md-focus--skew-y-12:focus { --tw-skew-y: -12deg !important; } .md-focus--skew-y-6:focus { --tw-skew-y: -6deg !important; } .md-focus--skew-y-3:focus { --tw-skew-y: -3deg !important; } .md-focus--skew-y-2:focus { --tw-skew-y: -2deg !important; } .md-focus--skew-y-1:focus { --tw-skew-y: -1deg !important; } .md-transition-none { transition-property: none !important; } .md-transition-all { transition-property: all !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .md-transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .md-transition-colors { transition-property: background-color, border-color, color, fill, stroke !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .md-transition-opacity { transition-property: opacity !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .md-transition-shadow { transition-property: box-shadow !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .md-transition-transform { transition-property: transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .md-ease-linear { transition-timing-function: linear !important; } .md-ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; } .md-ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; } .md-ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; } .md-duration-75 { transition-duration: 75ms !important; } .md-duration-100 { transition-duration: 0.1s !important; } .md-duration-150 { transition-duration: 0.15s !important; } .md-duration-200 { transition-duration: 0.2s !important; } .md-duration-300 { transition-duration: 0.3s !important; } .md-duration-500 { transition-duration: 0.5s !important; } .md-duration-700 { transition-duration: 0.7s !important; } .md-duration-1000 { transition-duration: 1s !important; } .md-delay-75 { transition-delay: 75ms !important; } .md-delay-100 { transition-delay: 0.1s !important; } .md-delay-150 { transition-delay: 0.15s !important; } .md-delay-200 { transition-delay: 0.2s !important; } .md-delay-300 { transition-delay: 0.3s !important; } .md-delay-500 { transition-delay: 0.5s !important; } .md-delay-700 { transition-delay: 0.7s !important; } .md-delay-1000 { transition-delay: 1s !important; } .md-animate-none { animation: none !important; } .md-animate-spin { animation: spin 1s linear infinite !important; } .md-animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; } .md-animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; } .md-animate-bounce { animation: bounce 1s infinite !important; } } @media (min-width: 1025px) { .lg-space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .lg-space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; } .lg-space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1px * var(--tw-space-x-reverse)) !important; margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; } .lg-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .lg--space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-4rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-5rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-6rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-7rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-8rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-9rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-10rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-11rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-12rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-13rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-14rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-15rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-16rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-18rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-20rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-24rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; } .lg--space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; margin-left: calc(-1px * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .lg--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; } .lg--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .lg-space-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 1 !important; } .lg-space-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 1 !important; } .lg-divide-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(0px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; } .lg-divide-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(0px * (1 - var(--tw-divide-x-reverse))) !important; } .lg-divide-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(2px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; } .lg-divide-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(2px * (1 - var(--tw-divide-x-reverse))) !important; } .lg-divide-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(4px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; } .lg-divide-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(4px * (1 - var(--tw-divide-x-reverse))) !important; } .lg-divide-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(8px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; } .lg-divide-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(8px * (1 - var(--tw-divide-x-reverse))) !important; } .lg-divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; } .lg-divide-x > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse))) !important; } .lg-divide-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 1 !important; } .lg-divide-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 1 !important; } .lg-divide-transparent > :not([hidden]) ~ :not([hidden]) { border-color: transparent !important; } .lg-divide-cw-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-divide-opacity)) !important; } .lg-divide-cw-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .lg-divide-cw-secondary > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .lg-divide-cw-secondary-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-divide-opacity)) !important; } .lg-divide-cw-secondary-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-divide-opacity)) !important; } .lg-divide-cw-secondary-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-divide-opacity)) !important; } .lg-divide-cw-accent > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .lg-divide-cw-accent-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-divide-opacity)) !important; } .lg-divide-cw-accent-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-divide-opacity)) !important; } .lg-divide-cw-blue-print > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-divide-opacity)) !important; } .lg-divide-cw-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-divide-opacity)) !important; } .lg-divide-cw-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-divide-opacity)) !important; } .lg-divide-cw-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-divide-opacity)) !important; } .lg-divide-cw-red > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-divide-opacity)) !important; } .lg-divide-cw-spring > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-divide-opacity)) !important; } .lg-divide-cw-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-divide-opacity)) !important; } .lg-divide-cw-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; } .lg-divide-cw-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-divide-opacity)) !important; } .lg-divide-grey-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-divide-opacity)) !important; } .lg-divide-grey-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-divide-opacity)) !important; } .lg-divide-grey-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-divide-opacity)) !important; } .lg-divide-grey-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-divide-opacity)) !important; } .lg-divide-grey-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important; } .lg-divide-grey-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-divide-opacity)) !important; } .lg-divide-grey-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-divide-opacity)) !important; } .lg-divide-grey-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-divide-opacity)) !important; } .lg-divide-cball-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-divide-opacity)) !important; } .lg-divide-cball-dark-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-divide-opacity)) !important; } .lg-divide-cball-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-divide-opacity)) !important; } .lg-divide-cw-spring-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .lg-divide-cw-spring-dk-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-divide-opacity)) !important; } .lg-divide-cw-spring-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-divide-opacity)) !important; } .lg-divide-cw-spring-lt-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-divide-opacity)) !important; } .lg-divide-cw-spring-dk-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-divide-opacity)) !important; } .lg-divide-cw-spring-med-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-divide-opacity)) !important; } .lg-divide-cw-spring-lt-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-divide-opacity)) !important; } .lg-divide-cw-spring-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-divide-opacity)) !important; } .lg-divide-cw-spring-off-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-divide-opacity)) !important; } .lg-divide-cw-spring-peach > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-divide-opacity)) !important; } .lg-divide-cw-navy > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .lg-divide-cw-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .lg-divide-cw-dk-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-divide-opacity)) !important; } .lg-divide-sc-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-divide-opacity)) !important; } .lg-divide-sc-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-divide-opacity)) !important; } .lg-divide-sc-sand > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-divide-opacity)) !important; } .lg-divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid !important; } .lg-divide-dashed > :not([hidden]) ~ :not([hidden]) { border-style: dashed !important; } .lg-divide-dotted > :not([hidden]) ~ :not([hidden]) { border-style: dotted !important; } .lg-divide-double > :not([hidden]) ~ :not([hidden]) { border-style: double !important; } .lg-divide-none > :not([hidden]) ~ :not([hidden]) { border-style: none !important; } .lg-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0 !important; } .lg-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.05 !important; } .lg-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.1 !important; } .lg-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.2 !important; } .lg-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.25 !important; } .lg-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.3 !important; } .lg-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.4 !important; } .lg-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5 !important; } .lg-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.6 !important; } .lg-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.7 !important; } .lg-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.75 !important; } .lg-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.8 !important; } .lg-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.9 !important; } .lg-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.95 !important; } .lg-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; } .lg-sr-only { position: absolute !important; 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-width: 0 !important; } .lg-not-sr-only { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .lg-focus-within-sr-only:focus-within { position: absolute !important; 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-width: 0 !important; } .lg-focus-within-not-sr-only:focus-within { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .lg-focus-sr-only:focus { position: absolute !important; 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-width: 0 !important; } .lg-focus-not-sr-only:focus { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .lg-appearance-none { -moz-appearance: none !important; appearance: none !important; } .lg-bg-fixed { background-attachment: fixed !important; } .lg-bg-local { background-attachment: local !important; } .lg-bg-scroll { background-attachment: scroll !important; } .lg-bg-clip-border { background-clip: border-box !important; } .lg-bg-clip-padding { background-clip: padding-box !important; } .lg-bg-clip-content { background-clip: content-box !important; } .lg-bg-clip-text { background-clip: text !important; } .lg-bg-transparent { background-color: transparent !important; } .lg-bg-cw-black { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .lg-bg-cw-blue { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .lg-bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .lg-bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .lg-bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .lg-bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .lg-bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .lg-bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .lg-bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .lg-bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .lg-bg-cw-green { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .lg-bg-cw-orange { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .lg-bg-cw-purple { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .lg-bg-cw-red { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .lg-bg-cw-spring { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .lg-bg-cw-teal { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .lg-bg-cw-white { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .lg-bg-cw-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .lg-bg-grey-10 { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .lg-bg-grey-20 { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .lg-bg-grey-30 { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .lg-bg-grey-40 { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .lg-bg-grey-5 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .lg-bg-grey-50 { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .lg-bg-grey-60 { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .lg-bg-grey-70 { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .lg-bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .lg-bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .lg-bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .lg-bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .lg-bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .lg-bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .lg-bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .lg-bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .lg-bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .lg-bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .lg-bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .lg-bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .lg-bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .lg-bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .lg-bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .lg-bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .lg-bg-sc-teal { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .lg-bg-sc-green { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .lg-bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-transparent { background-color: transparent !important; } .group:hover .lg-group-hover-bg-cw-black { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-blue { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-green { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-orange { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-purple { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-red { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-spring { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-teal { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-white { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-grey-10 { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-grey-20 { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-grey-30 { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-grey-40 { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-grey-5 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-grey-50 { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-grey-60 { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-grey-70 { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-sc-teal { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-sc-green { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .group:hover .lg-group-hover-bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-transparent:focus-within { background-color: transparent !important; } .lg-focus-within-bg-cw-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-secondary:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-secondary-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-secondary-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-secondary-300:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-accent:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-accent-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-accent-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-blue-print:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-red:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-spring:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-grey-10:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-grey-20:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-grey-30:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-grey-40:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-grey-5:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-grey-50:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-grey-60:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-grey-70:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cball-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cball-dark-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cball-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-spring-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-spring-dk-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-spring-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-spring-lt-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-spring-dk-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-spring-med-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-spring-lt-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-spring-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-spring-off-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-spring-peach:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-navy:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-cw-dk-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-sc-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-sc-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .lg-focus-within-bg-sc-sand:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .lg-hover-bg-transparent:hover { background-color: transparent !important; } .lg-hover-bg-cw-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-secondary:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-secondary-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-secondary-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-secondary-300:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-accent:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-accent-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-accent-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-blue-print:hover { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-red:hover { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-spring:hover { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .lg-hover-bg-grey-10:hover { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .lg-hover-bg-grey-20:hover { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .lg-hover-bg-grey-30:hover { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .lg-hover-bg-grey-40:hover { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .lg-hover-bg-grey-5:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .lg-hover-bg-grey-50:hover { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .lg-hover-bg-grey-60:hover { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .lg-hover-bg-grey-70:hover { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cball-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cball-dark-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cball-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-spring-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-spring-dk-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-spring-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-spring-lt-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-spring-dk-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-spring-med-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-spring-lt-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-spring-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-spring-off-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-spring-peach:hover { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-navy:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .lg-hover-bg-cw-dk-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .lg-hover-bg-sc-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .lg-hover-bg-sc-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .lg-hover-bg-sc-sand:hover { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .lg-focus-bg-transparent:focus { background-color: transparent !important; } .lg-focus-bg-cw-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-secondary:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-secondary-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-secondary-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-secondary-300:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-accent:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-accent-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-accent-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-blue-print:focus { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-red:focus { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-spring:focus { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .lg-focus-bg-grey-10:focus { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .lg-focus-bg-grey-20:focus { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .lg-focus-bg-grey-30:focus { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .lg-focus-bg-grey-40:focus { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .lg-focus-bg-grey-5:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .lg-focus-bg-grey-50:focus { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .lg-focus-bg-grey-60:focus { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .lg-focus-bg-grey-70:focus { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cball-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cball-dark-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cball-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-spring-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-spring-dk-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-spring-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-spring-lt-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-spring-dk-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-spring-med-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-spring-lt-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-spring-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-spring-off-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-spring-peach:focus { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-navy:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .lg-focus-bg-cw-dk-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .lg-focus-bg-sc-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .lg-focus-bg-sc-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .lg-focus-bg-sc-sand:focus { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .lg-bg-none { background-image: none !important; } .lg-bg-gradient-to-t { background-image: linear-gradient( 0deg, var(--tw-gradient-stops) ) !important; } .lg-bg-gradient-to-tr { background-image: linear-gradient( to top right, var(--tw-gradient-stops) ) !important; } .lg-bg-gradient-to-r { background-image: linear-gradient( 90deg, var(--tw-gradient-stops) ) !important; } .lg-bg-gradient-to-br { background-image: linear-gradient( to bottom right, var(--tw-gradient-stops) ) !important; } .lg-bg-gradient-to-b { background-image: linear-gradient( 180deg, var(--tw-gradient-stops) ) !important; } .lg-bg-gradient-to-bl { background-image: linear-gradient( to bottom left, var(--tw-gradient-stops) ) !important; } .lg-bg-gradient-to-l { background-image: linear-gradient( 270deg, var(--tw-gradient-stops) ) !important; } .lg-bg-gradient-to-tl { background-image: linear-gradient( to top left, var(--tw-gradient-stops) ) !important; } .lg-from-transparent { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .lg-from-cw-black { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .lg-from-cw-blue { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-from-cw-secondary { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-from-cw-secondary-100 { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .lg-from-cw-secondary-200 { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .lg-from-cw-secondary-300 { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .lg-from-cw-accent { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-from-cw-accent-100 { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .lg-from-cw-accent-200 { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .lg-from-cw-blue-print { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .lg-from-cw-green { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .lg-from-cw-orange { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .lg-from-cw-purple { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .lg-from-cw-red { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .lg-from-cw-spring { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .lg-from-cw-teal { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .lg-from-cw-white { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .lg-from-cw-yellow { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .lg-from-grey-10 { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .lg-from-grey-20 { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .lg-from-grey-30 { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .lg-from-grey-40 { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .lg-from-grey-5 { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .lg-from-grey-50 { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .lg-from-grey-60 { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .lg-from-grey-70 { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .lg-from-cball-blue { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .lg-from-cball-dark-blue { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .lg-from-cball-purple { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .lg-from-cw-spring-yellow { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-from-cw-spring-dk-blue { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .lg-from-cw-spring-med-blue { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .lg-from-cw-spring-lt-blue { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .lg-from-cw-spring-dk-green { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .lg-from-cw-spring-med-green { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .lg-from-cw-spring-lt-green { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .lg-from-cw-spring-black { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .lg-from-cw-spring-off-white { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .lg-from-cw-spring-peach { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .lg-from-cw-navy { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-from-cw-med-blue { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-from-cw-dk-orange { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .lg-from-sc-teal { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .lg-from-sc-green { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .lg-from-sc-sand { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .lg-via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .lg-via-cw-black { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .lg-via-cw-blue { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-via-cw-secondary { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-via-cw-secondary-100 { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .lg-via-cw-secondary-200 { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .lg-via-cw-secondary-300 { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .lg-via-cw-accent { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-via-cw-accent-100 { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .lg-via-cw-accent-200 { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .lg-via-cw-blue-print { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .lg-via-cw-green { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .lg-via-cw-orange { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .lg-via-cw-purple { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .lg-via-cw-red { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .lg-via-cw-spring { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .lg-via-cw-teal { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .lg-via-cw-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .lg-via-cw-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .lg-via-grey-10 { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .lg-via-grey-20 { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .lg-via-grey-30 { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .lg-via-grey-40 { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .lg-via-grey-5 { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .lg-via-grey-50 { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .lg-via-grey-60 { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .lg-via-grey-70 { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .lg-via-cball-blue { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .lg-via-cball-dark-blue { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .lg-via-cball-purple { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .lg-via-cw-spring-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-via-cw-spring-dk-blue { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .lg-via-cw-spring-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .lg-via-cw-spring-lt-blue { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .lg-via-cw-spring-dk-green { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .lg-via-cw-spring-med-green { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .lg-via-cw-spring-lt-green { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .lg-via-cw-spring-black { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .lg-via-cw-spring-off-white { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .lg-via-cw-spring-peach { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .lg-via-cw-navy { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-via-cw-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-via-cw-dk-orange { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .lg-via-sc-teal { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .lg-via-sc-green { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .lg-via-sc-sand { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .lg-to-transparent { --tw-gradient-to: transparent !important; } .lg-to-cw-black { --tw-gradient-to: #333232 !important; } .lg-to-cw-blue { --tw-gradient-to: #036 !important; } .lg-to-cw-secondary { --tw-gradient-to: #77a8bb !important; } .lg-to-cw-secondary-100 { --tw-gradient-to: #99becc !important; } .lg-to-cw-secondary-200 { --tw-gradient-to: #d6e4ea !important; } .lg-to-cw-secondary-300 { --tw-gradient-to: #f7fcff !important; } .lg-to-cw-accent { --tw-gradient-to: #ffc907 !important; } .lg-to-cw-accent-100 { --tw-gradient-to: #fff7e1 !important; } .lg-to-cw-accent-200 { --tw-gradient-to: #fffbf0 !important; } .lg-to-cw-blue-print { --tw-gradient-to: #5096d0 !important; } .lg-to-cw-green { --tw-gradient-to: #14a947 !important; } .lg-to-cw-orange { --tw-gradient-to: #fe813a !important; } .lg-to-cw-purple { --tw-gradient-to: #9064bf !important; } .lg-to-cw-red { --tw-gradient-to: #fa575d !important; } .lg-to-cw-spring { --tw-gradient-to: #1ba9e0 !important; } .lg-to-cw-teal { --tw-gradient-to: #8ed4cc !important; } .lg-to-cw-white { --tw-gradient-to: #fff !important; } .lg-to-cw-yellow { --tw-gradient-to: #ffca0a !important; } .lg-to-grey-10 { --tw-gradient-to: #f4f5f0 !important; } .lg-to-grey-20 { --tw-gradient-to: #e9eae4 !important; } .lg-to-grey-30 { --tw-gradient-to: #dfdfd7 !important; } .lg-to-grey-40 { --tw-gradient-to: #c1c1ba !important; } .lg-to-grey-5 { --tw-gradient-to: #f7f7f7 !important; } .lg-to-grey-50 { --tw-gradient-to: #9b9b94 !important; } .lg-to-grey-60 { --tw-gradient-to: #71716c !important; } .lg-to-grey-70 { --tw-gradient-to: #515151 !important; } .lg-to-cball-blue { --tw-gradient-to: #576995 !important; } .lg-to-cball-dark-blue { --tw-gradient-to: #354363 !important; } .lg-to-cball-purple { --tw-gradient-to: #0a101f !important; } .lg-to-cw-spring-yellow { --tw-gradient-to: #ffc907 !important; } .lg-to-cw-spring-dk-blue { --tw-gradient-to: #1e2658 !important; } .lg-to-cw-spring-med-blue { --tw-gradient-to: #1080b9 !important; } .lg-to-cw-spring-lt-blue { --tw-gradient-to: #bae3f0 !important; } .lg-to-cw-spring-dk-green { --tw-gradient-to: #004b3d !important; } .lg-to-cw-spring-med-green { --tw-gradient-to: #00ac7f !important; } .lg-to-cw-spring-lt-green { --tw-gradient-to: #b8e3d1 !important; } .lg-to-cw-spring-black { --tw-gradient-to: #1a1a1a !important; } .lg-to-cw-spring-off-white { --tw-gradient-to: #fdf4e2 !important; } .lg-to-cw-spring-peach { --tw-gradient-to: #e88a78 !important; } .lg-to-cw-navy { --tw-gradient-to: #036 !important; } .lg-to-cw-med-blue { --tw-gradient-to: #77a8bb !important; } .lg-to-cw-dk-orange { --tw-gradient-to: #bf6c46 !important; } .lg-to-sc-teal { --tw-gradient-to: #43b29a !important; } .lg-to-sc-green { --tw-gradient-to: #7db87e !important; } .lg-to-sc-sand { --tw-gradient-to: #f9f7e9 !important; } .lg-hover-from-transparent:hover { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .lg-hover-from-cw-black:hover { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .lg-hover-from-cw-blue:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-hover-from-cw-secondary:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-hover-from-cw-secondary-100:hover { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .lg-hover-from-cw-secondary-200:hover { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .lg-hover-from-cw-secondary-300:hover { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .lg-hover-from-cw-accent:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-hover-from-cw-accent-100:hover { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .lg-hover-from-cw-accent-200:hover { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .lg-hover-from-cw-blue-print:hover { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .lg-hover-from-cw-green:hover { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .lg-hover-from-cw-orange:hover { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .lg-hover-from-cw-purple:hover { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .lg-hover-from-cw-red:hover { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .lg-hover-from-cw-spring:hover { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .lg-hover-from-cw-teal:hover { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .lg-hover-from-cw-white:hover { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .lg-hover-from-cw-yellow:hover { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .lg-hover-from-grey-10:hover { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .lg-hover-from-grey-20:hover { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .lg-hover-from-grey-30:hover { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .lg-hover-from-grey-40:hover { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .lg-hover-from-grey-5:hover { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .lg-hover-from-grey-50:hover { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .lg-hover-from-grey-60:hover { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .lg-hover-from-grey-70:hover { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .lg-hover-from-cball-blue:hover { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .lg-hover-from-cball-dark-blue:hover { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .lg-hover-from-cball-purple:hover { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .lg-hover-from-cw-spring-yellow:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-hover-from-cw-spring-dk-blue:hover { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .lg-hover-from-cw-spring-med-blue:hover { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .lg-hover-from-cw-spring-lt-blue:hover { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .lg-hover-from-cw-spring-dk-green:hover { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .lg-hover-from-cw-spring-med-green:hover { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .lg-hover-from-cw-spring-lt-green:hover { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .lg-hover-from-cw-spring-black:hover { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .lg-hover-from-cw-spring-off-white:hover { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .lg-hover-from-cw-spring-peach:hover { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .lg-hover-from-cw-navy:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-hover-from-cw-med-blue:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-hover-from-cw-dk-orange:hover { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .lg-hover-from-sc-teal:hover { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .lg-hover-from-sc-green:hover { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .lg-hover-from-sc-sand:hover { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .lg-hover-via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .lg-hover-via-cw-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .lg-hover-via-cw-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-hover-via-cw-secondary:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-hover-via-cw-secondary-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .lg-hover-via-cw-secondary-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .lg-hover-via-cw-secondary-300:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .lg-hover-via-cw-accent:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-hover-via-cw-accent-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .lg-hover-via-cw-accent-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .lg-hover-via-cw-blue-print:hover { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .lg-hover-via-cw-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .lg-hover-via-cw-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .lg-hover-via-cw-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .lg-hover-via-cw-red:hover { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .lg-hover-via-cw-spring:hover { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .lg-hover-via-cw-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .lg-hover-via-cw-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .lg-hover-via-cw-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .lg-hover-via-grey-10:hover { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .lg-hover-via-grey-20:hover { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .lg-hover-via-grey-30:hover { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .lg-hover-via-grey-40:hover { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .lg-hover-via-grey-5:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .lg-hover-via-grey-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .lg-hover-via-grey-60:hover { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .lg-hover-via-grey-70:hover { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .lg-hover-via-cball-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .lg-hover-via-cball-dark-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .lg-hover-via-cball-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .lg-hover-via-cw-spring-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-hover-via-cw-spring-dk-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .lg-hover-via-cw-spring-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .lg-hover-via-cw-spring-lt-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .lg-hover-via-cw-spring-dk-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .lg-hover-via-cw-spring-med-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .lg-hover-via-cw-spring-lt-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .lg-hover-via-cw-spring-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .lg-hover-via-cw-spring-off-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .lg-hover-via-cw-spring-peach:hover { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .lg-hover-via-cw-navy:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-hover-via-cw-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-hover-via-cw-dk-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .lg-hover-via-sc-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .lg-hover-via-sc-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .lg-hover-via-sc-sand:hover { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .lg-hover-to-transparent:hover { --tw-gradient-to: transparent !important; } .lg-hover-to-cw-black:hover { --tw-gradient-to: #333232 !important; } .lg-hover-to-cw-blue:hover { --tw-gradient-to: #036 !important; } .lg-hover-to-cw-secondary:hover { --tw-gradient-to: #77a8bb !important; } .lg-hover-to-cw-secondary-100:hover { --tw-gradient-to: #99becc !important; } .lg-hover-to-cw-secondary-200:hover { --tw-gradient-to: #d6e4ea !important; } .lg-hover-to-cw-secondary-300:hover { --tw-gradient-to: #f7fcff !important; } .lg-hover-to-cw-accent:hover { --tw-gradient-to: #ffc907 !important; } .lg-hover-to-cw-accent-100:hover { --tw-gradient-to: #fff7e1 !important; } .lg-hover-to-cw-accent-200:hover { --tw-gradient-to: #fffbf0 !important; } .lg-hover-to-cw-blue-print:hover { --tw-gradient-to: #5096d0 !important; } .lg-hover-to-cw-green:hover { --tw-gradient-to: #14a947 !important; } .lg-hover-to-cw-orange:hover { --tw-gradient-to: #fe813a !important; } .lg-hover-to-cw-purple:hover { --tw-gradient-to: #9064bf !important; } .lg-hover-to-cw-red:hover { --tw-gradient-to: #fa575d !important; } .lg-hover-to-cw-spring:hover { --tw-gradient-to: #1ba9e0 !important; } .lg-hover-to-cw-teal:hover { --tw-gradient-to: #8ed4cc !important; } .lg-hover-to-cw-white:hover { --tw-gradient-to: #fff !important; } .lg-hover-to-cw-yellow:hover { --tw-gradient-to: #ffca0a !important; } .lg-hover-to-grey-10:hover { --tw-gradient-to: #f4f5f0 !important; } .lg-hover-to-grey-20:hover { --tw-gradient-to: #e9eae4 !important; } .lg-hover-to-grey-30:hover { --tw-gradient-to: #dfdfd7 !important; } .lg-hover-to-grey-40:hover { --tw-gradient-to: #c1c1ba !important; } .lg-hover-to-grey-5:hover { --tw-gradient-to: #f7f7f7 !important; } .lg-hover-to-grey-50:hover { --tw-gradient-to: #9b9b94 !important; } .lg-hover-to-grey-60:hover { --tw-gradient-to: #71716c !important; } .lg-hover-to-grey-70:hover { --tw-gradient-to: #515151 !important; } .lg-hover-to-cball-blue:hover { --tw-gradient-to: #576995 !important; } .lg-hover-to-cball-dark-blue:hover { --tw-gradient-to: #354363 !important; } .lg-hover-to-cball-purple:hover { --tw-gradient-to: #0a101f !important; } .lg-hover-to-cw-spring-yellow:hover { --tw-gradient-to: #ffc907 !important; } .lg-hover-to-cw-spring-dk-blue:hover { --tw-gradient-to: #1e2658 !important; } .lg-hover-to-cw-spring-med-blue:hover { --tw-gradient-to: #1080b9 !important; } .lg-hover-to-cw-spring-lt-blue:hover { --tw-gradient-to: #bae3f0 !important; } .lg-hover-to-cw-spring-dk-green:hover { --tw-gradient-to: #004b3d !important; } .lg-hover-to-cw-spring-med-green:hover { --tw-gradient-to: #00ac7f !important; } .lg-hover-to-cw-spring-lt-green:hover { --tw-gradient-to: #b8e3d1 !important; } .lg-hover-to-cw-spring-black:hover { --tw-gradient-to: #1a1a1a !important; } .lg-hover-to-cw-spring-off-white:hover { --tw-gradient-to: #fdf4e2 !important; } .lg-hover-to-cw-spring-peach:hover { --tw-gradient-to: #e88a78 !important; } .lg-hover-to-cw-navy:hover { --tw-gradient-to: #036 !important; } .lg-hover-to-cw-med-blue:hover { --tw-gradient-to: #77a8bb !important; } .lg-hover-to-cw-dk-orange:hover { --tw-gradient-to: #bf6c46 !important; } .lg-hover-to-sc-teal:hover { --tw-gradient-to: #43b29a !important; } .lg-hover-to-sc-green:hover { --tw-gradient-to: #7db87e !important; } .lg-hover-to-sc-sand:hover { --tw-gradient-to: #f9f7e9 !important; } .lg-focus-from-transparent:focus { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .lg-focus-from-cw-black:focus { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .lg-focus-from-cw-blue:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-focus-from-cw-secondary:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-focus-from-cw-secondary-100:focus { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .lg-focus-from-cw-secondary-200:focus { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .lg-focus-from-cw-secondary-300:focus { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .lg-focus-from-cw-accent:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-focus-from-cw-accent-100:focus { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .lg-focus-from-cw-accent-200:focus { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .lg-focus-from-cw-blue-print:focus { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .lg-focus-from-cw-green:focus { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .lg-focus-from-cw-orange:focus { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .lg-focus-from-cw-purple:focus { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .lg-focus-from-cw-red:focus { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .lg-focus-from-cw-spring:focus { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .lg-focus-from-cw-teal:focus { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .lg-focus-from-cw-white:focus { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .lg-focus-from-cw-yellow:focus { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .lg-focus-from-grey-10:focus { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .lg-focus-from-grey-20:focus { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .lg-focus-from-grey-30:focus { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .lg-focus-from-grey-40:focus { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .lg-focus-from-grey-5:focus { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .lg-focus-from-grey-50:focus { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .lg-focus-from-grey-60:focus { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .lg-focus-from-grey-70:focus { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .lg-focus-from-cball-blue:focus { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .lg-focus-from-cball-dark-blue:focus { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .lg-focus-from-cball-purple:focus { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .lg-focus-from-cw-spring-yellow:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-focus-from-cw-spring-dk-blue:focus { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .lg-focus-from-cw-spring-med-blue:focus { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .lg-focus-from-cw-spring-lt-blue:focus { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .lg-focus-from-cw-spring-dk-green:focus { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .lg-focus-from-cw-spring-med-green:focus { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .lg-focus-from-cw-spring-lt-green:focus { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .lg-focus-from-cw-spring-black:focus { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .lg-focus-from-cw-spring-off-white:focus { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .lg-focus-from-cw-spring-peach:focus { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .lg-focus-from-cw-navy:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-focus-from-cw-med-blue:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-focus-from-cw-dk-orange:focus { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .lg-focus-from-sc-teal:focus { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .lg-focus-from-sc-green:focus { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .lg-focus-from-sc-sand:focus { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .lg-focus-via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .lg-focus-via-cw-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .lg-focus-via-cw-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-focus-via-cw-secondary:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-focus-via-cw-secondary-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .lg-focus-via-cw-secondary-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .lg-focus-via-cw-secondary-300:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .lg-focus-via-cw-accent:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-focus-via-cw-accent-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .lg-focus-via-cw-accent-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .lg-focus-via-cw-blue-print:focus { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .lg-focus-via-cw-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .lg-focus-via-cw-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .lg-focus-via-cw-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .lg-focus-via-cw-red:focus { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .lg-focus-via-cw-spring:focus { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .lg-focus-via-cw-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .lg-focus-via-cw-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .lg-focus-via-cw-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .lg-focus-via-grey-10:focus { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .lg-focus-via-grey-20:focus { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .lg-focus-via-grey-30:focus { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .lg-focus-via-grey-40:focus { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .lg-focus-via-grey-5:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .lg-focus-via-grey-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .lg-focus-via-grey-60:focus { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .lg-focus-via-grey-70:focus { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .lg-focus-via-cball-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .lg-focus-via-cball-dark-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .lg-focus-via-cball-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .lg-focus-via-cw-spring-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .lg-focus-via-cw-spring-dk-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .lg-focus-via-cw-spring-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .lg-focus-via-cw-spring-lt-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .lg-focus-via-cw-spring-dk-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .lg-focus-via-cw-spring-med-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .lg-focus-via-cw-spring-lt-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .lg-focus-via-cw-spring-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .lg-focus-via-cw-spring-off-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .lg-focus-via-cw-spring-peach:focus { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .lg-focus-via-cw-navy:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .lg-focus-via-cw-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .lg-focus-via-cw-dk-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .lg-focus-via-sc-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .lg-focus-via-sc-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .lg-focus-via-sc-sand:focus { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .lg-focus-to-transparent:focus { --tw-gradient-to: transparent !important; } .lg-focus-to-cw-black:focus { --tw-gradient-to: #333232 !important; } .lg-focus-to-cw-blue:focus { --tw-gradient-to: #036 !important; } .lg-focus-to-cw-secondary:focus { --tw-gradient-to: #77a8bb !important; } .lg-focus-to-cw-secondary-100:focus { --tw-gradient-to: #99becc !important; } .lg-focus-to-cw-secondary-200:focus { --tw-gradient-to: #d6e4ea !important; } .lg-focus-to-cw-secondary-300:focus { --tw-gradient-to: #f7fcff !important; } .lg-focus-to-cw-accent:focus { --tw-gradient-to: #ffc907 !important; } .lg-focus-to-cw-accent-100:focus { --tw-gradient-to: #fff7e1 !important; } .lg-focus-to-cw-accent-200:focus { --tw-gradient-to: #fffbf0 !important; } .lg-focus-to-cw-blue-print:focus { --tw-gradient-to: #5096d0 !important; } .lg-focus-to-cw-green:focus { --tw-gradient-to: #14a947 !important; } .lg-focus-to-cw-orange:focus { --tw-gradient-to: #fe813a !important; } .lg-focus-to-cw-purple:focus { --tw-gradient-to: #9064bf !important; } .lg-focus-to-cw-red:focus { --tw-gradient-to: #fa575d !important; } .lg-focus-to-cw-spring:focus { --tw-gradient-to: #1ba9e0 !important; } .lg-focus-to-cw-teal:focus { --tw-gradient-to: #8ed4cc !important; } .lg-focus-to-cw-white:focus { --tw-gradient-to: #fff !important; } .lg-focus-to-cw-yellow:focus { --tw-gradient-to: #ffca0a !important; } .lg-focus-to-grey-10:focus { --tw-gradient-to: #f4f5f0 !important; } .lg-focus-to-grey-20:focus { --tw-gradient-to: #e9eae4 !important; } .lg-focus-to-grey-30:focus { --tw-gradient-to: #dfdfd7 !important; } .lg-focus-to-grey-40:focus { --tw-gradient-to: #c1c1ba !important; } .lg-focus-to-grey-5:focus { --tw-gradient-to: #f7f7f7 !important; } .lg-focus-to-grey-50:focus { --tw-gradient-to: #9b9b94 !important; } .lg-focus-to-grey-60:focus { --tw-gradient-to: #71716c !important; } .lg-focus-to-grey-70:focus { --tw-gradient-to: #515151 !important; } .lg-focus-to-cball-blue:focus { --tw-gradient-to: #576995 !important; } .lg-focus-to-cball-dark-blue:focus { --tw-gradient-to: #354363 !important; } .lg-focus-to-cball-purple:focus { --tw-gradient-to: #0a101f !important; } .lg-focus-to-cw-spring-yellow:focus { --tw-gradient-to: #ffc907 !important; } .lg-focus-to-cw-spring-dk-blue:focus { --tw-gradient-to: #1e2658 !important; } .lg-focus-to-cw-spring-med-blue:focus { --tw-gradient-to: #1080b9 !important; } .lg-focus-to-cw-spring-lt-blue:focus { --tw-gradient-to: #bae3f0 !important; } .lg-focus-to-cw-spring-dk-green:focus { --tw-gradient-to: #004b3d !important; } .lg-focus-to-cw-spring-med-green:focus { --tw-gradient-to: #00ac7f !important; } .lg-focus-to-cw-spring-lt-green:focus { --tw-gradient-to: #b8e3d1 !important; } .lg-focus-to-cw-spring-black:focus { --tw-gradient-to: #1a1a1a !important; } .lg-focus-to-cw-spring-off-white:focus { --tw-gradient-to: #fdf4e2 !important; } .lg-focus-to-cw-spring-peach:focus { --tw-gradient-to: #e88a78 !important; } .lg-focus-to-cw-navy:focus { --tw-gradient-to: #036 !important; } .lg-focus-to-cw-med-blue:focus { --tw-gradient-to: #77a8bb !important; } .lg-focus-to-cw-dk-orange:focus { --tw-gradient-to: #bf6c46 !important; } .lg-focus-to-sc-teal:focus { --tw-gradient-to: #43b29a !important; } .lg-focus-to-sc-green:focus { --tw-gradient-to: #7db87e !important; } .lg-focus-to-sc-sand:focus { --tw-gradient-to: #f9f7e9 !important; } .lg-bg-opacity-0 { --tw-bg-opacity: 0 !important; } .lg-bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .lg-bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .lg-bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .lg-bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .lg-bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .lg-bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .lg-bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .lg-bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .lg-bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .lg-bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .lg-bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .lg-bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .lg-bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .lg-bg-opacity-100 { --tw-bg-opacity: 1 !important; } .group:hover .lg-group-hover-bg-opacity-0 { --tw-bg-opacity: 0 !important; } .group:hover .lg-group-hover-bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .group:hover .lg-group-hover-bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .group:hover .lg-group-hover-bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .group:hover .lg-group-hover-bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .group:hover .lg-group-hover-bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .group:hover .lg-group-hover-bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .group:hover .lg-group-hover-bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .group:hover .lg-group-hover-bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .group:hover .lg-group-hover-bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .group:hover .lg-group-hover-bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .group:hover .lg-group-hover-bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .group:hover .lg-group-hover-bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .group:hover .lg-group-hover-bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .group:hover .lg-group-hover-bg-opacity-100 { --tw-bg-opacity: 1 !important; } .lg-focus-within-bg-opacity-0:focus-within { --tw-bg-opacity: 0 !important; } .lg-focus-within-bg-opacity-5:focus-within { --tw-bg-opacity: 0.05 !important; } .lg-focus-within-bg-opacity-10:focus-within { --tw-bg-opacity: 0.1 !important; } .lg-focus-within-bg-opacity-20:focus-within { --tw-bg-opacity: 0.2 !important; } .lg-focus-within-bg-opacity-25:focus-within { --tw-bg-opacity: 0.25 !important; } .lg-focus-within-bg-opacity-30:focus-within { --tw-bg-opacity: 0.3 !important; } .lg-focus-within-bg-opacity-40:focus-within { --tw-bg-opacity: 0.4 !important; } .lg-focus-within-bg-opacity-50:focus-within { --tw-bg-opacity: 0.5 !important; } .lg-focus-within-bg-opacity-60:focus-within { --tw-bg-opacity: 0.6 !important; } .lg-focus-within-bg-opacity-70:focus-within { --tw-bg-opacity: 0.7 !important; } .lg-focus-within-bg-opacity-75:focus-within { --tw-bg-opacity: 0.75 !important; } .lg-focus-within-bg-opacity-80:focus-within { --tw-bg-opacity: 0.8 !important; } .lg-focus-within-bg-opacity-90:focus-within { --tw-bg-opacity: 0.9 !important; } .lg-focus-within-bg-opacity-95:focus-within { --tw-bg-opacity: 0.95 !important; } .lg-focus-within-bg-opacity-100:focus-within { --tw-bg-opacity: 1 !important; } .lg-hover-bg-opacity-0:hover { --tw-bg-opacity: 0 !important; } .lg-hover-bg-opacity-5:hover { --tw-bg-opacity: 0.05 !important; } .lg-hover-bg-opacity-10:hover { --tw-bg-opacity: 0.1 !important; } .lg-hover-bg-opacity-20:hover { --tw-bg-opacity: 0.2 !important; } .lg-hover-bg-opacity-25:hover { --tw-bg-opacity: 0.25 !important; } .lg-hover-bg-opacity-30:hover { --tw-bg-opacity: 0.3 !important; } .lg-hover-bg-opacity-40:hover { --tw-bg-opacity: 0.4 !important; } .lg-hover-bg-opacity-50:hover { --tw-bg-opacity: 0.5 !important; } .lg-hover-bg-opacity-60:hover { --tw-bg-opacity: 0.6 !important; } .lg-hover-bg-opacity-70:hover { --tw-bg-opacity: 0.7 !important; } .lg-hover-bg-opacity-75:hover { --tw-bg-opacity: 0.75 !important; } .lg-hover-bg-opacity-80:hover { --tw-bg-opacity: 0.8 !important; } .lg-hover-bg-opacity-90:hover { --tw-bg-opacity: 0.9 !important; } .lg-hover-bg-opacity-95:hover { --tw-bg-opacity: 0.95 !important; } .lg-hover-bg-opacity-100:hover { --tw-bg-opacity: 1 !important; } .lg-focus-bg-opacity-0:focus { --tw-bg-opacity: 0 !important; } .lg-focus-bg-opacity-5:focus { --tw-bg-opacity: 0.05 !important; } .lg-focus-bg-opacity-10:focus { --tw-bg-opacity: 0.1 !important; } .lg-focus-bg-opacity-20:focus { --tw-bg-opacity: 0.2 !important; } .lg-focus-bg-opacity-25:focus { --tw-bg-opacity: 0.25 !important; } .lg-focus-bg-opacity-30:focus { --tw-bg-opacity: 0.3 !important; } .lg-focus-bg-opacity-40:focus { --tw-bg-opacity: 0.4 !important; } .lg-focus-bg-opacity-50:focus { --tw-bg-opacity: 0.5 !important; } .lg-focus-bg-opacity-60:focus { --tw-bg-opacity: 0.6 !important; } .lg-focus-bg-opacity-70:focus { --tw-bg-opacity: 0.7 !important; } .lg-focus-bg-opacity-75:focus { --tw-bg-opacity: 0.75 !important; } .lg-focus-bg-opacity-80:focus { --tw-bg-opacity: 0.8 !important; } .lg-focus-bg-opacity-90:focus { --tw-bg-opacity: 0.9 !important; } .lg-focus-bg-opacity-95:focus { --tw-bg-opacity: 0.95 !important; } .lg-focus-bg-opacity-100:focus { --tw-bg-opacity: 1 !important; } .lg-bg-bottom { background-position: bottom !important; } .lg-bg-center { background-position: 50% !important; } .lg-bg-left { background-position: 0 !important; } .lg-bg-left-bottom { background-position: 0 100% !important; } .lg-bg-left-top { background-position: 0 0 !important; } .lg-bg-right { background-position: 100% !important; } .lg-bg-right-bottom { background-position: 100% 100% !important; } .lg-bg-right-top { background-position: 100% 0 !important; } .lg-bg-top { background-position: top !important; } .lg-bg-repeat { background-repeat: repeat !important; } .lg-bg-no-repeat { background-repeat: no-repeat !important; } .lg-bg-repeat-x { background-repeat: repeat-x !important; } .lg-bg-repeat-y { background-repeat: repeat-y !important; } .lg-bg-repeat-round { background-repeat: round !important; } .lg-bg-repeat-space { background-repeat: space !important; } .lg-bg-auto { background-size: auto !important; } .lg-bg-cover { background-size: cover !important; } .lg-bg-contain { background-size: contain !important; } .lg-border-collapse { border-collapse: collapse !important; } .lg-border-separate { border-collapse: separate !important; } .lg-border-transparent { border-color: transparent !important; } .lg-border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .lg-border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .lg-border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .lg-border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .lg-border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .lg-border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .lg-border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .lg-border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .lg-border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .lg-border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .lg-border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .lg-border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .lg-border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .lg-border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .lg-border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .lg-border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .lg-border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .lg-border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .lg-border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .lg-border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .lg-border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .lg-border-grey-40 { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .lg-border-grey-5 { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .lg-border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .lg-border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .lg-border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .lg-border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .lg-border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .lg-border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .lg-border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .lg-border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .lg-border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .lg-border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .lg-border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .lg-border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .lg-border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .lg-border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .lg-border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .lg-border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .lg-border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .lg-border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .lg-border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .lg-border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .lg-border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .lg-border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-transparent { border-color: transparent !important; } .group:hover .lg-group-hover-border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-grey-40 { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-grey-5 { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .group:hover .lg-group-hover-border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .lg-focus-within-border-transparent:focus-within { border-color: transparent !important; } .lg-focus-within-border-cw-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-secondary:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-secondary-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-secondary-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-secondary-300:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-accent:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-accent-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-accent-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-blue-print:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-red:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-spring:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .lg-focus-within-border-grey-10:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .lg-focus-within-border-grey-20:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .lg-focus-within-border-grey-30:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .lg-focus-within-border-grey-40:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .lg-focus-within-border-grey-5:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .lg-focus-within-border-grey-50:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .lg-focus-within-border-grey-60:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .lg-focus-within-border-grey-70:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cball-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cball-dark-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cball-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-spring-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-spring-dk-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-spring-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-spring-lt-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-spring-dk-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-spring-med-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-spring-lt-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-spring-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-spring-off-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-spring-peach:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-navy:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .lg-focus-within-border-cw-dk-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .lg-focus-within-border-sc-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .lg-focus-within-border-sc-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .lg-focus-within-border-sc-sand:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .lg-hover-border-transparent:hover { border-color: transparent !important; } .lg-hover-border-cw-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-secondary:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-secondary-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-secondary-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-secondary-300:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-accent:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-accent-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-accent-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-blue-print:hover { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-red:hover { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-spring:hover { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .lg-hover-border-grey-10:hover { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .lg-hover-border-grey-20:hover { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .lg-hover-border-grey-30:hover { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .lg-hover-border-grey-40:hover { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .lg-hover-border-grey-5:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .lg-hover-border-grey-50:hover { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .lg-hover-border-grey-60:hover { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .lg-hover-border-grey-70:hover { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .lg-hover-border-cball-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .lg-hover-border-cball-dark-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .lg-hover-border-cball-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-spring-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-spring-dk-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-spring-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-spring-lt-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-spring-dk-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-spring-med-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-spring-lt-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-spring-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-spring-off-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-spring-peach:hover { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-navy:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .lg-hover-border-cw-dk-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .lg-hover-border-sc-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .lg-hover-border-sc-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .lg-hover-border-sc-sand:hover { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .lg-focus-border-transparent:focus { border-color: transparent !important; } .lg-focus-border-cw-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-secondary:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-secondary-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-secondary-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-secondary-300:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-accent:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-accent-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-accent-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-blue-print:focus { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-red:focus { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-spring:focus { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .lg-focus-border-grey-10:focus { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .lg-focus-border-grey-20:focus { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .lg-focus-border-grey-30:focus { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .lg-focus-border-grey-40:focus { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .lg-focus-border-grey-5:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .lg-focus-border-grey-50:focus { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .lg-focus-border-grey-60:focus { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .lg-focus-border-grey-70:focus { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .lg-focus-border-cball-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .lg-focus-border-cball-dark-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .lg-focus-border-cball-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-spring-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-spring-dk-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-spring-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-spring-lt-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-spring-dk-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-spring-med-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-spring-lt-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-spring-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-spring-off-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-spring-peach:focus { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-navy:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .lg-focus-border-cw-dk-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .lg-focus-border-sc-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .lg-focus-border-sc-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .lg-focus-border-sc-sand:focus { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .lg-border-opacity-0 { --tw-border-opacity: 0 !important; } .lg-border-opacity-5 { --tw-border-opacity: 0.05 !important; } .lg-border-opacity-10 { --tw-border-opacity: 0.1 !important; } .lg-border-opacity-20 { --tw-border-opacity: 0.2 !important; } .lg-border-opacity-25 { --tw-border-opacity: 0.25 !important; } .lg-border-opacity-30 { --tw-border-opacity: 0.3 !important; } .lg-border-opacity-40 { --tw-border-opacity: 0.4 !important; } .lg-border-opacity-50 { --tw-border-opacity: 0.5 !important; } .lg-border-opacity-60 { --tw-border-opacity: 0.6 !important; } .lg-border-opacity-70 { --tw-border-opacity: 0.7 !important; } .lg-border-opacity-75 { --tw-border-opacity: 0.75 !important; } .lg-border-opacity-80 { --tw-border-opacity: 0.8 !important; } .lg-border-opacity-90 { --tw-border-opacity: 0.9 !important; } .lg-border-opacity-95 { --tw-border-opacity: 0.95 !important; } .lg-border-opacity-100 { --tw-border-opacity: 1 !important; } .group:hover .lg-group-hover-border-opacity-0 { --tw-border-opacity: 0 !important; } .group:hover .lg-group-hover-border-opacity-5 { --tw-border-opacity: 0.05 !important; } .group:hover .lg-group-hover-border-opacity-10 { --tw-border-opacity: 0.1 !important; } .group:hover .lg-group-hover-border-opacity-20 { --tw-border-opacity: 0.2 !important; } .group:hover .lg-group-hover-border-opacity-25 { --tw-border-opacity: 0.25 !important; } .group:hover .lg-group-hover-border-opacity-30 { --tw-border-opacity: 0.3 !important; } .group:hover .lg-group-hover-border-opacity-40 { --tw-border-opacity: 0.4 !important; } .group:hover .lg-group-hover-border-opacity-50 { --tw-border-opacity: 0.5 !important; } .group:hover .lg-group-hover-border-opacity-60 { --tw-border-opacity: 0.6 !important; } .group:hover .lg-group-hover-border-opacity-70 { --tw-border-opacity: 0.7 !important; } .group:hover .lg-group-hover-border-opacity-75 { --tw-border-opacity: 0.75 !important; } .group:hover .lg-group-hover-border-opacity-80 { --tw-border-opacity: 0.8 !important; } .group:hover .lg-group-hover-border-opacity-90 { --tw-border-opacity: 0.9 !important; } .group:hover .lg-group-hover-border-opacity-95 { --tw-border-opacity: 0.95 !important; } .group:hover .lg-group-hover-border-opacity-100 { --tw-border-opacity: 1 !important; } .lg-focus-within-border-opacity-0:focus-within { --tw-border-opacity: 0 !important; } .lg-focus-within-border-opacity-5:focus-within { --tw-border-opacity: 0.05 !important; } .lg-focus-within-border-opacity-10:focus-within { --tw-border-opacity: 0.1 !important; } .lg-focus-within-border-opacity-20:focus-within { --tw-border-opacity: 0.2 !important; } .lg-focus-within-border-opacity-25:focus-within { --tw-border-opacity: 0.25 !important; } .lg-focus-within-border-opacity-30:focus-within { --tw-border-opacity: 0.3 !important; } .lg-focus-within-border-opacity-40:focus-within { --tw-border-opacity: 0.4 !important; } .lg-focus-within-border-opacity-50:focus-within { --tw-border-opacity: 0.5 !important; } .lg-focus-within-border-opacity-60:focus-within { --tw-border-opacity: 0.6 !important; } .lg-focus-within-border-opacity-70:focus-within { --tw-border-opacity: 0.7 !important; } .lg-focus-within-border-opacity-75:focus-within { --tw-border-opacity: 0.75 !important; } .lg-focus-within-border-opacity-80:focus-within { --tw-border-opacity: 0.8 !important; } .lg-focus-within-border-opacity-90:focus-within { --tw-border-opacity: 0.9 !important; } .lg-focus-within-border-opacity-95:focus-within { --tw-border-opacity: 0.95 !important; } .lg-focus-within-border-opacity-100:focus-within { --tw-border-opacity: 1 !important; } .lg-hover-border-opacity-0:hover { --tw-border-opacity: 0 !important; } .lg-hover-border-opacity-5:hover { --tw-border-opacity: 0.05 !important; } .lg-hover-border-opacity-10:hover { --tw-border-opacity: 0.1 !important; } .lg-hover-border-opacity-20:hover { --tw-border-opacity: 0.2 !important; } .lg-hover-border-opacity-25:hover { --tw-border-opacity: 0.25 !important; } .lg-hover-border-opacity-30:hover { --tw-border-opacity: 0.3 !important; } .lg-hover-border-opacity-40:hover { --tw-border-opacity: 0.4 !important; } .lg-hover-border-opacity-50:hover { --tw-border-opacity: 0.5 !important; } .lg-hover-border-opacity-60:hover { --tw-border-opacity: 0.6 !important; } .lg-hover-border-opacity-70:hover { --tw-border-opacity: 0.7 !important; } .lg-hover-border-opacity-75:hover { --tw-border-opacity: 0.75 !important; } .lg-hover-border-opacity-80:hover { --tw-border-opacity: 0.8 !important; } .lg-hover-border-opacity-90:hover { --tw-border-opacity: 0.9 !important; } .lg-hover-border-opacity-95:hover { --tw-border-opacity: 0.95 !important; } .lg-hover-border-opacity-100:hover { --tw-border-opacity: 1 !important; } .lg-focus-border-opacity-0:focus { --tw-border-opacity: 0 !important; } .lg-focus-border-opacity-5:focus { --tw-border-opacity: 0.05 !important; } .lg-focus-border-opacity-10:focus { --tw-border-opacity: 0.1 !important; } .lg-focus-border-opacity-20:focus { --tw-border-opacity: 0.2 !important; } .lg-focus-border-opacity-25:focus { --tw-border-opacity: 0.25 !important; } .lg-focus-border-opacity-30:focus { --tw-border-opacity: 0.3 !important; } .lg-focus-border-opacity-40:focus { --tw-border-opacity: 0.4 !important; } .lg-focus-border-opacity-50:focus { --tw-border-opacity: 0.5 !important; } .lg-focus-border-opacity-60:focus { --tw-border-opacity: 0.6 !important; } .lg-focus-border-opacity-70:focus { --tw-border-opacity: 0.7 !important; } .lg-focus-border-opacity-75:focus { --tw-border-opacity: 0.75 !important; } .lg-focus-border-opacity-80:focus { --tw-border-opacity: 0.8 !important; } .lg-focus-border-opacity-90:focus { --tw-border-opacity: 0.9 !important; } .lg-focus-border-opacity-95:focus { --tw-border-opacity: 0.95 !important; } .lg-focus-border-opacity-100:focus { --tw-border-opacity: 1 !important; } .lg-rounded-none { border-radius: 0 !important; } .lg-rounded-sm { border-radius: 0.125rem !important; } .lg-rounded { border-radius: 0.25rem !important; } .lg-rounded-md { border-radius: 0.375rem !important; } .lg-rounded-lg { border-radius: 0.5rem !important; } .lg-rounded-xl { border-radius: 0.75rem !important; } .lg-rounded-2xl { border-radius: 1rem !important; } .lg-rounded-3xl { border-radius: 1.5rem !important; } .lg-rounded-full { border-radius: 9999px !important; } .lg-rounded-t-none { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } .lg-rounded-r-none { border-top-right-radius: 0 !important; } .lg-rounded-b-none, .lg-rounded-r-none { border-bottom-right-radius: 0 !important; } .lg-rounded-b-none, .lg-rounded-l-none { border-bottom-left-radius: 0 !important; } .lg-rounded-l-none { border-top-left-radius: 0 !important; } .lg-rounded-t-sm { border-top-left-radius: 0.125rem !important; } .lg-rounded-r-sm, .lg-rounded-t-sm { border-top-right-radius: 0.125rem !important; } .lg-rounded-b-sm, .lg-rounded-r-sm { border-bottom-right-radius: 0.125rem !important; } .lg-rounded-b-sm, .lg-rounded-l-sm { border-bottom-left-radius: 0.125rem !important; } .lg-rounded-l-sm { border-top-left-radius: 0.125rem !important; } .lg-rounded-t { border-top-left-radius: 0.25rem !important; } .lg-rounded-r, .lg-rounded-t { border-top-right-radius: 0.25rem !important; } .lg-rounded-b, .lg-rounded-r { border-bottom-right-radius: 0.25rem !important; } .lg-rounded-b, .lg-rounded-l { border-bottom-left-radius: 0.25rem !important; } .lg-rounded-l { border-top-left-radius: 0.25rem !important; } .lg-rounded-t-md { border-top-left-radius: 0.375rem !important; } .lg-rounded-r-md, .lg-rounded-t-md { border-top-right-radius: 0.375rem !important; } .lg-rounded-b-md, .lg-rounded-r-md { border-bottom-right-radius: 0.375rem !important; } .lg-rounded-b-md, .lg-rounded-l-md { border-bottom-left-radius: 0.375rem !important; } .lg-rounded-l-md { border-top-left-radius: 0.375rem !important; } .lg-rounded-t-lg { border-top-left-radius: 0.5rem !important; } .lg-rounded-r-lg, .lg-rounded-t-lg { border-top-right-radius: 0.5rem !important; } .lg-rounded-b-lg, .lg-rounded-r-lg { border-bottom-right-radius: 0.5rem !important; } .lg-rounded-b-lg, .lg-rounded-l-lg { border-bottom-left-radius: 0.5rem !important; } .lg-rounded-l-lg { border-top-left-radius: 0.5rem !important; } .lg-rounded-t-xl { border-top-left-radius: 0.75rem !important; } .lg-rounded-r-xl, .lg-rounded-t-xl { border-top-right-radius: 0.75rem !important; } .lg-rounded-b-xl, .lg-rounded-r-xl { border-bottom-right-radius: 0.75rem !important; } .lg-rounded-b-xl, .lg-rounded-l-xl { border-bottom-left-radius: 0.75rem !important; } .lg-rounded-l-xl { border-top-left-radius: 0.75rem !important; } .lg-rounded-t-2xl { border-top-left-radius: 1rem !important; } .lg-rounded-r-2xl, .lg-rounded-t-2xl { border-top-right-radius: 1rem !important; } .lg-rounded-b-2xl, .lg-rounded-r-2xl { border-bottom-right-radius: 1rem !important; } .lg-rounded-b-2xl, .lg-rounded-l-2xl { border-bottom-left-radius: 1rem !important; } .lg-rounded-l-2xl { border-top-left-radius: 1rem !important; } .lg-rounded-t-3xl { border-top-left-radius: 1.5rem !important; } .lg-rounded-r-3xl, .lg-rounded-t-3xl { border-top-right-radius: 1.5rem !important; } .lg-rounded-b-3xl, .lg-rounded-r-3xl { border-bottom-right-radius: 1.5rem !important; } .lg-rounded-b-3xl, .lg-rounded-l-3xl { border-bottom-left-radius: 1.5rem !important; } .lg-rounded-l-3xl { border-top-left-radius: 1.5rem !important; } .lg-rounded-t-full { border-top-left-radius: 9999px !important; } .lg-rounded-r-full, .lg-rounded-t-full { border-top-right-radius: 9999px !important; } .lg-rounded-b-full, .lg-rounded-r-full { border-bottom-right-radius: 9999px !important; } .lg-rounded-b-full, .lg-rounded-l-full { border-bottom-left-radius: 9999px !important; } .lg-rounded-l-full { border-top-left-radius: 9999px !important; } .lg-rounded-tl-none { border-top-left-radius: 0 !important; } .lg-rounded-tr-none { border-top-right-radius: 0 !important; } .lg-rounded-br-none { border-bottom-right-radius: 0 !important; } .lg-rounded-bl-none { border-bottom-left-radius: 0 !important; } .lg-rounded-tl-sm { border-top-left-radius: 0.125rem !important; } .lg-rounded-tr-sm { border-top-right-radius: 0.125rem !important; } .lg-rounded-br-sm { border-bottom-right-radius: 0.125rem !important; } .lg-rounded-bl-sm { border-bottom-left-radius: 0.125rem !important; } .lg-rounded-tl { border-top-left-radius: 0.25rem !important; } .lg-rounded-tr { border-top-right-radius: 0.25rem !important; } .lg-rounded-br { border-bottom-right-radius: 0.25rem !important; } .lg-rounded-bl { border-bottom-left-radius: 0.25rem !important; } .lg-rounded-tl-md { border-top-left-radius: 0.375rem !important; } .lg-rounded-tr-md { border-top-right-radius: 0.375rem !important; } .lg-rounded-br-md { border-bottom-right-radius: 0.375rem !important; } .lg-rounded-bl-md { border-bottom-left-radius: 0.375rem !important; } .lg-rounded-tl-lg { border-top-left-radius: 0.5rem !important; } .lg-rounded-tr-lg { border-top-right-radius: 0.5rem !important; } .lg-rounded-br-lg { border-bottom-right-radius: 0.5rem !important; } .lg-rounded-bl-lg { border-bottom-left-radius: 0.5rem !important; } .lg-rounded-tl-xl { border-top-left-radius: 0.75rem !important; } .lg-rounded-tr-xl { border-top-right-radius: 0.75rem !important; } .lg-rounded-br-xl { border-bottom-right-radius: 0.75rem !important; } .lg-rounded-bl-xl { border-bottom-left-radius: 0.75rem !important; } .lg-rounded-tl-2xl { border-top-left-radius: 1rem !important; } .lg-rounded-tr-2xl { border-top-right-radius: 1rem !important; } .lg-rounded-br-2xl { border-bottom-right-radius: 1rem !important; } .lg-rounded-bl-2xl { border-bottom-left-radius: 1rem !important; } .lg-rounded-tl-3xl { border-top-left-radius: 1.5rem !important; } .lg-rounded-tr-3xl { border-top-right-radius: 1.5rem !important; } .lg-rounded-br-3xl { border-bottom-right-radius: 1.5rem !important; } .lg-rounded-bl-3xl { border-bottom-left-radius: 1.5rem !important; } .lg-rounded-tl-full { border-top-left-radius: 9999px !important; } .lg-rounded-tr-full { border-top-right-radius: 9999px !important; } .lg-rounded-br-full { border-bottom-right-radius: 9999px !important; } .lg-rounded-bl-full { border-bottom-left-radius: 9999px !important; } .lg-border-solid { border-style: solid !important; } .lg-border-dashed { border-style: dashed !important; } .lg-border-dotted { border-style: dotted !important; } .lg-border-double { border-style: double !important; } .lg-border-none { border-style: none !important; } .lg-border-0 { border-width: 0 !important; } .lg-border-2 { border-width: 2px !important; } .lg-border-4 { border-width: 4px !important; } .lg-border-8 { border-width: 8px !important; } .lg-border { border-width: 1px !important; } .lg-border-t-0 { border-top-width: 0 !important; } .lg-border-r-0 { border-right-width: 0 !important; } .lg-border-b-0 { border-bottom-width: 0 !important; } .lg-border-l-0 { border-left-width: 0 !important; } .lg-border-t-2 { border-top-width: 2px !important; } .lg-border-r-2 { border-right-width: 2px !important; } .lg-border-b-2 { border-bottom-width: 2px !important; } .lg-border-l-2 { border-left-width: 2px !important; } .lg-border-t-4 { border-top-width: 4px !important; } .lg-border-r-4 { border-right-width: 4px !important; } .lg-border-b-4 { border-bottom-width: 4px !important; } .lg-border-l-4 { border-left-width: 4px !important; } .lg-border-t-8 { border-top-width: 8px !important; } .lg-border-r-8 { border-right-width: 8px !important; } .lg-border-b-8 { border-bottom-width: 8px !important; } .lg-border-l-8 { border-left-width: 8px !important; } .lg-border-t { border-top-width: 1px !important; } .lg-border-r { border-right-width: 1px !important; } .lg-border-b { border-bottom-width: 1px !important; } .lg-border-l { border-left-width: 1px !important; } .lg-box-border { box-sizing: border-box !important; } .lg-box-content { box-sizing: content-box !important; } .lg-cursor-auto { cursor: auto !important; } .lg-cursor-default { cursor: default !important; } .lg-cursor-pointer { cursor: pointer !important; } .lg-cursor-wait { cursor: wait !important; } .lg-cursor-text { cursor: text !important; } .lg-cursor-move { cursor: move !important; } .lg-cursor-not-allowed { cursor: not-allowed !important; } .lg-block { display: block !important; } .lg-inline-block { display: inline-block !important; } .lg-inline { display: inline !important; } .lg-flex { display: flex !important; } .lg-inline-flex { display: inline-flex !important; } .lg-table { display: table !important; } .lg-table-caption { display: table-caption !important; } .lg-table-cell { display: table-cell !important; } .lg-table-column { display: table-column !important; } .lg-table-column-group { display: table-column-group !important; } .lg-table-footer-group { display: table-footer-group !important; } .lg-table-header-group { display: table-header-group !important; } .lg-table-row-group { display: table-row-group !important; } .lg-table-row { display: table-row !important; } .lg-flow-root { display: flow-root !important; } .lg-grid { display: grid !important; } .lg-inline-grid { display: inline-grid !important; } .lg-contents { display: contents !important; } .lg-hidden { display: none !important; } .lg-flex-row { flex-direction: row !important; } .lg-flex-row-reverse { flex-direction: row-reverse !important; } .lg-flex-col { flex-direction: column !important; } .lg-flex-col-reverse { flex-direction: column-reverse !important; } .lg-flex-wrap { flex-wrap: wrap !important; } .lg-flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .lg-flex-nowrap { flex-wrap: nowrap !important; } .lg-place-items-auto { place-items: auto !important; } .lg-place-items-start { place-items: start !important; } .lg-place-items-end { place-items: end !important; } .lg-place-items-center { place-items: center !important; } .lg-place-items-stretch { place-items: stretch !important; } .lg-place-content-center { place-content: center !important; } .lg-place-content-start { place-content: start !important; } .lg-place-content-end { place-content: end !important; } .lg-place-content-between { place-content: space-between !important; } .lg-place-content-around { place-content: space-around !important; } .lg-place-content-evenly { place-content: space-evenly !important; } .lg-place-content-stretch { place-content: stretch !important; } .lg-place-self-auto { place-self: auto !important; } .lg-place-self-start { place-self: start !important; } .lg-place-self-end { place-self: end !important; } .lg-place-self-center { place-self: center !important; } .lg-place-self-stretch { place-self: stretch !important; } .lg-items-start { align-items: flex-start !important; } .lg-items-end { align-items: flex-end !important; } .lg-items-center { align-items: center !important; } .lg-items-baseline { align-items: baseline !important; } .lg-items-stretch { align-items: stretch !important; } .lg-content-center { align-content: center !important; } .lg-content-start { align-content: flex-start !important; } .lg-content-end { align-content: flex-end !important; } .lg-content-between { align-content: space-between !important; } .lg-content-around { align-content: space-around !important; } .lg-content-evenly { align-content: space-evenly !important; } .lg-self-auto { align-self: auto !important; } .lg-self-start { align-self: flex-start !important; } .lg-self-end { align-self: flex-end !important; } .lg-self-center { align-self: center !important; } .lg-self-stretch { align-self: stretch !important; } .lg-justify-items-auto { justify-items: auto !important; } .lg-justify-items-start { justify-items: start !important; } .lg-justify-items-end { justify-items: end !important; } .lg-justify-items-center { justify-items: center !important; } .lg-justify-items-stretch { justify-items: stretch !important; } .lg-justify-start { justify-content: flex-start !important; } .lg-justify-end { justify-content: flex-end !important; } .lg-justify-center { justify-content: center !important; } .lg-justify-between { justify-content: space-between !important; } .lg-justify-around { justify-content: space-around !important; } .lg-justify-evenly { justify-content: space-evenly !important; } .lg-justify-self-auto { justify-self: auto !important; } .lg-justify-self-start { justify-self: start !important; } .lg-justify-self-end { justify-self: end !important; } .lg-justify-self-center { justify-self: center !important; } .lg-justify-self-stretch { justify-self: stretch !important; } .lg-flex-1 { flex: 1 1 !important; } .lg-flex-auto { flex: 1 1 auto !important; } .lg-flex-initial { flex: 0 1 auto !important; } .lg-flex-none { flex: none !important; } .lg-flex-grow-0 { flex-grow: 0 !important; } .lg-flex-grow { flex-grow: 1 !important; } .lg-flex-shrink-0 { flex-shrink: 0 !important; } .lg-flex-shrink { flex-shrink: 1 !important; } .lg-order-1 { order: 1 !important; } .lg-order-2 { order: 2 !important; } .lg-order-3 { order: 3 !important; } .lg-order-4 { order: 4 !important; } .lg-order-5 { order: 5 !important; } .lg-order-6 { order: 6 !important; } .lg-order-7 { order: 7 !important; } .lg-order-8 { order: 8 !important; } .lg-order-9 { order: 9 !important; } .lg-order-10 { order: 10 !important; } .lg-order-11 { order: 11 !important; } .lg-order-12 { order: 12 !important; } .lg-order-first { order: -9999 !important; } .lg-order-last { order: 9999 !important; } .lg-order-none { order: 0 !important; } .lg-float-right { float: right !important; } .lg-float-left { float: left !important; } .lg-float-none { float: none !important; } .lg-clear-left { clear: left !important; } .lg-clear-right { clear: right !important; } .lg-clear-both { clear: both !important; } .lg-clear-none { clear: none !important; } .lg-font-heading { font-family: Kazimir, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important; } .lg-font-sans { font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important; } .lg-font-mono { font-family: Anonymous Pro, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important; } .lg-font-thin { font-weight: 100 !important; } .lg-font-extralight { font-weight: 200 !important; } .lg-font-light { font-weight: 300 !important; } .lg-font-normal { font-weight: 400 !important; } .lg-font-medium { font-weight: 500 !important; } .lg-font-semibold { font-weight: 600 !important; } .lg-font-bold { font-weight: 700 !important; } .lg-font-extrabold { font-weight: 800 !important; } .lg-font-black { font-weight: 900 !important; } .lg-h-0 { height: 0 !important; } .lg-h-1 { height: 0.25rem !important; } .lg-h-2 { height: 0.5rem !important; } .lg-h-3 { height: 0.75rem !important; } .lg-h-4 { height: 1rem !important; } .lg-h-5 { height: 1.25rem !important; } .lg-h-6 { height: 1.5rem !important; } .lg-h-7 { height: 1.75rem !important; } .lg-h-8 { height: 2rem !important; } .lg-h-9 { height: 2.25rem !important; } .lg-h-10 { height: 2.5rem !important; } .lg-h-11 { height: 2.75rem !important; } .lg-h-12 { height: 3rem !important; } .lg-h-14 { height: 3.5rem !important; } .lg-h-16 { height: 4rem !important; } .lg-h-20 { height: 5rem !important; } .lg-h-24 { height: 6rem !important; } .lg-h-28 { height: 7rem !important; } .lg-h-32 { height: 8rem !important; } .lg-h-36 { height: 9rem !important; } .lg-h-40 { height: 10rem !important; } .lg-h-44 { height: 11rem !important; } .lg-h-48 { height: 12rem !important; } .lg-h-52 { height: 13rem !important; } .lg-h-56 { height: 14rem !important; } .lg-h-60 { height: 15rem !important; } .lg-h-64 { height: 16rem !important; } .lg-h-72 { height: 18rem !important; } .lg-h-80 { height: 20rem !important; } .lg-h-96 { height: 24rem !important; } .lg-h-auto { height: auto !important; } .lg-h-px { height: 1px !important; } .lg-h-0\.5 { height: 0.125rem !important; } .lg-h-1\.5 { height: 0.375rem !important; } .lg-h-2\.5 { height: 0.625rem !important; } .lg-h-3\.5 { height: 0.875rem !important; } .lg-h-1\/2 { height: 50% !important; } .lg-h-1\/3 { height: 33.333333% !important; } .lg-h-2\/3 { height: 66.666667% !important; } .lg-h-1\/4 { height: 25% !important; } .lg-h-2\/4 { height: 50% !important; } .lg-h-3\/4 { height: 75% !important; } .lg-h-1\/5 { height: 20% !important; } .lg-h-2\/5 { height: 40% !important; } .lg-h-3\/5 { height: 60% !important; } .lg-h-4\/5 { height: 80% !important; } .lg-h-1\/6 { height: 16.666667% !important; } .lg-h-2\/6 { height: 33.333333% !important; } .lg-h-3\/6 { height: 50% !important; } .lg-h-4\/6 { height: 66.666667% !important; } .lg-h-5\/6 { height: 83.333333% !important; } .lg-h-full { height: 100% !important; } .lg-h-screen { height: 100vh !important; } .lg-text-xs { font-size: 0.75rem !important; } .lg-text-sm { font-size: 0.875rem !important; } .lg-text-base { font-size: 1rem !important; } .lg-text-lg { font-size: 1.125rem !important; } .lg-text-xl { font-size: 1.25rem !important; } .lg-text-2xl { font-size: 1.5rem !important; } .lg-text-3xl { font-size: 1.875rem !important; } .lg-text-4xl { font-size: 2.25rem !important; } .lg-text-5xl { font-size: 3rem !important; } .lg-text-6xl { font-size: 4rem !important; } .lg-leading-3 { line-height: 0.75rem !important; } .lg-leading-4 { line-height: 1rem !important; } .lg-leading-5 { line-height: 1.25rem !important; } .lg-leading-6 { line-height: 1.5rem !important; } .lg-leading-7 { line-height: 1.75rem !important; } .lg-leading-8 { line-height: 2rem !important; } .lg-leading-9 { line-height: 2.25rem !important; } .lg-leading-10 { line-height: 2.5rem !important; } .lg-leading-none { line-height: 1 !important; } .lg-leading-tight { line-height: 1.25 !important; } .lg-leading-snug { line-height: 1.375 !important; } .lg-leading-normal { line-height: 1.5 !important; } .lg-leading-relaxed { line-height: 1.625 !important; } .lg-leading-loose { line-height: 2 !important; } .lg-list-inside { list-style-position: inside !important; } .lg-list-outside { list-style-position: outside !important; } .lg-list-none { list-style-type: none !important; } .lg-list-disc { list-style-type: disc !important; } .lg-list-decimal { list-style-type: decimal !important; } .lg-m-0 { margin: 0 !important; } .lg-m-1 { margin: 10px !important; } .lg-m-2 { margin: 20px !important; } .lg-m-3 { margin: 40px !important; } .lg-m-4 { margin: 60px !important; } .lg-m-5 { margin: 80px !important; } .lg-m-6 { margin: 100px !important; } .lg-m-7 { margin: 120px !important; } .lg-m-auto { margin: auto !important; } .lg-m-px { margin: 1px !important; } .lg-m-nudge { margin: 5px !important; } .lg--m-0 { margin: 0 !important; } .lg--m-1 { margin: -10px !important; } .lg--m-2 { margin: -20px !important; } .lg--m-3 { margin: -40px !important; } .lg--m-4 { margin: -60px !important; } .lg--m-5 { margin: -80px !important; } .lg--m-6 { margin: -100px !important; } .lg--m-px { margin: -1px !important; } .lg-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .lg-mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .lg-my-1 { margin-top: 10px !important; margin-bottom: 10px !important; } .lg-mx-1 { margin-left: 10px !important; margin-right: 10px !important; } .lg-my-2 { margin-top: 20px !important; margin-bottom: 20px !important; } .lg-mx-2 { margin-left: 20px !important; margin-right: 20px !important; } .lg-my-3 { margin-top: 40px !important; margin-bottom: 40px !important; } .lg-mx-3 { margin-left: 40px !important; margin-right: 40px !important; } .lg-my-4 { margin-top: 60px !important; margin-bottom: 60px !important; } .lg-mx-4 { margin-left: 60px !important; margin-right: 60px !important; } .lg-my-5 { margin-top: 80px !important; margin-bottom: 80px !important; } .lg-mx-5 { margin-left: 80px !important; margin-right: 80px !important; } .lg-my-6 { margin-top: 100px !important; margin-bottom: 100px !important; } .lg-mx-6 { margin-left: 100px !important; margin-right: 100px !important; } .lg-my-7 { margin-top: 120px !important; margin-bottom: 120px !important; } .lg-mx-7 { margin-left: 120px !important; margin-right: 120px !important; } .lg-my-auto { margin-top: auto !important; margin-bottom: auto !important; } .lg-mx-auto { margin-left: auto !important; margin-right: auto !important; } .lg-my-px { margin-top: 1px !important; margin-bottom: 1px !important; } .lg-mx-px { margin-left: 1px !important; margin-right: 1px !important; } .lg-my-nudge { margin-top: 5px !important; margin-bottom: 5px !important; } .lg-mx-nudge { margin-left: 5px !important; margin-right: 5px !important; } .lg--my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .lg--mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .lg--my-1 { margin-top: -10px !important; margin-bottom: -10px !important; } .lg--mx-1 { margin-left: -10px !important; margin-right: -10px !important; } .lg--my-2 { margin-top: -20px !important; margin-bottom: -20px !important; } .lg--mx-2 { margin-left: -20px !important; margin-right: -20px !important; } .lg--my-3 { margin-top: -40px !important; margin-bottom: -40px !important; } .lg--mx-3 { margin-left: -40px !important; margin-right: -40px !important; } .lg--my-4 { margin-top: -60px !important; margin-bottom: -60px !important; } .lg--mx-4 { margin-left: -60px !important; margin-right: -60px !important; } .lg--my-5 { margin-top: -80px !important; margin-bottom: -80px !important; } .lg--mx-5 { margin-left: -80px !important; margin-right: -80px !important; } .lg--my-6 { margin-top: -100px !important; margin-bottom: -100px !important; } .lg--mx-6 { margin-left: -100px !important; margin-right: -100px !important; } .lg--my-px { margin-top: -1px !important; margin-bottom: -1px !important; } .lg--mx-px { margin-left: -1px !important; margin-right: -1px !important; } .lg-mt-0 { margin-top: 0 !important; } .lg-mr-0 { margin-right: 0 !important; } .lg-mb-0 { margin-bottom: 0 !important; } .lg-ml-0 { margin-left: 0 !important; } .lg-mt-1 { margin-top: 10px !important; } .lg-mr-1 { margin-right: 10px !important; } .lg-mb-1 { margin-bottom: 10px !important; } .lg-ml-1 { margin-left: 10px !important; } .lg-mt-2 { margin-top: 20px !important; } .lg-mr-2 { margin-right: 20px !important; } .lg-mb-2 { margin-bottom: 20px !important; } .lg-ml-2 { margin-left: 20px !important; } .lg-mt-3 { margin-top: 40px !important; } .lg-mr-3 { margin-right: 40px !important; } .lg-mb-3 { margin-bottom: 40px !important; } .lg-ml-3 { margin-left: 40px !important; } .lg-mt-4 { margin-top: 60px !important; } .lg-mr-4 { margin-right: 60px !important; } .lg-mb-4 { margin-bottom: 60px !important; } .lg-ml-4 { margin-left: 60px !important; } .lg-mt-5 { margin-top: 80px !important; } .lg-mr-5 { margin-right: 80px !important; } .lg-mb-5 { margin-bottom: 80px !important; } .lg-ml-5 { margin-left: 80px !important; } .lg-mt-6 { margin-top: 100px !important; } .lg-mr-6 { margin-right: 100px !important; } .lg-mb-6 { margin-bottom: 100px !important; } .lg-ml-6 { margin-left: 100px !important; } .lg-mt-7 { margin-top: 120px !important; } .lg-mr-7 { margin-right: 120px !important; } .lg-mb-7 { margin-bottom: 120px !important; } .lg-ml-7 { margin-left: 120px !important; } .lg-mt-auto { margin-top: auto !important; } .lg-mr-auto { margin-right: auto !important; } .lg-mb-auto { margin-bottom: auto !important; } .lg-ml-auto { margin-left: auto !important; } .lg-mt-px { margin-top: 1px !important; } .lg-mr-px { margin-right: 1px !important; } .lg-mb-px { margin-bottom: 1px !important; } .lg-ml-px { margin-left: 1px !important; } .lg-mt-nudge { margin-top: 5px !important; } .lg-mr-nudge { margin-right: 5px !important; } .lg-mb-nudge { margin-bottom: 5px !important; } .lg-ml-nudge { margin-left: 5px !important; } .lg--mt-0 { margin-top: 0 !important; } .lg--mr-0 { margin-right: 0 !important; } .lg--mb-0 { margin-bottom: 0 !important; } .lg--ml-0 { margin-left: 0 !important; } .lg--mt-1 { margin-top: -10px !important; } .lg--mr-1 { margin-right: -10px !important; } .lg--mb-1 { margin-bottom: -10px !important; } .lg--ml-1 { margin-left: -10px !important; } .lg--mt-2 { margin-top: -20px !important; } .lg--mr-2 { margin-right: -20px !important; } .lg--mb-2 { margin-bottom: -20px !important; } .lg--ml-2 { margin-left: -20px !important; } .lg--mt-3 { margin-top: -40px !important; } .lg--mr-3 { margin-right: -40px !important; } .lg--mb-3 { margin-bottom: -40px !important; } .lg--ml-3 { margin-left: -40px !important; } .lg--mt-4 { margin-top: -60px !important; } .lg--mr-4 { margin-right: -60px !important; } .lg--mb-4 { margin-bottom: -60px !important; } .lg--ml-4 { margin-left: -60px !important; } .lg--mt-5 { margin-top: -80px !important; } .lg--mr-5 { margin-right: -80px !important; } .lg--mb-5 { margin-bottom: -80px !important; } .lg--ml-5 { margin-left: -80px !important; } .lg--mt-6 { margin-top: -100px !important; } .lg--mr-6 { margin-right: -100px !important; } .lg--mb-6 { margin-bottom: -100px !important; } .lg--ml-6 { margin-left: -100px !important; } .lg--mt-px { margin-top: -1px !important; } .lg--mr-px { margin-right: -1px !important; } .lg--mb-px { margin-bottom: -1px !important; } .lg--ml-px { margin-left: -1px !important; } .lg-max-h-0 { max-height: 0 !important; } .lg-max-h-1 { max-height: 0.25rem !important; } .lg-max-h-2 { max-height: 0.5rem !important; } .lg-max-h-3 { max-height: 0.75rem !important; } .lg-max-h-4 { max-height: 1rem !important; } .lg-max-h-5 { max-height: 1.25rem !important; } .lg-max-h-6 { max-height: 1.5rem !important; } .lg-max-h-7 { max-height: 1.75rem !important; } .lg-max-h-8 { max-height: 2rem !important; } .lg-max-h-9 { max-height: 2.25rem !important; } .lg-max-h-10 { max-height: 2.5rem !important; } .lg-max-h-11 { max-height: 2.75rem !important; } .lg-max-h-12 { max-height: 3rem !important; } .lg-max-h-14 { max-height: 3.5rem !important; } .lg-max-h-16 { max-height: 4rem !important; } .lg-max-h-20 { max-height: 5rem !important; } .lg-max-h-24 { max-height: 6rem !important; } .lg-max-h-28 { max-height: 7rem !important; } .lg-max-h-32 { max-height: 8rem !important; } .lg-max-h-36 { max-height: 9rem !important; } .lg-max-h-40 { max-height: 10rem !important; } .lg-max-h-44 { max-height: 11rem !important; } .lg-max-h-48 { max-height: 12rem !important; } .lg-max-h-52 { max-height: 13rem !important; } .lg-max-h-56 { max-height: 14rem !important; } .lg-max-h-60 { max-height: 15rem !important; } .lg-max-h-64 { max-height: 16rem !important; } .lg-max-h-72 { max-height: 18rem !important; } .lg-max-h-80 { max-height: 20rem !important; } .lg-max-h-96 { max-height: 24rem !important; } .lg-max-h-px { max-height: 1px !important; } .lg-max-h-0\.5 { max-height: 0.125rem !important; } .lg-max-h-1\.5 { max-height: 0.375rem !important; } .lg-max-h-2\.5 { max-height: 0.625rem !important; } .lg-max-h-3\.5 { max-height: 0.875rem !important; } .lg-max-h-full { max-height: 100% !important; } .lg-max-h-screen { max-height: 100vh !important; } .lg-max-w-xs { max-width: 400px !important; } .lg-max-w-sm { max-width: 600px !important; } .lg-max-w-md { max-width: 800px !important; } .lg-max-w-lg { max-width: 1000px !important; } .lg-max-w-xl { max-width: 1200px !important; } .lg-max-w-full { max-width: 100% !important; } .lg-min-h-0 { min-height: 0 !important; } .lg-min-h-full { min-height: 100% !important; } .lg-min-h-screen { min-height: 100vh !important; } .lg-min-w-0 { min-width: 0 !important; } .lg-min-w-full { min-width: 100% !important; } .lg-min-w-min { min-width: -moz-min-content !important; min-width: min-content !important; } .lg-min-w-max { min-width: -moz-max-content !important; min-width: max-content !important; } .lg-object-contain { -o-object-fit: contain !important; object-fit: contain !important; } .lg-object-cover { -o-object-fit: cover !important; object-fit: cover !important; } .lg-object-fill { -o-object-fit: fill !important; object-fit: fill !important; } .lg-object-none { -o-object-fit: none !important; object-fit: none !important; } .lg-object-scale-down { -o-object-fit: scale-down !important; object-fit: scale-down !important; } .lg-object-bottom { -o-object-position: bottom !important; object-position: bottom !important; } .lg-object-center { -o-object-position: center !important; object-position: center !important; } .lg-object-left { -o-object-position: left !important; object-position: left !important; } .lg-object-left-bottom { -o-object-position: left bottom !important; object-position: left bottom !important; } .lg-object-left-top { -o-object-position: left top !important; object-position: left top !important; } .lg-object-right { -o-object-position: right !important; object-position: right !important; } .lg-object-right-bottom { -o-object-position: right bottom !important; object-position: right bottom !important; } .lg-object-right-top { -o-object-position: right top !important; object-position: right top !important; } .lg-object-top { -o-object-position: top !important; object-position: top !important; } .lg-opacity-0 { opacity: 0 !important; } .lg-opacity-5 { opacity: 0.05 !important; } .lg-opacity-10 { opacity: 0.1 !important; } .lg-opacity-20 { opacity: 0.2 !important; } .lg-opacity-25 { opacity: 0.25 !important; } .lg-opacity-30 { opacity: 0.3 !important; } .lg-opacity-40 { opacity: 0.4 !important; } .lg-opacity-50 { opacity: 0.5 !important; } .lg-opacity-60 { opacity: 0.6 !important; } .lg-opacity-70 { opacity: 0.7 !important; } .lg-opacity-75 { opacity: 0.75 !important; } .lg-opacity-80 { opacity: 0.8 !important; } .lg-opacity-90 { opacity: 0.9 !important; } .lg-opacity-95 { opacity: 0.95 !important; } .lg-opacity-100 { opacity: 1 !important; } .group:hover .lg-group-hover-opacity-0 { opacity: 0 !important; } .group:hover .lg-group-hover-opacity-5 { opacity: 0.05 !important; } .group:hover .lg-group-hover-opacity-10 { opacity: 0.1 !important; } .group:hover .lg-group-hover-opacity-20 { opacity: 0.2 !important; } .group:hover .lg-group-hover-opacity-25 { opacity: 0.25 !important; } .group:hover .lg-group-hover-opacity-30 { opacity: 0.3 !important; } .group:hover .lg-group-hover-opacity-40 { opacity: 0.4 !important; } .group:hover .lg-group-hover-opacity-50 { opacity: 0.5 !important; } .group:hover .lg-group-hover-opacity-60 { opacity: 0.6 !important; } .group:hover .lg-group-hover-opacity-70 { opacity: 0.7 !important; } .group:hover .lg-group-hover-opacity-75 { opacity: 0.75 !important; } .group:hover .lg-group-hover-opacity-80 { opacity: 0.8 !important; } .group:hover .lg-group-hover-opacity-90 { opacity: 0.9 !important; } .group:hover .lg-group-hover-opacity-95 { opacity: 0.95 !important; } .group:hover .lg-group-hover-opacity-100 { opacity: 1 !important; } .lg-focus-within-opacity-0:focus-within { opacity: 0 !important; } .lg-focus-within-opacity-5:focus-within { opacity: 0.05 !important; } .lg-focus-within-opacity-10:focus-within { opacity: 0.1 !important; } .lg-focus-within-opacity-20:focus-within { opacity: 0.2 !important; } .lg-focus-within-opacity-25:focus-within { opacity: 0.25 !important; } .lg-focus-within-opacity-30:focus-within { opacity: 0.3 !important; } .lg-focus-within-opacity-40:focus-within { opacity: 0.4 !important; } .lg-focus-within-opacity-50:focus-within { opacity: 0.5 !important; } .lg-focus-within-opacity-60:focus-within { opacity: 0.6 !important; } .lg-focus-within-opacity-70:focus-within { opacity: 0.7 !important; } .lg-focus-within-opacity-75:focus-within { opacity: 0.75 !important; } .lg-focus-within-opacity-80:focus-within { opacity: 0.8 !important; } .lg-focus-within-opacity-90:focus-within { opacity: 0.9 !important; } .lg-focus-within-opacity-95:focus-within { opacity: 0.95 !important; } .lg-focus-within-opacity-100:focus-within { opacity: 1 !important; } .lg-hover-opacity-0:hover { opacity: 0 !important; } .lg-hover-opacity-5:hover { opacity: 0.05 !important; } .lg-hover-opacity-10:hover { opacity: 0.1 !important; } .lg-hover-opacity-20:hover { opacity: 0.2 !important; } .lg-hover-opacity-25:hover { opacity: 0.25 !important; } .lg-hover-opacity-30:hover { opacity: 0.3 !important; } .lg-hover-opacity-40:hover { opacity: 0.4 !important; } .lg-hover-opacity-50:hover { opacity: 0.5 !important; } .lg-hover-opacity-60:hover { opacity: 0.6 !important; } .lg-hover-opacity-70:hover { opacity: 0.7 !important; } .lg-hover-opacity-75:hover { opacity: 0.75 !important; } .lg-hover-opacity-80:hover { opacity: 0.8 !important; } .lg-hover-opacity-90:hover { opacity: 0.9 !important; } .lg-hover-opacity-95:hover { opacity: 0.95 !important; } .lg-hover-opacity-100:hover { opacity: 1 !important; } .lg-focus-opacity-0:focus { opacity: 0 !important; } .lg-focus-opacity-5:focus { opacity: 0.05 !important; } .lg-focus-opacity-10:focus { opacity: 0.1 !important; } .lg-focus-opacity-20:focus { opacity: 0.2 !important; } .lg-focus-opacity-25:focus { opacity: 0.25 !important; } .lg-focus-opacity-30:focus { opacity: 0.3 !important; } .lg-focus-opacity-40:focus { opacity: 0.4 !important; } .lg-focus-opacity-50:focus { opacity: 0.5 !important; } .lg-focus-opacity-60:focus { opacity: 0.6 !important; } .lg-focus-opacity-70:focus { opacity: 0.7 !important; } .lg-focus-opacity-75:focus { opacity: 0.75 !important; } .lg-focus-opacity-80:focus { opacity: 0.8 !important; } .lg-focus-opacity-90:focus { opacity: 0.9 !important; } .lg-focus-opacity-95:focus { opacity: 0.95 !important; } .lg-focus-opacity-100:focus { opacity: 1 !important; } .lg-outline-none { outline: 2px solid transparent !important; outline-offset: 2px !important; } .lg-outline-white { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .lg-outline-black { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .lg-focus-within-outline-none:focus-within { outline: 2px solid transparent !important; outline-offset: 2px !important; } .lg-focus-within-outline-white:focus-within { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .lg-focus-within-outline-black:focus-within { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .lg-focus-outline-none:focus { outline: 2px solid transparent !important; outline-offset: 2px !important; } .lg-focus-outline-white:focus { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .lg-focus-outline-black:focus { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .lg-overflow-auto { overflow: auto !important; } .lg-overflow-hidden { overflow: hidden !important; } .lg-overflow-visible { overflow: visible !important; } .lg-overflow-scroll { overflow: scroll !important; } .lg-overflow-x-auto { overflow-x: auto !important; } .lg-overflow-y-auto { overflow-y: auto !important; } .lg-overflow-x-hidden { overflow-x: hidden !important; } .lg-overflow-y-hidden { overflow-y: hidden !important; } .lg-overflow-x-visible { overflow-x: visible !important; } .lg-overflow-y-visible { overflow-y: visible !important; } .lg-overflow-x-scroll { overflow-x: scroll !important; } .lg-overflow-y-scroll { overflow-y: scroll !important; } .lg-overscroll-auto { -ms-scroll-chaining: chained !important; overscroll-behavior: auto !important; } .lg-overscroll-contain { -ms-scroll-chaining: none !important; overscroll-behavior: contain !important; } .lg-overscroll-none { -ms-scroll-chaining: none !important; overscroll-behavior: none !important; } .lg-overscroll-y-auto { overscroll-behavior-y: auto !important; } .lg-overscroll-y-contain { overscroll-behavior-y: contain !important; } .lg-overscroll-y-none { overscroll-behavior-y: none !important; } .lg-overscroll-x-auto { overscroll-behavior-x: auto !important; } .lg-overscroll-x-contain { overscroll-behavior-x: contain !important; } .lg-overscroll-x-none { overscroll-behavior-x: none !important; } .lg-p-0 { padding: 0 !important; } .lg-p-1 { padding: 10px !important; } .lg-p-2 { padding: 20px !important; } .lg-p-3 { padding: 40px !important; } .lg-p-4 { padding: 60px !important; } .lg-p-5 { padding: 80px !important; } .lg-p-6 { padding: 100px !important; } .lg-p-7 { padding: 120px !important; } .lg-p-px { padding: 1px !important; } .lg-p-nudge { padding: 5px !important; } .lg-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .lg-px-0 { padding-left: 0 !important; padding-right: 0 !important; } .lg-py-1 { padding-top: 10px !important; padding-bottom: 10px !important; } .lg-px-1 { padding-left: 10px !important; padding-right: 10px !important; } .lg-py-2 { padding-top: 20px !important; padding-bottom: 20px !important; } .lg-px-2 { padding-left: 20px !important; padding-right: 20px !important; } .lg-py-3 { padding-top: 40px !important; padding-bottom: 40px !important; } .lg-px-3 { padding-left: 40px !important; padding-right: 40px !important; } .lg-py-4 { padding-top: 60px !important; padding-bottom: 60px !important; } .lg-px-4 { padding-left: 60px !important; padding-right: 60px !important; } .lg-py-5 { padding-top: 80px !important; padding-bottom: 80px !important; } .lg-px-5 { padding-left: 80px !important; padding-right: 80px !important; } .lg-py-6 { padding-top: 100px !important; padding-bottom: 100px !important; } .lg-px-6 { padding-left: 100px !important; padding-right: 100px !important; } .lg-py-7 { padding-top: 120px !important; padding-bottom: 120px !important; } .lg-px-7 { padding-left: 120px !important; padding-right: 120px !important; } .lg-py-px { padding-top: 1px !important; padding-bottom: 1px !important; } .lg-px-px { padding-left: 1px !important; padding-right: 1px !important; } .lg-py-nudge { padding-top: 5px !important; padding-bottom: 5px !important; } .lg-px-nudge { padding-left: 5px !important; padding-right: 5px !important; } .lg-pt-0 { padding-top: 0 !important; } .lg-pr-0 { padding-right: 0 !important; } .lg-pb-0 { padding-bottom: 0 !important; } .lg-pl-0 { padding-left: 0 !important; } .lg-pt-1 { padding-top: 10px !important; } .lg-pr-1 { padding-right: 10px !important; } .lg-pb-1 { padding-bottom: 10px !important; } .lg-pl-1 { padding-left: 10px !important; } .lg-pt-2 { padding-top: 20px !important; } .lg-pr-2 { padding-right: 20px !important; } .lg-pb-2 { padding-bottom: 20px !important; } .lg-pl-2 { padding-left: 20px !important; } .lg-pt-3 { padding-top: 40px !important; } .lg-pr-3 { padding-right: 40px !important; } .lg-pb-3 { padding-bottom: 40px !important; } .lg-pl-3 { padding-left: 40px !important; } .lg-pt-4 { padding-top: 60px !important; } .lg-pr-4 { padding-right: 60px !important; } .lg-pb-4 { padding-bottom: 60px !important; } .lg-pl-4 { padding-left: 60px !important; } .lg-pt-5 { padding-top: 80px !important; } .lg-pr-5 { padding-right: 80px !important; } .lg-pb-5 { padding-bottom: 80px !important; } .lg-pl-5 { padding-left: 80px !important; } .lg-pt-6 { padding-top: 100px !important; } .lg-pr-6 { padding-right: 100px !important; } .lg-pb-6 { padding-bottom: 100px !important; } .lg-pl-6 { padding-left: 100px !important; } .lg-pt-7 { padding-top: 120px !important; } .lg-pr-7 { padding-right: 120px !important; } .lg-pb-7 { padding-bottom: 120px !important; } .lg-pl-7 { padding-left: 120px !important; } .lg-pt-px { padding-top: 1px !important; } .lg-pr-px { padding-right: 1px !important; } .lg-pb-px { padding-bottom: 1px !important; } .lg-pl-px { padding-left: 1px !important; } .lg-pt-nudge { padding-top: 5px !important; } .lg-pr-nudge { padding-right: 5px !important; } .lg-pb-nudge { padding-bottom: 5px !important; } .lg-pl-nudge { padding-left: 5px !important; } .lg-placeholder-transparent::-moz-placeholder { color: transparent !important; } .lg-placeholder-transparent:-ms-input-placeholder { color: transparent !important; } .lg-placeholder-transparent::placeholder { color: transparent !important; } .lg-placeholder-cw-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary-300::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary-300:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-secondary-300::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-accent::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-accent:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-accent::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-accent-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-accent-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-accent-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-accent-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-accent-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-accent-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-blue-print::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-blue-print:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-blue-print::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-red::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-red:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-red::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-10::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-10:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-10::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-20::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-20:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-20::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-30::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-30:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-30::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-40::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-40:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-40::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-5::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-5:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-5::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-50::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-50:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-50::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-60::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-60:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-60::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-70::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-70:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-grey-70::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cball-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cball-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cball-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cball-dark-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cball-dark-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cball-dark-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cball-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cball-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cball-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-dk-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-dk-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-dk-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-lt-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-lt-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-lt-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-dk-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-dk-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-dk-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-med-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-med-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-med-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-lt-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-lt-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-lt-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-off-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-off-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-off-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-peach::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-peach:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-spring-peach::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-navy::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-navy:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-navy::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-dk-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-dk-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-cw-dk-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-sc-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-sc-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-sc-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-sc-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-sc-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-sc-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-sc-sand::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-sc-sand:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-sc-sand::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-transparent:focus::-moz-placeholder { color: transparent !important; } .lg-focus-placeholder-transparent:focus:-ms-input-placeholder { color: transparent !important; } .lg-focus-placeholder-transparent:focus::placeholder { color: transparent !important; } .lg-focus-placeholder-cw-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-secondary-300:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-accent:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-accent:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-accent:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-accent-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-accent-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-accent-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-accent-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-accent-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-accent-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-blue-print:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-blue-print:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-blue-print:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-red:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-red:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-red:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-10:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-10:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-20:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-20:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-30:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-30:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-40:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-40:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-5:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-5:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-50:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-60:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-60:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-70:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-grey-70:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cball-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cball-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cball-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cball-dark-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cball-dark-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cball-dark-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cball-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cball-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cball-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-dk-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-dk-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-dk-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-lt-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-lt-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-lt-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-dk-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-dk-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-dk-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-med-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-med-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-med-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-lt-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-lt-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-lt-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-off-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-off-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-off-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-peach:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-peach:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-spring-peach:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-navy:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-navy:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-navy:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-dk-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-dk-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-cw-dk-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-sc-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-sc-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-sc-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-sc-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-sc-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-sc-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-sc-sand:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-sc-sand:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .lg-focus-placeholder-sc-sand:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .lg-placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .lg-placeholder-opacity-0:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .lg-placeholder-opacity-0::placeholder { --tw-placeholder-opacity: 0 !important; } .lg-placeholder-opacity-5::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .lg-placeholder-opacity-5:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .lg-placeholder-opacity-5::placeholder { --tw-placeholder-opacity: 0.05 !important; } .lg-placeholder-opacity-10::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .lg-placeholder-opacity-10:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .lg-placeholder-opacity-10::placeholder { --tw-placeholder-opacity: 0.1 !important; } .lg-placeholder-opacity-20::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .lg-placeholder-opacity-20:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .lg-placeholder-opacity-20::placeholder { --tw-placeholder-opacity: 0.2 !important; } .lg-placeholder-opacity-25::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .lg-placeholder-opacity-25:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .lg-placeholder-opacity-25::placeholder { --tw-placeholder-opacity: 0.25 !important; } .lg-placeholder-opacity-30::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .lg-placeholder-opacity-30:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .lg-placeholder-opacity-30::placeholder { --tw-placeholder-opacity: 0.3 !important; } .lg-placeholder-opacity-40::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .lg-placeholder-opacity-40:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .lg-placeholder-opacity-40::placeholder { --tw-placeholder-opacity: 0.4 !important; } .lg-placeholder-opacity-50::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .lg-placeholder-opacity-50:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .lg-placeholder-opacity-50::placeholder { --tw-placeholder-opacity: 0.5 !important; } .lg-placeholder-opacity-60::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .lg-placeholder-opacity-60:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .lg-placeholder-opacity-60::placeholder { --tw-placeholder-opacity: 0.6 !important; } .lg-placeholder-opacity-70::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .lg-placeholder-opacity-70:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .lg-placeholder-opacity-70::placeholder { --tw-placeholder-opacity: 0.7 !important; } .lg-placeholder-opacity-75::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .lg-placeholder-opacity-75:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .lg-placeholder-opacity-75::placeholder { --tw-placeholder-opacity: 0.75 !important; } .lg-placeholder-opacity-80::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .lg-placeholder-opacity-80:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .lg-placeholder-opacity-80::placeholder { --tw-placeholder-opacity: 0.8 !important; } .lg-placeholder-opacity-90::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .lg-placeholder-opacity-90:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .lg-placeholder-opacity-90::placeholder { --tw-placeholder-opacity: 0.9 !important; } .lg-placeholder-opacity-95::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .lg-placeholder-opacity-95:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .lg-placeholder-opacity-95::placeholder { --tw-placeholder-opacity: 0.95 !important; } .lg-placeholder-opacity-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .lg-placeholder-opacity-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .lg-placeholder-opacity-100::placeholder { --tw-placeholder-opacity: 1 !important; } .lg-focus-placeholder-opacity-0:focus::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .lg-focus-placeholder-opacity-0:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .lg-focus-placeholder-opacity-0:focus::placeholder { --tw-placeholder-opacity: 0 !important; } .lg-focus-placeholder-opacity-5:focus::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .lg-focus-placeholder-opacity-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .lg-focus-placeholder-opacity-5:focus::placeholder { --tw-placeholder-opacity: 0.05 !important; } .lg-focus-placeholder-opacity-10:focus::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .lg-focus-placeholder-opacity-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .lg-focus-placeholder-opacity-10:focus::placeholder { --tw-placeholder-opacity: 0.1 !important; } .lg-focus-placeholder-opacity-20:focus::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .lg-focus-placeholder-opacity-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .lg-focus-placeholder-opacity-20:focus::placeholder { --tw-placeholder-opacity: 0.2 !important; } .lg-focus-placeholder-opacity-25:focus::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .lg-focus-placeholder-opacity-25:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .lg-focus-placeholder-opacity-25:focus::placeholder { --tw-placeholder-opacity: 0.25 !important; } .lg-focus-placeholder-opacity-30:focus::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .lg-focus-placeholder-opacity-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .lg-focus-placeholder-opacity-30:focus::placeholder { --tw-placeholder-opacity: 0.3 !important; } .lg-focus-placeholder-opacity-40:focus::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .lg-focus-placeholder-opacity-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .lg-focus-placeholder-opacity-40:focus::placeholder { --tw-placeholder-opacity: 0.4 !important; } .lg-focus-placeholder-opacity-50:focus::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .lg-focus-placeholder-opacity-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .lg-focus-placeholder-opacity-50:focus::placeholder { --tw-placeholder-opacity: 0.5 !important; } .lg-focus-placeholder-opacity-60:focus::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .lg-focus-placeholder-opacity-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .lg-focus-placeholder-opacity-60:focus::placeholder { --tw-placeholder-opacity: 0.6 !important; } .lg-focus-placeholder-opacity-70:focus::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .lg-focus-placeholder-opacity-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .lg-focus-placeholder-opacity-70:focus::placeholder { --tw-placeholder-opacity: 0.7 !important; } .lg-focus-placeholder-opacity-75:focus::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .lg-focus-placeholder-opacity-75:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .lg-focus-placeholder-opacity-75:focus::placeholder { --tw-placeholder-opacity: 0.75 !important; } .lg-focus-placeholder-opacity-80:focus::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .lg-focus-placeholder-opacity-80:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .lg-focus-placeholder-opacity-80:focus::placeholder { --tw-placeholder-opacity: 0.8 !important; } .lg-focus-placeholder-opacity-90:focus::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .lg-focus-placeholder-opacity-90:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .lg-focus-placeholder-opacity-90:focus::placeholder { --tw-placeholder-opacity: 0.9 !important; } .lg-focus-placeholder-opacity-95:focus::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .lg-focus-placeholder-opacity-95:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .lg-focus-placeholder-opacity-95:focus::placeholder { --tw-placeholder-opacity: 0.95 !important; } .lg-focus-placeholder-opacity-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .lg-focus-placeholder-opacity-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .lg-focus-placeholder-opacity-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; } .lg-pointer-events-none { pointer-events: none !important; } .lg-pointer-events-auto { pointer-events: auto !important; } .lg-static { position: static !important; } .lg-fixed { position: fixed !important; } .lg-absolute { position: absolute !important; } .lg-relative { position: relative !important; } .lg-sticky { position: sticky !important; } .lg-inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .lg-inset-1 { top: 10px !important; right: 10px !important; bottom: 10px !important; left: 10px !important; } .lg-inset-2 { top: 20px !important; right: 20px !important; bottom: 20px !important; left: 20px !important; } .lg-inset-3 { top: 40px !important; right: 40px !important; bottom: 40px !important; left: 40px !important; } .lg-inset-4 { top: 60px !important; right: 60px !important; bottom: 60px !important; left: 60px !important; } .lg-inset-auto { top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; } .lg-inset-px { top: 1px !important; right: 1px !important; bottom: 1px !important; left: 1px !important; } .lg-inset-2\/5 { top: 40% !important; right: 40% !important; bottom: 40% !important; left: 40% !important; } .lg-inset-1\/2 { top: 50% !important; right: 50% !important; bottom: 50% !important; left: 50% !important; } .lg--inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .lg--inset-1 { top: -10px !important; right: -10px !important; bottom: -10px !important; left: -10px !important; } .lg--inset-2 { top: -20px !important; right: -20px !important; bottom: -20px !important; left: -20px !important; } .lg--inset-3 { top: -40px !important; right: -40px !important; bottom: -40px !important; left: -40px !important; } .lg--inset-4 { top: -60px !important; right: -60px !important; bottom: -60px !important; left: -60px !important; } .lg--inset-px { top: -1px !important; right: -1px !important; bottom: -1px !important; left: -1px !important; } .lg-inset-y-0 { top: 0 !important; bottom: 0 !important; } .lg-inset-x-0 { right: 0 !important; left: 0 !important; } .lg-inset-y-1 { top: 10px !important; bottom: 10px !important; } .lg-inset-x-1 { right: 10px !important; left: 10px !important; } .lg-inset-y-2 { top: 20px !important; bottom: 20px !important; } .lg-inset-x-2 { right: 20px !important; left: 20px !important; } .lg-inset-y-3 { top: 40px !important; bottom: 40px !important; } .lg-inset-x-3 { right: 40px !important; left: 40px !important; } .lg-inset-y-4 { top: 60px !important; bottom: 60px !important; } .lg-inset-x-4 { right: 60px !important; left: 60px !important; } .lg-inset-y-auto { top: auto !important; bottom: auto !important; } .lg-inset-x-auto { right: auto !important; left: auto !important; } .lg-inset-y-px { top: 1px !important; bottom: 1px !important; } .lg-inset-x-px { right: 1px !important; left: 1px !important; } .lg-inset-y-2\/5 { top: 40% !important; bottom: 40% !important; } .lg-inset-x-2\/5 { right: 40% !important; left: 40% !important; } .lg-inset-y-1\/2 { top: 50% !important; bottom: 50% !important; } .lg-inset-x-1\/2 { right: 50% !important; left: 50% !important; } .lg--inset-y-0 { top: 0 !important; bottom: 0 !important; } .lg--inset-x-0 { right: 0 !important; left: 0 !important; } .lg--inset-y-1 { top: -10px !important; bottom: -10px !important; } .lg--inset-x-1 { right: -10px !important; left: -10px !important; } .lg--inset-y-2 { top: -20px !important; bottom: -20px !important; } .lg--inset-x-2 { right: -20px !important; left: -20px !important; } .lg--inset-y-3 { top: -40px !important; bottom: -40px !important; } .lg--inset-x-3 { right: -40px !important; left: -40px !important; } .lg--inset-y-4 { top: -60px !important; bottom: -60px !important; } .lg--inset-x-4 { right: -60px !important; left: -60px !important; } .lg--inset-y-px { top: -1px !important; bottom: -1px !important; } .lg--inset-x-px { right: -1px !important; left: -1px !important; } .lg-top-0 { top: 0 !important; } .lg-right-0 { right: 0 !important; } .lg-bottom-0 { bottom: 0 !important; } .lg-left-0 { left: 0 !important; } .lg-top-1 { top: 10px !important; } .lg-right-1 { right: 10px !important; } .lg-bottom-1 { bottom: 10px !important; } .lg-left-1 { left: 10px !important; } .lg-top-2 { top: 20px !important; } .lg-right-2 { right: 20px !important; } .lg-bottom-2 { bottom: 20px !important; } .lg-left-2 { left: 20px !important; } .lg-top-3 { top: 40px !important; } .lg-right-3 { right: 40px !important; } .lg-bottom-3 { bottom: 40px !important; } .lg-left-3 { left: 40px !important; } .lg-top-4 { top: 60px !important; } .lg-right-4 { right: 60px !important; } .lg-bottom-4 { bottom: 60px !important; } .lg-left-4 { left: 60px !important; } .lg-top-auto { top: auto !important; } .lg-right-auto { right: auto !important; } .lg-bottom-auto { bottom: auto !important; } .lg-left-auto { left: auto !important; } .lg-top-px { top: 1px !important; } .lg-right-px { right: 1px !important; } .lg-bottom-px { bottom: 1px !important; } .lg-left-px { left: 1px !important; } .lg-top-2\/5 { top: 40% !important; } .lg-right-2\/5 { right: 40% !important; } .lg-bottom-2\/5 { bottom: 40% !important; } .lg-left-2\/5 { left: 40% !important; } .lg-top-1\/2 { top: 50% !important; } .lg-right-1\/2 { right: 50% !important; } .lg-bottom-1\/2 { bottom: 50% !important; } .lg-left-1\/2 { left: 50% !important; } .lg--top-0 { top: 0 !important; } .lg--right-0 { right: 0 !important; } .lg--bottom-0 { bottom: 0 !important; } .lg--left-0 { left: 0 !important; } .lg--top-1 { top: -10px !important; } .lg--right-1 { right: -10px !important; } .lg--bottom-1 { bottom: -10px !important; } .lg--left-1 { left: -10px !important; } .lg--top-2 { top: -20px !important; } .lg--right-2 { right: -20px !important; } .lg--bottom-2 { bottom: -20px !important; } .lg--left-2 { left: -20px !important; } .lg--top-3 { top: -40px !important; } .lg--right-3 { right: -40px !important; } .lg--bottom-3 { bottom: -40px !important; } .lg--left-3 { left: -40px !important; } .lg--top-4 { top: -60px !important; } .lg--right-4 { right: -60px !important; } .lg--bottom-4 { bottom: -60px !important; } .lg--left-4 { left: -60px !important; } .lg--top-px { top: -1px !important; } .lg--right-px { right: -1px !important; } .lg--bottom-px { bottom: -1px !important; } .lg--left-px { left: -1px !important; } .lg-resize-none { resize: none !important; } .lg-resize-y { resize: vertical !important; } .lg-resize-x { resize: horizontal !important; } .lg-resize { resize: both !important; } .lg-shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .lg-shadow, .lg-shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .lg-shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .lg-shadow-lg, .lg-shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .lg-shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .lg-shadow-2xl, .lg-shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .lg-shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .lg-shadow-inner, .lg-shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-shadow-none { --tw-shadow: 0 0 transparent !important; } .group:hover .lg-group-hover-shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .group:hover .lg-group-hover-shadow, .group:hover .lg-group-hover-shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .lg-group-hover-shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .lg-group-hover-shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .group:hover .lg-group-hover-shadow-lg, .group:hover .lg-group-hover-shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .lg-group-hover-shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .group:hover .lg-group-hover-shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .group:hover .lg-group-hover-shadow-2xl, .group:hover .lg-group-hover-shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .lg-group-hover-shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .group:hover .lg-group-hover-shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .lg-group-hover-shadow-inner, .group:hover .lg-group-hover-shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .lg-group-hover-shadow-none { --tw-shadow: 0 0 transparent !important; } .lg-focus-within-shadow-sm:focus-within { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-focus-within-shadow:focus-within { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-focus-within-shadow-md:focus-within { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-focus-within-shadow-lg:focus-within { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-focus-within-shadow-xl:focus-within { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-focus-within-shadow-2xl:focus-within { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-focus-within-shadow-inner:focus-within { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-focus-within-shadow-none:focus-within { --tw-shadow: 0 0 transparent !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-hover-shadow-sm:hover { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .lg-hover-shadow-sm:hover, .lg-hover-shadow:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-hover-shadow:hover { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .lg-hover-shadow-md:hover { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .lg-hover-shadow-lg:hover, .lg-hover-shadow-md:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-hover-shadow-lg:hover { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .lg-hover-shadow-xl:hover { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .lg-hover-shadow-2xl:hover, .lg-hover-shadow-xl:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-hover-shadow-2xl:hover { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .lg-hover-shadow-inner:hover { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .lg-hover-shadow-inner:hover, .lg-hover-shadow-none:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-hover-shadow-none:hover { --tw-shadow: 0 0 transparent !important; } .lg-focus-shadow-sm:focus { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .lg-focus-shadow-sm:focus, .lg-focus-shadow:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-focus-shadow:focus { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .lg-focus-shadow-md:focus { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .lg-focus-shadow-lg:focus, .lg-focus-shadow-md:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-focus-shadow-lg:focus { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .lg-focus-shadow-xl:focus { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .lg-focus-shadow-2xl:focus, .lg-focus-shadow-xl:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-focus-shadow-2xl:focus { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .lg-focus-shadow-inner:focus { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .lg-focus-shadow-inner:focus, .lg-focus-shadow-none:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .lg-focus-shadow-none:focus { --tw-shadow: 0 0 transparent !important; } .lg-ring-0 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-ring-0, .lg-ring-1 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-ring-1 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-ring-2 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-ring-2, .lg-ring-4 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-ring-4 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-ring-8 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-ring, .lg-ring-8 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-ring { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-ring-inset { --tw-ring-inset: inset !important; } .lg-focus-within-ring-0:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-focus-within-ring-1:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-focus-within-ring-2:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-focus-within-ring-4:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-focus-within-ring-8:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-focus-within-ring:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-focus-within-ring-inset:focus-within { --tw-ring-inset: inset !important; } .lg-focus-ring-0:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-focus-ring-0:focus, .lg-focus-ring-1:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-focus-ring-1:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-focus-ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-focus-ring-2:focus, .lg-focus-ring-4:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-focus-ring-4:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-focus-ring-8:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-focus-ring-8:focus, .lg-focus-ring:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .lg-focus-ring:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .lg-focus-ring-inset:focus { --tw-ring-inset: inset !important; } .lg-ring-offset-transparent { --tw-ring-offset-color: transparent !important; } .lg-ring-offset-cw-black { --tw-ring-offset-color: #333232 !important; } .lg-ring-offset-cw-blue { --tw-ring-offset-color: #036 !important; } .lg-ring-offset-cw-secondary { --tw-ring-offset-color: #77a8bb !important; } .lg-ring-offset-cw-secondary-100 { --tw-ring-offset-color: #99becc !important; } .lg-ring-offset-cw-secondary-200 { --tw-ring-offset-color: #d6e4ea !important; } .lg-ring-offset-cw-secondary-300 { --tw-ring-offset-color: #f7fcff !important; } .lg-ring-offset-cw-accent { --tw-ring-offset-color: #ffc907 !important; } .lg-ring-offset-cw-accent-100 { --tw-ring-offset-color: #fff7e1 !important; } .lg-ring-offset-cw-accent-200 { --tw-ring-offset-color: #fffbf0 !important; } .lg-ring-offset-cw-blue-print { --tw-ring-offset-color: #5096d0 !important; } .lg-ring-offset-cw-green { --tw-ring-offset-color: #14a947 !important; } .lg-ring-offset-cw-orange { --tw-ring-offset-color: #fe813a !important; } .lg-ring-offset-cw-purple { --tw-ring-offset-color: #9064bf !important; } .lg-ring-offset-cw-red { --tw-ring-offset-color: #fa575d !important; } .lg-ring-offset-cw-spring { --tw-ring-offset-color: #1ba9e0 !important; } .lg-ring-offset-cw-teal { --tw-ring-offset-color: #8ed4cc !important; } .lg-ring-offset-cw-white { --tw-ring-offset-color: #fff !important; } .lg-ring-offset-cw-yellow { --tw-ring-offset-color: #ffca0a !important; } .lg-ring-offset-grey-10 { --tw-ring-offset-color: #f4f5f0 !important; } .lg-ring-offset-grey-20 { --tw-ring-offset-color: #e9eae4 !important; } .lg-ring-offset-grey-30 { --tw-ring-offset-color: #dfdfd7 !important; } .lg-ring-offset-grey-40 { --tw-ring-offset-color: #c1c1ba !important; } .lg-ring-offset-grey-5 { --tw-ring-offset-color: #f7f7f7 !important; } .lg-ring-offset-grey-50 { --tw-ring-offset-color: #9b9b94 !important; } .lg-ring-offset-grey-60 { --tw-ring-offset-color: #71716c !important; } .lg-ring-offset-grey-70 { --tw-ring-offset-color: #515151 !important; } .lg-ring-offset-cball-blue { --tw-ring-offset-color: #576995 !important; } .lg-ring-offset-cball-dark-blue { --tw-ring-offset-color: #354363 !important; } .lg-ring-offset-cball-purple { --tw-ring-offset-color: #0a101f !important; } .lg-ring-offset-cw-spring-yellow { --tw-ring-offset-color: #ffc907 !important; } .lg-ring-offset-cw-spring-dk-blue { --tw-ring-offset-color: #1e2658 !important; } .lg-ring-offset-cw-spring-med-blue { --tw-ring-offset-color: #1080b9 !important; } .lg-ring-offset-cw-spring-lt-blue { --tw-ring-offset-color: #bae3f0 !important; } .lg-ring-offset-cw-spring-dk-green { --tw-ring-offset-color: #004b3d !important; } .lg-ring-offset-cw-spring-med-green { --tw-ring-offset-color: #00ac7f !important; } .lg-ring-offset-cw-spring-lt-green { --tw-ring-offset-color: #b8e3d1 !important; } .lg-ring-offset-cw-spring-black { --tw-ring-offset-color: #1a1a1a !important; } .lg-ring-offset-cw-spring-off-white { --tw-ring-offset-color: #fdf4e2 !important; } .lg-ring-offset-cw-spring-peach { --tw-ring-offset-color: #e88a78 !important; } .lg-ring-offset-cw-navy { --tw-ring-offset-color: #036 !important; } .lg-ring-offset-cw-med-blue { --tw-ring-offset-color: #77a8bb !important; } .lg-ring-offset-cw-dk-orange { --tw-ring-offset-color: #bf6c46 !important; } .lg-ring-offset-sc-teal { --tw-ring-offset-color: #43b29a !important; } .lg-ring-offset-sc-green { --tw-ring-offset-color: #7db87e !important; } .lg-ring-offset-sc-sand { --tw-ring-offset-color: #f9f7e9 !important; } .lg-focus-within-ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent !important; } .lg-focus-within-ring-offset-cw-black:focus-within { --tw-ring-offset-color: #333232 !important; } .lg-focus-within-ring-offset-cw-blue:focus-within { --tw-ring-offset-color: #036 !important; } .lg-focus-within-ring-offset-cw-secondary:focus-within { --tw-ring-offset-color: #77a8bb !important; } .lg-focus-within-ring-offset-cw-secondary-100:focus-within { --tw-ring-offset-color: #99becc !important; } .lg-focus-within-ring-offset-cw-secondary-200:focus-within { --tw-ring-offset-color: #d6e4ea !important; } .lg-focus-within-ring-offset-cw-secondary-300:focus-within { --tw-ring-offset-color: #f7fcff !important; } .lg-focus-within-ring-offset-cw-accent:focus-within { --tw-ring-offset-color: #ffc907 !important; } .lg-focus-within-ring-offset-cw-accent-100:focus-within { --tw-ring-offset-color: #fff7e1 !important; } .lg-focus-within-ring-offset-cw-accent-200:focus-within { --tw-ring-offset-color: #fffbf0 !important; } .lg-focus-within-ring-offset-cw-blue-print:focus-within { --tw-ring-offset-color: #5096d0 !important; } .lg-focus-within-ring-offset-cw-green:focus-within { --tw-ring-offset-color: #14a947 !important; } .lg-focus-within-ring-offset-cw-orange:focus-within { --tw-ring-offset-color: #fe813a !important; } .lg-focus-within-ring-offset-cw-purple:focus-within { --tw-ring-offset-color: #9064bf !important; } .lg-focus-within-ring-offset-cw-red:focus-within { --tw-ring-offset-color: #fa575d !important; } .lg-focus-within-ring-offset-cw-spring:focus-within { --tw-ring-offset-color: #1ba9e0 !important; } .lg-focus-within-ring-offset-cw-teal:focus-within { --tw-ring-offset-color: #8ed4cc !important; } .lg-focus-within-ring-offset-cw-white:focus-within { --tw-ring-offset-color: #fff !important; } .lg-focus-within-ring-offset-cw-yellow:focus-within { --tw-ring-offset-color: #ffca0a !important; } .lg-focus-within-ring-offset-grey-10:focus-within { --tw-ring-offset-color: #f4f5f0 !important; } .lg-focus-within-ring-offset-grey-20:focus-within { --tw-ring-offset-color: #e9eae4 !important; } .lg-focus-within-ring-offset-grey-30:focus-within { --tw-ring-offset-color: #dfdfd7 !important; } .lg-focus-within-ring-offset-grey-40:focus-within { --tw-ring-offset-color: #c1c1ba !important; } .lg-focus-within-ring-offset-grey-5:focus-within { --tw-ring-offset-color: #f7f7f7 !important; } .lg-focus-within-ring-offset-grey-50:focus-within { --tw-ring-offset-color: #9b9b94 !important; } .lg-focus-within-ring-offset-grey-60:focus-within { --tw-ring-offset-color: #71716c !important; } .lg-focus-within-ring-offset-grey-70:focus-within { --tw-ring-offset-color: #515151 !important; } .lg-focus-within-ring-offset-cball-blue:focus-within { --tw-ring-offset-color: #576995 !important; } .lg-focus-within-ring-offset-cball-dark-blue:focus-within { --tw-ring-offset-color: #354363 !important; } .lg-focus-within-ring-offset-cball-purple:focus-within { --tw-ring-offset-color: #0a101f !important; } .lg-focus-within-ring-offset-cw-spring-yellow:focus-within { --tw-ring-offset-color: #ffc907 !important; } .lg-focus-within-ring-offset-cw-spring-dk-blue:focus-within { --tw-ring-offset-color: #1e2658 !important; } .lg-focus-within-ring-offset-cw-spring-med-blue:focus-within { --tw-ring-offset-color: #1080b9 !important; } .lg-focus-within-ring-offset-cw-spring-lt-blue:focus-within { --tw-ring-offset-color: #bae3f0 !important; } .lg-focus-within-ring-offset-cw-spring-dk-green:focus-within { --tw-ring-offset-color: #004b3d !important; } .lg-focus-within-ring-offset-cw-spring-med-green:focus-within { --tw-ring-offset-color: #00ac7f !important; } .lg-focus-within-ring-offset-cw-spring-lt-green:focus-within { --tw-ring-offset-color: #b8e3d1 !important; } .lg-focus-within-ring-offset-cw-spring-black:focus-within { --tw-ring-offset-color: #1a1a1a !important; } .lg-focus-within-ring-offset-cw-spring-off-white:focus-within { --tw-ring-offset-color: #fdf4e2 !important; } .lg-focus-within-ring-offset-cw-spring-peach:focus-within { --tw-ring-offset-color: #e88a78 !important; } .lg-focus-within-ring-offset-cw-navy:focus-within { --tw-ring-offset-color: #036 !important; } .lg-focus-within-ring-offset-cw-med-blue:focus-within { --tw-ring-offset-color: #77a8bb !important; } .lg-focus-within-ring-offset-cw-dk-orange:focus-within { --tw-ring-offset-color: #bf6c46 !important; } .lg-focus-within-ring-offset-sc-teal:focus-within { --tw-ring-offset-color: #43b29a !important; } .lg-focus-within-ring-offset-sc-green:focus-within { --tw-ring-offset-color: #7db87e !important; } .lg-focus-within-ring-offset-sc-sand:focus-within { --tw-ring-offset-color: #f9f7e9 !important; } .lg-focus-ring-offset-transparent:focus { --tw-ring-offset-color: transparent !important; } .lg-focus-ring-offset-cw-black:focus { --tw-ring-offset-color: #333232 !important; } .lg-focus-ring-offset-cw-blue:focus { --tw-ring-offset-color: #036 !important; } .lg-focus-ring-offset-cw-secondary:focus { --tw-ring-offset-color: #77a8bb !important; } .lg-focus-ring-offset-cw-secondary-100:focus { --tw-ring-offset-color: #99becc !important; } .lg-focus-ring-offset-cw-secondary-200:focus { --tw-ring-offset-color: #d6e4ea !important; } .lg-focus-ring-offset-cw-secondary-300:focus { --tw-ring-offset-color: #f7fcff !important; } .lg-focus-ring-offset-cw-accent:focus { --tw-ring-offset-color: #ffc907 !important; } .lg-focus-ring-offset-cw-accent-100:focus { --tw-ring-offset-color: #fff7e1 !important; } .lg-focus-ring-offset-cw-accent-200:focus { --tw-ring-offset-color: #fffbf0 !important; } .lg-focus-ring-offset-cw-blue-print:focus { --tw-ring-offset-color: #5096d0 !important; } .lg-focus-ring-offset-cw-green:focus { --tw-ring-offset-color: #14a947 !important; } .lg-focus-ring-offset-cw-orange:focus { --tw-ring-offset-color: #fe813a !important; } .lg-focus-ring-offset-cw-purple:focus { --tw-ring-offset-color: #9064bf !important; } .lg-focus-ring-offset-cw-red:focus { --tw-ring-offset-color: #fa575d !important; } .lg-focus-ring-offset-cw-spring:focus { --tw-ring-offset-color: #1ba9e0 !important; } .lg-focus-ring-offset-cw-teal:focus { --tw-ring-offset-color: #8ed4cc !important; } .lg-focus-ring-offset-cw-white:focus { --tw-ring-offset-color: #fff !important; } .lg-focus-ring-offset-cw-yellow:focus { --tw-ring-offset-color: #ffca0a !important; } .lg-focus-ring-offset-grey-10:focus { --tw-ring-offset-color: #f4f5f0 !important; } .lg-focus-ring-offset-grey-20:focus { --tw-ring-offset-color: #e9eae4 !important; } .lg-focus-ring-offset-grey-30:focus { --tw-ring-offset-color: #dfdfd7 !important; } .lg-focus-ring-offset-grey-40:focus { --tw-ring-offset-color: #c1c1ba !important; } .lg-focus-ring-offset-grey-5:focus { --tw-ring-offset-color: #f7f7f7 !important; } .lg-focus-ring-offset-grey-50:focus { --tw-ring-offset-color: #9b9b94 !important; } .lg-focus-ring-offset-grey-60:focus { --tw-ring-offset-color: #71716c !important; } .lg-focus-ring-offset-grey-70:focus { --tw-ring-offset-color: #515151 !important; } .lg-focus-ring-offset-cball-blue:focus { --tw-ring-offset-color: #576995 !important; } .lg-focus-ring-offset-cball-dark-blue:focus { --tw-ring-offset-color: #354363 !important; } .lg-focus-ring-offset-cball-purple:focus { --tw-ring-offset-color: #0a101f !important; } .lg-focus-ring-offset-cw-spring-yellow:focus { --tw-ring-offset-color: #ffc907 !important; } .lg-focus-ring-offset-cw-spring-dk-blue:focus { --tw-ring-offset-color: #1e2658 !important; } .lg-focus-ring-offset-cw-spring-med-blue:focus { --tw-ring-offset-color: #1080b9 !important; } .lg-focus-ring-offset-cw-spring-lt-blue:focus { --tw-ring-offset-color: #bae3f0 !important; } .lg-focus-ring-offset-cw-spring-dk-green:focus { --tw-ring-offset-color: #004b3d !important; } .lg-focus-ring-offset-cw-spring-med-green:focus { --tw-ring-offset-color: #00ac7f !important; } .lg-focus-ring-offset-cw-spring-lt-green:focus { --tw-ring-offset-color: #b8e3d1 !important; } .lg-focus-ring-offset-cw-spring-black:focus { --tw-ring-offset-color: #1a1a1a !important; } .lg-focus-ring-offset-cw-spring-off-white:focus { --tw-ring-offset-color: #fdf4e2 !important; } .lg-focus-ring-offset-cw-spring-peach:focus { --tw-ring-offset-color: #e88a78 !important; } .lg-focus-ring-offset-cw-navy:focus { --tw-ring-offset-color: #036 !important; } .lg-focus-ring-offset-cw-med-blue:focus { --tw-ring-offset-color: #77a8bb !important; } .lg-focus-ring-offset-cw-dk-orange:focus { --tw-ring-offset-color: #bf6c46 !important; } .lg-focus-ring-offset-sc-teal:focus { --tw-ring-offset-color: #43b29a !important; } .lg-focus-ring-offset-sc-green:focus { --tw-ring-offset-color: #7db87e !important; } .lg-focus-ring-offset-sc-sand:focus { --tw-ring-offset-color: #f9f7e9 !important; } .lg-ring-offset-0 { --tw-ring-offset-width: 0px !important; } .lg-ring-offset-1 { --tw-ring-offset-width: 1px !important; } .lg-ring-offset-2 { --tw-ring-offset-width: 2px !important; } .lg-ring-offset-4 { --tw-ring-offset-width: 4px !important; } .lg-ring-offset-8 { --tw-ring-offset-width: 8px !important; } .lg-focus-within-ring-offset-0:focus-within { --tw-ring-offset-width: 0px !important; } .lg-focus-within-ring-offset-1:focus-within { --tw-ring-offset-width: 1px !important; } .lg-focus-within-ring-offset-2:focus-within { --tw-ring-offset-width: 2px !important; } .lg-focus-within-ring-offset-4:focus-within { --tw-ring-offset-width: 4px !important; } .lg-focus-within-ring-offset-8:focus-within { --tw-ring-offset-width: 8px !important; } .lg-focus-ring-offset-0:focus { --tw-ring-offset-width: 0px !important; } .lg-focus-ring-offset-1:focus { --tw-ring-offset-width: 1px !important; } .lg-focus-ring-offset-2:focus { --tw-ring-offset-width: 2px !important; } .lg-focus-ring-offset-4:focus { --tw-ring-offset-width: 4px !important; } .lg-focus-ring-offset-8:focus { --tw-ring-offset-width: 8px !important; } .lg-ring-transparent { --tw-ring-color: transparent !important; } .lg-ring-cw-black { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .lg-ring-cw-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .lg-ring-cw-secondary { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .lg-ring-cw-secondary-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .lg-ring-cw-secondary-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .lg-ring-cw-secondary-300 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .lg-ring-cw-accent { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .lg-ring-cw-accent-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .lg-ring-cw-accent-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .lg-ring-cw-blue-print { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .lg-ring-cw-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .lg-ring-cw-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .lg-ring-cw-purple { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .lg-ring-cw-red { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .lg-ring-cw-spring { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .lg-ring-cw-teal { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .lg-ring-cw-white { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .lg-ring-cw-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .lg-ring-grey-10 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .lg-ring-grey-20 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .lg-ring-grey-30 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .lg-ring-grey-40 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .lg-ring-grey-5 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .lg-ring-grey-50 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .lg-ring-grey-60 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .lg-ring-grey-70 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .lg-ring-cball-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .lg-ring-cball-dark-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .lg-ring-cball-purple { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .lg-ring-cw-spring-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .lg-ring-cw-spring-dk-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .lg-ring-cw-spring-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .lg-ring-cw-spring-lt-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .lg-ring-cw-spring-dk-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .lg-ring-cw-spring-med-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .lg-ring-cw-spring-lt-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .lg-ring-cw-spring-black { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .lg-ring-cw-spring-off-white { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .lg-ring-cw-spring-peach { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .lg-ring-cw-navy { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .lg-ring-cw-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .lg-ring-cw-dk-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .lg-ring-sc-teal { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .lg-ring-sc-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .lg-ring-sc-sand { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-transparent:focus-within { --tw-ring-color: transparent !important; } .lg-focus-within-ring-cw-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-secondary:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-secondary-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-secondary-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-secondary-300:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-accent:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-accent-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-accent-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-blue-print:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-red:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-spring:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-grey-10:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-grey-20:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-grey-30:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-grey-40:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-grey-5:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-grey-50:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-grey-60:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-grey-70:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cball-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cball-dark-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cball-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-spring-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-spring-dk-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-spring-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-spring-lt-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-spring-dk-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-spring-med-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-spring-lt-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-spring-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-spring-off-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-spring-peach:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-navy:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-cw-dk-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-sc-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-sc-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .lg-focus-within-ring-sc-sand:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .lg-focus-ring-transparent:focus { --tw-ring-color: transparent !important; } .lg-focus-ring-cw-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-secondary:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-secondary-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-secondary-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-secondary-300:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-accent:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-accent-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-accent-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-blue-print:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-red:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-spring:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .lg-focus-ring-grey-10:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .lg-focus-ring-grey-20:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .lg-focus-ring-grey-30:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .lg-focus-ring-grey-40:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .lg-focus-ring-grey-5:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .lg-focus-ring-grey-50:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .lg-focus-ring-grey-60:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .lg-focus-ring-grey-70:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cball-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cball-dark-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cball-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-spring-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-spring-dk-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-spring-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-spring-lt-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-spring-dk-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-spring-med-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-spring-lt-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-spring-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-spring-off-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-spring-peach:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-navy:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .lg-focus-ring-cw-dk-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .lg-focus-ring-sc-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .lg-focus-ring-sc-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .lg-focus-ring-sc-sand:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .lg-ring-opacity-0 { --tw-ring-opacity: 0 !important; } .lg-ring-opacity-5 { --tw-ring-opacity: 0.05 !important; } .lg-ring-opacity-10 { --tw-ring-opacity: 0.1 !important; } .lg-ring-opacity-20 { --tw-ring-opacity: 0.2 !important; } .lg-ring-opacity-25 { --tw-ring-opacity: 0.25 !important; } .lg-ring-opacity-30 { --tw-ring-opacity: 0.3 !important; } .lg-ring-opacity-40 { --tw-ring-opacity: 0.4 !important; } .lg-ring-opacity-50 { --tw-ring-opacity: 0.5 !important; } .lg-ring-opacity-60 { --tw-ring-opacity: 0.6 !important; } .lg-ring-opacity-70 { --tw-ring-opacity: 0.7 !important; } .lg-ring-opacity-75 { --tw-ring-opacity: 0.75 !important; } .lg-ring-opacity-80 { --tw-ring-opacity: 0.8 !important; } .lg-ring-opacity-90 { --tw-ring-opacity: 0.9 !important; } .lg-ring-opacity-95 { --tw-ring-opacity: 0.95 !important; } .lg-ring-opacity-100 { --tw-ring-opacity: 1 !important; } .lg-focus-within-ring-opacity-0:focus-within { --tw-ring-opacity: 0 !important; } .lg-focus-within-ring-opacity-5:focus-within { --tw-ring-opacity: 0.05 !important; } .lg-focus-within-ring-opacity-10:focus-within { --tw-ring-opacity: 0.1 !important; } .lg-focus-within-ring-opacity-20:focus-within { --tw-ring-opacity: 0.2 !important; } .lg-focus-within-ring-opacity-25:focus-within { --tw-ring-opacity: 0.25 !important; } .lg-focus-within-ring-opacity-30:focus-within { --tw-ring-opacity: 0.3 !important; } .lg-focus-within-ring-opacity-40:focus-within { --tw-ring-opacity: 0.4 !important; } .lg-focus-within-ring-opacity-50:focus-within { --tw-ring-opacity: 0.5 !important; } .lg-focus-within-ring-opacity-60:focus-within { --tw-ring-opacity: 0.6 !important; } .lg-focus-within-ring-opacity-70:focus-within { --tw-ring-opacity: 0.7 !important; } .lg-focus-within-ring-opacity-75:focus-within { --tw-ring-opacity: 0.75 !important; } .lg-focus-within-ring-opacity-80:focus-within { --tw-ring-opacity: 0.8 !important; } .lg-focus-within-ring-opacity-90:focus-within { --tw-ring-opacity: 0.9 !important; } .lg-focus-within-ring-opacity-95:focus-within { --tw-ring-opacity: 0.95 !important; } .lg-focus-within-ring-opacity-100:focus-within { --tw-ring-opacity: 1 !important; } .lg-focus-ring-opacity-0:focus { --tw-ring-opacity: 0 !important; } .lg-focus-ring-opacity-5:focus { --tw-ring-opacity: 0.05 !important; } .lg-focus-ring-opacity-10:focus { --tw-ring-opacity: 0.1 !important; } .lg-focus-ring-opacity-20:focus { --tw-ring-opacity: 0.2 !important; } .lg-focus-ring-opacity-25:focus { --tw-ring-opacity: 0.25 !important; } .lg-focus-ring-opacity-30:focus { --tw-ring-opacity: 0.3 !important; } .lg-focus-ring-opacity-40:focus { --tw-ring-opacity: 0.4 !important; } .lg-focus-ring-opacity-50:focus { --tw-ring-opacity: 0.5 !important; } .lg-focus-ring-opacity-60:focus { --tw-ring-opacity: 0.6 !important; } .lg-focus-ring-opacity-70:focus { --tw-ring-opacity: 0.7 !important; } .lg-focus-ring-opacity-75:focus { --tw-ring-opacity: 0.75 !important; } .lg-focus-ring-opacity-80:focus { --tw-ring-opacity: 0.8 !important; } .lg-focus-ring-opacity-90:focus { --tw-ring-opacity: 0.9 !important; } .lg-focus-ring-opacity-95:focus { --tw-ring-opacity: 0.95 !important; } .lg-focus-ring-opacity-100:focus { --tw-ring-opacity: 1 !important; } .lg-fill-current { fill: currentColor !important; } .lg-stroke-current { stroke: currentColor !important; } .lg-stroke-0 { stroke-width: 0 !important; } .lg-stroke-1 { stroke-width: 1 !important; } .lg-stroke-2 { stroke-width: 2 !important; } .lg-table-auto { table-layout: auto !important; } .lg-table-fixed { table-layout: fixed !important; } .lg-text-left { text-align: left !important; } .lg-text-center { text-align: center !important; } .lg-text-right { text-align: right !important; } .lg-text-justify { text-align: justify !important; } .lg-text-transparent { color: transparent !important; } .lg-text-cw-black { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .lg-text-cw-blue { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .lg-text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .lg-text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .lg-text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .lg-text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .lg-text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .lg-text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .lg-text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .lg-text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .lg-text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .lg-text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .lg-text-cw-purple { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .lg-text-cw-red { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .lg-text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .lg-text-cw-teal { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .lg-text-cw-white { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .lg-text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .lg-text-grey-10 { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .lg-text-grey-20 { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .lg-text-grey-30 { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .lg-text-grey-40 { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .lg-text-grey-5 { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .lg-text-grey-50 { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .lg-text-grey-60 { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .lg-text-grey-70 { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .lg-text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .lg-text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .lg-text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .lg-text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .lg-text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .lg-text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .lg-text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .lg-text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .lg-text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .lg-text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .lg-text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .lg-text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .lg-text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .lg-text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .lg-text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .lg-text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .lg-text-sc-teal { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .lg-text-sc-green { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .lg-text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-transparent { color: transparent !important; } .group:hover .lg-group-hover-text-cw-black { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-blue { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-purple { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-red { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-teal { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-white { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-grey-10 { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-grey-20 { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-grey-30 { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-grey-40 { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-grey-5 { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-grey-50 { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-grey-60 { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-grey-70 { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-sc-teal { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-sc-green { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .group:hover .lg-group-hover-text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .lg-focus-within-text-transparent:focus-within { color: transparent !important; } .lg-focus-within-text-cw-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-secondary:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-secondary-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-secondary-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-secondary-300:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-accent:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-accent-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-accent-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-blue-print:focus-within { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-red:focus-within { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-spring:focus-within { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .lg-focus-within-text-grey-10:focus-within { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .lg-focus-within-text-grey-20:focus-within { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .lg-focus-within-text-grey-30:focus-within { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .lg-focus-within-text-grey-40:focus-within { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .lg-focus-within-text-grey-5:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .lg-focus-within-text-grey-50:focus-within { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .lg-focus-within-text-grey-60:focus-within { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .lg-focus-within-text-grey-70:focus-within { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cball-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cball-dark-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cball-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-spring-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-spring-dk-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-spring-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-spring-lt-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-spring-dk-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-spring-med-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-spring-lt-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-spring-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-spring-off-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-spring-peach:focus-within { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-navy:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .lg-focus-within-text-cw-dk-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .lg-focus-within-text-sc-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .lg-focus-within-text-sc-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .lg-focus-within-text-sc-sand:focus-within { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .lg-hover-text-transparent:hover { color: transparent !important; } .lg-hover-text-cw-black:hover { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-blue:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-secondary:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-secondary-100:hover { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-secondary-200:hover { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-secondary-300:hover { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-accent:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-accent-100:hover { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-accent-200:hover { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-blue-print:hover { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-green:hover { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-orange:hover { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-purple:hover { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-red:hover { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-spring:hover { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-teal:hover { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-white:hover { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .lg-hover-text-grey-10:hover { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .lg-hover-text-grey-20:hover { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .lg-hover-text-grey-30:hover { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .lg-hover-text-grey-40:hover { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .lg-hover-text-grey-5:hover { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .lg-hover-text-grey-50:hover { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .lg-hover-text-grey-60:hover { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .lg-hover-text-grey-70:hover { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .lg-hover-text-cball-blue:hover { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .lg-hover-text-cball-dark-blue:hover { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .lg-hover-text-cball-purple:hover { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-spring-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-spring-dk-blue:hover { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-spring-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-spring-lt-blue:hover { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-spring-dk-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-spring-med-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-spring-lt-green:hover { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-spring-black:hover { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-spring-off-white:hover { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-spring-peach:hover { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-navy:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .lg-hover-text-cw-dk-orange:hover { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .lg-hover-text-sc-teal:hover { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .lg-hover-text-sc-green:hover { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .lg-hover-text-sc-sand:hover { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .lg-focus-text-transparent:focus { color: transparent !important; } .lg-focus-text-cw-black:focus { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-blue:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-secondary:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-secondary-100:focus { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-secondary-200:focus { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-secondary-300:focus { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-accent:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-accent-100:focus { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-accent-200:focus { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-blue-print:focus { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-green:focus { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-orange:focus { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-purple:focus { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-red:focus { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-spring:focus { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-teal:focus { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-white:focus { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .lg-focus-text-grey-10:focus { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .lg-focus-text-grey-20:focus { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .lg-focus-text-grey-30:focus { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .lg-focus-text-grey-40:focus { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .lg-focus-text-grey-5:focus { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .lg-focus-text-grey-50:focus { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .lg-focus-text-grey-60:focus { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .lg-focus-text-grey-70:focus { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .lg-focus-text-cball-blue:focus { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .lg-focus-text-cball-dark-blue:focus { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .lg-focus-text-cball-purple:focus { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-spring-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-spring-dk-blue:focus { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-spring-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-spring-lt-blue:focus { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-spring-dk-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-spring-med-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-spring-lt-green:focus { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-spring-black:focus { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-spring-off-white:focus { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-spring-peach:focus { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-navy:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .lg-focus-text-cw-dk-orange:focus { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .lg-focus-text-sc-teal:focus { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .lg-focus-text-sc-green:focus { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .lg-focus-text-sc-sand:focus { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .lg-text-opacity-0 { --tw-text-opacity: 0 !important; } .lg-text-opacity-5 { --tw-text-opacity: 0.05 !important; } .lg-text-opacity-10 { --tw-text-opacity: 0.1 !important; } .lg-text-opacity-20 { --tw-text-opacity: 0.2 !important; } .lg-text-opacity-25 { --tw-text-opacity: 0.25 !important; } .lg-text-opacity-30 { --tw-text-opacity: 0.3 !important; } .lg-text-opacity-40 { --tw-text-opacity: 0.4 !important; } .lg-text-opacity-50 { --tw-text-opacity: 0.5 !important; } .lg-text-opacity-60 { --tw-text-opacity: 0.6 !important; } .lg-text-opacity-70 { --tw-text-opacity: 0.7 !important; } .lg-text-opacity-75 { --tw-text-opacity: 0.75 !important; } .lg-text-opacity-80 { --tw-text-opacity: 0.8 !important; } .lg-text-opacity-90 { --tw-text-opacity: 0.9 !important; } .lg-text-opacity-95 { --tw-text-opacity: 0.95 !important; } .lg-text-opacity-100 { --tw-text-opacity: 1 !important; } .group:hover .lg-group-hover-text-opacity-0 { --tw-text-opacity: 0 !important; } .group:hover .lg-group-hover-text-opacity-5 { --tw-text-opacity: 0.05 !important; } .group:hover .lg-group-hover-text-opacity-10 { --tw-text-opacity: 0.1 !important; } .group:hover .lg-group-hover-text-opacity-20 { --tw-text-opacity: 0.2 !important; } .group:hover .lg-group-hover-text-opacity-25 { --tw-text-opacity: 0.25 !important; } .group:hover .lg-group-hover-text-opacity-30 { --tw-text-opacity: 0.3 !important; } .group:hover .lg-group-hover-text-opacity-40 { --tw-text-opacity: 0.4 !important; } .group:hover .lg-group-hover-text-opacity-50 { --tw-text-opacity: 0.5 !important; } .group:hover .lg-group-hover-text-opacity-60 { --tw-text-opacity: 0.6 !important; } .group:hover .lg-group-hover-text-opacity-70 { --tw-text-opacity: 0.7 !important; } .group:hover .lg-group-hover-text-opacity-75 { --tw-text-opacity: 0.75 !important; } .group:hover .lg-group-hover-text-opacity-80 { --tw-text-opacity: 0.8 !important; } .group:hover .lg-group-hover-text-opacity-90 { --tw-text-opacity: 0.9 !important; } .group:hover .lg-group-hover-text-opacity-95 { --tw-text-opacity: 0.95 !important; } .group:hover .lg-group-hover-text-opacity-100 { --tw-text-opacity: 1 !important; } .lg-focus-within-text-opacity-0:focus-within { --tw-text-opacity: 0 !important; } .lg-focus-within-text-opacity-5:focus-within { --tw-text-opacity: 0.05 !important; } .lg-focus-within-text-opacity-10:focus-within { --tw-text-opacity: 0.1 !important; } .lg-focus-within-text-opacity-20:focus-within { --tw-text-opacity: 0.2 !important; } .lg-focus-within-text-opacity-25:focus-within { --tw-text-opacity: 0.25 !important; } .lg-focus-within-text-opacity-30:focus-within { --tw-text-opacity: 0.3 !important; } .lg-focus-within-text-opacity-40:focus-within { --tw-text-opacity: 0.4 !important; } .lg-focus-within-text-opacity-50:focus-within { --tw-text-opacity: 0.5 !important; } .lg-focus-within-text-opacity-60:focus-within { --tw-text-opacity: 0.6 !important; } .lg-focus-within-text-opacity-70:focus-within { --tw-text-opacity: 0.7 !important; } .lg-focus-within-text-opacity-75:focus-within { --tw-text-opacity: 0.75 !important; } .lg-focus-within-text-opacity-80:focus-within { --tw-text-opacity: 0.8 !important; } .lg-focus-within-text-opacity-90:focus-within { --tw-text-opacity: 0.9 !important; } .lg-focus-within-text-opacity-95:focus-within { --tw-text-opacity: 0.95 !important; } .lg-focus-within-text-opacity-100:focus-within { --tw-text-opacity: 1 !important; } .lg-hover-text-opacity-0:hover { --tw-text-opacity: 0 !important; } .lg-hover-text-opacity-5:hover { --tw-text-opacity: 0.05 !important; } .lg-hover-text-opacity-10:hover { --tw-text-opacity: 0.1 !important; } .lg-hover-text-opacity-20:hover { --tw-text-opacity: 0.2 !important; } .lg-hover-text-opacity-25:hover { --tw-text-opacity: 0.25 !important; } .lg-hover-text-opacity-30:hover { --tw-text-opacity: 0.3 !important; } .lg-hover-text-opacity-40:hover { --tw-text-opacity: 0.4 !important; } .lg-hover-text-opacity-50:hover { --tw-text-opacity: 0.5 !important; } .lg-hover-text-opacity-60:hover { --tw-text-opacity: 0.6 !important; } .lg-hover-text-opacity-70:hover { --tw-text-opacity: 0.7 !important; } .lg-hover-text-opacity-75:hover { --tw-text-opacity: 0.75 !important; } .lg-hover-text-opacity-80:hover { --tw-text-opacity: 0.8 !important; } .lg-hover-text-opacity-90:hover { --tw-text-opacity: 0.9 !important; } .lg-hover-text-opacity-95:hover { --tw-text-opacity: 0.95 !important; } .lg-hover-text-opacity-100:hover { --tw-text-opacity: 1 !important; } .lg-focus-text-opacity-0:focus { --tw-text-opacity: 0 !important; } .lg-focus-text-opacity-5:focus { --tw-text-opacity: 0.05 !important; } .lg-focus-text-opacity-10:focus { --tw-text-opacity: 0.1 !important; } .lg-focus-text-opacity-20:focus { --tw-text-opacity: 0.2 !important; } .lg-focus-text-opacity-25:focus { --tw-text-opacity: 0.25 !important; } .lg-focus-text-opacity-30:focus { --tw-text-opacity: 0.3 !important; } .lg-focus-text-opacity-40:focus { --tw-text-opacity: 0.4 !important; } .lg-focus-text-opacity-50:focus { --tw-text-opacity: 0.5 !important; } .lg-focus-text-opacity-60:focus { --tw-text-opacity: 0.6 !important; } .lg-focus-text-opacity-70:focus { --tw-text-opacity: 0.7 !important; } .lg-focus-text-opacity-75:focus { --tw-text-opacity: 0.75 !important; } .lg-focus-text-opacity-80:focus { --tw-text-opacity: 0.8 !important; } .lg-focus-text-opacity-90:focus { --tw-text-opacity: 0.9 !important; } .lg-focus-text-opacity-95:focus { --tw-text-opacity: 0.95 !important; } .lg-focus-text-opacity-100:focus { --tw-text-opacity: 1 !important; } .lg-truncate { overflow: hidden !important; white-space: nowrap !important; } .lg-overflow-ellipsis, .lg-truncate { text-overflow: ellipsis !important; } .lg-overflow-clip { text-overflow: clip !important; } .lg-italic { font-style: italic !important; } .lg-not-italic { font-style: normal !important; } .lg-uppercase { text-transform: uppercase !important; } .lg-lowercase { text-transform: lowercase !important; } .lg-capitalize { text-transform: capitalize !important; } .lg-normal-case { text-transform: none !important; } .lg-underline { text-decoration: underline !important; } .lg-line-through { text-decoration: line-through !important; } .lg-no-underline { text-decoration: none !important; } .group:hover .lg-group-hover-underline { text-decoration: underline !important; } .group:hover .lg-group-hover-line-through { text-decoration: line-through !important; } .group:hover .lg-group-hover-no-underline { text-decoration: none !important; } .lg-focus-within-underline:focus-within { text-decoration: underline !important; } .lg-focus-within-line-through:focus-within { text-decoration: line-through !important; } .lg-focus-within-no-underline:focus-within { text-decoration: none !important; } .lg-hover-underline:hover { text-decoration: underline !important; } .lg-hover-line-through:hover { text-decoration: line-through !important; } .lg-hover-no-underline:hover { text-decoration: none !important; } .lg-focus-underline:focus { text-decoration: underline !important; } .lg-focus-line-through:focus { text-decoration: line-through !important; } .lg-focus-no-underline:focus { text-decoration: none !important; } .lg-antialiased { -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; } .lg-subpixel-antialiased { -webkit-font-smoothing: auto !important; -moz-osx-font-smoothing: auto !important; } .lg-diagonal-fractions, .lg-lining-nums, .lg-oldstyle-nums, .lg-ordinal, .lg-proportional-nums, .lg-slashed-zero, .lg-stacked-fractions, .lg-tabular-nums { --tw-ordinal: var(--tw-empty, /*!*/ /*!*/) !important; --tw-slashed-zero: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-figure: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-spacing: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-fraction: var(--tw-empty, /*!*/ /*!*/) !important; font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; } .lg-normal-nums { font-feature-settings: normal !important; font-variant-numeric: normal !important; } .lg-ordinal { --tw-ordinal: ordinal !important; } .lg-slashed-zero { --tw-slashed-zero: slashed-zero !important; } .lg-lining-nums { --tw-numeric-figure: lining-nums !important; } .lg-oldstyle-nums { --tw-numeric-figure: oldstyle-nums !important; } .lg-proportional-nums { --tw-numeric-spacing: proportional-nums !important; } .lg-tabular-nums { --tw-numeric-spacing: tabular-nums !important; } .lg-diagonal-fractions { --tw-numeric-fraction: diagonal-fractions !important; } .lg-stacked-fractions { --tw-numeric-fraction: stacked-fractions !important; } .lg-tracking-tight { letter-spacing: -0.05em !important; } .lg-tracking-normal { letter-spacing: 0 !important; } .lg-tracking-wide { letter-spacing: 0.05em !important; } .lg-tracking-relative-wider { letter-spacing: 0.0625rem !important; } .lg-tracking-px { letter-spacing: 1px !important; } .lg-select-none { -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .lg-select-text { -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; } .lg-select-all { -moz-user-select: all !important; -ms-user-select: all !important; user-select: all !important; } .lg-select-auto { -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; } .lg-align-baseline { vertical-align: baseline !important; } .lg-align-top { vertical-align: top !important; } .lg-align-middle { vertical-align: middle !important; } .lg-align-bottom { vertical-align: bottom !important; } .lg-align-text-top { vertical-align: text-top !important; } .lg-align-text-bottom { vertical-align: text-bottom !important; } .lg-visible { visibility: visible !important; } .lg-invisible { visibility: hidden !important; } .lg-whitespace-normal { white-space: normal !important; } .lg-whitespace-nowrap { white-space: nowrap !important; } .lg-whitespace-pre { white-space: pre !important; } .lg-whitespace-pre-line { white-space: pre-line !important; } .lg-whitespace-pre-wrap { white-space: pre-wrap !important; } .lg-break-normal { overflow-wrap: normal !important; word-break: normal !important; } .lg-break-words { overflow-wrap: break-word !important; } .lg-break-all { word-break: break-all !important; } .lg-w-0 { width: 0 !important; } .lg-w-1 { width: 0.25rem !important; } .lg-w-2 { width: 0.5rem !important; } .lg-w-3 { width: 0.75rem !important; } .lg-w-4 { width: 1rem !important; } .lg-w-5 { width: 1.25rem !important; } .lg-w-6 { width: 1.5rem !important; } .lg-w-7 { width: 1.75rem !important; } .lg-w-8 { width: 2rem !important; } .lg-w-9 { width: 2.25rem !important; } .lg-w-10 { width: 2.5rem !important; } .lg-w-11 { width: 2.75rem !important; } .lg-w-12 { width: 3rem !important; } .lg-w-14 { width: 3.5rem !important; } .lg-w-16 { width: 4rem !important; } .lg-w-20 { width: 5rem !important; } .lg-w-24 { width: 6rem !important; } .lg-w-28 { width: 7rem !important; } .lg-w-32 { width: 8rem !important; } .lg-w-36 { width: 9rem !important; } .lg-w-40 { width: 10rem !important; } .lg-w-44 { width: 11rem !important; } .lg-w-48 { width: 12rem !important; } .lg-w-52 { width: 13rem !important; } .lg-w-56 { width: 14rem !important; } .lg-w-60 { width: 15rem !important; } .lg-w-64 { width: 16rem !important; } .lg-w-72 { width: 18rem !important; } .lg-w-80 { width: 20rem !important; } .lg-w-96 { width: 24rem !important; } .lg-w-auto { width: auto !important; } .lg-w-px { width: 1px !important; } .lg-w-0\.5 { width: 0.125rem !important; } .lg-w-1\.5 { width: 0.375rem !important; } .lg-w-2\.5 { width: 0.625rem !important; } .lg-w-3\.5 { width: 0.875rem !important; } .lg-w-1\/2 { width: 50% !important; } .lg-w-1\/3 { width: 33.333333% !important; } .lg-w-2\/3 { width: 66.666667% !important; } .lg-w-1\/4 { width: 25% !important; } .lg-w-2\/4 { width: 50% !important; } .lg-w-3\/4 { width: 75% !important; } .lg-w-1\/5 { width: 20% !important; } .lg-w-2\/5 { width: 40% !important; } .lg-w-3\/5 { width: 60% !important; } .lg-w-4\/5 { width: 80% !important; } .lg-w-1\/6 { width: 16.666667% !important; } .lg-w-2\/6 { width: 33.333333% !important; } .lg-w-3\/6 { width: 50% !important; } .lg-w-4\/6 { width: 66.666667% !important; } .lg-w-5\/6 { width: 83.333333% !important; } .lg-w-1\/12 { width: 8.333333% !important; } .lg-w-2\/12 { width: 16.666667% !important; } .lg-w-3\/12 { width: 25% !important; } .lg-w-4\/12 { width: 33.333333% !important; } .lg-w-5\/12 { width: 41.666667% !important; } .lg-w-6\/12 { width: 50% !important; } .lg-w-7\/12 { width: 58.333333% !important; } .lg-w-8\/12 { width: 66.666667% !important; } .lg-w-9\/12 { width: 75% !important; } .lg-w-10\/12 { width: 83.333333% !important; } .lg-w-11\/12 { width: 91.666667% !important; } .lg-w-full { width: 100% !important; } .lg-w-screen { width: 100vw !important; } .lg-w-min { width: -moz-min-content !important; width: min-content !important; } .lg-w-max { width: -moz-max-content !important; width: max-content !important; } .lg-z-0 { z-index: 0 !important; } .lg-z-10 { z-index: 10 !important; } .lg-z-20 { z-index: 20 !important; } .lg-z-30 { z-index: 30 !important; } .lg-z-40 { z-index: 40 !important; } .lg-z-50 { z-index: 50 !important; } .lg-z-auto { z-index: auto !important; } .lg-z-over-content { z-index: 100000 !important; } .lg-focus-within-z-0:focus-within { z-index: 0 !important; } .lg-focus-within-z-10:focus-within { z-index: 10 !important; } .lg-focus-within-z-20:focus-within { z-index: 20 !important; } .lg-focus-within-z-30:focus-within { z-index: 30 !important; } .lg-focus-within-z-40:focus-within { z-index: 40 !important; } .lg-focus-within-z-50:focus-within { z-index: 50 !important; } .lg-focus-within-z-auto:focus-within { z-index: auto !important; } .lg-focus-within-z-over-content:focus-within { z-index: 100000 !important; } .lg-focus-z-0:focus { z-index: 0 !important; } .lg-focus-z-10:focus { z-index: 10 !important; } .lg-focus-z-20:focus { z-index: 20 !important; } .lg-focus-z-30:focus { z-index: 30 !important; } .lg-focus-z-40:focus { z-index: 40 !important; } .lg-focus-z-50:focus { z-index: 50 !important; } .lg-focus-z-auto:focus { z-index: auto !important; } .lg-focus-z-over-content:focus { z-index: 100000 !important; } .lg-gap-0 { grid-gap: 0 !important; gap: 0 !important; } .lg-gap-1 { grid-gap: 0.25rem !important; gap: 0.25rem !important; } .lg-gap-2 { grid-gap: 0.5rem !important; gap: 0.5rem !important; } .lg-gap-3 { grid-gap: 0.75rem !important; gap: 0.75rem !important; } .lg-gap-4 { grid-gap: 1rem !important; gap: 1rem !important; } .lg-gap-5 { grid-gap: 1.25rem !important; gap: 1.25rem !important; } .lg-gap-6 { grid-gap: 1.5rem !important; gap: 1.5rem !important; } .lg-gap-7 { grid-gap: 1.75rem !important; gap: 1.75rem !important; } .lg-gap-8 { grid-gap: 2rem !important; gap: 2rem !important; } .lg-gap-9 { grid-gap: 2.25rem !important; gap: 2.25rem !important; } .lg-gap-10 { grid-gap: 2.5rem !important; gap: 2.5rem !important; } .lg-gap-11 { grid-gap: 2.75rem !important; gap: 2.75rem !important; } .lg-gap-12 { grid-gap: 3rem !important; gap: 3rem !important; } .lg-gap-14 { grid-gap: 3.5rem !important; gap: 3.5rem !important; } .lg-gap-16 { grid-gap: 4rem !important; gap: 4rem !important; } .lg-gap-20 { grid-gap: 5rem !important; gap: 5rem !important; } .lg-gap-24 { grid-gap: 6rem !important; gap: 6rem !important; } .lg-gap-28 { grid-gap: 7rem !important; gap: 7rem !important; } .lg-gap-32 { grid-gap: 8rem !important; gap: 8rem !important; } .lg-gap-36 { grid-gap: 9rem !important; gap: 9rem !important; } .lg-gap-40 { grid-gap: 10rem !important; gap: 10rem !important; } .lg-gap-44 { grid-gap: 11rem !important; gap: 11rem !important; } .lg-gap-48 { grid-gap: 12rem !important; gap: 12rem !important; } .lg-gap-52 { grid-gap: 13rem !important; gap: 13rem !important; } .lg-gap-56 { grid-gap: 14rem !important; gap: 14rem !important; } .lg-gap-60 { grid-gap: 15rem !important; gap: 15rem !important; } .lg-gap-64 { grid-gap: 16rem !important; gap: 16rem !important; } .lg-gap-72 { grid-gap: 18rem !important; gap: 18rem !important; } .lg-gap-80 { grid-gap: 20rem !important; gap: 20rem !important; } .lg-gap-96 { grid-gap: 24rem !important; gap: 24rem !important; } .lg-gap-px { grid-gap: 1px !important; gap: 1px !important; } .lg-gap-0\.5 { grid-gap: 0.125rem !important; gap: 0.125rem !important; } .lg-gap-1\.5 { grid-gap: 0.375rem !important; gap: 0.375rem !important; } .lg-gap-2\.5 { grid-gap: 0.625rem !important; gap: 0.625rem !important; } .lg-gap-3\.5 { grid-gap: 0.875rem !important; gap: 0.875rem !important; } .lg-gap-x-0 { -moz-column-gap: 0 !important; grid-column-gap: 0 !important; column-gap: 0 !important; } .lg-gap-x-1 { -moz-column-gap: 0.25rem !important; grid-column-gap: 0.25rem !important; column-gap: 0.25rem !important; } .lg-gap-x-2 { -moz-column-gap: 0.5rem !important; grid-column-gap: 0.5rem !important; column-gap: 0.5rem !important; } .lg-gap-x-3 { -moz-column-gap: 0.75rem !important; grid-column-gap: 0.75rem !important; column-gap: 0.75rem !important; } .lg-gap-x-4 { -moz-column-gap: 1rem !important; grid-column-gap: 1rem !important; column-gap: 1rem !important; } .lg-gap-x-5 { -moz-column-gap: 1.25rem !important; grid-column-gap: 1.25rem !important; column-gap: 1.25rem !important; } .lg-gap-x-6 { -moz-column-gap: 1.5rem !important; grid-column-gap: 1.5rem !important; column-gap: 1.5rem !important; } .lg-gap-x-7 { -moz-column-gap: 1.75rem !important; grid-column-gap: 1.75rem !important; column-gap: 1.75rem !important; } .lg-gap-x-8 { -moz-column-gap: 2rem !important; grid-column-gap: 2rem !important; column-gap: 2rem !important; } .lg-gap-x-9 { -moz-column-gap: 2.25rem !important; grid-column-gap: 2.25rem !important; column-gap: 2.25rem !important; } .lg-gap-x-10 { -moz-column-gap: 2.5rem !important; grid-column-gap: 2.5rem !important; column-gap: 2.5rem !important; } .lg-gap-x-11 { -moz-column-gap: 2.75rem !important; grid-column-gap: 2.75rem !important; column-gap: 2.75rem !important; } .lg-gap-x-12 { -moz-column-gap: 3rem !important; grid-column-gap: 3rem !important; column-gap: 3rem !important; } .lg-gap-x-14 { -moz-column-gap: 3.5rem !important; grid-column-gap: 3.5rem !important; column-gap: 3.5rem !important; } .lg-gap-x-16 { -moz-column-gap: 4rem !important; grid-column-gap: 4rem !important; column-gap: 4rem !important; } .lg-gap-x-20 { -moz-column-gap: 5rem !important; grid-column-gap: 5rem !important; column-gap: 5rem !important; } .lg-gap-x-24 { -moz-column-gap: 6rem !important; grid-column-gap: 6rem !important; column-gap: 6rem !important; } .lg-gap-x-28 { -moz-column-gap: 7rem !important; grid-column-gap: 7rem !important; column-gap: 7rem !important; } .lg-gap-x-32 { -moz-column-gap: 8rem !important; grid-column-gap: 8rem !important; column-gap: 8rem !important; } .lg-gap-x-36 { -moz-column-gap: 9rem !important; grid-column-gap: 9rem !important; column-gap: 9rem !important; } .lg-gap-x-40 { -moz-column-gap: 10rem !important; grid-column-gap: 10rem !important; column-gap: 10rem !important; } .lg-gap-x-44 { -moz-column-gap: 11rem !important; grid-column-gap: 11rem !important; column-gap: 11rem !important; } .lg-gap-x-48 { -moz-column-gap: 12rem !important; grid-column-gap: 12rem !important; column-gap: 12rem !important; } .lg-gap-x-52 { -moz-column-gap: 13rem !important; grid-column-gap: 13rem !important; column-gap: 13rem !important; } .lg-gap-x-56 { -moz-column-gap: 14rem !important; grid-column-gap: 14rem !important; column-gap: 14rem !important; } .lg-gap-x-60 { -moz-column-gap: 15rem !important; grid-column-gap: 15rem !important; column-gap: 15rem !important; } .lg-gap-x-64 { -moz-column-gap: 16rem !important; grid-column-gap: 16rem !important; column-gap: 16rem !important; } .lg-gap-x-72 { -moz-column-gap: 18rem !important; grid-column-gap: 18rem !important; column-gap: 18rem !important; } .lg-gap-x-80 { -moz-column-gap: 20rem !important; grid-column-gap: 20rem !important; column-gap: 20rem !important; } .lg-gap-x-96 { -moz-column-gap: 24rem !important; grid-column-gap: 24rem !important; column-gap: 24rem !important; } .lg-gap-x-px { -moz-column-gap: 1px !important; grid-column-gap: 1px !important; column-gap: 1px !important; } .lg-gap-x-0\.5 { -moz-column-gap: 0.125rem !important; grid-column-gap: 0.125rem !important; column-gap: 0.125rem !important; } .lg-gap-x-1\.5 { -moz-column-gap: 0.375rem !important; grid-column-gap: 0.375rem !important; column-gap: 0.375rem !important; } .lg-gap-x-2\.5 { -moz-column-gap: 0.625rem !important; grid-column-gap: 0.625rem !important; column-gap: 0.625rem !important; } .lg-gap-x-3\.5 { -moz-column-gap: 0.875rem !important; grid-column-gap: 0.875rem !important; column-gap: 0.875rem !important; } .lg-gap-y-0 { grid-row-gap: 0 !important; row-gap: 0 !important; } .lg-gap-y-1 { grid-row-gap: 0.25rem !important; row-gap: 0.25rem !important; } .lg-gap-y-2 { grid-row-gap: 0.5rem !important; row-gap: 0.5rem !important; } .lg-gap-y-3 { grid-row-gap: 0.75rem !important; row-gap: 0.75rem !important; } .lg-gap-y-4 { grid-row-gap: 1rem !important; row-gap: 1rem !important; } .lg-gap-y-5 { grid-row-gap: 1.25rem !important; row-gap: 1.25rem !important; } .lg-gap-y-6 { grid-row-gap: 1.5rem !important; row-gap: 1.5rem !important; } .lg-gap-y-7 { grid-row-gap: 1.75rem !important; row-gap: 1.75rem !important; } .lg-gap-y-8 { grid-row-gap: 2rem !important; row-gap: 2rem !important; } .lg-gap-y-9 { grid-row-gap: 2.25rem !important; row-gap: 2.25rem !important; } .lg-gap-y-10 { grid-row-gap: 2.5rem !important; row-gap: 2.5rem !important; } .lg-gap-y-11 { grid-row-gap: 2.75rem !important; row-gap: 2.75rem !important; } .lg-gap-y-12 { grid-row-gap: 3rem !important; row-gap: 3rem !important; } .lg-gap-y-14 { grid-row-gap: 3.5rem !important; row-gap: 3.5rem !important; } .lg-gap-y-16 { grid-row-gap: 4rem !important; row-gap: 4rem !important; } .lg-gap-y-20 { grid-row-gap: 5rem !important; row-gap: 5rem !important; } .lg-gap-y-24 { grid-row-gap: 6rem !important; row-gap: 6rem !important; } .lg-gap-y-28 { grid-row-gap: 7rem !important; row-gap: 7rem !important; } .lg-gap-y-32 { grid-row-gap: 8rem !important; row-gap: 8rem !important; } .lg-gap-y-36 { grid-row-gap: 9rem !important; row-gap: 9rem !important; } .lg-gap-y-40 { grid-row-gap: 10rem !important; row-gap: 10rem !important; } .lg-gap-y-44 { grid-row-gap: 11rem !important; row-gap: 11rem !important; } .lg-gap-y-48 { grid-row-gap: 12rem !important; row-gap: 12rem !important; } .lg-gap-y-52 { grid-row-gap: 13rem !important; row-gap: 13rem !important; } .lg-gap-y-56 { grid-row-gap: 14rem !important; row-gap: 14rem !important; } .lg-gap-y-60 { grid-row-gap: 15rem !important; row-gap: 15rem !important; } .lg-gap-y-64 { grid-row-gap: 16rem !important; row-gap: 16rem !important; } .lg-gap-y-72 { grid-row-gap: 18rem !important; row-gap: 18rem !important; } .lg-gap-y-80 { grid-row-gap: 20rem !important; row-gap: 20rem !important; } .lg-gap-y-96 { grid-row-gap: 24rem !important; row-gap: 24rem !important; } .lg-gap-y-px { grid-row-gap: 1px !important; row-gap: 1px !important; } .lg-gap-y-0\.5 { grid-row-gap: 0.125rem !important; row-gap: 0.125rem !important; } .lg-gap-y-1\.5 { grid-row-gap: 0.375rem !important; row-gap: 0.375rem !important; } .lg-gap-y-2\.5 { grid-row-gap: 0.625rem !important; row-gap: 0.625rem !important; } .lg-gap-y-3\.5 { grid-row-gap: 0.875rem !important; row-gap: 0.875rem !important; } .lg-grid-flow-row { grid-auto-flow: row !important; } .lg-grid-flow-col { grid-auto-flow: column !important; } .lg-grid-flow-row-dense { grid-auto-flow: row dense !important; } .lg-grid-flow-col-dense { grid-auto-flow: column dense !important; } .lg-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .lg-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .lg-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .lg-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .lg-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } .lg-grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; } .lg-grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; } .lg-grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; } .lg-grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)) !important; } .lg-grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)) !important; } .lg-grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)) !important; } .lg-grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; } .lg-grid-cols-none { grid-template-columns: none !important; } .lg-auto-cols-auto { grid-auto-columns: auto !important; } .lg-auto-cols-min { grid-auto-columns: min-content !important; } .lg-auto-cols-max { grid-auto-columns: max-content !important; } .lg-auto-cols-fr { grid-auto-columns: minmax(0, 1fr) !important; } .lg-col-auto { grid-column: auto !important; } .lg-col-span-1 { grid-column: span 1 / span 1 !important; } .lg-col-span-2 { grid-column: span 2 / span 2 !important; } .lg-col-span-3 { grid-column: span 3 / span 3 !important; } .lg-col-span-4 { grid-column: span 4 / span 4 !important; } .lg-col-span-5 { grid-column: span 5 / span 5 !important; } .lg-col-span-6 { grid-column: span 6 / span 6 !important; } .lg-col-span-7 { grid-column: span 7 / span 7 !important; } .lg-col-span-8 { grid-column: span 8 / span 8 !important; } .lg-col-span-9 { grid-column: span 9 / span 9 !important; } .lg-col-span-10 { grid-column: span 10 / span 10 !important; } .lg-col-span-11 { grid-column: span 11 / span 11 !important; } .lg-col-span-12 { grid-column: span 12 / span 12 !important; } .lg-col-span-full { grid-column: 1/-1 !important; } .lg-col-start-1 { grid-column-start: 1 !important; } .lg-col-start-2 { grid-column-start: 2 !important; } .lg-col-start-3 { grid-column-start: 3 !important; } .lg-col-start-4 { grid-column-start: 4 !important; } .lg-col-start-5 { grid-column-start: 5 !important; } .lg-col-start-6 { grid-column-start: 6 !important; } .lg-col-start-7 { grid-column-start: 7 !important; } .lg-col-start-8 { grid-column-start: 8 !important; } .lg-col-start-9 { grid-column-start: 9 !important; } .lg-col-start-10 { grid-column-start: 10 !important; } .lg-col-start-11 { grid-column-start: 11 !important; } .lg-col-start-12 { grid-column-start: 12 !important; } .lg-col-start-13 { grid-column-start: 13 !important; } .lg-col-start-auto { grid-column-start: auto !important; } .lg-col-end-1 { grid-column-end: 1 !important; } .lg-col-end-2 { grid-column-end: 2 !important; } .lg-col-end-3 { grid-column-end: 3 !important; } .lg-col-end-4 { grid-column-end: 4 !important; } .lg-col-end-5 { grid-column-end: 5 !important; } .lg-col-end-6 { grid-column-end: 6 !important; } .lg-col-end-7 { grid-column-end: 7 !important; } .lg-col-end-8 { grid-column-end: 8 !important; } .lg-col-end-9 { grid-column-end: 9 !important; } .lg-col-end-10 { grid-column-end: 10 !important; } .lg-col-end-11 { grid-column-end: 11 !important; } .lg-col-end-12 { grid-column-end: 12 !important; } .lg-col-end-13 { grid-column-end: 13 !important; } .lg-col-end-auto { grid-column-end: auto !important; } .lg-grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)) !important; } .lg-grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)) !important; } .lg-grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)) !important; } .lg-grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)) !important; } .lg-grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)) !important; } .lg-grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)) !important; } .lg-grid-rows-none { grid-template-rows: none !important; } .lg-auto-rows-auto { grid-auto-rows: auto !important; } .lg-auto-rows-min { grid-auto-rows: min-content !important; } .lg-auto-rows-max { grid-auto-rows: max-content !important; } .lg-auto-rows-fr { grid-auto-rows: minmax(0, 1fr) !important; } .lg-row-auto { grid-row: auto !important; } .lg-row-span-1 { grid-row: span 1 / span 1 !important; } .lg-row-span-2 { grid-row: span 2 / span 2 !important; } .lg-row-span-3 { grid-row: span 3 / span 3 !important; } .lg-row-span-4 { grid-row: span 4 / span 4 !important; } .lg-row-span-5 { grid-row: span 5 / span 5 !important; } .lg-row-span-6 { grid-row: span 6 / span 6 !important; } .lg-row-span-full { grid-row: 1/-1 !important; } .lg-row-start-1 { grid-row-start: 1 !important; } .lg-row-start-2 { grid-row-start: 2 !important; } .lg-row-start-3 { grid-row-start: 3 !important; } .lg-row-start-4 { grid-row-start: 4 !important; } .lg-row-start-5 { grid-row-start: 5 !important; } .lg-row-start-6 { grid-row-start: 6 !important; } .lg-row-start-7 { grid-row-start: 7 !important; } .lg-row-start-auto { grid-row-start: auto !important; } .lg-row-end-1 { grid-row-end: 1 !important; } .lg-row-end-2 { grid-row-end: 2 !important; } .lg-row-end-3 { grid-row-end: 3 !important; } .lg-row-end-4 { grid-row-end: 4 !important; } .lg-row-end-5 { grid-row-end: 5 !important; } .lg-row-end-6 { grid-row-end: 6 !important; } .lg-row-end-7 { grid-row-end: 7 !important; } .lg-row-end-auto { grid-row-end: auto !important; } .lg-transform { transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .lg-transform, .lg-transform-gpu { --tw-translate-x: 0 !important; --tw-translate-y: 0 !important; --tw-rotate: 0 !important; --tw-skew-x: 0 !important; --tw-skew-y: 0 !important; --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .lg-transform-gpu { transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .lg-transform-none { transform: none !important; } .lg-origin-center { transform-origin: center !important; } .lg-origin-top { transform-origin: top !important; } .lg-origin-top-right { transform-origin: top right !important; } .lg-origin-right { transform-origin: right !important; } .lg-origin-bottom-right { transform-origin: bottom right !important; } .lg-origin-bottom { transform-origin: bottom !important; } .lg-origin-bottom-left { transform-origin: bottom left !important; } .lg-origin-left { transform-origin: left !important; } .lg-origin-top-left { transform-origin: top left !important; } .lg-scale-0 { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .lg-scale-50 { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .lg-scale-75 { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .lg-scale-90 { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .lg-scale-95 { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .lg-scale-100 { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .lg-scale-105 { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .lg-scale-110 { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .lg-scale-125 { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .lg-scale-150 { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .lg-scale-x-0 { --tw-scale-x: 0 !important; } .lg-scale-x-50 { --tw-scale-x: 0.5 !important; } .lg-scale-x-75 { --tw-scale-x: 0.75 !important; } .lg-scale-x-90 { --tw-scale-x: 0.9 !important; } .lg-scale-x-95 { --tw-scale-x: 0.95 !important; } .lg-scale-x-100 { --tw-scale-x: 1 !important; } .lg-scale-x-105 { --tw-scale-x: 1.05 !important; } .lg-scale-x-110 { --tw-scale-x: 1.1 !important; } .lg-scale-x-125 { --tw-scale-x: 1.25 !important; } .lg-scale-x-150 { --tw-scale-x: 1.5 !important; } .lg-scale-y-0 { --tw-scale-y: 0 !important; } .lg-scale-y-50 { --tw-scale-y: 0.5 !important; } .lg-scale-y-75 { --tw-scale-y: 0.75 !important; } .lg-scale-y-90 { --tw-scale-y: 0.9 !important; } .lg-scale-y-95 { --tw-scale-y: 0.95 !important; } .lg-scale-y-100 { --tw-scale-y: 1 !important; } .lg-scale-y-105 { --tw-scale-y: 1.05 !important; } .lg-scale-y-110 { --tw-scale-y: 1.1 !important; } .lg-scale-y-125 { --tw-scale-y: 1.25 !important; } .lg-scale-y-150 { --tw-scale-y: 1.5 !important; } .lg-hover-scale-0:hover { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .lg-hover-scale-50:hover { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .lg-hover-scale-75:hover { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .lg-hover-scale-90:hover { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .lg-hover-scale-95:hover { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .lg-hover-scale-100:hover { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .lg-hover-scale-105:hover { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .lg-hover-scale-110:hover { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .lg-hover-scale-125:hover { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .lg-hover-scale-150:hover { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .lg-hover-scale-x-0:hover { --tw-scale-x: 0 !important; } .lg-hover-scale-x-50:hover { --tw-scale-x: 0.5 !important; } .lg-hover-scale-x-75:hover { --tw-scale-x: 0.75 !important; } .lg-hover-scale-x-90:hover { --tw-scale-x: 0.9 !important; } .lg-hover-scale-x-95:hover { --tw-scale-x: 0.95 !important; } .lg-hover-scale-x-100:hover { --tw-scale-x: 1 !important; } .lg-hover-scale-x-105:hover { --tw-scale-x: 1.05 !important; } .lg-hover-scale-x-110:hover { --tw-scale-x: 1.1 !important; } .lg-hover-scale-x-125:hover { --tw-scale-x: 1.25 !important; } .lg-hover-scale-x-150:hover { --tw-scale-x: 1.5 !important; } .lg-hover-scale-y-0:hover { --tw-scale-y: 0 !important; } .lg-hover-scale-y-50:hover { --tw-scale-y: 0.5 !important; } .lg-hover-scale-y-75:hover { --tw-scale-y: 0.75 !important; } .lg-hover-scale-y-90:hover { --tw-scale-y: 0.9 !important; } .lg-hover-scale-y-95:hover { --tw-scale-y: 0.95 !important; } .lg-hover-scale-y-100:hover { --tw-scale-y: 1 !important; } .lg-hover-scale-y-105:hover { --tw-scale-y: 1.05 !important; } .lg-hover-scale-y-110:hover { --tw-scale-y: 1.1 !important; } .lg-hover-scale-y-125:hover { --tw-scale-y: 1.25 !important; } .lg-hover-scale-y-150:hover { --tw-scale-y: 1.5 !important; } .lg-focus-scale-0:focus { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .lg-focus-scale-50:focus { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .lg-focus-scale-75:focus { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .lg-focus-scale-90:focus { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .lg-focus-scale-95:focus { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .lg-focus-scale-100:focus { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .lg-focus-scale-105:focus { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .lg-focus-scale-110:focus { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .lg-focus-scale-125:focus { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .lg-focus-scale-150:focus { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .lg-focus-scale-x-0:focus { --tw-scale-x: 0 !important; } .lg-focus-scale-x-50:focus { --tw-scale-x: 0.5 !important; } .lg-focus-scale-x-75:focus { --tw-scale-x: 0.75 !important; } .lg-focus-scale-x-90:focus { --tw-scale-x: 0.9 !important; } .lg-focus-scale-x-95:focus { --tw-scale-x: 0.95 !important; } .lg-focus-scale-x-100:focus { --tw-scale-x: 1 !important; } .lg-focus-scale-x-105:focus { --tw-scale-x: 1.05 !important; } .lg-focus-scale-x-110:focus { --tw-scale-x: 1.1 !important; } .lg-focus-scale-x-125:focus { --tw-scale-x: 1.25 !important; } .lg-focus-scale-x-150:focus { --tw-scale-x: 1.5 !important; } .lg-focus-scale-y-0:focus { --tw-scale-y: 0 !important; } .lg-focus-scale-y-50:focus { --tw-scale-y: 0.5 !important; } .lg-focus-scale-y-75:focus { --tw-scale-y: 0.75 !important; } .lg-focus-scale-y-90:focus { --tw-scale-y: 0.9 !important; } .lg-focus-scale-y-95:focus { --tw-scale-y: 0.95 !important; } .lg-focus-scale-y-100:focus { --tw-scale-y: 1 !important; } .lg-focus-scale-y-105:focus { --tw-scale-y: 1.05 !important; } .lg-focus-scale-y-110:focus { --tw-scale-y: 1.1 !important; } .lg-focus-scale-y-125:focus { --tw-scale-y: 1.25 !important; } .lg-focus-scale-y-150:focus { --tw-scale-y: 1.5 !important; } .lg-rotate-0 { --tw-rotate: 0deg !important; } .lg-rotate-1 { --tw-rotate: 1deg !important; } .lg-rotate-2 { --tw-rotate: 2deg !important; } .lg-rotate-3 { --tw-rotate: 3deg !important; } .lg-rotate-6 { --tw-rotate: 6deg !important; } .lg-rotate-12 { --tw-rotate: 12deg !important; } .lg-rotate-45 { --tw-rotate: 45deg !important; } .lg-rotate-90 { --tw-rotate: 90deg !important; } .lg-rotate-180 { --tw-rotate: 180deg !important; } .lg--rotate-180 { --tw-rotate: -180deg !important; } .lg--rotate-90 { --tw-rotate: -90deg !important; } .lg--rotate-45 { --tw-rotate: -45deg !important; } .lg--rotate-12 { --tw-rotate: -12deg !important; } .lg--rotate-6 { --tw-rotate: -6deg !important; } .lg--rotate-3 { --tw-rotate: -3deg !important; } .lg--rotate-2 { --tw-rotate: -2deg !important; } .lg--rotate-1 { --tw-rotate: -1deg !important; } .lg-hover-rotate-0:hover { --tw-rotate: 0deg !important; } .lg-hover-rotate-1:hover { --tw-rotate: 1deg !important; } .lg-hover-rotate-2:hover { --tw-rotate: 2deg !important; } .lg-hover-rotate-3:hover { --tw-rotate: 3deg !important; } .lg-hover-rotate-6:hover { --tw-rotate: 6deg !important; } .lg-hover-rotate-12:hover { --tw-rotate: 12deg !important; } .lg-hover-rotate-45:hover { --tw-rotate: 45deg !important; } .lg-hover-rotate-90:hover { --tw-rotate: 90deg !important; } .lg-hover-rotate-180:hover { --tw-rotate: 180deg !important; } .lg-hover--rotate-180:hover { --tw-rotate: -180deg !important; } .lg-hover--rotate-90:hover { --tw-rotate: -90deg !important; } .lg-hover--rotate-45:hover { --tw-rotate: -45deg !important; } .lg-hover--rotate-12:hover { --tw-rotate: -12deg !important; } .lg-hover--rotate-6:hover { --tw-rotate: -6deg !important; } .lg-hover--rotate-3:hover { --tw-rotate: -3deg !important; } .lg-hover--rotate-2:hover { --tw-rotate: -2deg !important; } .lg-hover--rotate-1:hover { --tw-rotate: -1deg !important; } .lg-focus-rotate-0:focus { --tw-rotate: 0deg !important; } .lg-focus-rotate-1:focus { --tw-rotate: 1deg !important; } .lg-focus-rotate-2:focus { --tw-rotate: 2deg !important; } .lg-focus-rotate-3:focus { --tw-rotate: 3deg !important; } .lg-focus-rotate-6:focus { --tw-rotate: 6deg !important; } .lg-focus-rotate-12:focus { --tw-rotate: 12deg !important; } .lg-focus-rotate-45:focus { --tw-rotate: 45deg !important; } .lg-focus-rotate-90:focus { --tw-rotate: 90deg !important; } .lg-focus-rotate-180:focus { --tw-rotate: 180deg !important; } .lg-focus--rotate-180:focus { --tw-rotate: -180deg !important; } .lg-focus--rotate-90:focus { --tw-rotate: -90deg !important; } .lg-focus--rotate-45:focus { --tw-rotate: -45deg !important; } .lg-focus--rotate-12:focus { --tw-rotate: -12deg !important; } .lg-focus--rotate-6:focus { --tw-rotate: -6deg !important; } .lg-focus--rotate-3:focus { --tw-rotate: -3deg !important; } .lg-focus--rotate-2:focus { --tw-rotate: -2deg !important; } .lg-focus--rotate-1:focus { --tw-rotate: -1deg !important; } .lg-translate-x-0 { --tw-translate-x: 0px !important; } .lg-translate-x-1 { --tw-translate-x: 0.25rem !important; } .lg-translate-x-2 { --tw-translate-x: 0.5rem !important; } .lg-translate-x-3 { --tw-translate-x: 0.75rem !important; } .lg-translate-x-4 { --tw-translate-x: 1rem !important; } .lg-translate-x-5 { --tw-translate-x: 1.25rem !important; } .lg-translate-x-6 { --tw-translate-x: 1.5rem !important; } .lg-translate-x-7 { --tw-translate-x: 1.75rem !important; } .lg-translate-x-8 { --tw-translate-x: 2rem !important; } .lg-translate-x-9 { --tw-translate-x: 2.25rem !important; } .lg-translate-x-10 { --tw-translate-x: 2.5rem !important; } .lg-translate-x-11 { --tw-translate-x: 2.75rem !important; } .lg-translate-x-12 { --tw-translate-x: 3rem !important; } .lg-translate-x-14 { --tw-translate-x: 3.5rem !important; } .lg-translate-x-16 { --tw-translate-x: 4rem !important; } .lg-translate-x-20 { --tw-translate-x: 5rem !important; } .lg-translate-x-24 { --tw-translate-x: 6rem !important; } .lg-translate-x-28 { --tw-translate-x: 7rem !important; } .lg-translate-x-32 { --tw-translate-x: 8rem !important; } .lg-translate-x-36 { --tw-translate-x: 9rem !important; } .lg-translate-x-40 { --tw-translate-x: 10rem !important; } .lg-translate-x-44 { --tw-translate-x: 11rem !important; } .lg-translate-x-48 { --tw-translate-x: 12rem !important; } .lg-translate-x-52 { --tw-translate-x: 13rem !important; } .lg-translate-x-56 { --tw-translate-x: 14rem !important; } .lg-translate-x-60 { --tw-translate-x: 15rem !important; } .lg-translate-x-64 { --tw-translate-x: 16rem !important; } .lg-translate-x-72 { --tw-translate-x: 18rem !important; } .lg-translate-x-80 { --tw-translate-x: 20rem !important; } .lg-translate-x-96 { --tw-translate-x: 24rem !important; } .lg-translate-x-px { --tw-translate-x: 1px !important; } .lg-translate-x-0\.5 { --tw-translate-x: 0.125rem !important; } .lg-translate-x-1\.5 { --tw-translate-x: 0.375rem !important; } .lg-translate-x-2\.5 { --tw-translate-x: 0.625rem !important; } .lg-translate-x-3\.5 { --tw-translate-x: 0.875rem !important; } .lg--translate-x-0 { --tw-translate-x: 0px !important; } .lg--translate-x-1 { --tw-translate-x: -0.25rem !important; } .lg--translate-x-2 { --tw-translate-x: -0.5rem !important; } .lg--translate-x-3 { --tw-translate-x: -0.75rem !important; } .lg--translate-x-4 { --tw-translate-x: -1rem !important; } .lg--translate-x-5 { --tw-translate-x: -1.25rem !important; } .lg--translate-x-6 { --tw-translate-x: -1.5rem !important; } .lg--translate-x-7 { --tw-translate-x: -1.75rem !important; } .lg--translate-x-8 { --tw-translate-x: -2rem !important; } .lg--translate-x-9 { --tw-translate-x: -2.25rem !important; } .lg--translate-x-10 { --tw-translate-x: -2.5rem !important; } .lg--translate-x-11 { --tw-translate-x: -2.75rem !important; } .lg--translate-x-12 { --tw-translate-x: -3rem !important; } .lg--translate-x-14 { --tw-translate-x: -3.5rem !important; } .lg--translate-x-16 { --tw-translate-x: -4rem !important; } .lg--translate-x-20 { --tw-translate-x: -5rem !important; } .lg--translate-x-24 { --tw-translate-x: -6rem !important; } .lg--translate-x-28 { --tw-translate-x: -7rem !important; } .lg--translate-x-32 { --tw-translate-x: -8rem !important; } .lg--translate-x-36 { --tw-translate-x: -9rem !important; } .lg--translate-x-40 { --tw-translate-x: -10rem !important; } .lg--translate-x-44 { --tw-translate-x: -11rem !important; } .lg--translate-x-48 { --tw-translate-x: -12rem !important; } .lg--translate-x-52 { --tw-translate-x: -13rem !important; } .lg--translate-x-56 { --tw-translate-x: -14rem !important; } .lg--translate-x-60 { --tw-translate-x: -15rem !important; } .lg--translate-x-64 { --tw-translate-x: -16rem !important; } .lg--translate-x-72 { --tw-translate-x: -18rem !important; } .lg--translate-x-80 { --tw-translate-x: -20rem !important; } .lg--translate-x-96 { --tw-translate-x: -24rem !important; } .lg--translate-x-px { --tw-translate-x: -1px !important; } .lg--translate-x-0\.5 { --tw-translate-x: -0.125rem !important; } .lg--translate-x-1\.5 { --tw-translate-x: -0.375rem !important; } .lg--translate-x-2\.5 { --tw-translate-x: -0.625rem !important; } .lg--translate-x-3\.5 { --tw-translate-x: -0.875rem !important; } .lg-translate-x-1\/2 { --tw-translate-x: 50% !important; } .lg-translate-x-1\/3 { --tw-translate-x: 33.333333% !important; } .lg-translate-x-2\/3 { --tw-translate-x: 66.666667% !important; } .lg-translate-x-1\/4 { --tw-translate-x: 25% !important; } .lg-translate-x-2\/4 { --tw-translate-x: 50% !important; } .lg-translate-x-3\/4 { --tw-translate-x: 75% !important; } .lg-translate-x-full { --tw-translate-x: 100% !important; } .lg--translate-x-1\/2 { --tw-translate-x: -50% !important; } .lg--translate-x-1\/3 { --tw-translate-x: -33.333333% !important; } .lg--translate-x-2\/3 { --tw-translate-x: -66.666667% !important; } .lg--translate-x-1\/4 { --tw-translate-x: -25% !important; } .lg--translate-x-2\/4 { --tw-translate-x: -50% !important; } .lg--translate-x-3\/4 { --tw-translate-x: -75% !important; } .lg--translate-x-full { --tw-translate-x: -100% !important; } .lg-translate-y-0 { --tw-translate-y: 0px !important; } .lg-translate-y-1 { --tw-translate-y: 0.25rem !important; } .lg-translate-y-2 { --tw-translate-y: 0.5rem !important; } .lg-translate-y-3 { --tw-translate-y: 0.75rem !important; } .lg-translate-y-4 { --tw-translate-y: 1rem !important; } .lg-translate-y-5 { --tw-translate-y: 1.25rem !important; } .lg-translate-y-6 { --tw-translate-y: 1.5rem !important; } .lg-translate-y-7 { --tw-translate-y: 1.75rem !important; } .lg-translate-y-8 { --tw-translate-y: 2rem !important; } .lg-translate-y-9 { --tw-translate-y: 2.25rem !important; } .lg-translate-y-10 { --tw-translate-y: 2.5rem !important; } .lg-translate-y-11 { --tw-translate-y: 2.75rem !important; } .lg-translate-y-12 { --tw-translate-y: 3rem !important; } .lg-translate-y-14 { --tw-translate-y: 3.5rem !important; } .lg-translate-y-16 { --tw-translate-y: 4rem !important; } .lg-translate-y-20 { --tw-translate-y: 5rem !important; } .lg-translate-y-24 { --tw-translate-y: 6rem !important; } .lg-translate-y-28 { --tw-translate-y: 7rem !important; } .lg-translate-y-32 { --tw-translate-y: 8rem !important; } .lg-translate-y-36 { --tw-translate-y: 9rem !important; } .lg-translate-y-40 { --tw-translate-y: 10rem !important; } .lg-translate-y-44 { --tw-translate-y: 11rem !important; } .lg-translate-y-48 { --tw-translate-y: 12rem !important; } .lg-translate-y-52 { --tw-translate-y: 13rem !important; } .lg-translate-y-56 { --tw-translate-y: 14rem !important; } .lg-translate-y-60 { --tw-translate-y: 15rem !important; } .lg-translate-y-64 { --tw-translate-y: 16rem !important; } .lg-translate-y-72 { --tw-translate-y: 18rem !important; } .lg-translate-y-80 { --tw-translate-y: 20rem !important; } .lg-translate-y-96 { --tw-translate-y: 24rem !important; } .lg-translate-y-px { --tw-translate-y: 1px !important; } .lg-translate-y-0\.5 { --tw-translate-y: 0.125rem !important; } .lg-translate-y-1\.5 { --tw-translate-y: 0.375rem !important; } .lg-translate-y-2\.5 { --tw-translate-y: 0.625rem !important; } .lg-translate-y-3\.5 { --tw-translate-y: 0.875rem !important; } .lg--translate-y-0 { --tw-translate-y: 0px !important; } .lg--translate-y-1 { --tw-translate-y: -0.25rem !important; } .lg--translate-y-2 { --tw-translate-y: -0.5rem !important; } .lg--translate-y-3 { --tw-translate-y: -0.75rem !important; } .lg--translate-y-4 { --tw-translate-y: -1rem !important; } .lg--translate-y-5 { --tw-translate-y: -1.25rem !important; } .lg--translate-y-6 { --tw-translate-y: -1.5rem !important; } .lg--translate-y-7 { --tw-translate-y: -1.75rem !important; } .lg--translate-y-8 { --tw-translate-y: -2rem !important; } .lg--translate-y-9 { --tw-translate-y: -2.25rem !important; } .lg--translate-y-10 { --tw-translate-y: -2.5rem !important; } .lg--translate-y-11 { --tw-translate-y: -2.75rem !important; } .lg--translate-y-12 { --tw-translate-y: -3rem !important; } .lg--translate-y-14 { --tw-translate-y: -3.5rem !important; } .lg--translate-y-16 { --tw-translate-y: -4rem !important; } .lg--translate-y-20 { --tw-translate-y: -5rem !important; } .lg--translate-y-24 { --tw-translate-y: -6rem !important; } .lg--translate-y-28 { --tw-translate-y: -7rem !important; } .lg--translate-y-32 { --tw-translate-y: -8rem !important; } .lg--translate-y-36 { --tw-translate-y: -9rem !important; } .lg--translate-y-40 { --tw-translate-y: -10rem !important; } .lg--translate-y-44 { --tw-translate-y: -11rem !important; } .lg--translate-y-48 { --tw-translate-y: -12rem !important; } .lg--translate-y-52 { --tw-translate-y: -13rem !important; } .lg--translate-y-56 { --tw-translate-y: -14rem !important; } .lg--translate-y-60 { --tw-translate-y: -15rem !important; } .lg--translate-y-64 { --tw-translate-y: -16rem !important; } .lg--translate-y-72 { --tw-translate-y: -18rem !important; } .lg--translate-y-80 { --tw-translate-y: -20rem !important; } .lg--translate-y-96 { --tw-translate-y: -24rem !important; } .lg--translate-y-px { --tw-translate-y: -1px !important; } .lg--translate-y-0\.5 { --tw-translate-y: -0.125rem !important; } .lg--translate-y-1\.5 { --tw-translate-y: -0.375rem !important; } .lg--translate-y-2\.5 { --tw-translate-y: -0.625rem !important; } .lg--translate-y-3\.5 { --tw-translate-y: -0.875rem !important; } .lg-translate-y-1\/2 { --tw-translate-y: 50% !important; } .lg-translate-y-1\/3 { --tw-translate-y: 33.333333% !important; } .lg-translate-y-2\/3 { --tw-translate-y: 66.666667% !important; } .lg-translate-y-1\/4 { --tw-translate-y: 25% !important; } .lg-translate-y-2\/4 { --tw-translate-y: 50% !important; } .lg-translate-y-3\/4 { --tw-translate-y: 75% !important; } .lg-translate-y-full { --tw-translate-y: 100% !important; } .lg--translate-y-1\/2 { --tw-translate-y: -50% !important; } .lg--translate-y-1\/3 { --tw-translate-y: -33.333333% !important; } .lg--translate-y-2\/3 { --tw-translate-y: -66.666667% !important; } .lg--translate-y-1\/4 { --tw-translate-y: -25% !important; } .lg--translate-y-2\/4 { --tw-translate-y: -50% !important; } .lg--translate-y-3\/4 { --tw-translate-y: -75% !important; } .lg--translate-y-full { --tw-translate-y: -100% !important; } .lg-hover-translate-x-0:hover { --tw-translate-x: 0px !important; } .lg-hover-translate-x-1:hover { --tw-translate-x: 0.25rem !important; } .lg-hover-translate-x-2:hover { --tw-translate-x: 0.5rem !important; } .lg-hover-translate-x-3:hover { --tw-translate-x: 0.75rem !important; } .lg-hover-translate-x-4:hover { --tw-translate-x: 1rem !important; } .lg-hover-translate-x-5:hover { --tw-translate-x: 1.25rem !important; } .lg-hover-translate-x-6:hover { --tw-translate-x: 1.5rem !important; } .lg-hover-translate-x-7:hover { --tw-translate-x: 1.75rem !important; } .lg-hover-translate-x-8:hover { --tw-translate-x: 2rem !important; } .lg-hover-translate-x-9:hover { --tw-translate-x: 2.25rem !important; } .lg-hover-translate-x-10:hover { --tw-translate-x: 2.5rem !important; } .lg-hover-translate-x-11:hover { --tw-translate-x: 2.75rem !important; } .lg-hover-translate-x-12:hover { --tw-translate-x: 3rem !important; } .lg-hover-translate-x-14:hover { --tw-translate-x: 3.5rem !important; } .lg-hover-translate-x-16:hover { --tw-translate-x: 4rem !important; } .lg-hover-translate-x-20:hover { --tw-translate-x: 5rem !important; } .lg-hover-translate-x-24:hover { --tw-translate-x: 6rem !important; } .lg-hover-translate-x-28:hover { --tw-translate-x: 7rem !important; } .lg-hover-translate-x-32:hover { --tw-translate-x: 8rem !important; } .lg-hover-translate-x-36:hover { --tw-translate-x: 9rem !important; } .lg-hover-translate-x-40:hover { --tw-translate-x: 10rem !important; } .lg-hover-translate-x-44:hover { --tw-translate-x: 11rem !important; } .lg-hover-translate-x-48:hover { --tw-translate-x: 12rem !important; } .lg-hover-translate-x-52:hover { --tw-translate-x: 13rem !important; } .lg-hover-translate-x-56:hover { --tw-translate-x: 14rem !important; } .lg-hover-translate-x-60:hover { --tw-translate-x: 15rem !important; } .lg-hover-translate-x-64:hover { --tw-translate-x: 16rem !important; } .lg-hover-translate-x-72:hover { --tw-translate-x: 18rem !important; } .lg-hover-translate-x-80:hover { --tw-translate-x: 20rem !important; } .lg-hover-translate-x-96:hover { --tw-translate-x: 24rem !important; } .lg-hover-translate-x-px:hover { --tw-translate-x: 1px !important; } .lg-hover-translate-x-0\.5:hover { --tw-translate-x: 0.125rem !important; } .lg-hover-translate-x-1\.5:hover { --tw-translate-x: 0.375rem !important; } .lg-hover-translate-x-2\.5:hover { --tw-translate-x: 0.625rem !important; } .lg-hover-translate-x-3\.5:hover { --tw-translate-x: 0.875rem !important; } .lg-hover--translate-x-0:hover { --tw-translate-x: 0px !important; } .lg-hover--translate-x-1:hover { --tw-translate-x: -0.25rem !important; } .lg-hover--translate-x-2:hover { --tw-translate-x: -0.5rem !important; } .lg-hover--translate-x-3:hover { --tw-translate-x: -0.75rem !important; } .lg-hover--translate-x-4:hover { --tw-translate-x: -1rem !important; } .lg-hover--translate-x-5:hover { --tw-translate-x: -1.25rem !important; } .lg-hover--translate-x-6:hover { --tw-translate-x: -1.5rem !important; } .lg-hover--translate-x-7:hover { --tw-translate-x: -1.75rem !important; } .lg-hover--translate-x-8:hover { --tw-translate-x: -2rem !important; } .lg-hover--translate-x-9:hover { --tw-translate-x: -2.25rem !important; } .lg-hover--translate-x-10:hover { --tw-translate-x: -2.5rem !important; } .lg-hover--translate-x-11:hover { --tw-translate-x: -2.75rem !important; } .lg-hover--translate-x-12:hover { --tw-translate-x: -3rem !important; } .lg-hover--translate-x-14:hover { --tw-translate-x: -3.5rem !important; } .lg-hover--translate-x-16:hover { --tw-translate-x: -4rem !important; } .lg-hover--translate-x-20:hover { --tw-translate-x: -5rem !important; } .lg-hover--translate-x-24:hover { --tw-translate-x: -6rem !important; } .lg-hover--translate-x-28:hover { --tw-translate-x: -7rem !important; } .lg-hover--translate-x-32:hover { --tw-translate-x: -8rem !important; } .lg-hover--translate-x-36:hover { --tw-translate-x: -9rem !important; } .lg-hover--translate-x-40:hover { --tw-translate-x: -10rem !important; } .lg-hover--translate-x-44:hover { --tw-translate-x: -11rem !important; } .lg-hover--translate-x-48:hover { --tw-translate-x: -12rem !important; } .lg-hover--translate-x-52:hover { --tw-translate-x: -13rem !important; } .lg-hover--translate-x-56:hover { --tw-translate-x: -14rem !important; } .lg-hover--translate-x-60:hover { --tw-translate-x: -15rem !important; } .lg-hover--translate-x-64:hover { --tw-translate-x: -16rem !important; } .lg-hover--translate-x-72:hover { --tw-translate-x: -18rem !important; } .lg-hover--translate-x-80:hover { --tw-translate-x: -20rem !important; } .lg-hover--translate-x-96:hover { --tw-translate-x: -24rem !important; } .lg-hover--translate-x-px:hover { --tw-translate-x: -1px !important; } .lg-hover--translate-x-0\.5:hover { --tw-translate-x: -0.125rem !important; } .lg-hover--translate-x-1\.5:hover { --tw-translate-x: -0.375rem !important; } .lg-hover--translate-x-2\.5:hover { --tw-translate-x: -0.625rem !important; } .lg-hover--translate-x-3\.5:hover { --tw-translate-x: -0.875rem !important; } .lg-hover-translate-x-1\/2:hover { --tw-translate-x: 50% !important; } .lg-hover-translate-x-1\/3:hover { --tw-translate-x: 33.333333% !important; } .lg-hover-translate-x-2\/3:hover { --tw-translate-x: 66.666667% !important; } .lg-hover-translate-x-1\/4:hover { --tw-translate-x: 25% !important; } .lg-hover-translate-x-2\/4:hover { --tw-translate-x: 50% !important; } .lg-hover-translate-x-3\/4:hover { --tw-translate-x: 75% !important; } .lg-hover-translate-x-full:hover { --tw-translate-x: 100% !important; } .lg-hover--translate-x-1\/2:hover { --tw-translate-x: -50% !important; } .lg-hover--translate-x-1\/3:hover { --tw-translate-x: -33.333333% !important; } .lg-hover--translate-x-2\/3:hover { --tw-translate-x: -66.666667% !important; } .lg-hover--translate-x-1\/4:hover { --tw-translate-x: -25% !important; } .lg-hover--translate-x-2\/4:hover { --tw-translate-x: -50% !important; } .lg-hover--translate-x-3\/4:hover { --tw-translate-x: -75% !important; } .lg-hover--translate-x-full:hover { --tw-translate-x: -100% !important; } .lg-hover-translate-y-0:hover { --tw-translate-y: 0px !important; } .lg-hover-translate-y-1:hover { --tw-translate-y: 0.25rem !important; } .lg-hover-translate-y-2:hover { --tw-translate-y: 0.5rem !important; } .lg-hover-translate-y-3:hover { --tw-translate-y: 0.75rem !important; } .lg-hover-translate-y-4:hover { --tw-translate-y: 1rem !important; } .lg-hover-translate-y-5:hover { --tw-translate-y: 1.25rem !important; } .lg-hover-translate-y-6:hover { --tw-translate-y: 1.5rem !important; } .lg-hover-translate-y-7:hover { --tw-translate-y: 1.75rem !important; } .lg-hover-translate-y-8:hover { --tw-translate-y: 2rem !important; } .lg-hover-translate-y-9:hover { --tw-translate-y: 2.25rem !important; } .lg-hover-translate-y-10:hover { --tw-translate-y: 2.5rem !important; } .lg-hover-translate-y-11:hover { --tw-translate-y: 2.75rem !important; } .lg-hover-translate-y-12:hover { --tw-translate-y: 3rem !important; } .lg-hover-translate-y-14:hover { --tw-translate-y: 3.5rem !important; } .lg-hover-translate-y-16:hover { --tw-translate-y: 4rem !important; } .lg-hover-translate-y-20:hover { --tw-translate-y: 5rem !important; } .lg-hover-translate-y-24:hover { --tw-translate-y: 6rem !important; } .lg-hover-translate-y-28:hover { --tw-translate-y: 7rem !important; } .lg-hover-translate-y-32:hover { --tw-translate-y: 8rem !important; } .lg-hover-translate-y-36:hover { --tw-translate-y: 9rem !important; } .lg-hover-translate-y-40:hover { --tw-translate-y: 10rem !important; } .lg-hover-translate-y-44:hover { --tw-translate-y: 11rem !important; } .lg-hover-translate-y-48:hover { --tw-translate-y: 12rem !important; } .lg-hover-translate-y-52:hover { --tw-translate-y: 13rem !important; } .lg-hover-translate-y-56:hover { --tw-translate-y: 14rem !important; } .lg-hover-translate-y-60:hover { --tw-translate-y: 15rem !important; } .lg-hover-translate-y-64:hover { --tw-translate-y: 16rem !important; } .lg-hover-translate-y-72:hover { --tw-translate-y: 18rem !important; } .lg-hover-translate-y-80:hover { --tw-translate-y: 20rem !important; } .lg-hover-translate-y-96:hover { --tw-translate-y: 24rem !important; } .lg-hover-translate-y-px:hover { --tw-translate-y: 1px !important; } .lg-hover-translate-y-0\.5:hover { --tw-translate-y: 0.125rem !important; } .lg-hover-translate-y-1\.5:hover { --tw-translate-y: 0.375rem !important; } .lg-hover-translate-y-2\.5:hover { --tw-translate-y: 0.625rem !important; } .lg-hover-translate-y-3\.5:hover { --tw-translate-y: 0.875rem !important; } .lg-hover--translate-y-0:hover { --tw-translate-y: 0px !important; } .lg-hover--translate-y-1:hover { --tw-translate-y: -0.25rem !important; } .lg-hover--translate-y-2:hover { --tw-translate-y: -0.5rem !important; } .lg-hover--translate-y-3:hover { --tw-translate-y: -0.75rem !important; } .lg-hover--translate-y-4:hover { --tw-translate-y: -1rem !important; } .lg-hover--translate-y-5:hover { --tw-translate-y: -1.25rem !important; } .lg-hover--translate-y-6:hover { --tw-translate-y: -1.5rem !important; } .lg-hover--translate-y-7:hover { --tw-translate-y: -1.75rem !important; } .lg-hover--translate-y-8:hover { --tw-translate-y: -2rem !important; } .lg-hover--translate-y-9:hover { --tw-translate-y: -2.25rem !important; } .lg-hover--translate-y-10:hover { --tw-translate-y: -2.5rem !important; } .lg-hover--translate-y-11:hover { --tw-translate-y: -2.75rem !important; } .lg-hover--translate-y-12:hover { --tw-translate-y: -3rem !important; } .lg-hover--translate-y-14:hover { --tw-translate-y: -3.5rem !important; } .lg-hover--translate-y-16:hover { --tw-translate-y: -4rem !important; } .lg-hover--translate-y-20:hover { --tw-translate-y: -5rem !important; } .lg-hover--translate-y-24:hover { --tw-translate-y: -6rem !important; } .lg-hover--translate-y-28:hover { --tw-translate-y: -7rem !important; } .lg-hover--translate-y-32:hover { --tw-translate-y: -8rem !important; } .lg-hover--translate-y-36:hover { --tw-translate-y: -9rem !important; } .lg-hover--translate-y-40:hover { --tw-translate-y: -10rem !important; } .lg-hover--translate-y-44:hover { --tw-translate-y: -11rem !important; } .lg-hover--translate-y-48:hover { --tw-translate-y: -12rem !important; } .lg-hover--translate-y-52:hover { --tw-translate-y: -13rem !important; } .lg-hover--translate-y-56:hover { --tw-translate-y: -14rem !important; } .lg-hover--translate-y-60:hover { --tw-translate-y: -15rem !important; } .lg-hover--translate-y-64:hover { --tw-translate-y: -16rem !important; } .lg-hover--translate-y-72:hover { --tw-translate-y: -18rem !important; } .lg-hover--translate-y-80:hover { --tw-translate-y: -20rem !important; } .lg-hover--translate-y-96:hover { --tw-translate-y: -24rem !important; } .lg-hover--translate-y-px:hover { --tw-translate-y: -1px !important; } .lg-hover--translate-y-0\.5:hover { --tw-translate-y: -0.125rem !important; } .lg-hover--translate-y-1\.5:hover { --tw-translate-y: -0.375rem !important; } .lg-hover--translate-y-2\.5:hover { --tw-translate-y: -0.625rem !important; } .lg-hover--translate-y-3\.5:hover { --tw-translate-y: -0.875rem !important; } .lg-hover-translate-y-1\/2:hover { --tw-translate-y: 50% !important; } .lg-hover-translate-y-1\/3:hover { --tw-translate-y: 33.333333% !important; } .lg-hover-translate-y-2\/3:hover { --tw-translate-y: 66.666667% !important; } .lg-hover-translate-y-1\/4:hover { --tw-translate-y: 25% !important; } .lg-hover-translate-y-2\/4:hover { --tw-translate-y: 50% !important; } .lg-hover-translate-y-3\/4:hover { --tw-translate-y: 75% !important; } .lg-hover-translate-y-full:hover { --tw-translate-y: 100% !important; } .lg-hover--translate-y-1\/2:hover { --tw-translate-y: -50% !important; } .lg-hover--translate-y-1\/3:hover { --tw-translate-y: -33.333333% !important; } .lg-hover--translate-y-2\/3:hover { --tw-translate-y: -66.666667% !important; } .lg-hover--translate-y-1\/4:hover { --tw-translate-y: -25% !important; } .lg-hover--translate-y-2\/4:hover { --tw-translate-y: -50% !important; } .lg-hover--translate-y-3\/4:hover { --tw-translate-y: -75% !important; } .lg-hover--translate-y-full:hover { --tw-translate-y: -100% !important; } .lg-focus-translate-x-0:focus { --tw-translate-x: 0px !important; } .lg-focus-translate-x-1:focus { --tw-translate-x: 0.25rem !important; } .lg-focus-translate-x-2:focus { --tw-translate-x: 0.5rem !important; } .lg-focus-translate-x-3:focus { --tw-translate-x: 0.75rem !important; } .lg-focus-translate-x-4:focus { --tw-translate-x: 1rem !important; } .lg-focus-translate-x-5:focus { --tw-translate-x: 1.25rem !important; } .lg-focus-translate-x-6:focus { --tw-translate-x: 1.5rem !important; } .lg-focus-translate-x-7:focus { --tw-translate-x: 1.75rem !important; } .lg-focus-translate-x-8:focus { --tw-translate-x: 2rem !important; } .lg-focus-translate-x-9:focus { --tw-translate-x: 2.25rem !important; } .lg-focus-translate-x-10:focus { --tw-translate-x: 2.5rem !important; } .lg-focus-translate-x-11:focus { --tw-translate-x: 2.75rem !important; } .lg-focus-translate-x-12:focus { --tw-translate-x: 3rem !important; } .lg-focus-translate-x-14:focus { --tw-translate-x: 3.5rem !important; } .lg-focus-translate-x-16:focus { --tw-translate-x: 4rem !important; } .lg-focus-translate-x-20:focus { --tw-translate-x: 5rem !important; } .lg-focus-translate-x-24:focus { --tw-translate-x: 6rem !important; } .lg-focus-translate-x-28:focus { --tw-translate-x: 7rem !important; } .lg-focus-translate-x-32:focus { --tw-translate-x: 8rem !important; } .lg-focus-translate-x-36:focus { --tw-translate-x: 9rem !important; } .lg-focus-translate-x-40:focus { --tw-translate-x: 10rem !important; } .lg-focus-translate-x-44:focus { --tw-translate-x: 11rem !important; } .lg-focus-translate-x-48:focus { --tw-translate-x: 12rem !important; } .lg-focus-translate-x-52:focus { --tw-translate-x: 13rem !important; } .lg-focus-translate-x-56:focus { --tw-translate-x: 14rem !important; } .lg-focus-translate-x-60:focus { --tw-translate-x: 15rem !important; } .lg-focus-translate-x-64:focus { --tw-translate-x: 16rem !important; } .lg-focus-translate-x-72:focus { --tw-translate-x: 18rem !important; } .lg-focus-translate-x-80:focus { --tw-translate-x: 20rem !important; } .lg-focus-translate-x-96:focus { --tw-translate-x: 24rem !important; } .lg-focus-translate-x-px:focus { --tw-translate-x: 1px !important; } .lg-focus-translate-x-0\.5:focus { --tw-translate-x: 0.125rem !important; } .lg-focus-translate-x-1\.5:focus { --tw-translate-x: 0.375rem !important; } .lg-focus-translate-x-2\.5:focus { --tw-translate-x: 0.625rem !important; } .lg-focus-translate-x-3\.5:focus { --tw-translate-x: 0.875rem !important; } .lg-focus--translate-x-0:focus { --tw-translate-x: 0px !important; } .lg-focus--translate-x-1:focus { --tw-translate-x: -0.25rem !important; } .lg-focus--translate-x-2:focus { --tw-translate-x: -0.5rem !important; } .lg-focus--translate-x-3:focus { --tw-translate-x: -0.75rem !important; } .lg-focus--translate-x-4:focus { --tw-translate-x: -1rem !important; } .lg-focus--translate-x-5:focus { --tw-translate-x: -1.25rem !important; } .lg-focus--translate-x-6:focus { --tw-translate-x: -1.5rem !important; } .lg-focus--translate-x-7:focus { --tw-translate-x: -1.75rem !important; } .lg-focus--translate-x-8:focus { --tw-translate-x: -2rem !important; } .lg-focus--translate-x-9:focus { --tw-translate-x: -2.25rem !important; } .lg-focus--translate-x-10:focus { --tw-translate-x: -2.5rem !important; } .lg-focus--translate-x-11:focus { --tw-translate-x: -2.75rem !important; } .lg-focus--translate-x-12:focus { --tw-translate-x: -3rem !important; } .lg-focus--translate-x-14:focus { --tw-translate-x: -3.5rem !important; } .lg-focus--translate-x-16:focus { --tw-translate-x: -4rem !important; } .lg-focus--translate-x-20:focus { --tw-translate-x: -5rem !important; } .lg-focus--translate-x-24:focus { --tw-translate-x: -6rem !important; } .lg-focus--translate-x-28:focus { --tw-translate-x: -7rem !important; } .lg-focus--translate-x-32:focus { --tw-translate-x: -8rem !important; } .lg-focus--translate-x-36:focus { --tw-translate-x: -9rem !important; } .lg-focus--translate-x-40:focus { --tw-translate-x: -10rem !important; } .lg-focus--translate-x-44:focus { --tw-translate-x: -11rem !important; } .lg-focus--translate-x-48:focus { --tw-translate-x: -12rem !important; } .lg-focus--translate-x-52:focus { --tw-translate-x: -13rem !important; } .lg-focus--translate-x-56:focus { --tw-translate-x: -14rem !important; } .lg-focus--translate-x-60:focus { --tw-translate-x: -15rem !important; } .lg-focus--translate-x-64:focus { --tw-translate-x: -16rem !important; } .lg-focus--translate-x-72:focus { --tw-translate-x: -18rem !important; } .lg-focus--translate-x-80:focus { --tw-translate-x: -20rem !important; } .lg-focus--translate-x-96:focus { --tw-translate-x: -24rem !important; } .lg-focus--translate-x-px:focus { --tw-translate-x: -1px !important; } .lg-focus--translate-x-0\.5:focus { --tw-translate-x: -0.125rem !important; } .lg-focus--translate-x-1\.5:focus { --tw-translate-x: -0.375rem !important; } .lg-focus--translate-x-2\.5:focus { --tw-translate-x: -0.625rem !important; } .lg-focus--translate-x-3\.5:focus { --tw-translate-x: -0.875rem !important; } .lg-focus-translate-x-1\/2:focus { --tw-translate-x: 50% !important; } .lg-focus-translate-x-1\/3:focus { --tw-translate-x: 33.333333% !important; } .lg-focus-translate-x-2\/3:focus { --tw-translate-x: 66.666667% !important; } .lg-focus-translate-x-1\/4:focus { --tw-translate-x: 25% !important; } .lg-focus-translate-x-2\/4:focus { --tw-translate-x: 50% !important; } .lg-focus-translate-x-3\/4:focus { --tw-translate-x: 75% !important; } .lg-focus-translate-x-full:focus { --tw-translate-x: 100% !important; } .lg-focus--translate-x-1\/2:focus { --tw-translate-x: -50% !important; } .lg-focus--translate-x-1\/3:focus { --tw-translate-x: -33.333333% !important; } .lg-focus--translate-x-2\/3:focus { --tw-translate-x: -66.666667% !important; } .lg-focus--translate-x-1\/4:focus { --tw-translate-x: -25% !important; } .lg-focus--translate-x-2\/4:focus { --tw-translate-x: -50% !important; } .lg-focus--translate-x-3\/4:focus { --tw-translate-x: -75% !important; } .lg-focus--translate-x-full:focus { --tw-translate-x: -100% !important; } .lg-focus-translate-y-0:focus { --tw-translate-y: 0px !important; } .lg-focus-translate-y-1:focus { --tw-translate-y: 0.25rem !important; } .lg-focus-translate-y-2:focus { --tw-translate-y: 0.5rem !important; } .lg-focus-translate-y-3:focus { --tw-translate-y: 0.75rem !important; } .lg-focus-translate-y-4:focus { --tw-translate-y: 1rem !important; } .lg-focus-translate-y-5:focus { --tw-translate-y: 1.25rem !important; } .lg-focus-translate-y-6:focus { --tw-translate-y: 1.5rem !important; } .lg-focus-translate-y-7:focus { --tw-translate-y: 1.75rem !important; } .lg-focus-translate-y-8:focus { --tw-translate-y: 2rem !important; } .lg-focus-translate-y-9:focus { --tw-translate-y: 2.25rem !important; } .lg-focus-translate-y-10:focus { --tw-translate-y: 2.5rem !important; } .lg-focus-translate-y-11:focus { --tw-translate-y: 2.75rem !important; } .lg-focus-translate-y-12:focus { --tw-translate-y: 3rem !important; } .lg-focus-translate-y-14:focus { --tw-translate-y: 3.5rem !important; } .lg-focus-translate-y-16:focus { --tw-translate-y: 4rem !important; } .lg-focus-translate-y-20:focus { --tw-translate-y: 5rem !important; } .lg-focus-translate-y-24:focus { --tw-translate-y: 6rem !important; } .lg-focus-translate-y-28:focus { --tw-translate-y: 7rem !important; } .lg-focus-translate-y-32:focus { --tw-translate-y: 8rem !important; } .lg-focus-translate-y-36:focus { --tw-translate-y: 9rem !important; } .lg-focus-translate-y-40:focus { --tw-translate-y: 10rem !important; } .lg-focus-translate-y-44:focus { --tw-translate-y: 11rem !important; } .lg-focus-translate-y-48:focus { --tw-translate-y: 12rem !important; } .lg-focus-translate-y-52:focus { --tw-translate-y: 13rem !important; } .lg-focus-translate-y-56:focus { --tw-translate-y: 14rem !important; } .lg-focus-translate-y-60:focus { --tw-translate-y: 15rem !important; } .lg-focus-translate-y-64:focus { --tw-translate-y: 16rem !important; } .lg-focus-translate-y-72:focus { --tw-translate-y: 18rem !important; } .lg-focus-translate-y-80:focus { --tw-translate-y: 20rem !important; } .lg-focus-translate-y-96:focus { --tw-translate-y: 24rem !important; } .lg-focus-translate-y-px:focus { --tw-translate-y: 1px !important; } .lg-focus-translate-y-0\.5:focus { --tw-translate-y: 0.125rem !important; } .lg-focus-translate-y-1\.5:focus { --tw-translate-y: 0.375rem !important; } .lg-focus-translate-y-2\.5:focus { --tw-translate-y: 0.625rem !important; } .lg-focus-translate-y-3\.5:focus { --tw-translate-y: 0.875rem !important; } .lg-focus--translate-y-0:focus { --tw-translate-y: 0px !important; } .lg-focus--translate-y-1:focus { --tw-translate-y: -0.25rem !important; } .lg-focus--translate-y-2:focus { --tw-translate-y: -0.5rem !important; } .lg-focus--translate-y-3:focus { --tw-translate-y: -0.75rem !important; } .lg-focus--translate-y-4:focus { --tw-translate-y: -1rem !important; } .lg-focus--translate-y-5:focus { --tw-translate-y: -1.25rem !important; } .lg-focus--translate-y-6:focus { --tw-translate-y: -1.5rem !important; } .lg-focus--translate-y-7:focus { --tw-translate-y: -1.75rem !important; } .lg-focus--translate-y-8:focus { --tw-translate-y: -2rem !important; } .lg-focus--translate-y-9:focus { --tw-translate-y: -2.25rem !important; } .lg-focus--translate-y-10:focus { --tw-translate-y: -2.5rem !important; } .lg-focus--translate-y-11:focus { --tw-translate-y: -2.75rem !important; } .lg-focus--translate-y-12:focus { --tw-translate-y: -3rem !important; } .lg-focus--translate-y-14:focus { --tw-translate-y: -3.5rem !important; } .lg-focus--translate-y-16:focus { --tw-translate-y: -4rem !important; } .lg-focus--translate-y-20:focus { --tw-translate-y: -5rem !important; } .lg-focus--translate-y-24:focus { --tw-translate-y: -6rem !important; } .lg-focus--translate-y-28:focus { --tw-translate-y: -7rem !important; } .lg-focus--translate-y-32:focus { --tw-translate-y: -8rem !important; } .lg-focus--translate-y-36:focus { --tw-translate-y: -9rem !important; } .lg-focus--translate-y-40:focus { --tw-translate-y: -10rem !important; } .lg-focus--translate-y-44:focus { --tw-translate-y: -11rem !important; } .lg-focus--translate-y-48:focus { --tw-translate-y: -12rem !important; } .lg-focus--translate-y-52:focus { --tw-translate-y: -13rem !important; } .lg-focus--translate-y-56:focus { --tw-translate-y: -14rem !important; } .lg-focus--translate-y-60:focus { --tw-translate-y: -15rem !important; } .lg-focus--translate-y-64:focus { --tw-translate-y: -16rem !important; } .lg-focus--translate-y-72:focus { --tw-translate-y: -18rem !important; } .lg-focus--translate-y-80:focus { --tw-translate-y: -20rem !important; } .lg-focus--translate-y-96:focus { --tw-translate-y: -24rem !important; } .lg-focus--translate-y-px:focus { --tw-translate-y: -1px !important; } .lg-focus--translate-y-0\.5:focus { --tw-translate-y: -0.125rem !important; } .lg-focus--translate-y-1\.5:focus { --tw-translate-y: -0.375rem !important; } .lg-focus--translate-y-2\.5:focus { --tw-translate-y: -0.625rem !important; } .lg-focus--translate-y-3\.5:focus { --tw-translate-y: -0.875rem !important; } .lg-focus-translate-y-1\/2:focus { --tw-translate-y: 50% !important; } .lg-focus-translate-y-1\/3:focus { --tw-translate-y: 33.333333% !important; } .lg-focus-translate-y-2\/3:focus { --tw-translate-y: 66.666667% !important; } .lg-focus-translate-y-1\/4:focus { --tw-translate-y: 25% !important; } .lg-focus-translate-y-2\/4:focus { --tw-translate-y: 50% !important; } .lg-focus-translate-y-3\/4:focus { --tw-translate-y: 75% !important; } .lg-focus-translate-y-full:focus { --tw-translate-y: 100% !important; } .lg-focus--translate-y-1\/2:focus { --tw-translate-y: -50% !important; } .lg-focus--translate-y-1\/3:focus { --tw-translate-y: -33.333333% !important; } .lg-focus--translate-y-2\/3:focus { --tw-translate-y: -66.666667% !important; } .lg-focus--translate-y-1\/4:focus { --tw-translate-y: -25% !important; } .lg-focus--translate-y-2\/4:focus { --tw-translate-y: -50% !important; } .lg-focus--translate-y-3\/4:focus { --tw-translate-y: -75% !important; } .lg-focus--translate-y-full:focus { --tw-translate-y: -100% !important; } .lg-skew-x-0 { --tw-skew-x: 0deg !important; } .lg-skew-x-1 { --tw-skew-x: 1deg !important; } .lg-skew-x-2 { --tw-skew-x: 2deg !important; } .lg-skew-x-3 { --tw-skew-x: 3deg !important; } .lg-skew-x-6 { --tw-skew-x: 6deg !important; } .lg-skew-x-12 { --tw-skew-x: 12deg !important; } .lg--skew-x-12 { --tw-skew-x: -12deg !important; } .lg--skew-x-6 { --tw-skew-x: -6deg !important; } .lg--skew-x-3 { --tw-skew-x: -3deg !important; } .lg--skew-x-2 { --tw-skew-x: -2deg !important; } .lg--skew-x-1 { --tw-skew-x: -1deg !important; } .lg-skew-y-0 { --tw-skew-y: 0deg !important; } .lg-skew-y-1 { --tw-skew-y: 1deg !important; } .lg-skew-y-2 { --tw-skew-y: 2deg !important; } .lg-skew-y-3 { --tw-skew-y: 3deg !important; } .lg-skew-y-6 { --tw-skew-y: 6deg !important; } .lg-skew-y-12 { --tw-skew-y: 12deg !important; } .lg--skew-y-12 { --tw-skew-y: -12deg !important; } .lg--skew-y-6 { --tw-skew-y: -6deg !important; } .lg--skew-y-3 { --tw-skew-y: -3deg !important; } .lg--skew-y-2 { --tw-skew-y: -2deg !important; } .lg--skew-y-1 { --tw-skew-y: -1deg !important; } .lg-hover-skew-x-0:hover { --tw-skew-x: 0deg !important; } .lg-hover-skew-x-1:hover { --tw-skew-x: 1deg !important; } .lg-hover-skew-x-2:hover { --tw-skew-x: 2deg !important; } .lg-hover-skew-x-3:hover { --tw-skew-x: 3deg !important; } .lg-hover-skew-x-6:hover { --tw-skew-x: 6deg !important; } .lg-hover-skew-x-12:hover { --tw-skew-x: 12deg !important; } .lg-hover--skew-x-12:hover { --tw-skew-x: -12deg !important; } .lg-hover--skew-x-6:hover { --tw-skew-x: -6deg !important; } .lg-hover--skew-x-3:hover { --tw-skew-x: -3deg !important; } .lg-hover--skew-x-2:hover { --tw-skew-x: -2deg !important; } .lg-hover--skew-x-1:hover { --tw-skew-x: -1deg !important; } .lg-hover-skew-y-0:hover { --tw-skew-y: 0deg !important; } .lg-hover-skew-y-1:hover { --tw-skew-y: 1deg !important; } .lg-hover-skew-y-2:hover { --tw-skew-y: 2deg !important; } .lg-hover-skew-y-3:hover { --tw-skew-y: 3deg !important; } .lg-hover-skew-y-6:hover { --tw-skew-y: 6deg !important; } .lg-hover-skew-y-12:hover { --tw-skew-y: 12deg !important; } .lg-hover--skew-y-12:hover { --tw-skew-y: -12deg !important; } .lg-hover--skew-y-6:hover { --tw-skew-y: -6deg !important; } .lg-hover--skew-y-3:hover { --tw-skew-y: -3deg !important; } .lg-hover--skew-y-2:hover { --tw-skew-y: -2deg !important; } .lg-hover--skew-y-1:hover { --tw-skew-y: -1deg !important; } .lg-focus-skew-x-0:focus { --tw-skew-x: 0deg !important; } .lg-focus-skew-x-1:focus { --tw-skew-x: 1deg !important; } .lg-focus-skew-x-2:focus { --tw-skew-x: 2deg !important; } .lg-focus-skew-x-3:focus { --tw-skew-x: 3deg !important; } .lg-focus-skew-x-6:focus { --tw-skew-x: 6deg !important; } .lg-focus-skew-x-12:focus { --tw-skew-x: 12deg !important; } .lg-focus--skew-x-12:focus { --tw-skew-x: -12deg !important; } .lg-focus--skew-x-6:focus { --tw-skew-x: -6deg !important; } .lg-focus--skew-x-3:focus { --tw-skew-x: -3deg !important; } .lg-focus--skew-x-2:focus { --tw-skew-x: -2deg !important; } .lg-focus--skew-x-1:focus { --tw-skew-x: -1deg !important; } .lg-focus-skew-y-0:focus { --tw-skew-y: 0deg !important; } .lg-focus-skew-y-1:focus { --tw-skew-y: 1deg !important; } .lg-focus-skew-y-2:focus { --tw-skew-y: 2deg !important; } .lg-focus-skew-y-3:focus { --tw-skew-y: 3deg !important; } .lg-focus-skew-y-6:focus { --tw-skew-y: 6deg !important; } .lg-focus-skew-y-12:focus { --tw-skew-y: 12deg !important; } .lg-focus--skew-y-12:focus { --tw-skew-y: -12deg !important; } .lg-focus--skew-y-6:focus { --tw-skew-y: -6deg !important; } .lg-focus--skew-y-3:focus { --tw-skew-y: -3deg !important; } .lg-focus--skew-y-2:focus { --tw-skew-y: -2deg !important; } .lg-focus--skew-y-1:focus { --tw-skew-y: -1deg !important; } .lg-transition-none { transition-property: none !important; } .lg-transition-all { transition-property: all !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .lg-transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .lg-transition-colors { transition-property: background-color, border-color, color, fill, stroke !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .lg-transition-opacity { transition-property: opacity !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .lg-transition-shadow { transition-property: box-shadow !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .lg-transition-transform { transition-property: transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .lg-ease-linear { transition-timing-function: linear !important; } .lg-ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; } .lg-ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; } .lg-ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; } .lg-duration-75 { transition-duration: 75ms !important; } .lg-duration-100 { transition-duration: 0.1s !important; } .lg-duration-150 { transition-duration: 0.15s !important; } .lg-duration-200 { transition-duration: 0.2s !important; } .lg-duration-300 { transition-duration: 0.3s !important; } .lg-duration-500 { transition-duration: 0.5s !important; } .lg-duration-700 { transition-duration: 0.7s !important; } .lg-duration-1000 { transition-duration: 1s !important; } .lg-delay-75 { transition-delay: 75ms !important; } .lg-delay-100 { transition-delay: 0.1s !important; } .lg-delay-150 { transition-delay: 0.15s !important; } .lg-delay-200 { transition-delay: 0.2s !important; } .lg-delay-300 { transition-delay: 0.3s !important; } .lg-delay-500 { transition-delay: 0.5s !important; } .lg-delay-700 { transition-delay: 0.7s !important; } .lg-delay-1000 { transition-delay: 1s !important; } .lg-animate-none { animation: none !important; } .lg-animate-spin { animation: spin 1s linear infinite !important; } .lg-animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; } .lg-animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; } .lg-animate-bounce { animation: bounce 1s infinite !important; } } @media (min-width: 1281px) { .xl-space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .xl-space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; } .xl-space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1px * var(--tw-space-x-reverse)) !important; margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; } .xl-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .xl--space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-4rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-5rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-6rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-7rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-8rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-9rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-10rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-11rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-12rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-13rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-14rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-15rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-16rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-18rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-20rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-24rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; } .xl--space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; margin-left: calc(-1px * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .xl--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; } .xl--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .xl-space-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 1 !important; } .xl-space-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 1 !important; } .xl-divide-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(0px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; } .xl-divide-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(0px * (1 - var(--tw-divide-x-reverse))) !important; } .xl-divide-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(2px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; } .xl-divide-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(2px * (1 - var(--tw-divide-x-reverse))) !important; } .xl-divide-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(4px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; } .xl-divide-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(4px * (1 - var(--tw-divide-x-reverse))) !important; } .xl-divide-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(8px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; } .xl-divide-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(8px * (1 - var(--tw-divide-x-reverse))) !important; } .xl-divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; } .xl-divide-x > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse))) !important; } .xl-divide-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 1 !important; } .xl-divide-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 1 !important; } .xl-divide-transparent > :not([hidden]) ~ :not([hidden]) { border-color: transparent !important; } .xl-divide-cw-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-divide-opacity)) !important; } .xl-divide-cw-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .xl-divide-cw-secondary > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .xl-divide-cw-secondary-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-divide-opacity)) !important; } .xl-divide-cw-secondary-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-divide-opacity)) !important; } .xl-divide-cw-secondary-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-divide-opacity)) !important; } .xl-divide-cw-accent > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .xl-divide-cw-accent-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-divide-opacity)) !important; } .xl-divide-cw-accent-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-divide-opacity)) !important; } .xl-divide-cw-blue-print > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-divide-opacity)) !important; } .xl-divide-cw-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-divide-opacity)) !important; } .xl-divide-cw-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-divide-opacity)) !important; } .xl-divide-cw-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-divide-opacity)) !important; } .xl-divide-cw-red > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-divide-opacity)) !important; } .xl-divide-cw-spring > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-divide-opacity)) !important; } .xl-divide-cw-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-divide-opacity)) !important; } .xl-divide-cw-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; } .xl-divide-cw-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-divide-opacity)) !important; } .xl-divide-grey-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-divide-opacity)) !important; } .xl-divide-grey-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-divide-opacity)) !important; } .xl-divide-grey-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-divide-opacity)) !important; } .xl-divide-grey-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-divide-opacity)) !important; } .xl-divide-grey-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important; } .xl-divide-grey-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-divide-opacity)) !important; } .xl-divide-grey-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-divide-opacity)) !important; } .xl-divide-grey-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-divide-opacity)) !important; } .xl-divide-cball-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-divide-opacity)) !important; } .xl-divide-cball-dark-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-divide-opacity)) !important; } .xl-divide-cball-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-divide-opacity)) !important; } .xl-divide-cw-spring-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .xl-divide-cw-spring-dk-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-divide-opacity)) !important; } .xl-divide-cw-spring-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-divide-opacity)) !important; } .xl-divide-cw-spring-lt-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-divide-opacity)) !important; } .xl-divide-cw-spring-dk-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-divide-opacity)) !important; } .xl-divide-cw-spring-med-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-divide-opacity)) !important; } .xl-divide-cw-spring-lt-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-divide-opacity)) !important; } .xl-divide-cw-spring-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-divide-opacity)) !important; } .xl-divide-cw-spring-off-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-divide-opacity)) !important; } .xl-divide-cw-spring-peach > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-divide-opacity)) !important; } .xl-divide-cw-navy > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .xl-divide-cw-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .xl-divide-cw-dk-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-divide-opacity)) !important; } .xl-divide-sc-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-divide-opacity)) !important; } .xl-divide-sc-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-divide-opacity)) !important; } .xl-divide-sc-sand > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-divide-opacity)) !important; } .xl-divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid !important; } .xl-divide-dashed > :not([hidden]) ~ :not([hidden]) { border-style: dashed !important; } .xl-divide-dotted > :not([hidden]) ~ :not([hidden]) { border-style: dotted !important; } .xl-divide-double > :not([hidden]) ~ :not([hidden]) { border-style: double !important; } .xl-divide-none > :not([hidden]) ~ :not([hidden]) { border-style: none !important; } .xl-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0 !important; } .xl-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.05 !important; } .xl-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.1 !important; } .xl-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.2 !important; } .xl-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.25 !important; } .xl-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.3 !important; } .xl-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.4 !important; } .xl-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5 !important; } .xl-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.6 !important; } .xl-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.7 !important; } .xl-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.75 !important; } .xl-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.8 !important; } .xl-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.9 !important; } .xl-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.95 !important; } .xl-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; } .xl-sr-only { position: absolute !important; 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-width: 0 !important; } .xl-not-sr-only { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .xl-focus-within-sr-only:focus-within { position: absolute !important; 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-width: 0 !important; } .xl-focus-within-not-sr-only:focus-within { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .xl-focus-sr-only:focus { position: absolute !important; 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-width: 0 !important; } .xl-focus-not-sr-only:focus { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .xl-appearance-none { -moz-appearance: none !important; appearance: none !important; } .xl-bg-fixed { background-attachment: fixed !important; } .xl-bg-local { background-attachment: local !important; } .xl-bg-scroll { background-attachment: scroll !important; } .xl-bg-clip-border { background-clip: border-box !important; } .xl-bg-clip-padding { background-clip: padding-box !important; } .xl-bg-clip-content { background-clip: content-box !important; } .xl-bg-clip-text { background-clip: text !important; } .xl-bg-transparent { background-color: transparent !important; } .xl-bg-cw-black { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .xl-bg-cw-blue { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .xl-bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .xl-bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .xl-bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .xl-bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .xl-bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .xl-bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .xl-bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .xl-bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .xl-bg-cw-green { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .xl-bg-cw-orange { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .xl-bg-cw-purple { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .xl-bg-cw-red { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .xl-bg-cw-spring { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .xl-bg-cw-teal { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .xl-bg-cw-white { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .xl-bg-cw-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .xl-bg-grey-10 { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .xl-bg-grey-20 { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .xl-bg-grey-30 { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .xl-bg-grey-40 { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .xl-bg-grey-5 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .xl-bg-grey-50 { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .xl-bg-grey-60 { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .xl-bg-grey-70 { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .xl-bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .xl-bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .xl-bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .xl-bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .xl-bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .xl-bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .xl-bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .xl-bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .xl-bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .xl-bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .xl-bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .xl-bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .xl-bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .xl-bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .xl-bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .xl-bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .xl-bg-sc-teal { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .xl-bg-sc-green { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .xl-bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-transparent { background-color: transparent !important; } .group:hover .xl-group-hover-bg-cw-black { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-blue { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-green { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-orange { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-purple { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-red { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-spring { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-teal { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-white { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-grey-10 { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-grey-20 { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-grey-30 { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-grey-40 { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-grey-5 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-grey-50 { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-grey-60 { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-grey-70 { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-sc-teal { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-sc-green { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .group:hover .xl-group-hover-bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-transparent:focus-within { background-color: transparent !important; } .xl-focus-within-bg-cw-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-secondary:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-secondary-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-secondary-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-secondary-300:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-accent:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-accent-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-accent-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-blue-print:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-red:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-spring:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-grey-10:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-grey-20:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-grey-30:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-grey-40:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-grey-5:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-grey-50:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-grey-60:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-grey-70:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cball-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cball-dark-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cball-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-spring-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-spring-dk-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-spring-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-spring-lt-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-spring-dk-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-spring-med-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-spring-lt-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-spring-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-spring-off-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-spring-peach:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-navy:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-cw-dk-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-sc-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-sc-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .xl-focus-within-bg-sc-sand:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .xl-hover-bg-transparent:hover { background-color: transparent !important; } .xl-hover-bg-cw-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-secondary:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-secondary-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-secondary-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-secondary-300:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-accent:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-accent-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-accent-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-blue-print:hover { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-red:hover { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-spring:hover { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .xl-hover-bg-grey-10:hover { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .xl-hover-bg-grey-20:hover { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .xl-hover-bg-grey-30:hover { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .xl-hover-bg-grey-40:hover { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .xl-hover-bg-grey-5:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .xl-hover-bg-grey-50:hover { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .xl-hover-bg-grey-60:hover { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .xl-hover-bg-grey-70:hover { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cball-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cball-dark-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cball-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-spring-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-spring-dk-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-spring-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-spring-lt-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-spring-dk-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-spring-med-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-spring-lt-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-spring-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-spring-off-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-spring-peach:hover { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-navy:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .xl-hover-bg-cw-dk-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .xl-hover-bg-sc-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .xl-hover-bg-sc-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .xl-hover-bg-sc-sand:hover { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .xl-focus-bg-transparent:focus { background-color: transparent !important; } .xl-focus-bg-cw-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-secondary:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-secondary-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-secondary-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-secondary-300:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-accent:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-accent-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-accent-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-blue-print:focus { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-red:focus { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-spring:focus { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .xl-focus-bg-grey-10:focus { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .xl-focus-bg-grey-20:focus { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .xl-focus-bg-grey-30:focus { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .xl-focus-bg-grey-40:focus { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .xl-focus-bg-grey-5:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .xl-focus-bg-grey-50:focus { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .xl-focus-bg-grey-60:focus { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .xl-focus-bg-grey-70:focus { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cball-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cball-dark-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cball-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-spring-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-spring-dk-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-spring-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-spring-lt-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-spring-dk-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-spring-med-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-spring-lt-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-spring-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-spring-off-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-spring-peach:focus { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-navy:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .xl-focus-bg-cw-dk-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .xl-focus-bg-sc-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .xl-focus-bg-sc-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .xl-focus-bg-sc-sand:focus { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .xl-bg-none { background-image: none !important; } .xl-bg-gradient-to-t { background-image: linear-gradient( 0deg, var(--tw-gradient-stops) ) !important; } .xl-bg-gradient-to-tr { background-image: linear-gradient( to top right, var(--tw-gradient-stops) ) !important; } .xl-bg-gradient-to-r { background-image: linear-gradient( 90deg, var(--tw-gradient-stops) ) !important; } .xl-bg-gradient-to-br { background-image: linear-gradient( to bottom right, var(--tw-gradient-stops) ) !important; } .xl-bg-gradient-to-b { background-image: linear-gradient( 180deg, var(--tw-gradient-stops) ) !important; } .xl-bg-gradient-to-bl { background-image: linear-gradient( to bottom left, var(--tw-gradient-stops) ) !important; } .xl-bg-gradient-to-l { background-image: linear-gradient( 270deg, var(--tw-gradient-stops) ) !important; } .xl-bg-gradient-to-tl { background-image: linear-gradient( to top left, var(--tw-gradient-stops) ) !important; } .xl-from-transparent { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .xl-from-cw-black { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .xl-from-cw-blue { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-from-cw-secondary { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-from-cw-secondary-100 { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .xl-from-cw-secondary-200 { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .xl-from-cw-secondary-300 { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .xl-from-cw-accent { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-from-cw-accent-100 { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .xl-from-cw-accent-200 { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .xl-from-cw-blue-print { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .xl-from-cw-green { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .xl-from-cw-orange { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .xl-from-cw-purple { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .xl-from-cw-red { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .xl-from-cw-spring { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .xl-from-cw-teal { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .xl-from-cw-white { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .xl-from-cw-yellow { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .xl-from-grey-10 { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .xl-from-grey-20 { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .xl-from-grey-30 { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .xl-from-grey-40 { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .xl-from-grey-5 { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .xl-from-grey-50 { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .xl-from-grey-60 { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .xl-from-grey-70 { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .xl-from-cball-blue { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .xl-from-cball-dark-blue { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .xl-from-cball-purple { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .xl-from-cw-spring-yellow { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-from-cw-spring-dk-blue { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .xl-from-cw-spring-med-blue { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .xl-from-cw-spring-lt-blue { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .xl-from-cw-spring-dk-green { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .xl-from-cw-spring-med-green { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .xl-from-cw-spring-lt-green { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .xl-from-cw-spring-black { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .xl-from-cw-spring-off-white { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .xl-from-cw-spring-peach { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .xl-from-cw-navy { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-from-cw-med-blue { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-from-cw-dk-orange { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .xl-from-sc-teal { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .xl-from-sc-green { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .xl-from-sc-sand { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .xl-via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .xl-via-cw-black { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .xl-via-cw-blue { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-via-cw-secondary { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-via-cw-secondary-100 { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .xl-via-cw-secondary-200 { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .xl-via-cw-secondary-300 { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .xl-via-cw-accent { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-via-cw-accent-100 { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .xl-via-cw-accent-200 { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .xl-via-cw-blue-print { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .xl-via-cw-green { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .xl-via-cw-orange { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .xl-via-cw-purple { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .xl-via-cw-red { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .xl-via-cw-spring { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .xl-via-cw-teal { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .xl-via-cw-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .xl-via-cw-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .xl-via-grey-10 { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .xl-via-grey-20 { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .xl-via-grey-30 { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .xl-via-grey-40 { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .xl-via-grey-5 { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .xl-via-grey-50 { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .xl-via-grey-60 { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .xl-via-grey-70 { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .xl-via-cball-blue { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .xl-via-cball-dark-blue { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .xl-via-cball-purple { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .xl-via-cw-spring-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-via-cw-spring-dk-blue { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .xl-via-cw-spring-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .xl-via-cw-spring-lt-blue { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .xl-via-cw-spring-dk-green { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .xl-via-cw-spring-med-green { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .xl-via-cw-spring-lt-green { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .xl-via-cw-spring-black { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .xl-via-cw-spring-off-white { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .xl-via-cw-spring-peach { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .xl-via-cw-navy { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-via-cw-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-via-cw-dk-orange { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .xl-via-sc-teal { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .xl-via-sc-green { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .xl-via-sc-sand { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .xl-to-transparent { --tw-gradient-to: transparent !important; } .xl-to-cw-black { --tw-gradient-to: #333232 !important; } .xl-to-cw-blue { --tw-gradient-to: #036 !important; } .xl-to-cw-secondary { --tw-gradient-to: #77a8bb !important; } .xl-to-cw-secondary-100 { --tw-gradient-to: #99becc !important; } .xl-to-cw-secondary-200 { --tw-gradient-to: #d6e4ea !important; } .xl-to-cw-secondary-300 { --tw-gradient-to: #f7fcff !important; } .xl-to-cw-accent { --tw-gradient-to: #ffc907 !important; } .xl-to-cw-accent-100 { --tw-gradient-to: #fff7e1 !important; } .xl-to-cw-accent-200 { --tw-gradient-to: #fffbf0 !important; } .xl-to-cw-blue-print { --tw-gradient-to: #5096d0 !important; } .xl-to-cw-green { --tw-gradient-to: #14a947 !important; } .xl-to-cw-orange { --tw-gradient-to: #fe813a !important; } .xl-to-cw-purple { --tw-gradient-to: #9064bf !important; } .xl-to-cw-red { --tw-gradient-to: #fa575d !important; } .xl-to-cw-spring { --tw-gradient-to: #1ba9e0 !important; } .xl-to-cw-teal { --tw-gradient-to: #8ed4cc !important; } .xl-to-cw-white { --tw-gradient-to: #fff !important; } .xl-to-cw-yellow { --tw-gradient-to: #ffca0a !important; } .xl-to-grey-10 { --tw-gradient-to: #f4f5f0 !important; } .xl-to-grey-20 { --tw-gradient-to: #e9eae4 !important; } .xl-to-grey-30 { --tw-gradient-to: #dfdfd7 !important; } .xl-to-grey-40 { --tw-gradient-to: #c1c1ba !important; } .xl-to-grey-5 { --tw-gradient-to: #f7f7f7 !important; } .xl-to-grey-50 { --tw-gradient-to: #9b9b94 !important; } .xl-to-grey-60 { --tw-gradient-to: #71716c !important; } .xl-to-grey-70 { --tw-gradient-to: #515151 !important; } .xl-to-cball-blue { --tw-gradient-to: #576995 !important; } .xl-to-cball-dark-blue { --tw-gradient-to: #354363 !important; } .xl-to-cball-purple { --tw-gradient-to: #0a101f !important; } .xl-to-cw-spring-yellow { --tw-gradient-to: #ffc907 !important; } .xl-to-cw-spring-dk-blue { --tw-gradient-to: #1e2658 !important; } .xl-to-cw-spring-med-blue { --tw-gradient-to: #1080b9 !important; } .xl-to-cw-spring-lt-blue { --tw-gradient-to: #bae3f0 !important; } .xl-to-cw-spring-dk-green { --tw-gradient-to: #004b3d !important; } .xl-to-cw-spring-med-green { --tw-gradient-to: #00ac7f !important; } .xl-to-cw-spring-lt-green { --tw-gradient-to: #b8e3d1 !important; } .xl-to-cw-spring-black { --tw-gradient-to: #1a1a1a !important; } .xl-to-cw-spring-off-white { --tw-gradient-to: #fdf4e2 !important; } .xl-to-cw-spring-peach { --tw-gradient-to: #e88a78 !important; } .xl-to-cw-navy { --tw-gradient-to: #036 !important; } .xl-to-cw-med-blue { --tw-gradient-to: #77a8bb !important; } .xl-to-cw-dk-orange { --tw-gradient-to: #bf6c46 !important; } .xl-to-sc-teal { --tw-gradient-to: #43b29a !important; } .xl-to-sc-green { --tw-gradient-to: #7db87e !important; } .xl-to-sc-sand { --tw-gradient-to: #f9f7e9 !important; } .xl-hover-from-transparent:hover { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .xl-hover-from-cw-black:hover { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .xl-hover-from-cw-blue:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-hover-from-cw-secondary:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-hover-from-cw-secondary-100:hover { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .xl-hover-from-cw-secondary-200:hover { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .xl-hover-from-cw-secondary-300:hover { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .xl-hover-from-cw-accent:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-hover-from-cw-accent-100:hover { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .xl-hover-from-cw-accent-200:hover { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .xl-hover-from-cw-blue-print:hover { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .xl-hover-from-cw-green:hover { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .xl-hover-from-cw-orange:hover { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .xl-hover-from-cw-purple:hover { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .xl-hover-from-cw-red:hover { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .xl-hover-from-cw-spring:hover { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .xl-hover-from-cw-teal:hover { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .xl-hover-from-cw-white:hover { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .xl-hover-from-cw-yellow:hover { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .xl-hover-from-grey-10:hover { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .xl-hover-from-grey-20:hover { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .xl-hover-from-grey-30:hover { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .xl-hover-from-grey-40:hover { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .xl-hover-from-grey-5:hover { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .xl-hover-from-grey-50:hover { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .xl-hover-from-grey-60:hover { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .xl-hover-from-grey-70:hover { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .xl-hover-from-cball-blue:hover { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .xl-hover-from-cball-dark-blue:hover { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .xl-hover-from-cball-purple:hover { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .xl-hover-from-cw-spring-yellow:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-hover-from-cw-spring-dk-blue:hover { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .xl-hover-from-cw-spring-med-blue:hover { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .xl-hover-from-cw-spring-lt-blue:hover { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .xl-hover-from-cw-spring-dk-green:hover { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .xl-hover-from-cw-spring-med-green:hover { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .xl-hover-from-cw-spring-lt-green:hover { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .xl-hover-from-cw-spring-black:hover { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .xl-hover-from-cw-spring-off-white:hover { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .xl-hover-from-cw-spring-peach:hover { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .xl-hover-from-cw-navy:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-hover-from-cw-med-blue:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-hover-from-cw-dk-orange:hover { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .xl-hover-from-sc-teal:hover { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .xl-hover-from-sc-green:hover { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .xl-hover-from-sc-sand:hover { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .xl-hover-via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .xl-hover-via-cw-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .xl-hover-via-cw-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-hover-via-cw-secondary:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-hover-via-cw-secondary-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .xl-hover-via-cw-secondary-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .xl-hover-via-cw-secondary-300:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .xl-hover-via-cw-accent:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-hover-via-cw-accent-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .xl-hover-via-cw-accent-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .xl-hover-via-cw-blue-print:hover { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .xl-hover-via-cw-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .xl-hover-via-cw-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .xl-hover-via-cw-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .xl-hover-via-cw-red:hover { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .xl-hover-via-cw-spring:hover { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .xl-hover-via-cw-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .xl-hover-via-cw-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .xl-hover-via-cw-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .xl-hover-via-grey-10:hover { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .xl-hover-via-grey-20:hover { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .xl-hover-via-grey-30:hover { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .xl-hover-via-grey-40:hover { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .xl-hover-via-grey-5:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .xl-hover-via-grey-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .xl-hover-via-grey-60:hover { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .xl-hover-via-grey-70:hover { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .xl-hover-via-cball-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .xl-hover-via-cball-dark-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .xl-hover-via-cball-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .xl-hover-via-cw-spring-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-hover-via-cw-spring-dk-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .xl-hover-via-cw-spring-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .xl-hover-via-cw-spring-lt-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .xl-hover-via-cw-spring-dk-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .xl-hover-via-cw-spring-med-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .xl-hover-via-cw-spring-lt-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .xl-hover-via-cw-spring-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .xl-hover-via-cw-spring-off-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .xl-hover-via-cw-spring-peach:hover { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .xl-hover-via-cw-navy:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-hover-via-cw-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-hover-via-cw-dk-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .xl-hover-via-sc-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .xl-hover-via-sc-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .xl-hover-via-sc-sand:hover { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .xl-hover-to-transparent:hover { --tw-gradient-to: transparent !important; } .xl-hover-to-cw-black:hover { --tw-gradient-to: #333232 !important; } .xl-hover-to-cw-blue:hover { --tw-gradient-to: #036 !important; } .xl-hover-to-cw-secondary:hover { --tw-gradient-to: #77a8bb !important; } .xl-hover-to-cw-secondary-100:hover { --tw-gradient-to: #99becc !important; } .xl-hover-to-cw-secondary-200:hover { --tw-gradient-to: #d6e4ea !important; } .xl-hover-to-cw-secondary-300:hover { --tw-gradient-to: #f7fcff !important; } .xl-hover-to-cw-accent:hover { --tw-gradient-to: #ffc907 !important; } .xl-hover-to-cw-accent-100:hover { --tw-gradient-to: #fff7e1 !important; } .xl-hover-to-cw-accent-200:hover { --tw-gradient-to: #fffbf0 !important; } .xl-hover-to-cw-blue-print:hover { --tw-gradient-to: #5096d0 !important; } .xl-hover-to-cw-green:hover { --tw-gradient-to: #14a947 !important; } .xl-hover-to-cw-orange:hover { --tw-gradient-to: #fe813a !important; } .xl-hover-to-cw-purple:hover { --tw-gradient-to: #9064bf !important; } .xl-hover-to-cw-red:hover { --tw-gradient-to: #fa575d !important; } .xl-hover-to-cw-spring:hover { --tw-gradient-to: #1ba9e0 !important; } .xl-hover-to-cw-teal:hover { --tw-gradient-to: #8ed4cc !important; } .xl-hover-to-cw-white:hover { --tw-gradient-to: #fff !important; } .xl-hover-to-cw-yellow:hover { --tw-gradient-to: #ffca0a !important; } .xl-hover-to-grey-10:hover { --tw-gradient-to: #f4f5f0 !important; } .xl-hover-to-grey-20:hover { --tw-gradient-to: #e9eae4 !important; } .xl-hover-to-grey-30:hover { --tw-gradient-to: #dfdfd7 !important; } .xl-hover-to-grey-40:hover { --tw-gradient-to: #c1c1ba !important; } .xl-hover-to-grey-5:hover { --tw-gradient-to: #f7f7f7 !important; } .xl-hover-to-grey-50:hover { --tw-gradient-to: #9b9b94 !important; } .xl-hover-to-grey-60:hover { --tw-gradient-to: #71716c !important; } .xl-hover-to-grey-70:hover { --tw-gradient-to: #515151 !important; } .xl-hover-to-cball-blue:hover { --tw-gradient-to: #576995 !important; } .xl-hover-to-cball-dark-blue:hover { --tw-gradient-to: #354363 !important; } .xl-hover-to-cball-purple:hover { --tw-gradient-to: #0a101f !important; } .xl-hover-to-cw-spring-yellow:hover { --tw-gradient-to: #ffc907 !important; } .xl-hover-to-cw-spring-dk-blue:hover { --tw-gradient-to: #1e2658 !important; } .xl-hover-to-cw-spring-med-blue:hover { --tw-gradient-to: #1080b9 !important; } .xl-hover-to-cw-spring-lt-blue:hover { --tw-gradient-to: #bae3f0 !important; } .xl-hover-to-cw-spring-dk-green:hover { --tw-gradient-to: #004b3d !important; } .xl-hover-to-cw-spring-med-green:hover { --tw-gradient-to: #00ac7f !important; } .xl-hover-to-cw-spring-lt-green:hover { --tw-gradient-to: #b8e3d1 !important; } .xl-hover-to-cw-spring-black:hover { --tw-gradient-to: #1a1a1a !important; } .xl-hover-to-cw-spring-off-white:hover { --tw-gradient-to: #fdf4e2 !important; } .xl-hover-to-cw-spring-peach:hover { --tw-gradient-to: #e88a78 !important; } .xl-hover-to-cw-navy:hover { --tw-gradient-to: #036 !important; } .xl-hover-to-cw-med-blue:hover { --tw-gradient-to: #77a8bb !important; } .xl-hover-to-cw-dk-orange:hover { --tw-gradient-to: #bf6c46 !important; } .xl-hover-to-sc-teal:hover { --tw-gradient-to: #43b29a !important; } .xl-hover-to-sc-green:hover { --tw-gradient-to: #7db87e !important; } .xl-hover-to-sc-sand:hover { --tw-gradient-to: #f9f7e9 !important; } .xl-focus-from-transparent:focus { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .xl-focus-from-cw-black:focus { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .xl-focus-from-cw-blue:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-focus-from-cw-secondary:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-focus-from-cw-secondary-100:focus { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .xl-focus-from-cw-secondary-200:focus { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .xl-focus-from-cw-secondary-300:focus { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .xl-focus-from-cw-accent:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-focus-from-cw-accent-100:focus { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .xl-focus-from-cw-accent-200:focus { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .xl-focus-from-cw-blue-print:focus { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .xl-focus-from-cw-green:focus { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .xl-focus-from-cw-orange:focus { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .xl-focus-from-cw-purple:focus { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .xl-focus-from-cw-red:focus { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .xl-focus-from-cw-spring:focus { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .xl-focus-from-cw-teal:focus { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .xl-focus-from-cw-white:focus { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .xl-focus-from-cw-yellow:focus { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .xl-focus-from-grey-10:focus { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .xl-focus-from-grey-20:focus { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .xl-focus-from-grey-30:focus { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .xl-focus-from-grey-40:focus { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .xl-focus-from-grey-5:focus { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .xl-focus-from-grey-50:focus { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .xl-focus-from-grey-60:focus { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .xl-focus-from-grey-70:focus { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .xl-focus-from-cball-blue:focus { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .xl-focus-from-cball-dark-blue:focus { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .xl-focus-from-cball-purple:focus { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .xl-focus-from-cw-spring-yellow:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-focus-from-cw-spring-dk-blue:focus { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .xl-focus-from-cw-spring-med-blue:focus { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .xl-focus-from-cw-spring-lt-blue:focus { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .xl-focus-from-cw-spring-dk-green:focus { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .xl-focus-from-cw-spring-med-green:focus { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .xl-focus-from-cw-spring-lt-green:focus { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .xl-focus-from-cw-spring-black:focus { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .xl-focus-from-cw-spring-off-white:focus { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .xl-focus-from-cw-spring-peach:focus { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .xl-focus-from-cw-navy:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-focus-from-cw-med-blue:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-focus-from-cw-dk-orange:focus { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .xl-focus-from-sc-teal:focus { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .xl-focus-from-sc-green:focus { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .xl-focus-from-sc-sand:focus { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .xl-focus-via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .xl-focus-via-cw-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .xl-focus-via-cw-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-focus-via-cw-secondary:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-focus-via-cw-secondary-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .xl-focus-via-cw-secondary-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .xl-focus-via-cw-secondary-300:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .xl-focus-via-cw-accent:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-focus-via-cw-accent-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .xl-focus-via-cw-accent-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .xl-focus-via-cw-blue-print:focus { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .xl-focus-via-cw-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .xl-focus-via-cw-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .xl-focus-via-cw-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .xl-focus-via-cw-red:focus { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .xl-focus-via-cw-spring:focus { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .xl-focus-via-cw-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .xl-focus-via-cw-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .xl-focus-via-cw-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .xl-focus-via-grey-10:focus { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .xl-focus-via-grey-20:focus { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .xl-focus-via-grey-30:focus { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .xl-focus-via-grey-40:focus { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .xl-focus-via-grey-5:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .xl-focus-via-grey-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .xl-focus-via-grey-60:focus { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .xl-focus-via-grey-70:focus { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .xl-focus-via-cball-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .xl-focus-via-cball-dark-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .xl-focus-via-cball-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .xl-focus-via-cw-spring-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .xl-focus-via-cw-spring-dk-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .xl-focus-via-cw-spring-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .xl-focus-via-cw-spring-lt-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .xl-focus-via-cw-spring-dk-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .xl-focus-via-cw-spring-med-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .xl-focus-via-cw-spring-lt-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .xl-focus-via-cw-spring-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .xl-focus-via-cw-spring-off-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .xl-focus-via-cw-spring-peach:focus { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .xl-focus-via-cw-navy:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .xl-focus-via-cw-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .xl-focus-via-cw-dk-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .xl-focus-via-sc-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .xl-focus-via-sc-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .xl-focus-via-sc-sand:focus { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .xl-focus-to-transparent:focus { --tw-gradient-to: transparent !important; } .xl-focus-to-cw-black:focus { --tw-gradient-to: #333232 !important; } .xl-focus-to-cw-blue:focus { --tw-gradient-to: #036 !important; } .xl-focus-to-cw-secondary:focus { --tw-gradient-to: #77a8bb !important; } .xl-focus-to-cw-secondary-100:focus { --tw-gradient-to: #99becc !important; } .xl-focus-to-cw-secondary-200:focus { --tw-gradient-to: #d6e4ea !important; } .xl-focus-to-cw-secondary-300:focus { --tw-gradient-to: #f7fcff !important; } .xl-focus-to-cw-accent:focus { --tw-gradient-to: #ffc907 !important; } .xl-focus-to-cw-accent-100:focus { --tw-gradient-to: #fff7e1 !important; } .xl-focus-to-cw-accent-200:focus { --tw-gradient-to: #fffbf0 !important; } .xl-focus-to-cw-blue-print:focus { --tw-gradient-to: #5096d0 !important; } .xl-focus-to-cw-green:focus { --tw-gradient-to: #14a947 !important; } .xl-focus-to-cw-orange:focus { --tw-gradient-to: #fe813a !important; } .xl-focus-to-cw-purple:focus { --tw-gradient-to: #9064bf !important; } .xl-focus-to-cw-red:focus { --tw-gradient-to: #fa575d !important; } .xl-focus-to-cw-spring:focus { --tw-gradient-to: #1ba9e0 !important; } .xl-focus-to-cw-teal:focus { --tw-gradient-to: #8ed4cc !important; } .xl-focus-to-cw-white:focus { --tw-gradient-to: #fff !important; } .xl-focus-to-cw-yellow:focus { --tw-gradient-to: #ffca0a !important; } .xl-focus-to-grey-10:focus { --tw-gradient-to: #f4f5f0 !important; } .xl-focus-to-grey-20:focus { --tw-gradient-to: #e9eae4 !important; } .xl-focus-to-grey-30:focus { --tw-gradient-to: #dfdfd7 !important; } .xl-focus-to-grey-40:focus { --tw-gradient-to: #c1c1ba !important; } .xl-focus-to-grey-5:focus { --tw-gradient-to: #f7f7f7 !important; } .xl-focus-to-grey-50:focus { --tw-gradient-to: #9b9b94 !important; } .xl-focus-to-grey-60:focus { --tw-gradient-to: #71716c !important; } .xl-focus-to-grey-70:focus { --tw-gradient-to: #515151 !important; } .xl-focus-to-cball-blue:focus { --tw-gradient-to: #576995 !important; } .xl-focus-to-cball-dark-blue:focus { --tw-gradient-to: #354363 !important; } .xl-focus-to-cball-purple:focus { --tw-gradient-to: #0a101f !important; } .xl-focus-to-cw-spring-yellow:focus { --tw-gradient-to: #ffc907 !important; } .xl-focus-to-cw-spring-dk-blue:focus { --tw-gradient-to: #1e2658 !important; } .xl-focus-to-cw-spring-med-blue:focus { --tw-gradient-to: #1080b9 !important; } .xl-focus-to-cw-spring-lt-blue:focus { --tw-gradient-to: #bae3f0 !important; } .xl-focus-to-cw-spring-dk-green:focus { --tw-gradient-to: #004b3d !important; } .xl-focus-to-cw-spring-med-green:focus { --tw-gradient-to: #00ac7f !important; } .xl-focus-to-cw-spring-lt-green:focus { --tw-gradient-to: #b8e3d1 !important; } .xl-focus-to-cw-spring-black:focus { --tw-gradient-to: #1a1a1a !important; } .xl-focus-to-cw-spring-off-white:focus { --tw-gradient-to: #fdf4e2 !important; } .xl-focus-to-cw-spring-peach:focus { --tw-gradient-to: #e88a78 !important; } .xl-focus-to-cw-navy:focus { --tw-gradient-to: #036 !important; } .xl-focus-to-cw-med-blue:focus { --tw-gradient-to: #77a8bb !important; } .xl-focus-to-cw-dk-orange:focus { --tw-gradient-to: #bf6c46 !important; } .xl-focus-to-sc-teal:focus { --tw-gradient-to: #43b29a !important; } .xl-focus-to-sc-green:focus { --tw-gradient-to: #7db87e !important; } .xl-focus-to-sc-sand:focus { --tw-gradient-to: #f9f7e9 !important; } .xl-bg-opacity-0 { --tw-bg-opacity: 0 !important; } .xl-bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .xl-bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .xl-bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .xl-bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .xl-bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .xl-bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .xl-bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .xl-bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .xl-bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .xl-bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .xl-bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .xl-bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .xl-bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .xl-bg-opacity-100 { --tw-bg-opacity: 1 !important; } .group:hover .xl-group-hover-bg-opacity-0 { --tw-bg-opacity: 0 !important; } .group:hover .xl-group-hover-bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .group:hover .xl-group-hover-bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .group:hover .xl-group-hover-bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .group:hover .xl-group-hover-bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .group:hover .xl-group-hover-bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .group:hover .xl-group-hover-bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .group:hover .xl-group-hover-bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .group:hover .xl-group-hover-bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .group:hover .xl-group-hover-bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .group:hover .xl-group-hover-bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .group:hover .xl-group-hover-bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .group:hover .xl-group-hover-bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .group:hover .xl-group-hover-bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .group:hover .xl-group-hover-bg-opacity-100 { --tw-bg-opacity: 1 !important; } .xl-focus-within-bg-opacity-0:focus-within { --tw-bg-opacity: 0 !important; } .xl-focus-within-bg-opacity-5:focus-within { --tw-bg-opacity: 0.05 !important; } .xl-focus-within-bg-opacity-10:focus-within { --tw-bg-opacity: 0.1 !important; } .xl-focus-within-bg-opacity-20:focus-within { --tw-bg-opacity: 0.2 !important; } .xl-focus-within-bg-opacity-25:focus-within { --tw-bg-opacity: 0.25 !important; } .xl-focus-within-bg-opacity-30:focus-within { --tw-bg-opacity: 0.3 !important; } .xl-focus-within-bg-opacity-40:focus-within { --tw-bg-opacity: 0.4 !important; } .xl-focus-within-bg-opacity-50:focus-within { --tw-bg-opacity: 0.5 !important; } .xl-focus-within-bg-opacity-60:focus-within { --tw-bg-opacity: 0.6 !important; } .xl-focus-within-bg-opacity-70:focus-within { --tw-bg-opacity: 0.7 !important; } .xl-focus-within-bg-opacity-75:focus-within { --tw-bg-opacity: 0.75 !important; } .xl-focus-within-bg-opacity-80:focus-within { --tw-bg-opacity: 0.8 !important; } .xl-focus-within-bg-opacity-90:focus-within { --tw-bg-opacity: 0.9 !important; } .xl-focus-within-bg-opacity-95:focus-within { --tw-bg-opacity: 0.95 !important; } .xl-focus-within-bg-opacity-100:focus-within { --tw-bg-opacity: 1 !important; } .xl-hover-bg-opacity-0:hover { --tw-bg-opacity: 0 !important; } .xl-hover-bg-opacity-5:hover { --tw-bg-opacity: 0.05 !important; } .xl-hover-bg-opacity-10:hover { --tw-bg-opacity: 0.1 !important; } .xl-hover-bg-opacity-20:hover { --tw-bg-opacity: 0.2 !important; } .xl-hover-bg-opacity-25:hover { --tw-bg-opacity: 0.25 !important; } .xl-hover-bg-opacity-30:hover { --tw-bg-opacity: 0.3 !important; } .xl-hover-bg-opacity-40:hover { --tw-bg-opacity: 0.4 !important; } .xl-hover-bg-opacity-50:hover { --tw-bg-opacity: 0.5 !important; } .xl-hover-bg-opacity-60:hover { --tw-bg-opacity: 0.6 !important; } .xl-hover-bg-opacity-70:hover { --tw-bg-opacity: 0.7 !important; } .xl-hover-bg-opacity-75:hover { --tw-bg-opacity: 0.75 !important; } .xl-hover-bg-opacity-80:hover { --tw-bg-opacity: 0.8 !important; } .xl-hover-bg-opacity-90:hover { --tw-bg-opacity: 0.9 !important; } .xl-hover-bg-opacity-95:hover { --tw-bg-opacity: 0.95 !important; } .xl-hover-bg-opacity-100:hover { --tw-bg-opacity: 1 !important; } .xl-focus-bg-opacity-0:focus { --tw-bg-opacity: 0 !important; } .xl-focus-bg-opacity-5:focus { --tw-bg-opacity: 0.05 !important; } .xl-focus-bg-opacity-10:focus { --tw-bg-opacity: 0.1 !important; } .xl-focus-bg-opacity-20:focus { --tw-bg-opacity: 0.2 !important; } .xl-focus-bg-opacity-25:focus { --tw-bg-opacity: 0.25 !important; } .xl-focus-bg-opacity-30:focus { --tw-bg-opacity: 0.3 !important; } .xl-focus-bg-opacity-40:focus { --tw-bg-opacity: 0.4 !important; } .xl-focus-bg-opacity-50:focus { --tw-bg-opacity: 0.5 !important; } .xl-focus-bg-opacity-60:focus { --tw-bg-opacity: 0.6 !important; } .xl-focus-bg-opacity-70:focus { --tw-bg-opacity: 0.7 !important; } .xl-focus-bg-opacity-75:focus { --tw-bg-opacity: 0.75 !important; } .xl-focus-bg-opacity-80:focus { --tw-bg-opacity: 0.8 !important; } .xl-focus-bg-opacity-90:focus { --tw-bg-opacity: 0.9 !important; } .xl-focus-bg-opacity-95:focus { --tw-bg-opacity: 0.95 !important; } .xl-focus-bg-opacity-100:focus { --tw-bg-opacity: 1 !important; } .xl-bg-bottom { background-position: bottom !important; } .xl-bg-center { background-position: 50% !important; } .xl-bg-left { background-position: 0 !important; } .xl-bg-left-bottom { background-position: 0 100% !important; } .xl-bg-left-top { background-position: 0 0 !important; } .xl-bg-right { background-position: 100% !important; } .xl-bg-right-bottom { background-position: 100% 100% !important; } .xl-bg-right-top { background-position: 100% 0 !important; } .xl-bg-top { background-position: top !important; } .xl-bg-repeat { background-repeat: repeat !important; } .xl-bg-no-repeat { background-repeat: no-repeat !important; } .xl-bg-repeat-x { background-repeat: repeat-x !important; } .xl-bg-repeat-y { background-repeat: repeat-y !important; } .xl-bg-repeat-round { background-repeat: round !important; } .xl-bg-repeat-space { background-repeat: space !important; } .xl-bg-auto { background-size: auto !important; } .xl-bg-cover { background-size: cover !important; } .xl-bg-contain { background-size: contain !important; } .xl-border-collapse { border-collapse: collapse !important; } .xl-border-separate { border-collapse: separate !important; } .xl-border-transparent { border-color: transparent !important; } .xl-border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .xl-border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .xl-border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .xl-border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .xl-border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .xl-border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .xl-border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .xl-border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .xl-border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .xl-border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .xl-border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .xl-border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .xl-border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .xl-border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .xl-border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .xl-border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .xl-border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .xl-border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .xl-border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .xl-border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .xl-border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .xl-border-grey-40 { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .xl-border-grey-5 { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .xl-border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .xl-border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .xl-border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .xl-border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .xl-border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .xl-border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .xl-border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .xl-border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .xl-border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .xl-border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .xl-border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .xl-border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .xl-border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .xl-border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .xl-border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .xl-border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .xl-border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .xl-border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .xl-border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .xl-border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .xl-border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .xl-border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-transparent { border-color: transparent !important; } .group:hover .xl-group-hover-border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-grey-40 { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-grey-5 { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .group:hover .xl-group-hover-border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .xl-focus-within-border-transparent:focus-within { border-color: transparent !important; } .xl-focus-within-border-cw-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-secondary:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-secondary-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-secondary-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-secondary-300:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-accent:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-accent-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-accent-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-blue-print:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-red:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-spring:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .xl-focus-within-border-grey-10:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .xl-focus-within-border-grey-20:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .xl-focus-within-border-grey-30:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .xl-focus-within-border-grey-40:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .xl-focus-within-border-grey-5:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .xl-focus-within-border-grey-50:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .xl-focus-within-border-grey-60:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .xl-focus-within-border-grey-70:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cball-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cball-dark-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cball-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-spring-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-spring-dk-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-spring-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-spring-lt-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-spring-dk-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-spring-med-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-spring-lt-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-spring-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-spring-off-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-spring-peach:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-navy:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .xl-focus-within-border-cw-dk-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .xl-focus-within-border-sc-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .xl-focus-within-border-sc-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .xl-focus-within-border-sc-sand:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .xl-hover-border-transparent:hover { border-color: transparent !important; } .xl-hover-border-cw-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-secondary:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-secondary-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-secondary-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-secondary-300:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-accent:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-accent-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-accent-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-blue-print:hover { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-red:hover { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-spring:hover { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .xl-hover-border-grey-10:hover { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .xl-hover-border-grey-20:hover { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .xl-hover-border-grey-30:hover { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .xl-hover-border-grey-40:hover { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .xl-hover-border-grey-5:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .xl-hover-border-grey-50:hover { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .xl-hover-border-grey-60:hover { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .xl-hover-border-grey-70:hover { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .xl-hover-border-cball-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .xl-hover-border-cball-dark-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .xl-hover-border-cball-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-spring-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-spring-dk-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-spring-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-spring-lt-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-spring-dk-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-spring-med-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-spring-lt-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-spring-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-spring-off-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-spring-peach:hover { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-navy:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .xl-hover-border-cw-dk-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .xl-hover-border-sc-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .xl-hover-border-sc-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .xl-hover-border-sc-sand:hover { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .xl-focus-border-transparent:focus { border-color: transparent !important; } .xl-focus-border-cw-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-secondary:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-secondary-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-secondary-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-secondary-300:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-accent:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-accent-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-accent-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-blue-print:focus { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-red:focus { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-spring:focus { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .xl-focus-border-grey-10:focus { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .xl-focus-border-grey-20:focus { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .xl-focus-border-grey-30:focus { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .xl-focus-border-grey-40:focus { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .xl-focus-border-grey-5:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .xl-focus-border-grey-50:focus { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .xl-focus-border-grey-60:focus { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .xl-focus-border-grey-70:focus { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .xl-focus-border-cball-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .xl-focus-border-cball-dark-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .xl-focus-border-cball-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-spring-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-spring-dk-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-spring-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-spring-lt-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-spring-dk-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-spring-med-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-spring-lt-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-spring-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-spring-off-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-spring-peach:focus { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-navy:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .xl-focus-border-cw-dk-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .xl-focus-border-sc-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .xl-focus-border-sc-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .xl-focus-border-sc-sand:focus { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .xl-border-opacity-0 { --tw-border-opacity: 0 !important; } .xl-border-opacity-5 { --tw-border-opacity: 0.05 !important; } .xl-border-opacity-10 { --tw-border-opacity: 0.1 !important; } .xl-border-opacity-20 { --tw-border-opacity: 0.2 !important; } .xl-border-opacity-25 { --tw-border-opacity: 0.25 !important; } .xl-border-opacity-30 { --tw-border-opacity: 0.3 !important; } .xl-border-opacity-40 { --tw-border-opacity: 0.4 !important; } .xl-border-opacity-50 { --tw-border-opacity: 0.5 !important; } .xl-border-opacity-60 { --tw-border-opacity: 0.6 !important; } .xl-border-opacity-70 { --tw-border-opacity: 0.7 !important; } .xl-border-opacity-75 { --tw-border-opacity: 0.75 !important; } .xl-border-opacity-80 { --tw-border-opacity: 0.8 !important; } .xl-border-opacity-90 { --tw-border-opacity: 0.9 !important; } .xl-border-opacity-95 { --tw-border-opacity: 0.95 !important; } .xl-border-opacity-100 { --tw-border-opacity: 1 !important; } .group:hover .xl-group-hover-border-opacity-0 { --tw-border-opacity: 0 !important; } .group:hover .xl-group-hover-border-opacity-5 { --tw-border-opacity: 0.05 !important; } .group:hover .xl-group-hover-border-opacity-10 { --tw-border-opacity: 0.1 !important; } .group:hover .xl-group-hover-border-opacity-20 { --tw-border-opacity: 0.2 !important; } .group:hover .xl-group-hover-border-opacity-25 { --tw-border-opacity: 0.25 !important; } .group:hover .xl-group-hover-border-opacity-30 { --tw-border-opacity: 0.3 !important; } .group:hover .xl-group-hover-border-opacity-40 { --tw-border-opacity: 0.4 !important; } .group:hover .xl-group-hover-border-opacity-50 { --tw-border-opacity: 0.5 !important; } .group:hover .xl-group-hover-border-opacity-60 { --tw-border-opacity: 0.6 !important; } .group:hover .xl-group-hover-border-opacity-70 { --tw-border-opacity: 0.7 !important; } .group:hover .xl-group-hover-border-opacity-75 { --tw-border-opacity: 0.75 !important; } .group:hover .xl-group-hover-border-opacity-80 { --tw-border-opacity: 0.8 !important; } .group:hover .xl-group-hover-border-opacity-90 { --tw-border-opacity: 0.9 !important; } .group:hover .xl-group-hover-border-opacity-95 { --tw-border-opacity: 0.95 !important; } .group:hover .xl-group-hover-border-opacity-100 { --tw-border-opacity: 1 !important; } .xl-focus-within-border-opacity-0:focus-within { --tw-border-opacity: 0 !important; } .xl-focus-within-border-opacity-5:focus-within { --tw-border-opacity: 0.05 !important; } .xl-focus-within-border-opacity-10:focus-within { --tw-border-opacity: 0.1 !important; } .xl-focus-within-border-opacity-20:focus-within { --tw-border-opacity: 0.2 !important; } .xl-focus-within-border-opacity-25:focus-within { --tw-border-opacity: 0.25 !important; } .xl-focus-within-border-opacity-30:focus-within { --tw-border-opacity: 0.3 !important; } .xl-focus-within-border-opacity-40:focus-within { --tw-border-opacity: 0.4 !important; } .xl-focus-within-border-opacity-50:focus-within { --tw-border-opacity: 0.5 !important; } .xl-focus-within-border-opacity-60:focus-within { --tw-border-opacity: 0.6 !important; } .xl-focus-within-border-opacity-70:focus-within { --tw-border-opacity: 0.7 !important; } .xl-focus-within-border-opacity-75:focus-within { --tw-border-opacity: 0.75 !important; } .xl-focus-within-border-opacity-80:focus-within { --tw-border-opacity: 0.8 !important; } .xl-focus-within-border-opacity-90:focus-within { --tw-border-opacity: 0.9 !important; } .xl-focus-within-border-opacity-95:focus-within { --tw-border-opacity: 0.95 !important; } .xl-focus-within-border-opacity-100:focus-within { --tw-border-opacity: 1 !important; } .xl-hover-border-opacity-0:hover { --tw-border-opacity: 0 !important; } .xl-hover-border-opacity-5:hover { --tw-border-opacity: 0.05 !important; } .xl-hover-border-opacity-10:hover { --tw-border-opacity: 0.1 !important; } .xl-hover-border-opacity-20:hover { --tw-border-opacity: 0.2 !important; } .xl-hover-border-opacity-25:hover { --tw-border-opacity: 0.25 !important; } .xl-hover-border-opacity-30:hover { --tw-border-opacity: 0.3 !important; } .xl-hover-border-opacity-40:hover { --tw-border-opacity: 0.4 !important; } .xl-hover-border-opacity-50:hover { --tw-border-opacity: 0.5 !important; } .xl-hover-border-opacity-60:hover { --tw-border-opacity: 0.6 !important; } .xl-hover-border-opacity-70:hover { --tw-border-opacity: 0.7 !important; } .xl-hover-border-opacity-75:hover { --tw-border-opacity: 0.75 !important; } .xl-hover-border-opacity-80:hover { --tw-border-opacity: 0.8 !important; } .xl-hover-border-opacity-90:hover { --tw-border-opacity: 0.9 !important; } .xl-hover-border-opacity-95:hover { --tw-border-opacity: 0.95 !important; } .xl-hover-border-opacity-100:hover { --tw-border-opacity: 1 !important; } .xl-focus-border-opacity-0:focus { --tw-border-opacity: 0 !important; } .xl-focus-border-opacity-5:focus { --tw-border-opacity: 0.05 !important; } .xl-focus-border-opacity-10:focus { --tw-border-opacity: 0.1 !important; } .xl-focus-border-opacity-20:focus { --tw-border-opacity: 0.2 !important; } .xl-focus-border-opacity-25:focus { --tw-border-opacity: 0.25 !important; } .xl-focus-border-opacity-30:focus { --tw-border-opacity: 0.3 !important; } .xl-focus-border-opacity-40:focus { --tw-border-opacity: 0.4 !important; } .xl-focus-border-opacity-50:focus { --tw-border-opacity: 0.5 !important; } .xl-focus-border-opacity-60:focus { --tw-border-opacity: 0.6 !important; } .xl-focus-border-opacity-70:focus { --tw-border-opacity: 0.7 !important; } .xl-focus-border-opacity-75:focus { --tw-border-opacity: 0.75 !important; } .xl-focus-border-opacity-80:focus { --tw-border-opacity: 0.8 !important; } .xl-focus-border-opacity-90:focus { --tw-border-opacity: 0.9 !important; } .xl-focus-border-opacity-95:focus { --tw-border-opacity: 0.95 !important; } .xl-focus-border-opacity-100:focus { --tw-border-opacity: 1 !important; } .xl-rounded-none { border-radius: 0 !important; } .xl-rounded-sm { border-radius: 0.125rem !important; } .xl-rounded { border-radius: 0.25rem !important; } .xl-rounded-md { border-radius: 0.375rem !important; } .xl-rounded-lg { border-radius: 0.5rem !important; } .xl-rounded-xl { border-radius: 0.75rem !important; } .xl-rounded-2xl { border-radius: 1rem !important; } .xl-rounded-3xl { border-radius: 1.5rem !important; } .xl-rounded-full { border-radius: 9999px !important; } .xl-rounded-t-none { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } .xl-rounded-r-none { border-top-right-radius: 0 !important; } .xl-rounded-b-none, .xl-rounded-r-none { border-bottom-right-radius: 0 !important; } .xl-rounded-b-none, .xl-rounded-l-none { border-bottom-left-radius: 0 !important; } .xl-rounded-l-none { border-top-left-radius: 0 !important; } .xl-rounded-t-sm { border-top-left-radius: 0.125rem !important; } .xl-rounded-r-sm, .xl-rounded-t-sm { border-top-right-radius: 0.125rem !important; } .xl-rounded-b-sm, .xl-rounded-r-sm { border-bottom-right-radius: 0.125rem !important; } .xl-rounded-b-sm, .xl-rounded-l-sm { border-bottom-left-radius: 0.125rem !important; } .xl-rounded-l-sm { border-top-left-radius: 0.125rem !important; } .xl-rounded-t { border-top-left-radius: 0.25rem !important; } .xl-rounded-r, .xl-rounded-t { border-top-right-radius: 0.25rem !important; } .xl-rounded-b, .xl-rounded-r { border-bottom-right-radius: 0.25rem !important; } .xl-rounded-b, .xl-rounded-l { border-bottom-left-radius: 0.25rem !important; } .xl-rounded-l { border-top-left-radius: 0.25rem !important; } .xl-rounded-t-md { border-top-left-radius: 0.375rem !important; } .xl-rounded-r-md, .xl-rounded-t-md { border-top-right-radius: 0.375rem !important; } .xl-rounded-b-md, .xl-rounded-r-md { border-bottom-right-radius: 0.375rem !important; } .xl-rounded-b-md, .xl-rounded-l-md { border-bottom-left-radius: 0.375rem !important; } .xl-rounded-l-md { border-top-left-radius: 0.375rem !important; } .xl-rounded-t-lg { border-top-left-radius: 0.5rem !important; } .xl-rounded-r-lg, .xl-rounded-t-lg { border-top-right-radius: 0.5rem !important; } .xl-rounded-b-lg, .xl-rounded-r-lg { border-bottom-right-radius: 0.5rem !important; } .xl-rounded-b-lg, .xl-rounded-l-lg { border-bottom-left-radius: 0.5rem !important; } .xl-rounded-l-lg { border-top-left-radius: 0.5rem !important; } .xl-rounded-t-xl { border-top-left-radius: 0.75rem !important; } .xl-rounded-r-xl, .xl-rounded-t-xl { border-top-right-radius: 0.75rem !important; } .xl-rounded-b-xl, .xl-rounded-r-xl { border-bottom-right-radius: 0.75rem !important; } .xl-rounded-b-xl, .xl-rounded-l-xl { border-bottom-left-radius: 0.75rem !important; } .xl-rounded-l-xl { border-top-left-radius: 0.75rem !important; } .xl-rounded-t-2xl { border-top-left-radius: 1rem !important; } .xl-rounded-r-2xl, .xl-rounded-t-2xl { border-top-right-radius: 1rem !important; } .xl-rounded-b-2xl, .xl-rounded-r-2xl { border-bottom-right-radius: 1rem !important; } .xl-rounded-b-2xl, .xl-rounded-l-2xl { border-bottom-left-radius: 1rem !important; } .xl-rounded-l-2xl { border-top-left-radius: 1rem !important; } .xl-rounded-t-3xl { border-top-left-radius: 1.5rem !important; } .xl-rounded-r-3xl, .xl-rounded-t-3xl { border-top-right-radius: 1.5rem !important; } .xl-rounded-b-3xl, .xl-rounded-r-3xl { border-bottom-right-radius: 1.5rem !important; } .xl-rounded-b-3xl, .xl-rounded-l-3xl { border-bottom-left-radius: 1.5rem !important; } .xl-rounded-l-3xl { border-top-left-radius: 1.5rem !important; } .xl-rounded-t-full { border-top-left-radius: 9999px !important; } .xl-rounded-r-full, .xl-rounded-t-full { border-top-right-radius: 9999px !important; } .xl-rounded-b-full, .xl-rounded-r-full { border-bottom-right-radius: 9999px !important; } .xl-rounded-b-full, .xl-rounded-l-full { border-bottom-left-radius: 9999px !important; } .xl-rounded-l-full { border-top-left-radius: 9999px !important; } .xl-rounded-tl-none { border-top-left-radius: 0 !important; } .xl-rounded-tr-none { border-top-right-radius: 0 !important; } .xl-rounded-br-none { border-bottom-right-radius: 0 !important; } .xl-rounded-bl-none { border-bottom-left-radius: 0 !important; } .xl-rounded-tl-sm { border-top-left-radius: 0.125rem !important; } .xl-rounded-tr-sm { border-top-right-radius: 0.125rem !important; } .xl-rounded-br-sm { border-bottom-right-radius: 0.125rem !important; } .xl-rounded-bl-sm { border-bottom-left-radius: 0.125rem !important; } .xl-rounded-tl { border-top-left-radius: 0.25rem !important; } .xl-rounded-tr { border-top-right-radius: 0.25rem !important; } .xl-rounded-br { border-bottom-right-radius: 0.25rem !important; } .xl-rounded-bl { border-bottom-left-radius: 0.25rem !important; } .xl-rounded-tl-md { border-top-left-radius: 0.375rem !important; } .xl-rounded-tr-md { border-top-right-radius: 0.375rem !important; } .xl-rounded-br-md { border-bottom-right-radius: 0.375rem !important; } .xl-rounded-bl-md { border-bottom-left-radius: 0.375rem !important; } .xl-rounded-tl-lg { border-top-left-radius: 0.5rem !important; } .xl-rounded-tr-lg { border-top-right-radius: 0.5rem !important; } .xl-rounded-br-lg { border-bottom-right-radius: 0.5rem !important; } .xl-rounded-bl-lg { border-bottom-left-radius: 0.5rem !important; } .xl-rounded-tl-xl { border-top-left-radius: 0.75rem !important; } .xl-rounded-tr-xl { border-top-right-radius: 0.75rem !important; } .xl-rounded-br-xl { border-bottom-right-radius: 0.75rem !important; } .xl-rounded-bl-xl { border-bottom-left-radius: 0.75rem !important; } .xl-rounded-tl-2xl { border-top-left-radius: 1rem !important; } .xl-rounded-tr-2xl { border-top-right-radius: 1rem !important; } .xl-rounded-br-2xl { border-bottom-right-radius: 1rem !important; } .xl-rounded-bl-2xl { border-bottom-left-radius: 1rem !important; } .xl-rounded-tl-3xl { border-top-left-radius: 1.5rem !important; } .xl-rounded-tr-3xl { border-top-right-radius: 1.5rem !important; } .xl-rounded-br-3xl { border-bottom-right-radius: 1.5rem !important; } .xl-rounded-bl-3xl { border-bottom-left-radius: 1.5rem !important; } .xl-rounded-tl-full { border-top-left-radius: 9999px !important; } .xl-rounded-tr-full { border-top-right-radius: 9999px !important; } .xl-rounded-br-full { border-bottom-right-radius: 9999px !important; } .xl-rounded-bl-full { border-bottom-left-radius: 9999px !important; } .xl-border-solid { border-style: solid !important; } .xl-border-dashed { border-style: dashed !important; } .xl-border-dotted { border-style: dotted !important; } .xl-border-double { border-style: double !important; } .xl-border-none { border-style: none !important; } .xl-border-0 { border-width: 0 !important; } .xl-border-2 { border-width: 2px !important; } .xl-border-4 { border-width: 4px !important; } .xl-border-8 { border-width: 8px !important; } .xl-border { border-width: 1px !important; } .xl-border-t-0 { border-top-width: 0 !important; } .xl-border-r-0 { border-right-width: 0 !important; } .xl-border-b-0 { border-bottom-width: 0 !important; } .xl-border-l-0 { border-left-width: 0 !important; } .xl-border-t-2 { border-top-width: 2px !important; } .xl-border-r-2 { border-right-width: 2px !important; } .xl-border-b-2 { border-bottom-width: 2px !important; } .xl-border-l-2 { border-left-width: 2px !important; } .xl-border-t-4 { border-top-width: 4px !important; } .xl-border-r-4 { border-right-width: 4px !important; } .xl-border-b-4 { border-bottom-width: 4px !important; } .xl-border-l-4 { border-left-width: 4px !important; } .xl-border-t-8 { border-top-width: 8px !important; } .xl-border-r-8 { border-right-width: 8px !important; } .xl-border-b-8 { border-bottom-width: 8px !important; } .xl-border-l-8 { border-left-width: 8px !important; } .xl-border-t { border-top-width: 1px !important; } .xl-border-r { border-right-width: 1px !important; } .xl-border-b { border-bottom-width: 1px !important; } .xl-border-l { border-left-width: 1px !important; } .xl-box-border { box-sizing: border-box !important; } .xl-box-content { box-sizing: content-box !important; } .xl-cursor-auto { cursor: auto !important; } .xl-cursor-default { cursor: default !important; } .xl-cursor-pointer { cursor: pointer !important; } .xl-cursor-wait { cursor: wait !important; } .xl-cursor-text { cursor: text !important; } .xl-cursor-move { cursor: move !important; } .xl-cursor-not-allowed { cursor: not-allowed !important; } .xl-block { display: block !important; } .xl-inline-block { display: inline-block !important; } .xl-inline { display: inline !important; } .xl-flex { display: flex !important; } .xl-inline-flex { display: inline-flex !important; } .xl-table { display: table !important; } .xl-table-caption { display: table-caption !important; } .xl-table-cell { display: table-cell !important; } .xl-table-column { display: table-column !important; } .xl-table-column-group { display: table-column-group !important; } .xl-table-footer-group { display: table-footer-group !important; } .xl-table-header-group { display: table-header-group !important; } .xl-table-row-group { display: table-row-group !important; } .xl-table-row { display: table-row !important; } .xl-flow-root { display: flow-root !important; } .xl-grid { display: grid !important; } .xl-inline-grid { display: inline-grid !important; } .xl-contents { display: contents !important; } .xl-hidden { display: none !important; } .xl-flex-row { flex-direction: row !important; } .xl-flex-row-reverse { flex-direction: row-reverse !important; } .xl-flex-col { flex-direction: column !important; } .xl-flex-col-reverse { flex-direction: column-reverse !important; } .xl-flex-wrap { flex-wrap: wrap !important; } .xl-flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .xl-flex-nowrap { flex-wrap: nowrap !important; } .xl-place-items-auto { place-items: auto !important; } .xl-place-items-start { place-items: start !important; } .xl-place-items-end { place-items: end !important; } .xl-place-items-center { place-items: center !important; } .xl-place-items-stretch { place-items: stretch !important; } .xl-place-content-center { place-content: center !important; } .xl-place-content-start { place-content: start !important; } .xl-place-content-end { place-content: end !important; } .xl-place-content-between { place-content: space-between !important; } .xl-place-content-around { place-content: space-around !important; } .xl-place-content-evenly { place-content: space-evenly !important; } .xl-place-content-stretch { place-content: stretch !important; } .xl-place-self-auto { place-self: auto !important; } .xl-place-self-start { place-self: start !important; } .xl-place-self-end { place-self: end !important; } .xl-place-self-center { place-self: center !important; } .xl-place-self-stretch { place-self: stretch !important; } .xl-items-start { align-items: flex-start !important; } .xl-items-end { align-items: flex-end !important; } .xl-items-center { align-items: center !important; } .xl-items-baseline { align-items: baseline !important; } .xl-items-stretch { align-items: stretch !important; } .xl-content-center { align-content: center !important; } .xl-content-start { align-content: flex-start !important; } .xl-content-end { align-content: flex-end !important; } .xl-content-between { align-content: space-between !important; } .xl-content-around { align-content: space-around !important; } .xl-content-evenly { align-content: space-evenly !important; } .xl-self-auto { align-self: auto !important; } .xl-self-start { align-self: flex-start !important; } .xl-self-end { align-self: flex-end !important; } .xl-self-center { align-self: center !important; } .xl-self-stretch { align-self: stretch !important; } .xl-justify-items-auto { justify-items: auto !important; } .xl-justify-items-start { justify-items: start !important; } .xl-justify-items-end { justify-items: end !important; } .xl-justify-items-center { justify-items: center !important; } .xl-justify-items-stretch { justify-items: stretch !important; } .xl-justify-start { justify-content: flex-start !important; } .xl-justify-end { justify-content: flex-end !important; } .xl-justify-center { justify-content: center !important; } .xl-justify-between { justify-content: space-between !important; } .xl-justify-around { justify-content: space-around !important; } .xl-justify-evenly { justify-content: space-evenly !important; } .xl-justify-self-auto { justify-self: auto !important; } .xl-justify-self-start { justify-self: start !important; } .xl-justify-self-end { justify-self: end !important; } .xl-justify-self-center { justify-self: center !important; } .xl-justify-self-stretch { justify-self: stretch !important; } .xl-flex-1 { flex: 1 1 !important; } .xl-flex-auto { flex: 1 1 auto !important; } .xl-flex-initial { flex: 0 1 auto !important; } .xl-flex-none { flex: none !important; } .xl-flex-grow-0 { flex-grow: 0 !important; } .xl-flex-grow { flex-grow: 1 !important; } .xl-flex-shrink-0 { flex-shrink: 0 !important; } .xl-flex-shrink { flex-shrink: 1 !important; } .xl-order-1 { order: 1 !important; } .xl-order-2 { order: 2 !important; } .xl-order-3 { order: 3 !important; } .xl-order-4 { order: 4 !important; } .xl-order-5 { order: 5 !important; } .xl-order-6 { order: 6 !important; } .xl-order-7 { order: 7 !important; } .xl-order-8 { order: 8 !important; } .xl-order-9 { order: 9 !important; } .xl-order-10 { order: 10 !important; } .xl-order-11 { order: 11 !important; } .xl-order-12 { order: 12 !important; } .xl-order-first { order: -9999 !important; } .xl-order-last { order: 9999 !important; } .xl-order-none { order: 0 !important; } .xl-float-right { float: right !important; } .xl-float-left { float: left !important; } .xl-float-none { float: none !important; } .xl-clear-left { clear: left !important; } .xl-clear-right { clear: right !important; } .xl-clear-both { clear: both !important; } .xl-clear-none { clear: none !important; } .xl-font-heading { font-family: Kazimir, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important; } .xl-font-sans { font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important; } .xl-font-mono { font-family: Anonymous Pro, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important; } .xl-font-thin { font-weight: 100 !important; } .xl-font-extralight { font-weight: 200 !important; } .xl-font-light { font-weight: 300 !important; } .xl-font-normal { font-weight: 400 !important; } .xl-font-medium { font-weight: 500 !important; } .xl-font-semibold { font-weight: 600 !important; } .xl-font-bold { font-weight: 700 !important; } .xl-font-extrabold { font-weight: 800 !important; } .xl-font-black { font-weight: 900 !important; } .xl-h-0 { height: 0 !important; } .xl-h-1 { height: 0.25rem !important; } .xl-h-2 { height: 0.5rem !important; } .xl-h-3 { height: 0.75rem !important; } .xl-h-4 { height: 1rem !important; } .xl-h-5 { height: 1.25rem !important; } .xl-h-6 { height: 1.5rem !important; } .xl-h-7 { height: 1.75rem !important; } .xl-h-8 { height: 2rem !important; } .xl-h-9 { height: 2.25rem !important; } .xl-h-10 { height: 2.5rem !important; } .xl-h-11 { height: 2.75rem !important; } .xl-h-12 { height: 3rem !important; } .xl-h-14 { height: 3.5rem !important; } .xl-h-16 { height: 4rem !important; } .xl-h-20 { height: 5rem !important; } .xl-h-24 { height: 6rem !important; } .xl-h-28 { height: 7rem !important; } .xl-h-32 { height: 8rem !important; } .xl-h-36 { height: 9rem !important; } .xl-h-40 { height: 10rem !important; } .xl-h-44 { height: 11rem !important; } .xl-h-48 { height: 12rem !important; } .xl-h-52 { height: 13rem !important; } .xl-h-56 { height: 14rem !important; } .xl-h-60 { height: 15rem !important; } .xl-h-64 { height: 16rem !important; } .xl-h-72 { height: 18rem !important; } .xl-h-80 { height: 20rem !important; } .xl-h-96 { height: 24rem !important; } .xl-h-auto { height: auto !important; } .xl-h-px { height: 1px !important; } .xl-h-0\.5 { height: 0.125rem !important; } .xl-h-1\.5 { height: 0.375rem !important; } .xl-h-2\.5 { height: 0.625rem !important; } .xl-h-3\.5 { height: 0.875rem !important; } .xl-h-1\/2 { height: 50% !important; } .xl-h-1\/3 { height: 33.333333% !important; } .xl-h-2\/3 { height: 66.666667% !important; } .xl-h-1\/4 { height: 25% !important; } .xl-h-2\/4 { height: 50% !important; } .xl-h-3\/4 { height: 75% !important; } .xl-h-1\/5 { height: 20% !important; } .xl-h-2\/5 { height: 40% !important; } .xl-h-3\/5 { height: 60% !important; } .xl-h-4\/5 { height: 80% !important; } .xl-h-1\/6 { height: 16.666667% !important; } .xl-h-2\/6 { height: 33.333333% !important; } .xl-h-3\/6 { height: 50% !important; } .xl-h-4\/6 { height: 66.666667% !important; } .xl-h-5\/6 { height: 83.333333% !important; } .xl-h-full { height: 100% !important; } .xl-h-screen { height: 100vh !important; } .xl-text-xs { font-size: 0.75rem !important; } .xl-text-sm { font-size: 0.875rem !important; } .xl-text-base { font-size: 1rem !important; } .xl-text-lg { font-size: 1.125rem !important; } .xl-text-xl { font-size: 1.25rem !important; } .xl-text-2xl { font-size: 1.5rem !important; } .xl-text-3xl { font-size: 1.875rem !important; } .xl-text-4xl { font-size: 2.25rem !important; } .xl-text-5xl { font-size: 3rem !important; } .xl-text-6xl { font-size: 4rem !important; } .xl-leading-3 { line-height: 0.75rem !important; } .xl-leading-4 { line-height: 1rem !important; } .xl-leading-5 { line-height: 1.25rem !important; } .xl-leading-6 { line-height: 1.5rem !important; } .xl-leading-7 { line-height: 1.75rem !important; } .xl-leading-8 { line-height: 2rem !important; } .xl-leading-9 { line-height: 2.25rem !important; } .xl-leading-10 { line-height: 2.5rem !important; } .xl-leading-none { line-height: 1 !important; } .xl-leading-tight { line-height: 1.25 !important; } .xl-leading-snug { line-height: 1.375 !important; } .xl-leading-normal { line-height: 1.5 !important; } .xl-leading-relaxed { line-height: 1.625 !important; } .xl-leading-loose { line-height: 2 !important; } .xl-list-inside { list-style-position: inside !important; } .xl-list-outside { list-style-position: outside !important; } .xl-list-none { list-style-type: none !important; } .xl-list-disc { list-style-type: disc !important; } .xl-list-decimal { list-style-type: decimal !important; } .xl-m-0 { margin: 0 !important; } .xl-m-1 { margin: 10px !important; } .xl-m-2 { margin: 20px !important; } .xl-m-3 { margin: 40px !important; } .xl-m-4 { margin: 60px !important; } .xl-m-5 { margin: 80px !important; } .xl-m-6 { margin: 100px !important; } .xl-m-7 { margin: 120px !important; } .xl-m-auto { margin: auto !important; } .xl-m-px { margin: 1px !important; } .xl-m-nudge { margin: 5px !important; } .xl--m-0 { margin: 0 !important; } .xl--m-1 { margin: -10px !important; } .xl--m-2 { margin: -20px !important; } .xl--m-3 { margin: -40px !important; } .xl--m-4 { margin: -60px !important; } .xl--m-5 { margin: -80px !important; } .xl--m-6 { margin: -100px !important; } .xl--m-px { margin: -1px !important; } .xl-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .xl-mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .xl-my-1 { margin-top: 10px !important; margin-bottom: 10px !important; } .xl-mx-1 { margin-left: 10px !important; margin-right: 10px !important; } .xl-my-2 { margin-top: 20px !important; margin-bottom: 20px !important; } .xl-mx-2 { margin-left: 20px !important; margin-right: 20px !important; } .xl-my-3 { margin-top: 40px !important; margin-bottom: 40px !important; } .xl-mx-3 { margin-left: 40px !important; margin-right: 40px !important; } .xl-my-4 { margin-top: 60px !important; margin-bottom: 60px !important; } .xl-mx-4 { margin-left: 60px !important; margin-right: 60px !important; } .xl-my-5 { margin-top: 80px !important; margin-bottom: 80px !important; } .xl-mx-5 { margin-left: 80px !important; margin-right: 80px !important; } .xl-my-6 { margin-top: 100px !important; margin-bottom: 100px !important; } .xl-mx-6 { margin-left: 100px !important; margin-right: 100px !important; } .xl-my-7 { margin-top: 120px !important; margin-bottom: 120px !important; } .xl-mx-7 { margin-left: 120px !important; margin-right: 120px !important; } .xl-my-auto { margin-top: auto !important; margin-bottom: auto !important; } .xl-mx-auto { margin-left: auto !important; margin-right: auto !important; } .xl-my-px { margin-top: 1px !important; margin-bottom: 1px !important; } .xl-mx-px { margin-left: 1px !important; margin-right: 1px !important; } .xl-my-nudge { margin-top: 5px !important; margin-bottom: 5px !important; } .xl-mx-nudge { margin-left: 5px !important; margin-right: 5px !important; } .xl--my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .xl--mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .xl--my-1 { margin-top: -10px !important; margin-bottom: -10px !important; } .xl--mx-1 { margin-left: -10px !important; margin-right: -10px !important; } .xl--my-2 { margin-top: -20px !important; margin-bottom: -20px !important; } .xl--mx-2 { margin-left: -20px !important; margin-right: -20px !important; } .xl--my-3 { margin-top: -40px !important; margin-bottom: -40px !important; } .xl--mx-3 { margin-left: -40px !important; margin-right: -40px !important; } .xl--my-4 { margin-top: -60px !important; margin-bottom: -60px !important; } .xl--mx-4 { margin-left: -60px !important; margin-right: -60px !important; } .xl--my-5 { margin-top: -80px !important; margin-bottom: -80px !important; } .xl--mx-5 { margin-left: -80px !important; margin-right: -80px !important; } .xl--my-6 { margin-top: -100px !important; margin-bottom: -100px !important; } .xl--mx-6 { margin-left: -100px !important; margin-right: -100px !important; } .xl--my-px { margin-top: -1px !important; margin-bottom: -1px !important; } .xl--mx-px { margin-left: -1px !important; margin-right: -1px !important; } .xl-mt-0 { margin-top: 0 !important; } .xl-mr-0 { margin-right: 0 !important; } .xl-mb-0 { margin-bottom: 0 !important; } .xl-ml-0 { margin-left: 0 !important; } .xl-mt-1 { margin-top: 10px !important; } .xl-mr-1 { margin-right: 10px !important; } .xl-mb-1 { margin-bottom: 10px !important; } .xl-ml-1 { margin-left: 10px !important; } .xl-mt-2 { margin-top: 20px !important; } .xl-mr-2 { margin-right: 20px !important; } .xl-mb-2 { margin-bottom: 20px !important; } .xl-ml-2 { margin-left: 20px !important; } .xl-mt-3 { margin-top: 40px !important; } .xl-mr-3 { margin-right: 40px !important; } .xl-mb-3 { margin-bottom: 40px !important; } .xl-ml-3 { margin-left: 40px !important; } .xl-mt-4 { margin-top: 60px !important; } .xl-mr-4 { margin-right: 60px !important; } .xl-mb-4 { margin-bottom: 60px !important; } .xl-ml-4 { margin-left: 60px !important; } .xl-mt-5 { margin-top: 80px !important; } .xl-mr-5 { margin-right: 80px !important; } .xl-mb-5 { margin-bottom: 80px !important; } .xl-ml-5 { margin-left: 80px !important; } .xl-mt-6 { margin-top: 100px !important; } .xl-mr-6 { margin-right: 100px !important; } .xl-mb-6 { margin-bottom: 100px !important; } .xl-ml-6 { margin-left: 100px !important; } .xl-mt-7 { margin-top: 120px !important; } .xl-mr-7 { margin-right: 120px !important; } .xl-mb-7 { margin-bottom: 120px !important; } .xl-ml-7 { margin-left: 120px !important; } .xl-mt-auto { margin-top: auto !important; } .xl-mr-auto { margin-right: auto !important; } .xl-mb-auto { margin-bottom: auto !important; } .xl-ml-auto { margin-left: auto !important; } .xl-mt-px { margin-top: 1px !important; } .xl-mr-px { margin-right: 1px !important; } .xl-mb-px { margin-bottom: 1px !important; } .xl-ml-px { margin-left: 1px !important; } .xl-mt-nudge { margin-top: 5px !important; } .xl-mr-nudge { margin-right: 5px !important; } .xl-mb-nudge { margin-bottom: 5px !important; } .xl-ml-nudge { margin-left: 5px !important; } .xl--mt-0 { margin-top: 0 !important; } .xl--mr-0 { margin-right: 0 !important; } .xl--mb-0 { margin-bottom: 0 !important; } .xl--ml-0 { margin-left: 0 !important; } .xl--mt-1 { margin-top: -10px !important; } .xl--mr-1 { margin-right: -10px !important; } .xl--mb-1 { margin-bottom: -10px !important; } .xl--ml-1 { margin-left: -10px !important; } .xl--mt-2 { margin-top: -20px !important; } .xl--mr-2 { margin-right: -20px !important; } .xl--mb-2 { margin-bottom: -20px !important; } .xl--ml-2 { margin-left: -20px !important; } .xl--mt-3 { margin-top: -40px !important; } .xl--mr-3 { margin-right: -40px !important; } .xl--mb-3 { margin-bottom: -40px !important; } .xl--ml-3 { margin-left: -40px !important; } .xl--mt-4 { margin-top: -60px !important; } .xl--mr-4 { margin-right: -60px !important; } .xl--mb-4 { margin-bottom: -60px !important; } .xl--ml-4 { margin-left: -60px !important; } .xl--mt-5 { margin-top: -80px !important; } .xl--mr-5 { margin-right: -80px !important; } .xl--mb-5 { margin-bottom: -80px !important; } .xl--ml-5 { margin-left: -80px !important; } .xl--mt-6 { margin-top: -100px !important; } .xl--mr-6 { margin-right: -100px !important; } .xl--mb-6 { margin-bottom: -100px !important; } .xl--ml-6 { margin-left: -100px !important; } .xl--mt-px { margin-top: -1px !important; } .xl--mr-px { margin-right: -1px !important; } .xl--mb-px { margin-bottom: -1px !important; } .xl--ml-px { margin-left: -1px !important; } .xl-max-h-0 { max-height: 0 !important; } .xl-max-h-1 { max-height: 0.25rem !important; } .xl-max-h-2 { max-height: 0.5rem !important; } .xl-max-h-3 { max-height: 0.75rem !important; } .xl-max-h-4 { max-height: 1rem !important; } .xl-max-h-5 { max-height: 1.25rem !important; } .xl-max-h-6 { max-height: 1.5rem !important; } .xl-max-h-7 { max-height: 1.75rem !important; } .xl-max-h-8 { max-height: 2rem !important; } .xl-max-h-9 { max-height: 2.25rem !important; } .xl-max-h-10 { max-height: 2.5rem !important; } .xl-max-h-11 { max-height: 2.75rem !important; } .xl-max-h-12 { max-height: 3rem !important; } .xl-max-h-14 { max-height: 3.5rem !important; } .xl-max-h-16 { max-height: 4rem !important; } .xl-max-h-20 { max-height: 5rem !important; } .xl-max-h-24 { max-height: 6rem !important; } .xl-max-h-28 { max-height: 7rem !important; } .xl-max-h-32 { max-height: 8rem !important; } .xl-max-h-36 { max-height: 9rem !important; } .xl-max-h-40 { max-height: 10rem !important; } .xl-max-h-44 { max-height: 11rem !important; } .xl-max-h-48 { max-height: 12rem !important; } .xl-max-h-52 { max-height: 13rem !important; } .xl-max-h-56 { max-height: 14rem !important; } .xl-max-h-60 { max-height: 15rem !important; } .xl-max-h-64 { max-height: 16rem !important; } .xl-max-h-72 { max-height: 18rem !important; } .xl-max-h-80 { max-height: 20rem !important; } .xl-max-h-96 { max-height: 24rem !important; } .xl-max-h-px { max-height: 1px !important; } .xl-max-h-0\.5 { max-height: 0.125rem !important; } .xl-max-h-1\.5 { max-height: 0.375rem !important; } .xl-max-h-2\.5 { max-height: 0.625rem !important; } .xl-max-h-3\.5 { max-height: 0.875rem !important; } .xl-max-h-full { max-height: 100% !important; } .xl-max-h-screen { max-height: 100vh !important; } .xl-max-w-xs { max-width: 400px !important; } .xl-max-w-sm { max-width: 600px !important; } .xl-max-w-md { max-width: 800px !important; } .xl-max-w-lg { max-width: 1000px !important; } .xl-max-w-xl { max-width: 1200px !important; } .xl-max-w-full { max-width: 100% !important; } .xl-min-h-0 { min-height: 0 !important; } .xl-min-h-full { min-height: 100% !important; } .xl-min-h-screen { min-height: 100vh !important; } .xl-min-w-0 { min-width: 0 !important; } .xl-min-w-full { min-width: 100% !important; } .xl-min-w-min { min-width: -moz-min-content !important; min-width: min-content !important; } .xl-min-w-max { min-width: -moz-max-content !important; min-width: max-content !important; } .xl-object-contain { -o-object-fit: contain !important; object-fit: contain !important; } .xl-object-cover { -o-object-fit: cover !important; object-fit: cover !important; } .xl-object-fill { -o-object-fit: fill !important; object-fit: fill !important; } .xl-object-none { -o-object-fit: none !important; object-fit: none !important; } .xl-object-scale-down { -o-object-fit: scale-down !important; object-fit: scale-down !important; } .xl-object-bottom { -o-object-position: bottom !important; object-position: bottom !important; } .xl-object-center { -o-object-position: center !important; object-position: center !important; } .xl-object-left { -o-object-position: left !important; object-position: left !important; } .xl-object-left-bottom { -o-object-position: left bottom !important; object-position: left bottom !important; } .xl-object-left-top { -o-object-position: left top !important; object-position: left top !important; } .xl-object-right { -o-object-position: right !important; object-position: right !important; } .xl-object-right-bottom { -o-object-position: right bottom !important; object-position: right bottom !important; } .xl-object-right-top { -o-object-position: right top !important; object-position: right top !important; } .xl-object-top { -o-object-position: top !important; object-position: top !important; } .xl-opacity-0 { opacity: 0 !important; } .xl-opacity-5 { opacity: 0.05 !important; } .xl-opacity-10 { opacity: 0.1 !important; } .xl-opacity-20 { opacity: 0.2 !important; } .xl-opacity-25 { opacity: 0.25 !important; } .xl-opacity-30 { opacity: 0.3 !important; } .xl-opacity-40 { opacity: 0.4 !important; } .xl-opacity-50 { opacity: 0.5 !important; } .xl-opacity-60 { opacity: 0.6 !important; } .xl-opacity-70 { opacity: 0.7 !important; } .xl-opacity-75 { opacity: 0.75 !important; } .xl-opacity-80 { opacity: 0.8 !important; } .xl-opacity-90 { opacity: 0.9 !important; } .xl-opacity-95 { opacity: 0.95 !important; } .xl-opacity-100 { opacity: 1 !important; } .group:hover .xl-group-hover-opacity-0 { opacity: 0 !important; } .group:hover .xl-group-hover-opacity-5 { opacity: 0.05 !important; } .group:hover .xl-group-hover-opacity-10 { opacity: 0.1 !important; } .group:hover .xl-group-hover-opacity-20 { opacity: 0.2 !important; } .group:hover .xl-group-hover-opacity-25 { opacity: 0.25 !important; } .group:hover .xl-group-hover-opacity-30 { opacity: 0.3 !important; } .group:hover .xl-group-hover-opacity-40 { opacity: 0.4 !important; } .group:hover .xl-group-hover-opacity-50 { opacity: 0.5 !important; } .group:hover .xl-group-hover-opacity-60 { opacity: 0.6 !important; } .group:hover .xl-group-hover-opacity-70 { opacity: 0.7 !important; } .group:hover .xl-group-hover-opacity-75 { opacity: 0.75 !important; } .group:hover .xl-group-hover-opacity-80 { opacity: 0.8 !important; } .group:hover .xl-group-hover-opacity-90 { opacity: 0.9 !important; } .group:hover .xl-group-hover-opacity-95 { opacity: 0.95 !important; } .group:hover .xl-group-hover-opacity-100 { opacity: 1 !important; } .xl-focus-within-opacity-0:focus-within { opacity: 0 !important; } .xl-focus-within-opacity-5:focus-within { opacity: 0.05 !important; } .xl-focus-within-opacity-10:focus-within { opacity: 0.1 !important; } .xl-focus-within-opacity-20:focus-within { opacity: 0.2 !important; } .xl-focus-within-opacity-25:focus-within { opacity: 0.25 !important; } .xl-focus-within-opacity-30:focus-within { opacity: 0.3 !important; } .xl-focus-within-opacity-40:focus-within { opacity: 0.4 !important; } .xl-focus-within-opacity-50:focus-within { opacity: 0.5 !important; } .xl-focus-within-opacity-60:focus-within { opacity: 0.6 !important; } .xl-focus-within-opacity-70:focus-within { opacity: 0.7 !important; } .xl-focus-within-opacity-75:focus-within { opacity: 0.75 !important; } .xl-focus-within-opacity-80:focus-within { opacity: 0.8 !important; } .xl-focus-within-opacity-90:focus-within { opacity: 0.9 !important; } .xl-focus-within-opacity-95:focus-within { opacity: 0.95 !important; } .xl-focus-within-opacity-100:focus-within { opacity: 1 !important; } .xl-hover-opacity-0:hover { opacity: 0 !important; } .xl-hover-opacity-5:hover { opacity: 0.05 !important; } .xl-hover-opacity-10:hover { opacity: 0.1 !important; } .xl-hover-opacity-20:hover { opacity: 0.2 !important; } .xl-hover-opacity-25:hover { opacity: 0.25 !important; } .xl-hover-opacity-30:hover { opacity: 0.3 !important; } .xl-hover-opacity-40:hover { opacity: 0.4 !important; } .xl-hover-opacity-50:hover { opacity: 0.5 !important; } .xl-hover-opacity-60:hover { opacity: 0.6 !important; } .xl-hover-opacity-70:hover { opacity: 0.7 !important; } .xl-hover-opacity-75:hover { opacity: 0.75 !important; } .xl-hover-opacity-80:hover { opacity: 0.8 !important; } .xl-hover-opacity-90:hover { opacity: 0.9 !important; } .xl-hover-opacity-95:hover { opacity: 0.95 !important; } .xl-hover-opacity-100:hover { opacity: 1 !important; } .xl-focus-opacity-0:focus { opacity: 0 !important; } .xl-focus-opacity-5:focus { opacity: 0.05 !important; } .xl-focus-opacity-10:focus { opacity: 0.1 !important; } .xl-focus-opacity-20:focus { opacity: 0.2 !important; } .xl-focus-opacity-25:focus { opacity: 0.25 !important; } .xl-focus-opacity-30:focus { opacity: 0.3 !important; } .xl-focus-opacity-40:focus { opacity: 0.4 !important; } .xl-focus-opacity-50:focus { opacity: 0.5 !important; } .xl-focus-opacity-60:focus { opacity: 0.6 !important; } .xl-focus-opacity-70:focus { opacity: 0.7 !important; } .xl-focus-opacity-75:focus { opacity: 0.75 !important; } .xl-focus-opacity-80:focus { opacity: 0.8 !important; } .xl-focus-opacity-90:focus { opacity: 0.9 !important; } .xl-focus-opacity-95:focus { opacity: 0.95 !important; } .xl-focus-opacity-100:focus { opacity: 1 !important; } .xl-outline-none { outline: 2px solid transparent !important; outline-offset: 2px !important; } .xl-outline-white { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .xl-outline-black { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .xl-focus-within-outline-none:focus-within { outline: 2px solid transparent !important; outline-offset: 2px !important; } .xl-focus-within-outline-white:focus-within { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .xl-focus-within-outline-black:focus-within { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .xl-focus-outline-none:focus { outline: 2px solid transparent !important; outline-offset: 2px !important; } .xl-focus-outline-white:focus { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .xl-focus-outline-black:focus { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .xl-overflow-auto { overflow: auto !important; } .xl-overflow-hidden { overflow: hidden !important; } .xl-overflow-visible { overflow: visible !important; } .xl-overflow-scroll { overflow: scroll !important; } .xl-overflow-x-auto { overflow-x: auto !important; } .xl-overflow-y-auto { overflow-y: auto !important; } .xl-overflow-x-hidden { overflow-x: hidden !important; } .xl-overflow-y-hidden { overflow-y: hidden !important; } .xl-overflow-x-visible { overflow-x: visible !important; } .xl-overflow-y-visible { overflow-y: visible !important; } .xl-overflow-x-scroll { overflow-x: scroll !important; } .xl-overflow-y-scroll { overflow-y: scroll !important; } .xl-overscroll-auto { -ms-scroll-chaining: chained !important; overscroll-behavior: auto !important; } .xl-overscroll-contain { -ms-scroll-chaining: none !important; overscroll-behavior: contain !important; } .xl-overscroll-none { -ms-scroll-chaining: none !important; overscroll-behavior: none !important; } .xl-overscroll-y-auto { overscroll-behavior-y: auto !important; } .xl-overscroll-y-contain { overscroll-behavior-y: contain !important; } .xl-overscroll-y-none { overscroll-behavior-y: none !important; } .xl-overscroll-x-auto { overscroll-behavior-x: auto !important; } .xl-overscroll-x-contain { overscroll-behavior-x: contain !important; } .xl-overscroll-x-none { overscroll-behavior-x: none !important; } .xl-p-0 { padding: 0 !important; } .xl-p-1 { padding: 10px !important; } .xl-p-2 { padding: 20px !important; } .xl-p-3 { padding: 40px !important; } .xl-p-4 { padding: 60px !important; } .xl-p-5 { padding: 80px !important; } .xl-p-6 { padding: 100px !important; } .xl-p-7 { padding: 120px !important; } .xl-p-px { padding: 1px !important; } .xl-p-nudge { padding: 5px !important; } .xl-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .xl-px-0 { padding-left: 0 !important; padding-right: 0 !important; } .xl-py-1 { padding-top: 10px !important; padding-bottom: 10px !important; } .xl-px-1 { padding-left: 10px !important; padding-right: 10px !important; } .xl-py-2 { padding-top: 20px !important; padding-bottom: 20px !important; } .xl-px-2 { padding-left: 20px !important; padding-right: 20px !important; } .xl-py-3 { padding-top: 40px !important; padding-bottom: 40px !important; } .xl-px-3 { padding-left: 40px !important; padding-right: 40px !important; } .xl-py-4 { padding-top: 60px !important; padding-bottom: 60px !important; } .xl-px-4 { padding-left: 60px !important; padding-right: 60px !important; } .xl-py-5 { padding-top: 80px !important; padding-bottom: 80px !important; } .xl-px-5 { padding-left: 80px !important; padding-right: 80px !important; } .xl-py-6 { padding-top: 100px !important; padding-bottom: 100px !important; } .xl-px-6 { padding-left: 100px !important; padding-right: 100px !important; } .xl-py-7 { padding-top: 120px !important; padding-bottom: 120px !important; } .xl-px-7 { padding-left: 120px !important; padding-right: 120px !important; } .xl-py-px { padding-top: 1px !important; padding-bottom: 1px !important; } .xl-px-px { padding-left: 1px !important; padding-right: 1px !important; } .xl-py-nudge { padding-top: 5px !important; padding-bottom: 5px !important; } .xl-px-nudge { padding-left: 5px !important; padding-right: 5px !important; } .xl-pt-0 { padding-top: 0 !important; } .xl-pr-0 { padding-right: 0 !important; } .xl-pb-0 { padding-bottom: 0 !important; } .xl-pl-0 { padding-left: 0 !important; } .xl-pt-1 { padding-top: 10px !important; } .xl-pr-1 { padding-right: 10px !important; } .xl-pb-1 { padding-bottom: 10px !important; } .xl-pl-1 { padding-left: 10px !important; } .xl-pt-2 { padding-top: 20px !important; } .xl-pr-2 { padding-right: 20px !important; } .xl-pb-2 { padding-bottom: 20px !important; } .xl-pl-2 { padding-left: 20px !important; } .xl-pt-3 { padding-top: 40px !important; } .xl-pr-3 { padding-right: 40px !important; } .xl-pb-3 { padding-bottom: 40px !important; } .xl-pl-3 { padding-left: 40px !important; } .xl-pt-4 { padding-top: 60px !important; } .xl-pr-4 { padding-right: 60px !important; } .xl-pb-4 { padding-bottom: 60px !important; } .xl-pl-4 { padding-left: 60px !important; } .xl-pt-5 { padding-top: 80px !important; } .xl-pr-5 { padding-right: 80px !important; } .xl-pb-5 { padding-bottom: 80px !important; } .xl-pl-5 { padding-left: 80px !important; } .xl-pt-6 { padding-top: 100px !important; } .xl-pr-6 { padding-right: 100px !important; } .xl-pb-6 { padding-bottom: 100px !important; } .xl-pl-6 { padding-left: 100px !important; } .xl-pt-7 { padding-top: 120px !important; } .xl-pr-7 { padding-right: 120px !important; } .xl-pb-7 { padding-bottom: 120px !important; } .xl-pl-7 { padding-left: 120px !important; } .xl-pt-px { padding-top: 1px !important; } .xl-pr-px { padding-right: 1px !important; } .xl-pb-px { padding-bottom: 1px !important; } .xl-pl-px { padding-left: 1px !important; } .xl-pt-nudge { padding-top: 5px !important; } .xl-pr-nudge { padding-right: 5px !important; } .xl-pb-nudge { padding-bottom: 5px !important; } .xl-pl-nudge { padding-left: 5px !important; } .xl-placeholder-transparent::-moz-placeholder { color: transparent !important; } .xl-placeholder-transparent:-ms-input-placeholder { color: transparent !important; } .xl-placeholder-transparent::placeholder { color: transparent !important; } .xl-placeholder-cw-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary-300::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary-300:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-secondary-300::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-accent::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-accent:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-accent::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-accent-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-accent-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-accent-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-accent-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-accent-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-accent-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-blue-print::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-blue-print:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-blue-print::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-red::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-red:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-red::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-10::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-10:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-10::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-20::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-20:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-20::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-30::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-30:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-30::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-40::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-40:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-40::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-5::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-5:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-5::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-50::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-50:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-50::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-60::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-60:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-60::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-70::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-70:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-grey-70::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cball-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cball-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cball-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cball-dark-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cball-dark-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cball-dark-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cball-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cball-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cball-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-dk-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-dk-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-dk-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-lt-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-lt-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-lt-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-dk-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-dk-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-dk-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-med-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-med-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-med-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-lt-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-lt-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-lt-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-off-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-off-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-off-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-peach::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-peach:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-spring-peach::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-navy::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-navy:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-navy::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-dk-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-dk-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-cw-dk-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-sc-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-sc-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-sc-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-sc-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-sc-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-sc-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-sc-sand::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-sc-sand:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-sc-sand::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-transparent:focus::-moz-placeholder { color: transparent !important; } .xl-focus-placeholder-transparent:focus:-ms-input-placeholder { color: transparent !important; } .xl-focus-placeholder-transparent:focus::placeholder { color: transparent !important; } .xl-focus-placeholder-cw-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-secondary-300:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-accent:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-accent:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-accent:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-accent-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-accent-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-accent-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-accent-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-accent-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-accent-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-blue-print:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-blue-print:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-blue-print:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-red:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-red:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-red:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-10:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-10:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-20:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-20:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-30:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-30:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-40:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-40:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-5:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-5:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-50:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-60:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-60:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-70:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-grey-70:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cball-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cball-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cball-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cball-dark-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cball-dark-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cball-dark-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cball-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cball-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cball-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-dk-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-dk-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-dk-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-lt-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-lt-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-lt-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-dk-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-dk-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-dk-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-med-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-med-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-med-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-lt-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-lt-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-lt-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-off-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-off-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-off-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-peach:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-peach:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-spring-peach:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-navy:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-navy:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-navy:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-dk-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-dk-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-cw-dk-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-sc-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-sc-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-sc-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-sc-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-sc-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-sc-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-sc-sand:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-sc-sand:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .xl-focus-placeholder-sc-sand:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .xl-placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .xl-placeholder-opacity-0:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .xl-placeholder-opacity-0::placeholder { --tw-placeholder-opacity: 0 !important; } .xl-placeholder-opacity-5::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .xl-placeholder-opacity-5:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .xl-placeholder-opacity-5::placeholder { --tw-placeholder-opacity: 0.05 !important; } .xl-placeholder-opacity-10::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .xl-placeholder-opacity-10:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .xl-placeholder-opacity-10::placeholder { --tw-placeholder-opacity: 0.1 !important; } .xl-placeholder-opacity-20::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .xl-placeholder-opacity-20:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .xl-placeholder-opacity-20::placeholder { --tw-placeholder-opacity: 0.2 !important; } .xl-placeholder-opacity-25::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .xl-placeholder-opacity-25:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .xl-placeholder-opacity-25::placeholder { --tw-placeholder-opacity: 0.25 !important; } .xl-placeholder-opacity-30::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .xl-placeholder-opacity-30:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .xl-placeholder-opacity-30::placeholder { --tw-placeholder-opacity: 0.3 !important; } .xl-placeholder-opacity-40::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .xl-placeholder-opacity-40:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .xl-placeholder-opacity-40::placeholder { --tw-placeholder-opacity: 0.4 !important; } .xl-placeholder-opacity-50::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .xl-placeholder-opacity-50:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .xl-placeholder-opacity-50::placeholder { --tw-placeholder-opacity: 0.5 !important; } .xl-placeholder-opacity-60::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .xl-placeholder-opacity-60:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .xl-placeholder-opacity-60::placeholder { --tw-placeholder-opacity: 0.6 !important; } .xl-placeholder-opacity-70::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .xl-placeholder-opacity-70:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .xl-placeholder-opacity-70::placeholder { --tw-placeholder-opacity: 0.7 !important; } .xl-placeholder-opacity-75::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .xl-placeholder-opacity-75:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .xl-placeholder-opacity-75::placeholder { --tw-placeholder-opacity: 0.75 !important; } .xl-placeholder-opacity-80::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .xl-placeholder-opacity-80:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .xl-placeholder-opacity-80::placeholder { --tw-placeholder-opacity: 0.8 !important; } .xl-placeholder-opacity-90::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .xl-placeholder-opacity-90:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .xl-placeholder-opacity-90::placeholder { --tw-placeholder-opacity: 0.9 !important; } .xl-placeholder-opacity-95::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .xl-placeholder-opacity-95:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .xl-placeholder-opacity-95::placeholder { --tw-placeholder-opacity: 0.95 !important; } .xl-placeholder-opacity-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .xl-placeholder-opacity-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .xl-placeholder-opacity-100::placeholder { --tw-placeholder-opacity: 1 !important; } .xl-focus-placeholder-opacity-0:focus::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .xl-focus-placeholder-opacity-0:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .xl-focus-placeholder-opacity-0:focus::placeholder { --tw-placeholder-opacity: 0 !important; } .xl-focus-placeholder-opacity-5:focus::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .xl-focus-placeholder-opacity-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .xl-focus-placeholder-opacity-5:focus::placeholder { --tw-placeholder-opacity: 0.05 !important; } .xl-focus-placeholder-opacity-10:focus::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .xl-focus-placeholder-opacity-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .xl-focus-placeholder-opacity-10:focus::placeholder { --tw-placeholder-opacity: 0.1 !important; } .xl-focus-placeholder-opacity-20:focus::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .xl-focus-placeholder-opacity-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .xl-focus-placeholder-opacity-20:focus::placeholder { --tw-placeholder-opacity: 0.2 !important; } .xl-focus-placeholder-opacity-25:focus::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .xl-focus-placeholder-opacity-25:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .xl-focus-placeholder-opacity-25:focus::placeholder { --tw-placeholder-opacity: 0.25 !important; } .xl-focus-placeholder-opacity-30:focus::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .xl-focus-placeholder-opacity-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .xl-focus-placeholder-opacity-30:focus::placeholder { --tw-placeholder-opacity: 0.3 !important; } .xl-focus-placeholder-opacity-40:focus::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .xl-focus-placeholder-opacity-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .xl-focus-placeholder-opacity-40:focus::placeholder { --tw-placeholder-opacity: 0.4 !important; } .xl-focus-placeholder-opacity-50:focus::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .xl-focus-placeholder-opacity-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .xl-focus-placeholder-opacity-50:focus::placeholder { --tw-placeholder-opacity: 0.5 !important; } .xl-focus-placeholder-opacity-60:focus::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .xl-focus-placeholder-opacity-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .xl-focus-placeholder-opacity-60:focus::placeholder { --tw-placeholder-opacity: 0.6 !important; } .xl-focus-placeholder-opacity-70:focus::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .xl-focus-placeholder-opacity-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .xl-focus-placeholder-opacity-70:focus::placeholder { --tw-placeholder-opacity: 0.7 !important; } .xl-focus-placeholder-opacity-75:focus::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .xl-focus-placeholder-opacity-75:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .xl-focus-placeholder-opacity-75:focus::placeholder { --tw-placeholder-opacity: 0.75 !important; } .xl-focus-placeholder-opacity-80:focus::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .xl-focus-placeholder-opacity-80:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .xl-focus-placeholder-opacity-80:focus::placeholder { --tw-placeholder-opacity: 0.8 !important; } .xl-focus-placeholder-opacity-90:focus::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .xl-focus-placeholder-opacity-90:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .xl-focus-placeholder-opacity-90:focus::placeholder { --tw-placeholder-opacity: 0.9 !important; } .xl-focus-placeholder-opacity-95:focus::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .xl-focus-placeholder-opacity-95:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .xl-focus-placeholder-opacity-95:focus::placeholder { --tw-placeholder-opacity: 0.95 !important; } .xl-focus-placeholder-opacity-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .xl-focus-placeholder-opacity-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .xl-focus-placeholder-opacity-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; } .xl-pointer-events-none { pointer-events: none !important; } .xl-pointer-events-auto { pointer-events: auto !important; } .xl-static { position: static !important; } .xl-fixed { position: fixed !important; } .xl-absolute { position: absolute !important; } .xl-relative { position: relative !important; } .xl-sticky { position: sticky !important; } .xl-inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .xl-inset-1 { top: 10px !important; right: 10px !important; bottom: 10px !important; left: 10px !important; } .xl-inset-2 { top: 20px !important; right: 20px !important; bottom: 20px !important; left: 20px !important; } .xl-inset-3 { top: 40px !important; right: 40px !important; bottom: 40px !important; left: 40px !important; } .xl-inset-4 { top: 60px !important; right: 60px !important; bottom: 60px !important; left: 60px !important; } .xl-inset-auto { top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; } .xl-inset-px { top: 1px !important; right: 1px !important; bottom: 1px !important; left: 1px !important; } .xl-inset-2\/5 { top: 40% !important; right: 40% !important; bottom: 40% !important; left: 40% !important; } .xl-inset-1\/2 { top: 50% !important; right: 50% !important; bottom: 50% !important; left: 50% !important; } .xl--inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .xl--inset-1 { top: -10px !important; right: -10px !important; bottom: -10px !important; left: -10px !important; } .xl--inset-2 { top: -20px !important; right: -20px !important; bottom: -20px !important; left: -20px !important; } .xl--inset-3 { top: -40px !important; right: -40px !important; bottom: -40px !important; left: -40px !important; } .xl--inset-4 { top: -60px !important; right: -60px !important; bottom: -60px !important; left: -60px !important; } .xl--inset-px { top: -1px !important; right: -1px !important; bottom: -1px !important; left: -1px !important; } .xl-inset-y-0 { top: 0 !important; bottom: 0 !important; } .xl-inset-x-0 { right: 0 !important; left: 0 !important; } .xl-inset-y-1 { top: 10px !important; bottom: 10px !important; } .xl-inset-x-1 { right: 10px !important; left: 10px !important; } .xl-inset-y-2 { top: 20px !important; bottom: 20px !important; } .xl-inset-x-2 { right: 20px !important; left: 20px !important; } .xl-inset-y-3 { top: 40px !important; bottom: 40px !important; } .xl-inset-x-3 { right: 40px !important; left: 40px !important; } .xl-inset-y-4 { top: 60px !important; bottom: 60px !important; } .xl-inset-x-4 { right: 60px !important; left: 60px !important; } .xl-inset-y-auto { top: auto !important; bottom: auto !important; } .xl-inset-x-auto { right: auto !important; left: auto !important; } .xl-inset-y-px { top: 1px !important; bottom: 1px !important; } .xl-inset-x-px { right: 1px !important; left: 1px !important; } .xl-inset-y-2\/5 { top: 40% !important; bottom: 40% !important; } .xl-inset-x-2\/5 { right: 40% !important; left: 40% !important; } .xl-inset-y-1\/2 { top: 50% !important; bottom: 50% !important; } .xl-inset-x-1\/2 { right: 50% !important; left: 50% !important; } .xl--inset-y-0 { top: 0 !important; bottom: 0 !important; } .xl--inset-x-0 { right: 0 !important; left: 0 !important; } .xl--inset-y-1 { top: -10px !important; bottom: -10px !important; } .xl--inset-x-1 { right: -10px !important; left: -10px !important; } .xl--inset-y-2 { top: -20px !important; bottom: -20px !important; } .xl--inset-x-2 { right: -20px !important; left: -20px !important; } .xl--inset-y-3 { top: -40px !important; bottom: -40px !important; } .xl--inset-x-3 { right: -40px !important; left: -40px !important; } .xl--inset-y-4 { top: -60px !important; bottom: -60px !important; } .xl--inset-x-4 { right: -60px !important; left: -60px !important; } .xl--inset-y-px { top: -1px !important; bottom: -1px !important; } .xl--inset-x-px { right: -1px !important; left: -1px !important; } .xl-top-0 { top: 0 !important; } .xl-right-0 { right: 0 !important; } .xl-bottom-0 { bottom: 0 !important; } .xl-left-0 { left: 0 !important; } .xl-top-1 { top: 10px !important; } .xl-right-1 { right: 10px !important; } .xl-bottom-1 { bottom: 10px !important; } .xl-left-1 { left: 10px !important; } .xl-top-2 { top: 20px !important; } .xl-right-2 { right: 20px !important; } .xl-bottom-2 { bottom: 20px !important; } .xl-left-2 { left: 20px !important; } .xl-top-3 { top: 40px !important; } .xl-right-3 { right: 40px !important; } .xl-bottom-3 { bottom: 40px !important; } .xl-left-3 { left: 40px !important; } .xl-top-4 { top: 60px !important; } .xl-right-4 { right: 60px !important; } .xl-bottom-4 { bottom: 60px !important; } .xl-left-4 { left: 60px !important; } .xl-top-auto { top: auto !important; } .xl-right-auto { right: auto !important; } .xl-bottom-auto { bottom: auto !important; } .xl-left-auto { left: auto !important; } .xl-top-px { top: 1px !important; } .xl-right-px { right: 1px !important; } .xl-bottom-px { bottom: 1px !important; } .xl-left-px { left: 1px !important; } .xl-top-2\/5 { top: 40% !important; } .xl-right-2\/5 { right: 40% !important; } .xl-bottom-2\/5 { bottom: 40% !important; } .xl-left-2\/5 { left: 40% !important; } .xl-top-1\/2 { top: 50% !important; } .xl-right-1\/2 { right: 50% !important; } .xl-bottom-1\/2 { bottom: 50% !important; } .xl-left-1\/2 { left: 50% !important; } .xl--top-0 { top: 0 !important; } .xl--right-0 { right: 0 !important; } .xl--bottom-0 { bottom: 0 !important; } .xl--left-0 { left: 0 !important; } .xl--top-1 { top: -10px !important; } .xl--right-1 { right: -10px !important; } .xl--bottom-1 { bottom: -10px !important; } .xl--left-1 { left: -10px !important; } .xl--top-2 { top: -20px !important; } .xl--right-2 { right: -20px !important; } .xl--bottom-2 { bottom: -20px !important; } .xl--left-2 { left: -20px !important; } .xl--top-3 { top: -40px !important; } .xl--right-3 { right: -40px !important; } .xl--bottom-3 { bottom: -40px !important; } .xl--left-3 { left: -40px !important; } .xl--top-4 { top: -60px !important; } .xl--right-4 { right: -60px !important; } .xl--bottom-4 { bottom: -60px !important; } .xl--left-4 { left: -60px !important; } .xl--top-px { top: -1px !important; } .xl--right-px { right: -1px !important; } .xl--bottom-px { bottom: -1px !important; } .xl--left-px { left: -1px !important; } .xl-resize-none { resize: none !important; } .xl-resize-y { resize: vertical !important; } .xl-resize-x { resize: horizontal !important; } .xl-resize { resize: both !important; } .xl-shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .xl-shadow, .xl-shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .xl-shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .xl-shadow-lg, .xl-shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .xl-shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .xl-shadow-2xl, .xl-shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .xl-shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .xl-shadow-inner, .xl-shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-shadow-none { --tw-shadow: 0 0 transparent !important; } .group:hover .xl-group-hover-shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .group:hover .xl-group-hover-shadow, .group:hover .xl-group-hover-shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .xl-group-hover-shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .xl-group-hover-shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .group:hover .xl-group-hover-shadow-lg, .group:hover .xl-group-hover-shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .xl-group-hover-shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .group:hover .xl-group-hover-shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .group:hover .xl-group-hover-shadow-2xl, .group:hover .xl-group-hover-shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .xl-group-hover-shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .group:hover .xl-group-hover-shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .xl-group-hover-shadow-inner, .group:hover .xl-group-hover-shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .xl-group-hover-shadow-none { --tw-shadow: 0 0 transparent !important; } .xl-focus-within-shadow-sm:focus-within { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-focus-within-shadow:focus-within { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-focus-within-shadow-md:focus-within { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-focus-within-shadow-lg:focus-within { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-focus-within-shadow-xl:focus-within { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-focus-within-shadow-2xl:focus-within { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-focus-within-shadow-inner:focus-within { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-focus-within-shadow-none:focus-within { --tw-shadow: 0 0 transparent !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-hover-shadow-sm:hover { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .xl-hover-shadow-sm:hover, .xl-hover-shadow:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-hover-shadow:hover { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .xl-hover-shadow-md:hover { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .xl-hover-shadow-lg:hover, .xl-hover-shadow-md:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-hover-shadow-lg:hover { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .xl-hover-shadow-xl:hover { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .xl-hover-shadow-2xl:hover, .xl-hover-shadow-xl:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-hover-shadow-2xl:hover { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .xl-hover-shadow-inner:hover { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .xl-hover-shadow-inner:hover, .xl-hover-shadow-none:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-hover-shadow-none:hover { --tw-shadow: 0 0 transparent !important; } .xl-focus-shadow-sm:focus { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .xl-focus-shadow-sm:focus, .xl-focus-shadow:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-focus-shadow:focus { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .xl-focus-shadow-md:focus { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .xl-focus-shadow-lg:focus, .xl-focus-shadow-md:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-focus-shadow-lg:focus { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .xl-focus-shadow-xl:focus { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .xl-focus-shadow-2xl:focus, .xl-focus-shadow-xl:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-focus-shadow-2xl:focus { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .xl-focus-shadow-inner:focus { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .xl-focus-shadow-inner:focus, .xl-focus-shadow-none:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .xl-focus-shadow-none:focus { --tw-shadow: 0 0 transparent !important; } .xl-ring-0 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-ring-0, .xl-ring-1 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-ring-1 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-ring-2 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-ring-2, .xl-ring-4 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-ring-4 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-ring-8 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-ring, .xl-ring-8 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-ring { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-ring-inset { --tw-ring-inset: inset !important; } .xl-focus-within-ring-0:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-focus-within-ring-1:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-focus-within-ring-2:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-focus-within-ring-4:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-focus-within-ring-8:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-focus-within-ring:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-focus-within-ring-inset:focus-within { --tw-ring-inset: inset !important; } .xl-focus-ring-0:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-focus-ring-0:focus, .xl-focus-ring-1:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-focus-ring-1:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-focus-ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-focus-ring-2:focus, .xl-focus-ring-4:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-focus-ring-4:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-focus-ring-8:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-focus-ring-8:focus, .xl-focus-ring:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .xl-focus-ring:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .xl-focus-ring-inset:focus { --tw-ring-inset: inset !important; } .xl-ring-offset-transparent { --tw-ring-offset-color: transparent !important; } .xl-ring-offset-cw-black { --tw-ring-offset-color: #333232 !important; } .xl-ring-offset-cw-blue { --tw-ring-offset-color: #036 !important; } .xl-ring-offset-cw-secondary { --tw-ring-offset-color: #77a8bb !important; } .xl-ring-offset-cw-secondary-100 { --tw-ring-offset-color: #99becc !important; } .xl-ring-offset-cw-secondary-200 { --tw-ring-offset-color: #d6e4ea !important; } .xl-ring-offset-cw-secondary-300 { --tw-ring-offset-color: #f7fcff !important; } .xl-ring-offset-cw-accent { --tw-ring-offset-color: #ffc907 !important; } .xl-ring-offset-cw-accent-100 { --tw-ring-offset-color: #fff7e1 !important; } .xl-ring-offset-cw-accent-200 { --tw-ring-offset-color: #fffbf0 !important; } .xl-ring-offset-cw-blue-print { --tw-ring-offset-color: #5096d0 !important; } .xl-ring-offset-cw-green { --tw-ring-offset-color: #14a947 !important; } .xl-ring-offset-cw-orange { --tw-ring-offset-color: #fe813a !important; } .xl-ring-offset-cw-purple { --tw-ring-offset-color: #9064bf !important; } .xl-ring-offset-cw-red { --tw-ring-offset-color: #fa575d !important; } .xl-ring-offset-cw-spring { --tw-ring-offset-color: #1ba9e0 !important; } .xl-ring-offset-cw-teal { --tw-ring-offset-color: #8ed4cc !important; } .xl-ring-offset-cw-white { --tw-ring-offset-color: #fff !important; } .xl-ring-offset-cw-yellow { --tw-ring-offset-color: #ffca0a !important; } .xl-ring-offset-grey-10 { --tw-ring-offset-color: #f4f5f0 !important; } .xl-ring-offset-grey-20 { --tw-ring-offset-color: #e9eae4 !important; } .xl-ring-offset-grey-30 { --tw-ring-offset-color: #dfdfd7 !important; } .xl-ring-offset-grey-40 { --tw-ring-offset-color: #c1c1ba !important; } .xl-ring-offset-grey-5 { --tw-ring-offset-color: #f7f7f7 !important; } .xl-ring-offset-grey-50 { --tw-ring-offset-color: #9b9b94 !important; } .xl-ring-offset-grey-60 { --tw-ring-offset-color: #71716c !important; } .xl-ring-offset-grey-70 { --tw-ring-offset-color: #515151 !important; } .xl-ring-offset-cball-blue { --tw-ring-offset-color: #576995 !important; } .xl-ring-offset-cball-dark-blue { --tw-ring-offset-color: #354363 !important; } .xl-ring-offset-cball-purple { --tw-ring-offset-color: #0a101f !important; } .xl-ring-offset-cw-spring-yellow { --tw-ring-offset-color: #ffc907 !important; } .xl-ring-offset-cw-spring-dk-blue { --tw-ring-offset-color: #1e2658 !important; } .xl-ring-offset-cw-spring-med-blue { --tw-ring-offset-color: #1080b9 !important; } .xl-ring-offset-cw-spring-lt-blue { --tw-ring-offset-color: #bae3f0 !important; } .xl-ring-offset-cw-spring-dk-green { --tw-ring-offset-color: #004b3d !important; } .xl-ring-offset-cw-spring-med-green { --tw-ring-offset-color: #00ac7f !important; } .xl-ring-offset-cw-spring-lt-green { --tw-ring-offset-color: #b8e3d1 !important; } .xl-ring-offset-cw-spring-black { --tw-ring-offset-color: #1a1a1a !important; } .xl-ring-offset-cw-spring-off-white { --tw-ring-offset-color: #fdf4e2 !important; } .xl-ring-offset-cw-spring-peach { --tw-ring-offset-color: #e88a78 !important; } .xl-ring-offset-cw-navy { --tw-ring-offset-color: #036 !important; } .xl-ring-offset-cw-med-blue { --tw-ring-offset-color: #77a8bb !important; } .xl-ring-offset-cw-dk-orange { --tw-ring-offset-color: #bf6c46 !important; } .xl-ring-offset-sc-teal { --tw-ring-offset-color: #43b29a !important; } .xl-ring-offset-sc-green { --tw-ring-offset-color: #7db87e !important; } .xl-ring-offset-sc-sand { --tw-ring-offset-color: #f9f7e9 !important; } .xl-focus-within-ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent !important; } .xl-focus-within-ring-offset-cw-black:focus-within { --tw-ring-offset-color: #333232 !important; } .xl-focus-within-ring-offset-cw-blue:focus-within { --tw-ring-offset-color: #036 !important; } .xl-focus-within-ring-offset-cw-secondary:focus-within { --tw-ring-offset-color: #77a8bb !important; } .xl-focus-within-ring-offset-cw-secondary-100:focus-within { --tw-ring-offset-color: #99becc !important; } .xl-focus-within-ring-offset-cw-secondary-200:focus-within { --tw-ring-offset-color: #d6e4ea !important; } .xl-focus-within-ring-offset-cw-secondary-300:focus-within { --tw-ring-offset-color: #f7fcff !important; } .xl-focus-within-ring-offset-cw-accent:focus-within { --tw-ring-offset-color: #ffc907 !important; } .xl-focus-within-ring-offset-cw-accent-100:focus-within { --tw-ring-offset-color: #fff7e1 !important; } .xl-focus-within-ring-offset-cw-accent-200:focus-within { --tw-ring-offset-color: #fffbf0 !important; } .xl-focus-within-ring-offset-cw-blue-print:focus-within { --tw-ring-offset-color: #5096d0 !important; } .xl-focus-within-ring-offset-cw-green:focus-within { --tw-ring-offset-color: #14a947 !important; } .xl-focus-within-ring-offset-cw-orange:focus-within { --tw-ring-offset-color: #fe813a !important; } .xl-focus-within-ring-offset-cw-purple:focus-within { --tw-ring-offset-color: #9064bf !important; } .xl-focus-within-ring-offset-cw-red:focus-within { --tw-ring-offset-color: #fa575d !important; } .xl-focus-within-ring-offset-cw-spring:focus-within { --tw-ring-offset-color: #1ba9e0 !important; } .xl-focus-within-ring-offset-cw-teal:focus-within { --tw-ring-offset-color: #8ed4cc !important; } .xl-focus-within-ring-offset-cw-white:focus-within { --tw-ring-offset-color: #fff !important; } .xl-focus-within-ring-offset-cw-yellow:focus-within { --tw-ring-offset-color: #ffca0a !important; } .xl-focus-within-ring-offset-grey-10:focus-within { --tw-ring-offset-color: #f4f5f0 !important; } .xl-focus-within-ring-offset-grey-20:focus-within { --tw-ring-offset-color: #e9eae4 !important; } .xl-focus-within-ring-offset-grey-30:focus-within { --tw-ring-offset-color: #dfdfd7 !important; } .xl-focus-within-ring-offset-grey-40:focus-within { --tw-ring-offset-color: #c1c1ba !important; } .xl-focus-within-ring-offset-grey-5:focus-within { --tw-ring-offset-color: #f7f7f7 !important; } .xl-focus-within-ring-offset-grey-50:focus-within { --tw-ring-offset-color: #9b9b94 !important; } .xl-focus-within-ring-offset-grey-60:focus-within { --tw-ring-offset-color: #71716c !important; } .xl-focus-within-ring-offset-grey-70:focus-within { --tw-ring-offset-color: #515151 !important; } .xl-focus-within-ring-offset-cball-blue:focus-within { --tw-ring-offset-color: #576995 !important; } .xl-focus-within-ring-offset-cball-dark-blue:focus-within { --tw-ring-offset-color: #354363 !important; } .xl-focus-within-ring-offset-cball-purple:focus-within { --tw-ring-offset-color: #0a101f !important; } .xl-focus-within-ring-offset-cw-spring-yellow:focus-within { --tw-ring-offset-color: #ffc907 !important; } .xl-focus-within-ring-offset-cw-spring-dk-blue:focus-within { --tw-ring-offset-color: #1e2658 !important; } .xl-focus-within-ring-offset-cw-spring-med-blue:focus-within { --tw-ring-offset-color: #1080b9 !important; } .xl-focus-within-ring-offset-cw-spring-lt-blue:focus-within { --tw-ring-offset-color: #bae3f0 !important; } .xl-focus-within-ring-offset-cw-spring-dk-green:focus-within { --tw-ring-offset-color: #004b3d !important; } .xl-focus-within-ring-offset-cw-spring-med-green:focus-within { --tw-ring-offset-color: #00ac7f !important; } .xl-focus-within-ring-offset-cw-spring-lt-green:focus-within { --tw-ring-offset-color: #b8e3d1 !important; } .xl-focus-within-ring-offset-cw-spring-black:focus-within { --tw-ring-offset-color: #1a1a1a !important; } .xl-focus-within-ring-offset-cw-spring-off-white:focus-within { --tw-ring-offset-color: #fdf4e2 !important; } .xl-focus-within-ring-offset-cw-spring-peach:focus-within { --tw-ring-offset-color: #e88a78 !important; } .xl-focus-within-ring-offset-cw-navy:focus-within { --tw-ring-offset-color: #036 !important; } .xl-focus-within-ring-offset-cw-med-blue:focus-within { --tw-ring-offset-color: #77a8bb !important; } .xl-focus-within-ring-offset-cw-dk-orange:focus-within { --tw-ring-offset-color: #bf6c46 !important; } .xl-focus-within-ring-offset-sc-teal:focus-within { --tw-ring-offset-color: #43b29a !important; } .xl-focus-within-ring-offset-sc-green:focus-within { --tw-ring-offset-color: #7db87e !important; } .xl-focus-within-ring-offset-sc-sand:focus-within { --tw-ring-offset-color: #f9f7e9 !important; } .xl-focus-ring-offset-transparent:focus { --tw-ring-offset-color: transparent !important; } .xl-focus-ring-offset-cw-black:focus { --tw-ring-offset-color: #333232 !important; } .xl-focus-ring-offset-cw-blue:focus { --tw-ring-offset-color: #036 !important; } .xl-focus-ring-offset-cw-secondary:focus { --tw-ring-offset-color: #77a8bb !important; } .xl-focus-ring-offset-cw-secondary-100:focus { --tw-ring-offset-color: #99becc !important; } .xl-focus-ring-offset-cw-secondary-200:focus { --tw-ring-offset-color: #d6e4ea !important; } .xl-focus-ring-offset-cw-secondary-300:focus { --tw-ring-offset-color: #f7fcff !important; } .xl-focus-ring-offset-cw-accent:focus { --tw-ring-offset-color: #ffc907 !important; } .xl-focus-ring-offset-cw-accent-100:focus { --tw-ring-offset-color: #fff7e1 !important; } .xl-focus-ring-offset-cw-accent-200:focus { --tw-ring-offset-color: #fffbf0 !important; } .xl-focus-ring-offset-cw-blue-print:focus { --tw-ring-offset-color: #5096d0 !important; } .xl-focus-ring-offset-cw-green:focus { --tw-ring-offset-color: #14a947 !important; } .xl-focus-ring-offset-cw-orange:focus { --tw-ring-offset-color: #fe813a !important; } .xl-focus-ring-offset-cw-purple:focus { --tw-ring-offset-color: #9064bf !important; } .xl-focus-ring-offset-cw-red:focus { --tw-ring-offset-color: #fa575d !important; } .xl-focus-ring-offset-cw-spring:focus { --tw-ring-offset-color: #1ba9e0 !important; } .xl-focus-ring-offset-cw-teal:focus { --tw-ring-offset-color: #8ed4cc !important; } .xl-focus-ring-offset-cw-white:focus { --tw-ring-offset-color: #fff !important; } .xl-focus-ring-offset-cw-yellow:focus { --tw-ring-offset-color: #ffca0a !important; } .xl-focus-ring-offset-grey-10:focus { --tw-ring-offset-color: #f4f5f0 !important; } .xl-focus-ring-offset-grey-20:focus { --tw-ring-offset-color: #e9eae4 !important; } .xl-focus-ring-offset-grey-30:focus { --tw-ring-offset-color: #dfdfd7 !important; } .xl-focus-ring-offset-grey-40:focus { --tw-ring-offset-color: #c1c1ba !important; } .xl-focus-ring-offset-grey-5:focus { --tw-ring-offset-color: #f7f7f7 !important; } .xl-focus-ring-offset-grey-50:focus { --tw-ring-offset-color: #9b9b94 !important; } .xl-focus-ring-offset-grey-60:focus { --tw-ring-offset-color: #71716c !important; } .xl-focus-ring-offset-grey-70:focus { --tw-ring-offset-color: #515151 !important; } .xl-focus-ring-offset-cball-blue:focus { --tw-ring-offset-color: #576995 !important; } .xl-focus-ring-offset-cball-dark-blue:focus { --tw-ring-offset-color: #354363 !important; } .xl-focus-ring-offset-cball-purple:focus { --tw-ring-offset-color: #0a101f !important; } .xl-focus-ring-offset-cw-spring-yellow:focus { --tw-ring-offset-color: #ffc907 !important; } .xl-focus-ring-offset-cw-spring-dk-blue:focus { --tw-ring-offset-color: #1e2658 !important; } .xl-focus-ring-offset-cw-spring-med-blue:focus { --tw-ring-offset-color: #1080b9 !important; } .xl-focus-ring-offset-cw-spring-lt-blue:focus { --tw-ring-offset-color: #bae3f0 !important; } .xl-focus-ring-offset-cw-spring-dk-green:focus { --tw-ring-offset-color: #004b3d !important; } .xl-focus-ring-offset-cw-spring-med-green:focus { --tw-ring-offset-color: #00ac7f !important; } .xl-focus-ring-offset-cw-spring-lt-green:focus { --tw-ring-offset-color: #b8e3d1 !important; } .xl-focus-ring-offset-cw-spring-black:focus { --tw-ring-offset-color: #1a1a1a !important; } .xl-focus-ring-offset-cw-spring-off-white:focus { --tw-ring-offset-color: #fdf4e2 !important; } .xl-focus-ring-offset-cw-spring-peach:focus { --tw-ring-offset-color: #e88a78 !important; } .xl-focus-ring-offset-cw-navy:focus { --tw-ring-offset-color: #036 !important; } .xl-focus-ring-offset-cw-med-blue:focus { --tw-ring-offset-color: #77a8bb !important; } .xl-focus-ring-offset-cw-dk-orange:focus { --tw-ring-offset-color: #bf6c46 !important; } .xl-focus-ring-offset-sc-teal:focus { --tw-ring-offset-color: #43b29a !important; } .xl-focus-ring-offset-sc-green:focus { --tw-ring-offset-color: #7db87e !important; } .xl-focus-ring-offset-sc-sand:focus { --tw-ring-offset-color: #f9f7e9 !important; } .xl-ring-offset-0 { --tw-ring-offset-width: 0px !important; } .xl-ring-offset-1 { --tw-ring-offset-width: 1px !important; } .xl-ring-offset-2 { --tw-ring-offset-width: 2px !important; } .xl-ring-offset-4 { --tw-ring-offset-width: 4px !important; } .xl-ring-offset-8 { --tw-ring-offset-width: 8px !important; } .xl-focus-within-ring-offset-0:focus-within { --tw-ring-offset-width: 0px !important; } .xl-focus-within-ring-offset-1:focus-within { --tw-ring-offset-width: 1px !important; } .xl-focus-within-ring-offset-2:focus-within { --tw-ring-offset-width: 2px !important; } .xl-focus-within-ring-offset-4:focus-within { --tw-ring-offset-width: 4px !important; } .xl-focus-within-ring-offset-8:focus-within { --tw-ring-offset-width: 8px !important; } .xl-focus-ring-offset-0:focus { --tw-ring-offset-width: 0px !important; } .xl-focus-ring-offset-1:focus { --tw-ring-offset-width: 1px !important; } .xl-focus-ring-offset-2:focus { --tw-ring-offset-width: 2px !important; } .xl-focus-ring-offset-4:focus { --tw-ring-offset-width: 4px !important; } .xl-focus-ring-offset-8:focus { --tw-ring-offset-width: 8px !important; } .xl-ring-transparent { --tw-ring-color: transparent !important; } .xl-ring-cw-black { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .xl-ring-cw-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .xl-ring-cw-secondary { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .xl-ring-cw-secondary-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .xl-ring-cw-secondary-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .xl-ring-cw-secondary-300 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .xl-ring-cw-accent { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .xl-ring-cw-accent-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .xl-ring-cw-accent-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .xl-ring-cw-blue-print { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .xl-ring-cw-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .xl-ring-cw-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .xl-ring-cw-purple { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .xl-ring-cw-red { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .xl-ring-cw-spring { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .xl-ring-cw-teal { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .xl-ring-cw-white { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .xl-ring-cw-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .xl-ring-grey-10 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .xl-ring-grey-20 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .xl-ring-grey-30 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .xl-ring-grey-40 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .xl-ring-grey-5 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .xl-ring-grey-50 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .xl-ring-grey-60 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .xl-ring-grey-70 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .xl-ring-cball-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .xl-ring-cball-dark-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .xl-ring-cball-purple { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .xl-ring-cw-spring-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .xl-ring-cw-spring-dk-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .xl-ring-cw-spring-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .xl-ring-cw-spring-lt-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .xl-ring-cw-spring-dk-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .xl-ring-cw-spring-med-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .xl-ring-cw-spring-lt-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .xl-ring-cw-spring-black { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .xl-ring-cw-spring-off-white { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .xl-ring-cw-spring-peach { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .xl-ring-cw-navy { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .xl-ring-cw-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .xl-ring-cw-dk-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .xl-ring-sc-teal { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .xl-ring-sc-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .xl-ring-sc-sand { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-transparent:focus-within { --tw-ring-color: transparent !important; } .xl-focus-within-ring-cw-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-secondary:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-secondary-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-secondary-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-secondary-300:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-accent:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-accent-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-accent-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-blue-print:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-red:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-spring:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-grey-10:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-grey-20:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-grey-30:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-grey-40:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-grey-5:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-grey-50:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-grey-60:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-grey-70:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cball-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cball-dark-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cball-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-spring-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-spring-dk-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-spring-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-spring-lt-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-spring-dk-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-spring-med-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-spring-lt-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-spring-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-spring-off-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-spring-peach:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-navy:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-cw-dk-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-sc-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-sc-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .xl-focus-within-ring-sc-sand:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .xl-focus-ring-transparent:focus { --tw-ring-color: transparent !important; } .xl-focus-ring-cw-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-secondary:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-secondary-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-secondary-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-secondary-300:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-accent:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-accent-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-accent-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-blue-print:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-red:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-spring:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .xl-focus-ring-grey-10:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .xl-focus-ring-grey-20:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .xl-focus-ring-grey-30:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .xl-focus-ring-grey-40:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .xl-focus-ring-grey-5:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .xl-focus-ring-grey-50:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .xl-focus-ring-grey-60:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .xl-focus-ring-grey-70:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cball-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cball-dark-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cball-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-spring-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-spring-dk-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-spring-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-spring-lt-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-spring-dk-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-spring-med-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-spring-lt-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-spring-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-spring-off-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-spring-peach:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-navy:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .xl-focus-ring-cw-dk-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .xl-focus-ring-sc-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .xl-focus-ring-sc-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .xl-focus-ring-sc-sand:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .xl-ring-opacity-0 { --tw-ring-opacity: 0 !important; } .xl-ring-opacity-5 { --tw-ring-opacity: 0.05 !important; } .xl-ring-opacity-10 { --tw-ring-opacity: 0.1 !important; } .xl-ring-opacity-20 { --tw-ring-opacity: 0.2 !important; } .xl-ring-opacity-25 { --tw-ring-opacity: 0.25 !important; } .xl-ring-opacity-30 { --tw-ring-opacity: 0.3 !important; } .xl-ring-opacity-40 { --tw-ring-opacity: 0.4 !important; } .xl-ring-opacity-50 { --tw-ring-opacity: 0.5 !important; } .xl-ring-opacity-60 { --tw-ring-opacity: 0.6 !important; } .xl-ring-opacity-70 { --tw-ring-opacity: 0.7 !important; } .xl-ring-opacity-75 { --tw-ring-opacity: 0.75 !important; } .xl-ring-opacity-80 { --tw-ring-opacity: 0.8 !important; } .xl-ring-opacity-90 { --tw-ring-opacity: 0.9 !important; } .xl-ring-opacity-95 { --tw-ring-opacity: 0.95 !important; } .xl-ring-opacity-100 { --tw-ring-opacity: 1 !important; } .xl-focus-within-ring-opacity-0:focus-within { --tw-ring-opacity: 0 !important; } .xl-focus-within-ring-opacity-5:focus-within { --tw-ring-opacity: 0.05 !important; } .xl-focus-within-ring-opacity-10:focus-within { --tw-ring-opacity: 0.1 !important; } .xl-focus-within-ring-opacity-20:focus-within { --tw-ring-opacity: 0.2 !important; } .xl-focus-within-ring-opacity-25:focus-within { --tw-ring-opacity: 0.25 !important; } .xl-focus-within-ring-opacity-30:focus-within { --tw-ring-opacity: 0.3 !important; } .xl-focus-within-ring-opacity-40:focus-within { --tw-ring-opacity: 0.4 !important; } .xl-focus-within-ring-opacity-50:focus-within { --tw-ring-opacity: 0.5 !important; } .xl-focus-within-ring-opacity-60:focus-within { --tw-ring-opacity: 0.6 !important; } .xl-focus-within-ring-opacity-70:focus-within { --tw-ring-opacity: 0.7 !important; } .xl-focus-within-ring-opacity-75:focus-within { --tw-ring-opacity: 0.75 !important; } .xl-focus-within-ring-opacity-80:focus-within { --tw-ring-opacity: 0.8 !important; } .xl-focus-within-ring-opacity-90:focus-within { --tw-ring-opacity: 0.9 !important; } .xl-focus-within-ring-opacity-95:focus-within { --tw-ring-opacity: 0.95 !important; } .xl-focus-within-ring-opacity-100:focus-within { --tw-ring-opacity: 1 !important; } .xl-focus-ring-opacity-0:focus { --tw-ring-opacity: 0 !important; } .xl-focus-ring-opacity-5:focus { --tw-ring-opacity: 0.05 !important; } .xl-focus-ring-opacity-10:focus { --tw-ring-opacity: 0.1 !important; } .xl-focus-ring-opacity-20:focus { --tw-ring-opacity: 0.2 !important; } .xl-focus-ring-opacity-25:focus { --tw-ring-opacity: 0.25 !important; } .xl-focus-ring-opacity-30:focus { --tw-ring-opacity: 0.3 !important; } .xl-focus-ring-opacity-40:focus { --tw-ring-opacity: 0.4 !important; } .xl-focus-ring-opacity-50:focus { --tw-ring-opacity: 0.5 !important; } .xl-focus-ring-opacity-60:focus { --tw-ring-opacity: 0.6 !important; } .xl-focus-ring-opacity-70:focus { --tw-ring-opacity: 0.7 !important; } .xl-focus-ring-opacity-75:focus { --tw-ring-opacity: 0.75 !important; } .xl-focus-ring-opacity-80:focus { --tw-ring-opacity: 0.8 !important; } .xl-focus-ring-opacity-90:focus { --tw-ring-opacity: 0.9 !important; } .xl-focus-ring-opacity-95:focus { --tw-ring-opacity: 0.95 !important; } .xl-focus-ring-opacity-100:focus { --tw-ring-opacity: 1 !important; } .xl-fill-current { fill: currentColor !important; } .xl-stroke-current { stroke: currentColor !important; } .xl-stroke-0 { stroke-width: 0 !important; } .xl-stroke-1 { stroke-width: 1 !important; } .xl-stroke-2 { stroke-width: 2 !important; } .xl-table-auto { table-layout: auto !important; } .xl-table-fixed { table-layout: fixed !important; } .xl-text-left { text-align: left !important; } .xl-text-center { text-align: center !important; } .xl-text-right { text-align: right !important; } .xl-text-justify { text-align: justify !important; } .xl-text-transparent { color: transparent !important; } .xl-text-cw-black { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .xl-text-cw-blue { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .xl-text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .xl-text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .xl-text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .xl-text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .xl-text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .xl-text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .xl-text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .xl-text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .xl-text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .xl-text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .xl-text-cw-purple { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .xl-text-cw-red { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .xl-text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .xl-text-cw-teal { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .xl-text-cw-white { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .xl-text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .xl-text-grey-10 { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .xl-text-grey-20 { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .xl-text-grey-30 { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .xl-text-grey-40 { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .xl-text-grey-5 { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .xl-text-grey-50 { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .xl-text-grey-60 { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .xl-text-grey-70 { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .xl-text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .xl-text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .xl-text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .xl-text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .xl-text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .xl-text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .xl-text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .xl-text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .xl-text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .xl-text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .xl-text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .xl-text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .xl-text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .xl-text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .xl-text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .xl-text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .xl-text-sc-teal { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .xl-text-sc-green { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .xl-text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-transparent { color: transparent !important; } .group:hover .xl-group-hover-text-cw-black { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-blue { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-purple { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-red { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-teal { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-white { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-grey-10 { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-grey-20 { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-grey-30 { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-grey-40 { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-grey-5 { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-grey-50 { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-grey-60 { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-grey-70 { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-sc-teal { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-sc-green { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .group:hover .xl-group-hover-text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .xl-focus-within-text-transparent:focus-within { color: transparent !important; } .xl-focus-within-text-cw-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-secondary:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-secondary-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-secondary-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-secondary-300:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-accent:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-accent-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-accent-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-blue-print:focus-within { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-red:focus-within { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-spring:focus-within { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .xl-focus-within-text-grey-10:focus-within { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .xl-focus-within-text-grey-20:focus-within { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .xl-focus-within-text-grey-30:focus-within { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .xl-focus-within-text-grey-40:focus-within { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .xl-focus-within-text-grey-5:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .xl-focus-within-text-grey-50:focus-within { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .xl-focus-within-text-grey-60:focus-within { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .xl-focus-within-text-grey-70:focus-within { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cball-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cball-dark-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cball-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-spring-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-spring-dk-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-spring-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-spring-lt-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-spring-dk-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-spring-med-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-spring-lt-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-spring-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-spring-off-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-spring-peach:focus-within { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-navy:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .xl-focus-within-text-cw-dk-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .xl-focus-within-text-sc-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .xl-focus-within-text-sc-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .xl-focus-within-text-sc-sand:focus-within { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .xl-hover-text-transparent:hover { color: transparent !important; } .xl-hover-text-cw-black:hover { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-blue:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-secondary:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-secondary-100:hover { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-secondary-200:hover { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-secondary-300:hover { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-accent:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-accent-100:hover { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-accent-200:hover { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-blue-print:hover { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-green:hover { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-orange:hover { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-purple:hover { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-red:hover { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-spring:hover { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-teal:hover { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-white:hover { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .xl-hover-text-grey-10:hover { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .xl-hover-text-grey-20:hover { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .xl-hover-text-grey-30:hover { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .xl-hover-text-grey-40:hover { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .xl-hover-text-grey-5:hover { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .xl-hover-text-grey-50:hover { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .xl-hover-text-grey-60:hover { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .xl-hover-text-grey-70:hover { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .xl-hover-text-cball-blue:hover { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .xl-hover-text-cball-dark-blue:hover { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .xl-hover-text-cball-purple:hover { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-spring-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-spring-dk-blue:hover { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-spring-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-spring-lt-blue:hover { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-spring-dk-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-spring-med-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-spring-lt-green:hover { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-spring-black:hover { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-spring-off-white:hover { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-spring-peach:hover { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-navy:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .xl-hover-text-cw-dk-orange:hover { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .xl-hover-text-sc-teal:hover { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .xl-hover-text-sc-green:hover { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .xl-hover-text-sc-sand:hover { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .xl-focus-text-transparent:focus { color: transparent !important; } .xl-focus-text-cw-black:focus { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-blue:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-secondary:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-secondary-100:focus { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-secondary-200:focus { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-secondary-300:focus { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-accent:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-accent-100:focus { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-accent-200:focus { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-blue-print:focus { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-green:focus { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-orange:focus { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-purple:focus { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-red:focus { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-spring:focus { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-teal:focus { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-white:focus { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .xl-focus-text-grey-10:focus { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .xl-focus-text-grey-20:focus { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .xl-focus-text-grey-30:focus { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .xl-focus-text-grey-40:focus { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .xl-focus-text-grey-5:focus { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .xl-focus-text-grey-50:focus { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .xl-focus-text-grey-60:focus { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .xl-focus-text-grey-70:focus { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .xl-focus-text-cball-blue:focus { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .xl-focus-text-cball-dark-blue:focus { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .xl-focus-text-cball-purple:focus { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-spring-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-spring-dk-blue:focus { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-spring-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-spring-lt-blue:focus { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-spring-dk-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-spring-med-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-spring-lt-green:focus { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-spring-black:focus { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-spring-off-white:focus { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-spring-peach:focus { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-navy:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .xl-focus-text-cw-dk-orange:focus { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .xl-focus-text-sc-teal:focus { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .xl-focus-text-sc-green:focus { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .xl-focus-text-sc-sand:focus { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .xl-text-opacity-0 { --tw-text-opacity: 0 !important; } .xl-text-opacity-5 { --tw-text-opacity: 0.05 !important; } .xl-text-opacity-10 { --tw-text-opacity: 0.1 !important; } .xl-text-opacity-20 { --tw-text-opacity: 0.2 !important; } .xl-text-opacity-25 { --tw-text-opacity: 0.25 !important; } .xl-text-opacity-30 { --tw-text-opacity: 0.3 !important; } .xl-text-opacity-40 { --tw-text-opacity: 0.4 !important; } .xl-text-opacity-50 { --tw-text-opacity: 0.5 !important; } .xl-text-opacity-60 { --tw-text-opacity: 0.6 !important; } .xl-text-opacity-70 { --tw-text-opacity: 0.7 !important; } .xl-text-opacity-75 { --tw-text-opacity: 0.75 !important; } .xl-text-opacity-80 { --tw-text-opacity: 0.8 !important; } .xl-text-opacity-90 { --tw-text-opacity: 0.9 !important; } .xl-text-opacity-95 { --tw-text-opacity: 0.95 !important; } .xl-text-opacity-100 { --tw-text-opacity: 1 !important; } .group:hover .xl-group-hover-text-opacity-0 { --tw-text-opacity: 0 !important; } .group:hover .xl-group-hover-text-opacity-5 { --tw-text-opacity: 0.05 !important; } .group:hover .xl-group-hover-text-opacity-10 { --tw-text-opacity: 0.1 !important; } .group:hover .xl-group-hover-text-opacity-20 { --tw-text-opacity: 0.2 !important; } .group:hover .xl-group-hover-text-opacity-25 { --tw-text-opacity: 0.25 !important; } .group:hover .xl-group-hover-text-opacity-30 { --tw-text-opacity: 0.3 !important; } .group:hover .xl-group-hover-text-opacity-40 { --tw-text-opacity: 0.4 !important; } .group:hover .xl-group-hover-text-opacity-50 { --tw-text-opacity: 0.5 !important; } .group:hover .xl-group-hover-text-opacity-60 { --tw-text-opacity: 0.6 !important; } .group:hover .xl-group-hover-text-opacity-70 { --tw-text-opacity: 0.7 !important; } .group:hover .xl-group-hover-text-opacity-75 { --tw-text-opacity: 0.75 !important; } .group:hover .xl-group-hover-text-opacity-80 { --tw-text-opacity: 0.8 !important; } .group:hover .xl-group-hover-text-opacity-90 { --tw-text-opacity: 0.9 !important; } .group:hover .xl-group-hover-text-opacity-95 { --tw-text-opacity: 0.95 !important; } .group:hover .xl-group-hover-text-opacity-100 { --tw-text-opacity: 1 !important; } .xl-focus-within-text-opacity-0:focus-within { --tw-text-opacity: 0 !important; } .xl-focus-within-text-opacity-5:focus-within { --tw-text-opacity: 0.05 !important; } .xl-focus-within-text-opacity-10:focus-within { --tw-text-opacity: 0.1 !important; } .xl-focus-within-text-opacity-20:focus-within { --tw-text-opacity: 0.2 !important; } .xl-focus-within-text-opacity-25:focus-within { --tw-text-opacity: 0.25 !important; } .xl-focus-within-text-opacity-30:focus-within { --tw-text-opacity: 0.3 !important; } .xl-focus-within-text-opacity-40:focus-within { --tw-text-opacity: 0.4 !important; } .xl-focus-within-text-opacity-50:focus-within { --tw-text-opacity: 0.5 !important; } .xl-focus-within-text-opacity-60:focus-within { --tw-text-opacity: 0.6 !important; } .xl-focus-within-text-opacity-70:focus-within { --tw-text-opacity: 0.7 !important; } .xl-focus-within-text-opacity-75:focus-within { --tw-text-opacity: 0.75 !important; } .xl-focus-within-text-opacity-80:focus-within { --tw-text-opacity: 0.8 !important; } .xl-focus-within-text-opacity-90:focus-within { --tw-text-opacity: 0.9 !important; } .xl-focus-within-text-opacity-95:focus-within { --tw-text-opacity: 0.95 !important; } .xl-focus-within-text-opacity-100:focus-within { --tw-text-opacity: 1 !important; } .xl-hover-text-opacity-0:hover { --tw-text-opacity: 0 !important; } .xl-hover-text-opacity-5:hover { --tw-text-opacity: 0.05 !important; } .xl-hover-text-opacity-10:hover { --tw-text-opacity: 0.1 !important; } .xl-hover-text-opacity-20:hover { --tw-text-opacity: 0.2 !important; } .xl-hover-text-opacity-25:hover { --tw-text-opacity: 0.25 !important; } .xl-hover-text-opacity-30:hover { --tw-text-opacity: 0.3 !important; } .xl-hover-text-opacity-40:hover { --tw-text-opacity: 0.4 !important; } .xl-hover-text-opacity-50:hover { --tw-text-opacity: 0.5 !important; } .xl-hover-text-opacity-60:hover { --tw-text-opacity: 0.6 !important; } .xl-hover-text-opacity-70:hover { --tw-text-opacity: 0.7 !important; } .xl-hover-text-opacity-75:hover { --tw-text-opacity: 0.75 !important; } .xl-hover-text-opacity-80:hover { --tw-text-opacity: 0.8 !important; } .xl-hover-text-opacity-90:hover { --tw-text-opacity: 0.9 !important; } .xl-hover-text-opacity-95:hover { --tw-text-opacity: 0.95 !important; } .xl-hover-text-opacity-100:hover { --tw-text-opacity: 1 !important; } .xl-focus-text-opacity-0:focus { --tw-text-opacity: 0 !important; } .xl-focus-text-opacity-5:focus { --tw-text-opacity: 0.05 !important; } .xl-focus-text-opacity-10:focus { --tw-text-opacity: 0.1 !important; } .xl-focus-text-opacity-20:focus { --tw-text-opacity: 0.2 !important; } .xl-focus-text-opacity-25:focus { --tw-text-opacity: 0.25 !important; } .xl-focus-text-opacity-30:focus { --tw-text-opacity: 0.3 !important; } .xl-focus-text-opacity-40:focus { --tw-text-opacity: 0.4 !important; } .xl-focus-text-opacity-50:focus { --tw-text-opacity: 0.5 !important; } .xl-focus-text-opacity-60:focus { --tw-text-opacity: 0.6 !important; } .xl-focus-text-opacity-70:focus { --tw-text-opacity: 0.7 !important; } .xl-focus-text-opacity-75:focus { --tw-text-opacity: 0.75 !important; } .xl-focus-text-opacity-80:focus { --tw-text-opacity: 0.8 !important; } .xl-focus-text-opacity-90:focus { --tw-text-opacity: 0.9 !important; } .xl-focus-text-opacity-95:focus { --tw-text-opacity: 0.95 !important; } .xl-focus-text-opacity-100:focus { --tw-text-opacity: 1 !important; } .xl-truncate { overflow: hidden !important; white-space: nowrap !important; } .xl-overflow-ellipsis, .xl-truncate { text-overflow: ellipsis !important; } .xl-overflow-clip { text-overflow: clip !important; } .xl-italic { font-style: italic !important; } .xl-not-italic { font-style: normal !important; } .xl-uppercase { text-transform: uppercase !important; } .xl-lowercase { text-transform: lowercase !important; } .xl-capitalize { text-transform: capitalize !important; } .xl-normal-case { text-transform: none !important; } .xl-underline { text-decoration: underline !important; } .xl-line-through { text-decoration: line-through !important; } .xl-no-underline { text-decoration: none !important; } .group:hover .xl-group-hover-underline { text-decoration: underline !important; } .group:hover .xl-group-hover-line-through { text-decoration: line-through !important; } .group:hover .xl-group-hover-no-underline { text-decoration: none !important; } .xl-focus-within-underline:focus-within { text-decoration: underline !important; } .xl-focus-within-line-through:focus-within { text-decoration: line-through !important; } .xl-focus-within-no-underline:focus-within { text-decoration: none !important; } .xl-hover-underline:hover { text-decoration: underline !important; } .xl-hover-line-through:hover { text-decoration: line-through !important; } .xl-hover-no-underline:hover { text-decoration: none !important; } .xl-focus-underline:focus { text-decoration: underline !important; } .xl-focus-line-through:focus { text-decoration: line-through !important; } .xl-focus-no-underline:focus { text-decoration: none !important; } .xl-antialiased { -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; } .xl-subpixel-antialiased { -webkit-font-smoothing: auto !important; -moz-osx-font-smoothing: auto !important; } .xl-diagonal-fractions, .xl-lining-nums, .xl-oldstyle-nums, .xl-ordinal, .xl-proportional-nums, .xl-slashed-zero, .xl-stacked-fractions, .xl-tabular-nums { --tw-ordinal: var(--tw-empty, /*!*/ /*!*/) !important; --tw-slashed-zero: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-figure: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-spacing: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-fraction: var(--tw-empty, /*!*/ /*!*/) !important; font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; } .xl-normal-nums { font-feature-settings: normal !important; font-variant-numeric: normal !important; } .xl-ordinal { --tw-ordinal: ordinal !important; } .xl-slashed-zero { --tw-slashed-zero: slashed-zero !important; } .xl-lining-nums { --tw-numeric-figure: lining-nums !important; } .xl-oldstyle-nums { --tw-numeric-figure: oldstyle-nums !important; } .xl-proportional-nums { --tw-numeric-spacing: proportional-nums !important; } .xl-tabular-nums { --tw-numeric-spacing: tabular-nums !important; } .xl-diagonal-fractions { --tw-numeric-fraction: diagonal-fractions !important; } .xl-stacked-fractions { --tw-numeric-fraction: stacked-fractions !important; } .xl-tracking-tight { letter-spacing: -0.05em !important; } .xl-tracking-normal { letter-spacing: 0 !important; } .xl-tracking-wide { letter-spacing: 0.05em !important; } .xl-tracking-relative-wider { letter-spacing: 0.0625rem !important; } .xl-tracking-px { letter-spacing: 1px !important; } .xl-select-none { -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .xl-select-text { -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; } .xl-select-all { -moz-user-select: all !important; -ms-user-select: all !important; user-select: all !important; } .xl-select-auto { -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; } .xl-align-baseline { vertical-align: baseline !important; } .xl-align-top { vertical-align: top !important; } .xl-align-middle { vertical-align: middle !important; } .xl-align-bottom { vertical-align: bottom !important; } .xl-align-text-top { vertical-align: text-top !important; } .xl-align-text-bottom { vertical-align: text-bottom !important; } .xl-visible { visibility: visible !important; } .xl-invisible { visibility: hidden !important; } .xl-whitespace-normal { white-space: normal !important; } .xl-whitespace-nowrap { white-space: nowrap !important; } .xl-whitespace-pre { white-space: pre !important; } .xl-whitespace-pre-line { white-space: pre-line !important; } .xl-whitespace-pre-wrap { white-space: pre-wrap !important; } .xl-break-normal { overflow-wrap: normal !important; word-break: normal !important; } .xl-break-words { overflow-wrap: break-word !important; } .xl-break-all { word-break: break-all !important; } .xl-w-0 { width: 0 !important; } .xl-w-1 { width: 0.25rem !important; } .xl-w-2 { width: 0.5rem !important; } .xl-w-3 { width: 0.75rem !important; } .xl-w-4 { width: 1rem !important; } .xl-w-5 { width: 1.25rem !important; } .xl-w-6 { width: 1.5rem !important; } .xl-w-7 { width: 1.75rem !important; } .xl-w-8 { width: 2rem !important; } .xl-w-9 { width: 2.25rem !important; } .xl-w-10 { width: 2.5rem !important; } .xl-w-11 { width: 2.75rem !important; } .xl-w-12 { width: 3rem !important; } .xl-w-14 { width: 3.5rem !important; } .xl-w-16 { width: 4rem !important; } .xl-w-20 { width: 5rem !important; } .xl-w-24 { width: 6rem !important; } .xl-w-28 { width: 7rem !important; } .xl-w-32 { width: 8rem !important; } .xl-w-36 { width: 9rem !important; } .xl-w-40 { width: 10rem !important; } .xl-w-44 { width: 11rem !important; } .xl-w-48 { width: 12rem !important; } .xl-w-52 { width: 13rem !important; } .xl-w-56 { width: 14rem !important; } .xl-w-60 { width: 15rem !important; } .xl-w-64 { width: 16rem !important; } .xl-w-72 { width: 18rem !important; } .xl-w-80 { width: 20rem !important; } .xl-w-96 { width: 24rem !important; } .xl-w-auto { width: auto !important; } .xl-w-px { width: 1px !important; } .xl-w-0\.5 { width: 0.125rem !important; } .xl-w-1\.5 { width: 0.375rem !important; } .xl-w-2\.5 { width: 0.625rem !important; } .xl-w-3\.5 { width: 0.875rem !important; } .xl-w-1\/2 { width: 50% !important; } .xl-w-1\/3 { width: 33.333333% !important; } .xl-w-2\/3 { width: 66.666667% !important; } .xl-w-1\/4 { width: 25% !important; } .xl-w-2\/4 { width: 50% !important; } .xl-w-3\/4 { width: 75% !important; } .xl-w-1\/5 { width: 20% !important; } .xl-w-2\/5 { width: 40% !important; } .xl-w-3\/5 { width: 60% !important; } .xl-w-4\/5 { width: 80% !important; } .xl-w-1\/6 { width: 16.666667% !important; } .xl-w-2\/6 { width: 33.333333% !important; } .xl-w-3\/6 { width: 50% !important; } .xl-w-4\/6 { width: 66.666667% !important; } .xl-w-5\/6 { width: 83.333333% !important; } .xl-w-1\/12 { width: 8.333333% !important; } .xl-w-2\/12 { width: 16.666667% !important; } .xl-w-3\/12 { width: 25% !important; } .xl-w-4\/12 { width: 33.333333% !important; } .xl-w-5\/12 { width: 41.666667% !important; } .xl-w-6\/12 { width: 50% !important; } .xl-w-7\/12 { width: 58.333333% !important; } .xl-w-8\/12 { width: 66.666667% !important; } .xl-w-9\/12 { width: 75% !important; } .xl-w-10\/12 { width: 83.333333% !important; } .xl-w-11\/12 { width: 91.666667% !important; } .xl-w-full { width: 100% !important; } .xl-w-screen { width: 100vw !important; } .xl-w-min { width: -moz-min-content !important; width: min-content !important; } .xl-w-max { width: -moz-max-content !important; width: max-content !important; } .xl-z-0 { z-index: 0 !important; } .xl-z-10 { z-index: 10 !important; } .xl-z-20 { z-index: 20 !important; } .xl-z-30 { z-index: 30 !important; } .xl-z-40 { z-index: 40 !important; } .xl-z-50 { z-index: 50 !important; } .xl-z-auto { z-index: auto !important; } .xl-z-over-content { z-index: 100000 !important; } .xl-focus-within-z-0:focus-within { z-index: 0 !important; } .xl-focus-within-z-10:focus-within { z-index: 10 !important; } .xl-focus-within-z-20:focus-within { z-index: 20 !important; } .xl-focus-within-z-30:focus-within { z-index: 30 !important; } .xl-focus-within-z-40:focus-within { z-index: 40 !important; } .xl-focus-within-z-50:focus-within { z-index: 50 !important; } .xl-focus-within-z-auto:focus-within { z-index: auto !important; } .xl-focus-within-z-over-content:focus-within { z-index: 100000 !important; } .xl-focus-z-0:focus { z-index: 0 !important; } .xl-focus-z-10:focus { z-index: 10 !important; } .xl-focus-z-20:focus { z-index: 20 !important; } .xl-focus-z-30:focus { z-index: 30 !important; } .xl-focus-z-40:focus { z-index: 40 !important; } .xl-focus-z-50:focus { z-index: 50 !important; } .xl-focus-z-auto:focus { z-index: auto !important; } .xl-focus-z-over-content:focus { z-index: 100000 !important; } .xl-gap-0 { grid-gap: 0 !important; gap: 0 !important; } .xl-gap-1 { grid-gap: 0.25rem !important; gap: 0.25rem !important; } .xl-gap-2 { grid-gap: 0.5rem !important; gap: 0.5rem !important; } .xl-gap-3 { grid-gap: 0.75rem !important; gap: 0.75rem !important; } .xl-gap-4 { grid-gap: 1rem !important; gap: 1rem !important; } .xl-gap-5 { grid-gap: 1.25rem !important; gap: 1.25rem !important; } .xl-gap-6 { grid-gap: 1.5rem !important; gap: 1.5rem !important; } .xl-gap-7 { grid-gap: 1.75rem !important; gap: 1.75rem !important; } .xl-gap-8 { grid-gap: 2rem !important; gap: 2rem !important; } .xl-gap-9 { grid-gap: 2.25rem !important; gap: 2.25rem !important; } .xl-gap-10 { grid-gap: 2.5rem !important; gap: 2.5rem !important; } .xl-gap-11 { grid-gap: 2.75rem !important; gap: 2.75rem !important; } .xl-gap-12 { grid-gap: 3rem !important; gap: 3rem !important; } .xl-gap-14 { grid-gap: 3.5rem !important; gap: 3.5rem !important; } .xl-gap-16 { grid-gap: 4rem !important; gap: 4rem !important; } .xl-gap-20 { grid-gap: 5rem !important; gap: 5rem !important; } .xl-gap-24 { grid-gap: 6rem !important; gap: 6rem !important; } .xl-gap-28 { grid-gap: 7rem !important; gap: 7rem !important; } .xl-gap-32 { grid-gap: 8rem !important; gap: 8rem !important; } .xl-gap-36 { grid-gap: 9rem !important; gap: 9rem !important; } .xl-gap-40 { grid-gap: 10rem !important; gap: 10rem !important; } .xl-gap-44 { grid-gap: 11rem !important; gap: 11rem !important; } .xl-gap-48 { grid-gap: 12rem !important; gap: 12rem !important; } .xl-gap-52 { grid-gap: 13rem !important; gap: 13rem !important; } .xl-gap-56 { grid-gap: 14rem !important; gap: 14rem !important; } .xl-gap-60 { grid-gap: 15rem !important; gap: 15rem !important; } .xl-gap-64 { grid-gap: 16rem !important; gap: 16rem !important; } .xl-gap-72 { grid-gap: 18rem !important; gap: 18rem !important; } .xl-gap-80 { grid-gap: 20rem !important; gap: 20rem !important; } .xl-gap-96 { grid-gap: 24rem !important; gap: 24rem !important; } .xl-gap-px { grid-gap: 1px !important; gap: 1px !important; } .xl-gap-0\.5 { grid-gap: 0.125rem !important; gap: 0.125rem !important; } .xl-gap-1\.5 { grid-gap: 0.375rem !important; gap: 0.375rem !important; } .xl-gap-2\.5 { grid-gap: 0.625rem !important; gap: 0.625rem !important; } .xl-gap-3\.5 { grid-gap: 0.875rem !important; gap: 0.875rem !important; } .xl-gap-x-0 { -moz-column-gap: 0 !important; grid-column-gap: 0 !important; column-gap: 0 !important; } .xl-gap-x-1 { -moz-column-gap: 0.25rem !important; grid-column-gap: 0.25rem !important; column-gap: 0.25rem !important; } .xl-gap-x-2 { -moz-column-gap: 0.5rem !important; grid-column-gap: 0.5rem !important; column-gap: 0.5rem !important; } .xl-gap-x-3 { -moz-column-gap: 0.75rem !important; grid-column-gap: 0.75rem !important; column-gap: 0.75rem !important; } .xl-gap-x-4 { -moz-column-gap: 1rem !important; grid-column-gap: 1rem !important; column-gap: 1rem !important; } .xl-gap-x-5 { -moz-column-gap: 1.25rem !important; grid-column-gap: 1.25rem !important; column-gap: 1.25rem !important; } .xl-gap-x-6 { -moz-column-gap: 1.5rem !important; grid-column-gap: 1.5rem !important; column-gap: 1.5rem !important; } .xl-gap-x-7 { -moz-column-gap: 1.75rem !important; grid-column-gap: 1.75rem !important; column-gap: 1.75rem !important; } .xl-gap-x-8 { -moz-column-gap: 2rem !important; grid-column-gap: 2rem !important; column-gap: 2rem !important; } .xl-gap-x-9 { -moz-column-gap: 2.25rem !important; grid-column-gap: 2.25rem !important; column-gap: 2.25rem !important; } .xl-gap-x-10 { -moz-column-gap: 2.5rem !important; grid-column-gap: 2.5rem !important; column-gap: 2.5rem !important; } .xl-gap-x-11 { -moz-column-gap: 2.75rem !important; grid-column-gap: 2.75rem !important; column-gap: 2.75rem !important; } .xl-gap-x-12 { -moz-column-gap: 3rem !important; grid-column-gap: 3rem !important; column-gap: 3rem !important; } .xl-gap-x-14 { -moz-column-gap: 3.5rem !important; grid-column-gap: 3.5rem !important; column-gap: 3.5rem !important; } .xl-gap-x-16 { -moz-column-gap: 4rem !important; grid-column-gap: 4rem !important; column-gap: 4rem !important; } .xl-gap-x-20 { -moz-column-gap: 5rem !important; grid-column-gap: 5rem !important; column-gap: 5rem !important; } .xl-gap-x-24 { -moz-column-gap: 6rem !important; grid-column-gap: 6rem !important; column-gap: 6rem !important; } .xl-gap-x-28 { -moz-column-gap: 7rem !important; grid-column-gap: 7rem !important; column-gap: 7rem !important; } .xl-gap-x-32 { -moz-column-gap: 8rem !important; grid-column-gap: 8rem !important; column-gap: 8rem !important; } .xl-gap-x-36 { -moz-column-gap: 9rem !important; grid-column-gap: 9rem !important; column-gap: 9rem !important; } .xl-gap-x-40 { -moz-column-gap: 10rem !important; grid-column-gap: 10rem !important; column-gap: 10rem !important; } .xl-gap-x-44 { -moz-column-gap: 11rem !important; grid-column-gap: 11rem !important; column-gap: 11rem !important; } .xl-gap-x-48 { -moz-column-gap: 12rem !important; grid-column-gap: 12rem !important; column-gap: 12rem !important; } .xl-gap-x-52 { -moz-column-gap: 13rem !important; grid-column-gap: 13rem !important; column-gap: 13rem !important; } .xl-gap-x-56 { -moz-column-gap: 14rem !important; grid-column-gap: 14rem !important; column-gap: 14rem !important; } .xl-gap-x-60 { -moz-column-gap: 15rem !important; grid-column-gap: 15rem !important; column-gap: 15rem !important; } .xl-gap-x-64 { -moz-column-gap: 16rem !important; grid-column-gap: 16rem !important; column-gap: 16rem !important; } .xl-gap-x-72 { -moz-column-gap: 18rem !important; grid-column-gap: 18rem !important; column-gap: 18rem !important; } .xl-gap-x-80 { -moz-column-gap: 20rem !important; grid-column-gap: 20rem !important; column-gap: 20rem !important; } .xl-gap-x-96 { -moz-column-gap: 24rem !important; grid-column-gap: 24rem !important; column-gap: 24rem !important; } .xl-gap-x-px { -moz-column-gap: 1px !important; grid-column-gap: 1px !important; column-gap: 1px !important; } .xl-gap-x-0\.5 { -moz-column-gap: 0.125rem !important; grid-column-gap: 0.125rem !important; column-gap: 0.125rem !important; } .xl-gap-x-1\.5 { -moz-column-gap: 0.375rem !important; grid-column-gap: 0.375rem !important; column-gap: 0.375rem !important; } .xl-gap-x-2\.5 { -moz-column-gap: 0.625rem !important; grid-column-gap: 0.625rem !important; column-gap: 0.625rem !important; } .xl-gap-x-3\.5 { -moz-column-gap: 0.875rem !important; grid-column-gap: 0.875rem !important; column-gap: 0.875rem !important; } .xl-gap-y-0 { grid-row-gap: 0 !important; row-gap: 0 !important; } .xl-gap-y-1 { grid-row-gap: 0.25rem !important; row-gap: 0.25rem !important; } .xl-gap-y-2 { grid-row-gap: 0.5rem !important; row-gap: 0.5rem !important; } .xl-gap-y-3 { grid-row-gap: 0.75rem !important; row-gap: 0.75rem !important; } .xl-gap-y-4 { grid-row-gap: 1rem !important; row-gap: 1rem !important; } .xl-gap-y-5 { grid-row-gap: 1.25rem !important; row-gap: 1.25rem !important; } .xl-gap-y-6 { grid-row-gap: 1.5rem !important; row-gap: 1.5rem !important; } .xl-gap-y-7 { grid-row-gap: 1.75rem !important; row-gap: 1.75rem !important; } .xl-gap-y-8 { grid-row-gap: 2rem !important; row-gap: 2rem !important; } .xl-gap-y-9 { grid-row-gap: 2.25rem !important; row-gap: 2.25rem !important; } .xl-gap-y-10 { grid-row-gap: 2.5rem !important; row-gap: 2.5rem !important; } .xl-gap-y-11 { grid-row-gap: 2.75rem !important; row-gap: 2.75rem !important; } .xl-gap-y-12 { grid-row-gap: 3rem !important; row-gap: 3rem !important; } .xl-gap-y-14 { grid-row-gap: 3.5rem !important; row-gap: 3.5rem !important; } .xl-gap-y-16 { grid-row-gap: 4rem !important; row-gap: 4rem !important; } .xl-gap-y-20 { grid-row-gap: 5rem !important; row-gap: 5rem !important; } .xl-gap-y-24 { grid-row-gap: 6rem !important; row-gap: 6rem !important; } .xl-gap-y-28 { grid-row-gap: 7rem !important; row-gap: 7rem !important; } .xl-gap-y-32 { grid-row-gap: 8rem !important; row-gap: 8rem !important; } .xl-gap-y-36 { grid-row-gap: 9rem !important; row-gap: 9rem !important; } .xl-gap-y-40 { grid-row-gap: 10rem !important; row-gap: 10rem !important; } .xl-gap-y-44 { grid-row-gap: 11rem !important; row-gap: 11rem !important; } .xl-gap-y-48 { grid-row-gap: 12rem !important; row-gap: 12rem !important; } .xl-gap-y-52 { grid-row-gap: 13rem !important; row-gap: 13rem !important; } .xl-gap-y-56 { grid-row-gap: 14rem !important; row-gap: 14rem !important; } .xl-gap-y-60 { grid-row-gap: 15rem !important; row-gap: 15rem !important; } .xl-gap-y-64 { grid-row-gap: 16rem !important; row-gap: 16rem !important; } .xl-gap-y-72 { grid-row-gap: 18rem !important; row-gap: 18rem !important; } .xl-gap-y-80 { grid-row-gap: 20rem !important; row-gap: 20rem !important; } .xl-gap-y-96 { grid-row-gap: 24rem !important; row-gap: 24rem !important; } .xl-gap-y-px { grid-row-gap: 1px !important; row-gap: 1px !important; } .xl-gap-y-0\.5 { grid-row-gap: 0.125rem !important; row-gap: 0.125rem !important; } .xl-gap-y-1\.5 { grid-row-gap: 0.375rem !important; row-gap: 0.375rem !important; } .xl-gap-y-2\.5 { grid-row-gap: 0.625rem !important; row-gap: 0.625rem !important; } .xl-gap-y-3\.5 { grid-row-gap: 0.875rem !important; row-gap: 0.875rem !important; } .xl-grid-flow-row { grid-auto-flow: row !important; } .xl-grid-flow-col { grid-auto-flow: column !important; } .xl-grid-flow-row-dense { grid-auto-flow: row dense !important; } .xl-grid-flow-col-dense { grid-auto-flow: column dense !important; } .xl-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .xl-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .xl-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .xl-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .xl-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } .xl-grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; } .xl-grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; } .xl-grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; } .xl-grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)) !important; } .xl-grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)) !important; } .xl-grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)) !important; } .xl-grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; } .xl-grid-cols-none { grid-template-columns: none !important; } .xl-auto-cols-auto { grid-auto-columns: auto !important; } .xl-auto-cols-min { grid-auto-columns: min-content !important; } .xl-auto-cols-max { grid-auto-columns: max-content !important; } .xl-auto-cols-fr { grid-auto-columns: minmax(0, 1fr) !important; } .xl-col-auto { grid-column: auto !important; } .xl-col-span-1 { grid-column: span 1 / span 1 !important; } .xl-col-span-2 { grid-column: span 2 / span 2 !important; } .xl-col-span-3 { grid-column: span 3 / span 3 !important; } .xl-col-span-4 { grid-column: span 4 / span 4 !important; } .xl-col-span-5 { grid-column: span 5 / span 5 !important; } .xl-col-span-6 { grid-column: span 6 / span 6 !important; } .xl-col-span-7 { grid-column: span 7 / span 7 !important; } .xl-col-span-8 { grid-column: span 8 / span 8 !important; } .xl-col-span-9 { grid-column: span 9 / span 9 !important; } .xl-col-span-10 { grid-column: span 10 / span 10 !important; } .xl-col-span-11 { grid-column: span 11 / span 11 !important; } .xl-col-span-12 { grid-column: span 12 / span 12 !important; } .xl-col-span-full { grid-column: 1/-1 !important; } .xl-col-start-1 { grid-column-start: 1 !important; } .xl-col-start-2 { grid-column-start: 2 !important; } .xl-col-start-3 { grid-column-start: 3 !important; } .xl-col-start-4 { grid-column-start: 4 !important; } .xl-col-start-5 { grid-column-start: 5 !important; } .xl-col-start-6 { grid-column-start: 6 !important; } .xl-col-start-7 { grid-column-start: 7 !important; } .xl-col-start-8 { grid-column-start: 8 !important; } .xl-col-start-9 { grid-column-start: 9 !important; } .xl-col-start-10 { grid-column-start: 10 !important; } .xl-col-start-11 { grid-column-start: 11 !important; } .xl-col-start-12 { grid-column-start: 12 !important; } .xl-col-start-13 { grid-column-start: 13 !important; } .xl-col-start-auto { grid-column-start: auto !important; } .xl-col-end-1 { grid-column-end: 1 !important; } .xl-col-end-2 { grid-column-end: 2 !important; } .xl-col-end-3 { grid-column-end: 3 !important; } .xl-col-end-4 { grid-column-end: 4 !important; } .xl-col-end-5 { grid-column-end: 5 !important; } .xl-col-end-6 { grid-column-end: 6 !important; } .xl-col-end-7 { grid-column-end: 7 !important; } .xl-col-end-8 { grid-column-end: 8 !important; } .xl-col-end-9 { grid-column-end: 9 !important; } .xl-col-end-10 { grid-column-end: 10 !important; } .xl-col-end-11 { grid-column-end: 11 !important; } .xl-col-end-12 { grid-column-end: 12 !important; } .xl-col-end-13 { grid-column-end: 13 !important; } .xl-col-end-auto { grid-column-end: auto !important; } .xl-grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)) !important; } .xl-grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)) !important; } .xl-grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)) !important; } .xl-grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)) !important; } .xl-grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)) !important; } .xl-grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)) !important; } .xl-grid-rows-none { grid-template-rows: none !important; } .xl-auto-rows-auto { grid-auto-rows: auto !important; } .xl-auto-rows-min { grid-auto-rows: min-content !important; } .xl-auto-rows-max { grid-auto-rows: max-content !important; } .xl-auto-rows-fr { grid-auto-rows: minmax(0, 1fr) !important; } .xl-row-auto { grid-row: auto !important; } .xl-row-span-1 { grid-row: span 1 / span 1 !important; } .xl-row-span-2 { grid-row: span 2 / span 2 !important; } .xl-row-span-3 { grid-row: span 3 / span 3 !important; } .xl-row-span-4 { grid-row: span 4 / span 4 !important; } .xl-row-span-5 { grid-row: span 5 / span 5 !important; } .xl-row-span-6 { grid-row: span 6 / span 6 !important; } .xl-row-span-full { grid-row: 1/-1 !important; } .xl-row-start-1 { grid-row-start: 1 !important; } .xl-row-start-2 { grid-row-start: 2 !important; } .xl-row-start-3 { grid-row-start: 3 !important; } .xl-row-start-4 { grid-row-start: 4 !important; } .xl-row-start-5 { grid-row-start: 5 !important; } .xl-row-start-6 { grid-row-start: 6 !important; } .xl-row-start-7 { grid-row-start: 7 !important; } .xl-row-start-auto { grid-row-start: auto !important; } .xl-row-end-1 { grid-row-end: 1 !important; } .xl-row-end-2 { grid-row-end: 2 !important; } .xl-row-end-3 { grid-row-end: 3 !important; } .xl-row-end-4 { grid-row-end: 4 !important; } .xl-row-end-5 { grid-row-end: 5 !important; } .xl-row-end-6 { grid-row-end: 6 !important; } .xl-row-end-7 { grid-row-end: 7 !important; } .xl-row-end-auto { grid-row-end: auto !important; } .xl-transform { transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .xl-transform, .xl-transform-gpu { --tw-translate-x: 0 !important; --tw-translate-y: 0 !important; --tw-rotate: 0 !important; --tw-skew-x: 0 !important; --tw-skew-y: 0 !important; --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .xl-transform-gpu { transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .xl-transform-none { transform: none !important; } .xl-origin-center { transform-origin: center !important; } .xl-origin-top { transform-origin: top !important; } .xl-origin-top-right { transform-origin: top right !important; } .xl-origin-right { transform-origin: right !important; } .xl-origin-bottom-right { transform-origin: bottom right !important; } .xl-origin-bottom { transform-origin: bottom !important; } .xl-origin-bottom-left { transform-origin: bottom left !important; } .xl-origin-left { transform-origin: left !important; } .xl-origin-top-left { transform-origin: top left !important; } .xl-scale-0 { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .xl-scale-50 { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .xl-scale-75 { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .xl-scale-90 { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .xl-scale-95 { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .xl-scale-100 { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .xl-scale-105 { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .xl-scale-110 { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .xl-scale-125 { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .xl-scale-150 { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .xl-scale-x-0 { --tw-scale-x: 0 !important; } .xl-scale-x-50 { --tw-scale-x: 0.5 !important; } .xl-scale-x-75 { --tw-scale-x: 0.75 !important; } .xl-scale-x-90 { --tw-scale-x: 0.9 !important; } .xl-scale-x-95 { --tw-scale-x: 0.95 !important; } .xl-scale-x-100 { --tw-scale-x: 1 !important; } .xl-scale-x-105 { --tw-scale-x: 1.05 !important; } .xl-scale-x-110 { --tw-scale-x: 1.1 !important; } .xl-scale-x-125 { --tw-scale-x: 1.25 !important; } .xl-scale-x-150 { --tw-scale-x: 1.5 !important; } .xl-scale-y-0 { --tw-scale-y: 0 !important; } .xl-scale-y-50 { --tw-scale-y: 0.5 !important; } .xl-scale-y-75 { --tw-scale-y: 0.75 !important; } .xl-scale-y-90 { --tw-scale-y: 0.9 !important; } .xl-scale-y-95 { --tw-scale-y: 0.95 !important; } .xl-scale-y-100 { --tw-scale-y: 1 !important; } .xl-scale-y-105 { --tw-scale-y: 1.05 !important; } .xl-scale-y-110 { --tw-scale-y: 1.1 !important; } .xl-scale-y-125 { --tw-scale-y: 1.25 !important; } .xl-scale-y-150 { --tw-scale-y: 1.5 !important; } .xl-hover-scale-0:hover { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .xl-hover-scale-50:hover { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .xl-hover-scale-75:hover { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .xl-hover-scale-90:hover { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .xl-hover-scale-95:hover { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .xl-hover-scale-100:hover { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .xl-hover-scale-105:hover { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .xl-hover-scale-110:hover { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .xl-hover-scale-125:hover { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .xl-hover-scale-150:hover { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .xl-hover-scale-x-0:hover { --tw-scale-x: 0 !important; } .xl-hover-scale-x-50:hover { --tw-scale-x: 0.5 !important; } .xl-hover-scale-x-75:hover { --tw-scale-x: 0.75 !important; } .xl-hover-scale-x-90:hover { --tw-scale-x: 0.9 !important; } .xl-hover-scale-x-95:hover { --tw-scale-x: 0.95 !important; } .xl-hover-scale-x-100:hover { --tw-scale-x: 1 !important; } .xl-hover-scale-x-105:hover { --tw-scale-x: 1.05 !important; } .xl-hover-scale-x-110:hover { --tw-scale-x: 1.1 !important; } .xl-hover-scale-x-125:hover { --tw-scale-x: 1.25 !important; } .xl-hover-scale-x-150:hover { --tw-scale-x: 1.5 !important; } .xl-hover-scale-y-0:hover { --tw-scale-y: 0 !important; } .xl-hover-scale-y-50:hover { --tw-scale-y: 0.5 !important; } .xl-hover-scale-y-75:hover { --tw-scale-y: 0.75 !important; } .xl-hover-scale-y-90:hover { --tw-scale-y: 0.9 !important; } .xl-hover-scale-y-95:hover { --tw-scale-y: 0.95 !important; } .xl-hover-scale-y-100:hover { --tw-scale-y: 1 !important; } .xl-hover-scale-y-105:hover { --tw-scale-y: 1.05 !important; } .xl-hover-scale-y-110:hover { --tw-scale-y: 1.1 !important; } .xl-hover-scale-y-125:hover { --tw-scale-y: 1.25 !important; } .xl-hover-scale-y-150:hover { --tw-scale-y: 1.5 !important; } .xl-focus-scale-0:focus { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .xl-focus-scale-50:focus { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .xl-focus-scale-75:focus { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .xl-focus-scale-90:focus { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .xl-focus-scale-95:focus { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .xl-focus-scale-100:focus { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .xl-focus-scale-105:focus { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .xl-focus-scale-110:focus { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .xl-focus-scale-125:focus { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .xl-focus-scale-150:focus { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .xl-focus-scale-x-0:focus { --tw-scale-x: 0 !important; } .xl-focus-scale-x-50:focus { --tw-scale-x: 0.5 !important; } .xl-focus-scale-x-75:focus { --tw-scale-x: 0.75 !important; } .xl-focus-scale-x-90:focus { --tw-scale-x: 0.9 !important; } .xl-focus-scale-x-95:focus { --tw-scale-x: 0.95 !important; } .xl-focus-scale-x-100:focus { --tw-scale-x: 1 !important; } .xl-focus-scale-x-105:focus { --tw-scale-x: 1.05 !important; } .xl-focus-scale-x-110:focus { --tw-scale-x: 1.1 !important; } .xl-focus-scale-x-125:focus { --tw-scale-x: 1.25 !important; } .xl-focus-scale-x-150:focus { --tw-scale-x: 1.5 !important; } .xl-focus-scale-y-0:focus { --tw-scale-y: 0 !important; } .xl-focus-scale-y-50:focus { --tw-scale-y: 0.5 !important; } .xl-focus-scale-y-75:focus { --tw-scale-y: 0.75 !important; } .xl-focus-scale-y-90:focus { --tw-scale-y: 0.9 !important; } .xl-focus-scale-y-95:focus { --tw-scale-y: 0.95 !important; } .xl-focus-scale-y-100:focus { --tw-scale-y: 1 !important; } .xl-focus-scale-y-105:focus { --tw-scale-y: 1.05 !important; } .xl-focus-scale-y-110:focus { --tw-scale-y: 1.1 !important; } .xl-focus-scale-y-125:focus { --tw-scale-y: 1.25 !important; } .xl-focus-scale-y-150:focus { --tw-scale-y: 1.5 !important; } .xl-rotate-0 { --tw-rotate: 0deg !important; } .xl-rotate-1 { --tw-rotate: 1deg !important; } .xl-rotate-2 { --tw-rotate: 2deg !important; } .xl-rotate-3 { --tw-rotate: 3deg !important; } .xl-rotate-6 { --tw-rotate: 6deg !important; } .xl-rotate-12 { --tw-rotate: 12deg !important; } .xl-rotate-45 { --tw-rotate: 45deg !important; } .xl-rotate-90 { --tw-rotate: 90deg !important; } .xl-rotate-180 { --tw-rotate: 180deg !important; } .xl--rotate-180 { --tw-rotate: -180deg !important; } .xl--rotate-90 { --tw-rotate: -90deg !important; } .xl--rotate-45 { --tw-rotate: -45deg !important; } .xl--rotate-12 { --tw-rotate: -12deg !important; } .xl--rotate-6 { --tw-rotate: -6deg !important; } .xl--rotate-3 { --tw-rotate: -3deg !important; } .xl--rotate-2 { --tw-rotate: -2deg !important; } .xl--rotate-1 { --tw-rotate: -1deg !important; } .xl-hover-rotate-0:hover { --tw-rotate: 0deg !important; } .xl-hover-rotate-1:hover { --tw-rotate: 1deg !important; } .xl-hover-rotate-2:hover { --tw-rotate: 2deg !important; } .xl-hover-rotate-3:hover { --tw-rotate: 3deg !important; } .xl-hover-rotate-6:hover { --tw-rotate: 6deg !important; } .xl-hover-rotate-12:hover { --tw-rotate: 12deg !important; } .xl-hover-rotate-45:hover { --tw-rotate: 45deg !important; } .xl-hover-rotate-90:hover { --tw-rotate: 90deg !important; } .xl-hover-rotate-180:hover { --tw-rotate: 180deg !important; } .xl-hover--rotate-180:hover { --tw-rotate: -180deg !important; } .xl-hover--rotate-90:hover { --tw-rotate: -90deg !important; } .xl-hover--rotate-45:hover { --tw-rotate: -45deg !important; } .xl-hover--rotate-12:hover { --tw-rotate: -12deg !important; } .xl-hover--rotate-6:hover { --tw-rotate: -6deg !important; } .xl-hover--rotate-3:hover { --tw-rotate: -3deg !important; } .xl-hover--rotate-2:hover { --tw-rotate: -2deg !important; } .xl-hover--rotate-1:hover { --tw-rotate: -1deg !important; } .xl-focus-rotate-0:focus { --tw-rotate: 0deg !important; } .xl-focus-rotate-1:focus { --tw-rotate: 1deg !important; } .xl-focus-rotate-2:focus { --tw-rotate: 2deg !important; } .xl-focus-rotate-3:focus { --tw-rotate: 3deg !important; } .xl-focus-rotate-6:focus { --tw-rotate: 6deg !important; } .xl-focus-rotate-12:focus { --tw-rotate: 12deg !important; } .xl-focus-rotate-45:focus { --tw-rotate: 45deg !important; } .xl-focus-rotate-90:focus { --tw-rotate: 90deg !important; } .xl-focus-rotate-180:focus { --tw-rotate: 180deg !important; } .xl-focus--rotate-180:focus { --tw-rotate: -180deg !important; } .xl-focus--rotate-90:focus { --tw-rotate: -90deg !important; } .xl-focus--rotate-45:focus { --tw-rotate: -45deg !important; } .xl-focus--rotate-12:focus { --tw-rotate: -12deg !important; } .xl-focus--rotate-6:focus { --tw-rotate: -6deg !important; } .xl-focus--rotate-3:focus { --tw-rotate: -3deg !important; } .xl-focus--rotate-2:focus { --tw-rotate: -2deg !important; } .xl-focus--rotate-1:focus { --tw-rotate: -1deg !important; } .xl-translate-x-0 { --tw-translate-x: 0px !important; } .xl-translate-x-1 { --tw-translate-x: 0.25rem !important; } .xl-translate-x-2 { --tw-translate-x: 0.5rem !important; } .xl-translate-x-3 { --tw-translate-x: 0.75rem !important; } .xl-translate-x-4 { --tw-translate-x: 1rem !important; } .xl-translate-x-5 { --tw-translate-x: 1.25rem !important; } .xl-translate-x-6 { --tw-translate-x: 1.5rem !important; } .xl-translate-x-7 { --tw-translate-x: 1.75rem !important; } .xl-translate-x-8 { --tw-translate-x: 2rem !important; } .xl-translate-x-9 { --tw-translate-x: 2.25rem !important; } .xl-translate-x-10 { --tw-translate-x: 2.5rem !important; } .xl-translate-x-11 { --tw-translate-x: 2.75rem !important; } .xl-translate-x-12 { --tw-translate-x: 3rem !important; } .xl-translate-x-14 { --tw-translate-x: 3.5rem !important; } .xl-translate-x-16 { --tw-translate-x: 4rem !important; } .xl-translate-x-20 { --tw-translate-x: 5rem !important; } .xl-translate-x-24 { --tw-translate-x: 6rem !important; } .xl-translate-x-28 { --tw-translate-x: 7rem !important; } .xl-translate-x-32 { --tw-translate-x: 8rem !important; } .xl-translate-x-36 { --tw-translate-x: 9rem !important; } .xl-translate-x-40 { --tw-translate-x: 10rem !important; } .xl-translate-x-44 { --tw-translate-x: 11rem !important; } .xl-translate-x-48 { --tw-translate-x: 12rem !important; } .xl-translate-x-52 { --tw-translate-x: 13rem !important; } .xl-translate-x-56 { --tw-translate-x: 14rem !important; } .xl-translate-x-60 { --tw-translate-x: 15rem !important; } .xl-translate-x-64 { --tw-translate-x: 16rem !important; } .xl-translate-x-72 { --tw-translate-x: 18rem !important; } .xl-translate-x-80 { --tw-translate-x: 20rem !important; } .xl-translate-x-96 { --tw-translate-x: 24rem !important; } .xl-translate-x-px { --tw-translate-x: 1px !important; } .xl-translate-x-0\.5 { --tw-translate-x: 0.125rem !important; } .xl-translate-x-1\.5 { --tw-translate-x: 0.375rem !important; } .xl-translate-x-2\.5 { --tw-translate-x: 0.625rem !important; } .xl-translate-x-3\.5 { --tw-translate-x: 0.875rem !important; } .xl--translate-x-0 { --tw-translate-x: 0px !important; } .xl--translate-x-1 { --tw-translate-x: -0.25rem !important; } .xl--translate-x-2 { --tw-translate-x: -0.5rem !important; } .xl--translate-x-3 { --tw-translate-x: -0.75rem !important; } .xl--translate-x-4 { --tw-translate-x: -1rem !important; } .xl--translate-x-5 { --tw-translate-x: -1.25rem !important; } .xl--translate-x-6 { --tw-translate-x: -1.5rem !important; } .xl--translate-x-7 { --tw-translate-x: -1.75rem !important; } .xl--translate-x-8 { --tw-translate-x: -2rem !important; } .xl--translate-x-9 { --tw-translate-x: -2.25rem !important; } .xl--translate-x-10 { --tw-translate-x: -2.5rem !important; } .xl--translate-x-11 { --tw-translate-x: -2.75rem !important; } .xl--translate-x-12 { --tw-translate-x: -3rem !important; } .xl--translate-x-14 { --tw-translate-x: -3.5rem !important; } .xl--translate-x-16 { --tw-translate-x: -4rem !important; } .xl--translate-x-20 { --tw-translate-x: -5rem !important; } .xl--translate-x-24 { --tw-translate-x: -6rem !important; } .xl--translate-x-28 { --tw-translate-x: -7rem !important; } .xl--translate-x-32 { --tw-translate-x: -8rem !important; } .xl--translate-x-36 { --tw-translate-x: -9rem !important; } .xl--translate-x-40 { --tw-translate-x: -10rem !important; } .xl--translate-x-44 { --tw-translate-x: -11rem !important; } .xl--translate-x-48 { --tw-translate-x: -12rem !important; } .xl--translate-x-52 { --tw-translate-x: -13rem !important; } .xl--translate-x-56 { --tw-translate-x: -14rem !important; } .xl--translate-x-60 { --tw-translate-x: -15rem !important; } .xl--translate-x-64 { --tw-translate-x: -16rem !important; } .xl--translate-x-72 { --tw-translate-x: -18rem !important; } .xl--translate-x-80 { --tw-translate-x: -20rem !important; } .xl--translate-x-96 { --tw-translate-x: -24rem !important; } .xl--translate-x-px { --tw-translate-x: -1px !important; } .xl--translate-x-0\.5 { --tw-translate-x: -0.125rem !important; } .xl--translate-x-1\.5 { --tw-translate-x: -0.375rem !important; } .xl--translate-x-2\.5 { --tw-translate-x: -0.625rem !important; } .xl--translate-x-3\.5 { --tw-translate-x: -0.875rem !important; } .xl-translate-x-1\/2 { --tw-translate-x: 50% !important; } .xl-translate-x-1\/3 { --tw-translate-x: 33.333333% !important; } .xl-translate-x-2\/3 { --tw-translate-x: 66.666667% !important; } .xl-translate-x-1\/4 { --tw-translate-x: 25% !important; } .xl-translate-x-2\/4 { --tw-translate-x: 50% !important; } .xl-translate-x-3\/4 { --tw-translate-x: 75% !important; } .xl-translate-x-full { --tw-translate-x: 100% !important; } .xl--translate-x-1\/2 { --tw-translate-x: -50% !important; } .xl--translate-x-1\/3 { --tw-translate-x: -33.333333% !important; } .xl--translate-x-2\/3 { --tw-translate-x: -66.666667% !important; } .xl--translate-x-1\/4 { --tw-translate-x: -25% !important; } .xl--translate-x-2\/4 { --tw-translate-x: -50% !important; } .xl--translate-x-3\/4 { --tw-translate-x: -75% !important; } .xl--translate-x-full { --tw-translate-x: -100% !important; } .xl-translate-y-0 { --tw-translate-y: 0px !important; } .xl-translate-y-1 { --tw-translate-y: 0.25rem !important; } .xl-translate-y-2 { --tw-translate-y: 0.5rem !important; } .xl-translate-y-3 { --tw-translate-y: 0.75rem !important; } .xl-translate-y-4 { --tw-translate-y: 1rem !important; } .xl-translate-y-5 { --tw-translate-y: 1.25rem !important; } .xl-translate-y-6 { --tw-translate-y: 1.5rem !important; } .xl-translate-y-7 { --tw-translate-y: 1.75rem !important; } .xl-translate-y-8 { --tw-translate-y: 2rem !important; } .xl-translate-y-9 { --tw-translate-y: 2.25rem !important; } .xl-translate-y-10 { --tw-translate-y: 2.5rem !important; } .xl-translate-y-11 { --tw-translate-y: 2.75rem !important; } .xl-translate-y-12 { --tw-translate-y: 3rem !important; } .xl-translate-y-14 { --tw-translate-y: 3.5rem !important; } .xl-translate-y-16 { --tw-translate-y: 4rem !important; } .xl-translate-y-20 { --tw-translate-y: 5rem !important; } .xl-translate-y-24 { --tw-translate-y: 6rem !important; } .xl-translate-y-28 { --tw-translate-y: 7rem !important; } .xl-translate-y-32 { --tw-translate-y: 8rem !important; } .xl-translate-y-36 { --tw-translate-y: 9rem !important; } .xl-translate-y-40 { --tw-translate-y: 10rem !important; } .xl-translate-y-44 { --tw-translate-y: 11rem !important; } .xl-translate-y-48 { --tw-translate-y: 12rem !important; } .xl-translate-y-52 { --tw-translate-y: 13rem !important; } .xl-translate-y-56 { --tw-translate-y: 14rem !important; } .xl-translate-y-60 { --tw-translate-y: 15rem !important; } .xl-translate-y-64 { --tw-translate-y: 16rem !important; } .xl-translate-y-72 { --tw-translate-y: 18rem !important; } .xl-translate-y-80 { --tw-translate-y: 20rem !important; } .xl-translate-y-96 { --tw-translate-y: 24rem !important; } .xl-translate-y-px { --tw-translate-y: 1px !important; } .xl-translate-y-0\.5 { --tw-translate-y: 0.125rem !important; } .xl-translate-y-1\.5 { --tw-translate-y: 0.375rem !important; } .xl-translate-y-2\.5 { --tw-translate-y: 0.625rem !important; } .xl-translate-y-3\.5 { --tw-translate-y: 0.875rem !important; } .xl--translate-y-0 { --tw-translate-y: 0px !important; } .xl--translate-y-1 { --tw-translate-y: -0.25rem !important; } .xl--translate-y-2 { --tw-translate-y: -0.5rem !important; } .xl--translate-y-3 { --tw-translate-y: -0.75rem !important; } .xl--translate-y-4 { --tw-translate-y: -1rem !important; } .xl--translate-y-5 { --tw-translate-y: -1.25rem !important; } .xl--translate-y-6 { --tw-translate-y: -1.5rem !important; } .xl--translate-y-7 { --tw-translate-y: -1.75rem !important; } .xl--translate-y-8 { --tw-translate-y: -2rem !important; } .xl--translate-y-9 { --tw-translate-y: -2.25rem !important; } .xl--translate-y-10 { --tw-translate-y: -2.5rem !important; } .xl--translate-y-11 { --tw-translate-y: -2.75rem !important; } .xl--translate-y-12 { --tw-translate-y: -3rem !important; } .xl--translate-y-14 { --tw-translate-y: -3.5rem !important; } .xl--translate-y-16 { --tw-translate-y: -4rem !important; } .xl--translate-y-20 { --tw-translate-y: -5rem !important; } .xl--translate-y-24 { --tw-translate-y: -6rem !important; } .xl--translate-y-28 { --tw-translate-y: -7rem !important; } .xl--translate-y-32 { --tw-translate-y: -8rem !important; } .xl--translate-y-36 { --tw-translate-y: -9rem !important; } .xl--translate-y-40 { --tw-translate-y: -10rem !important; } .xl--translate-y-44 { --tw-translate-y: -11rem !important; } .xl--translate-y-48 { --tw-translate-y: -12rem !important; } .xl--translate-y-52 { --tw-translate-y: -13rem !important; } .xl--translate-y-56 { --tw-translate-y: -14rem !important; } .xl--translate-y-60 { --tw-translate-y: -15rem !important; } .xl--translate-y-64 { --tw-translate-y: -16rem !important; } .xl--translate-y-72 { --tw-translate-y: -18rem !important; } .xl--translate-y-80 { --tw-translate-y: -20rem !important; } .xl--translate-y-96 { --tw-translate-y: -24rem !important; } .xl--translate-y-px { --tw-translate-y: -1px !important; } .xl--translate-y-0\.5 { --tw-translate-y: -0.125rem !important; } .xl--translate-y-1\.5 { --tw-translate-y: -0.375rem !important; } .xl--translate-y-2\.5 { --tw-translate-y: -0.625rem !important; } .xl--translate-y-3\.5 { --tw-translate-y: -0.875rem !important; } .xl-translate-y-1\/2 { --tw-translate-y: 50% !important; } .xl-translate-y-1\/3 { --tw-translate-y: 33.333333% !important; } .xl-translate-y-2\/3 { --tw-translate-y: 66.666667% !important; } .xl-translate-y-1\/4 { --tw-translate-y: 25% !important; } .xl-translate-y-2\/4 { --tw-translate-y: 50% !important; } .xl-translate-y-3\/4 { --tw-translate-y: 75% !important; } .xl-translate-y-full { --tw-translate-y: 100% !important; } .xl--translate-y-1\/2 { --tw-translate-y: -50% !important; } .xl--translate-y-1\/3 { --tw-translate-y: -33.333333% !important; } .xl--translate-y-2\/3 { --tw-translate-y: -66.666667% !important; } .xl--translate-y-1\/4 { --tw-translate-y: -25% !important; } .xl--translate-y-2\/4 { --tw-translate-y: -50% !important; } .xl--translate-y-3\/4 { --tw-translate-y: -75% !important; } .xl--translate-y-full { --tw-translate-y: -100% !important; } .xl-hover-translate-x-0:hover { --tw-translate-x: 0px !important; } .xl-hover-translate-x-1:hover { --tw-translate-x: 0.25rem !important; } .xl-hover-translate-x-2:hover { --tw-translate-x: 0.5rem !important; } .xl-hover-translate-x-3:hover { --tw-translate-x: 0.75rem !important; } .xl-hover-translate-x-4:hover { --tw-translate-x: 1rem !important; } .xl-hover-translate-x-5:hover { --tw-translate-x: 1.25rem !important; } .xl-hover-translate-x-6:hover { --tw-translate-x: 1.5rem !important; } .xl-hover-translate-x-7:hover { --tw-translate-x: 1.75rem !important; } .xl-hover-translate-x-8:hover { --tw-translate-x: 2rem !important; } .xl-hover-translate-x-9:hover { --tw-translate-x: 2.25rem !important; } .xl-hover-translate-x-10:hover { --tw-translate-x: 2.5rem !important; } .xl-hover-translate-x-11:hover { --tw-translate-x: 2.75rem !important; } .xl-hover-translate-x-12:hover { --tw-translate-x: 3rem !important; } .xl-hover-translate-x-14:hover { --tw-translate-x: 3.5rem !important; } .xl-hover-translate-x-16:hover { --tw-translate-x: 4rem !important; } .xl-hover-translate-x-20:hover { --tw-translate-x: 5rem !important; } .xl-hover-translate-x-24:hover { --tw-translate-x: 6rem !important; } .xl-hover-translate-x-28:hover { --tw-translate-x: 7rem !important; } .xl-hover-translate-x-32:hover { --tw-translate-x: 8rem !important; } .xl-hover-translate-x-36:hover { --tw-translate-x: 9rem !important; } .xl-hover-translate-x-40:hover { --tw-translate-x: 10rem !important; } .xl-hover-translate-x-44:hover { --tw-translate-x: 11rem !important; } .xl-hover-translate-x-48:hover { --tw-translate-x: 12rem !important; } .xl-hover-translate-x-52:hover { --tw-translate-x: 13rem !important; } .xl-hover-translate-x-56:hover { --tw-translate-x: 14rem !important; } .xl-hover-translate-x-60:hover { --tw-translate-x: 15rem !important; } .xl-hover-translate-x-64:hover { --tw-translate-x: 16rem !important; } .xl-hover-translate-x-72:hover { --tw-translate-x: 18rem !important; } .xl-hover-translate-x-80:hover { --tw-translate-x: 20rem !important; } .xl-hover-translate-x-96:hover { --tw-translate-x: 24rem !important; } .xl-hover-translate-x-px:hover { --tw-translate-x: 1px !important; } .xl-hover-translate-x-0\.5:hover { --tw-translate-x: 0.125rem !important; } .xl-hover-translate-x-1\.5:hover { --tw-translate-x: 0.375rem !important; } .xl-hover-translate-x-2\.5:hover { --tw-translate-x: 0.625rem !important; } .xl-hover-translate-x-3\.5:hover { --tw-translate-x: 0.875rem !important; } .xl-hover--translate-x-0:hover { --tw-translate-x: 0px !important; } .xl-hover--translate-x-1:hover { --tw-translate-x: -0.25rem !important; } .xl-hover--translate-x-2:hover { --tw-translate-x: -0.5rem !important; } .xl-hover--translate-x-3:hover { --tw-translate-x: -0.75rem !important; } .xl-hover--translate-x-4:hover { --tw-translate-x: -1rem !important; } .xl-hover--translate-x-5:hover { --tw-translate-x: -1.25rem !important; } .xl-hover--translate-x-6:hover { --tw-translate-x: -1.5rem !important; } .xl-hover--translate-x-7:hover { --tw-translate-x: -1.75rem !important; } .xl-hover--translate-x-8:hover { --tw-translate-x: -2rem !important; } .xl-hover--translate-x-9:hover { --tw-translate-x: -2.25rem !important; } .xl-hover--translate-x-10:hover { --tw-translate-x: -2.5rem !important; } .xl-hover--translate-x-11:hover { --tw-translate-x: -2.75rem !important; } .xl-hover--translate-x-12:hover { --tw-translate-x: -3rem !important; } .xl-hover--translate-x-14:hover { --tw-translate-x: -3.5rem !important; } .xl-hover--translate-x-16:hover { --tw-translate-x: -4rem !important; } .xl-hover--translate-x-20:hover { --tw-translate-x: -5rem !important; } .xl-hover--translate-x-24:hover { --tw-translate-x: -6rem !important; } .xl-hover--translate-x-28:hover { --tw-translate-x: -7rem !important; } .xl-hover--translate-x-32:hover { --tw-translate-x: -8rem !important; } .xl-hover--translate-x-36:hover { --tw-translate-x: -9rem !important; } .xl-hover--translate-x-40:hover { --tw-translate-x: -10rem !important; } .xl-hover--translate-x-44:hover { --tw-translate-x: -11rem !important; } .xl-hover--translate-x-48:hover { --tw-translate-x: -12rem !important; } .xl-hover--translate-x-52:hover { --tw-translate-x: -13rem !important; } .xl-hover--translate-x-56:hover { --tw-translate-x: -14rem !important; } .xl-hover--translate-x-60:hover { --tw-translate-x: -15rem !important; } .xl-hover--translate-x-64:hover { --tw-translate-x: -16rem !important; } .xl-hover--translate-x-72:hover { --tw-translate-x: -18rem !important; } .xl-hover--translate-x-80:hover { --tw-translate-x: -20rem !important; } .xl-hover--translate-x-96:hover { --tw-translate-x: -24rem !important; } .xl-hover--translate-x-px:hover { --tw-translate-x: -1px !important; } .xl-hover--translate-x-0\.5:hover { --tw-translate-x: -0.125rem !important; } .xl-hover--translate-x-1\.5:hover { --tw-translate-x: -0.375rem !important; } .xl-hover--translate-x-2\.5:hover { --tw-translate-x: -0.625rem !important; } .xl-hover--translate-x-3\.5:hover { --tw-translate-x: -0.875rem !important; } .xl-hover-translate-x-1\/2:hover { --tw-translate-x: 50% !important; } .xl-hover-translate-x-1\/3:hover { --tw-translate-x: 33.333333% !important; } .xl-hover-translate-x-2\/3:hover { --tw-translate-x: 66.666667% !important; } .xl-hover-translate-x-1\/4:hover { --tw-translate-x: 25% !important; } .xl-hover-translate-x-2\/4:hover { --tw-translate-x: 50% !important; } .xl-hover-translate-x-3\/4:hover { --tw-translate-x: 75% !important; } .xl-hover-translate-x-full:hover { --tw-translate-x: 100% !important; } .xl-hover--translate-x-1\/2:hover { --tw-translate-x: -50% !important; } .xl-hover--translate-x-1\/3:hover { --tw-translate-x: -33.333333% !important; } .xl-hover--translate-x-2\/3:hover { --tw-translate-x: -66.666667% !important; } .xl-hover--translate-x-1\/4:hover { --tw-translate-x: -25% !important; } .xl-hover--translate-x-2\/4:hover { --tw-translate-x: -50% !important; } .xl-hover--translate-x-3\/4:hover { --tw-translate-x: -75% !important; } .xl-hover--translate-x-full:hover { --tw-translate-x: -100% !important; } .xl-hover-translate-y-0:hover { --tw-translate-y: 0px !important; } .xl-hover-translate-y-1:hover { --tw-translate-y: 0.25rem !important; } .xl-hover-translate-y-2:hover { --tw-translate-y: 0.5rem !important; } .xl-hover-translate-y-3:hover { --tw-translate-y: 0.75rem !important; } .xl-hover-translate-y-4:hover { --tw-translate-y: 1rem !important; } .xl-hover-translate-y-5:hover { --tw-translate-y: 1.25rem !important; } .xl-hover-translate-y-6:hover { --tw-translate-y: 1.5rem !important; } .xl-hover-translate-y-7:hover { --tw-translate-y: 1.75rem !important; } .xl-hover-translate-y-8:hover { --tw-translate-y: 2rem !important; } .xl-hover-translate-y-9:hover { --tw-translate-y: 2.25rem !important; } .xl-hover-translate-y-10:hover { --tw-translate-y: 2.5rem !important; } .xl-hover-translate-y-11:hover { --tw-translate-y: 2.75rem !important; } .xl-hover-translate-y-12:hover { --tw-translate-y: 3rem !important; } .xl-hover-translate-y-14:hover { --tw-translate-y: 3.5rem !important; } .xl-hover-translate-y-16:hover { --tw-translate-y: 4rem !important; } .xl-hover-translate-y-20:hover { --tw-translate-y: 5rem !important; } .xl-hover-translate-y-24:hover { --tw-translate-y: 6rem !important; } .xl-hover-translate-y-28:hover { --tw-translate-y: 7rem !important; } .xl-hover-translate-y-32:hover { --tw-translate-y: 8rem !important; } .xl-hover-translate-y-36:hover { --tw-translate-y: 9rem !important; } .xl-hover-translate-y-40:hover { --tw-translate-y: 10rem !important; } .xl-hover-translate-y-44:hover { --tw-translate-y: 11rem !important; } .xl-hover-translate-y-48:hover { --tw-translate-y: 12rem !important; } .xl-hover-translate-y-52:hover { --tw-translate-y: 13rem !important; } .xl-hover-translate-y-56:hover { --tw-translate-y: 14rem !important; } .xl-hover-translate-y-60:hover { --tw-translate-y: 15rem !important; } .xl-hover-translate-y-64:hover { --tw-translate-y: 16rem !important; } .xl-hover-translate-y-72:hover { --tw-translate-y: 18rem !important; } .xl-hover-translate-y-80:hover { --tw-translate-y: 20rem !important; } .xl-hover-translate-y-96:hover { --tw-translate-y: 24rem !important; } .xl-hover-translate-y-px:hover { --tw-translate-y: 1px !important; } .xl-hover-translate-y-0\.5:hover { --tw-translate-y: 0.125rem !important; } .xl-hover-translate-y-1\.5:hover { --tw-translate-y: 0.375rem !important; } .xl-hover-translate-y-2\.5:hover { --tw-translate-y: 0.625rem !important; } .xl-hover-translate-y-3\.5:hover { --tw-translate-y: 0.875rem !important; } .xl-hover--translate-y-0:hover { --tw-translate-y: 0px !important; } .xl-hover--translate-y-1:hover { --tw-translate-y: -0.25rem !important; } .xl-hover--translate-y-2:hover { --tw-translate-y: -0.5rem !important; } .xl-hover--translate-y-3:hover { --tw-translate-y: -0.75rem !important; } .xl-hover--translate-y-4:hover { --tw-translate-y: -1rem !important; } .xl-hover--translate-y-5:hover { --tw-translate-y: -1.25rem !important; } .xl-hover--translate-y-6:hover { --tw-translate-y: -1.5rem !important; } .xl-hover--translate-y-7:hover { --tw-translate-y: -1.75rem !important; } .xl-hover--translate-y-8:hover { --tw-translate-y: -2rem !important; } .xl-hover--translate-y-9:hover { --tw-translate-y: -2.25rem !important; } .xl-hover--translate-y-10:hover { --tw-translate-y: -2.5rem !important; } .xl-hover--translate-y-11:hover { --tw-translate-y: -2.75rem !important; } .xl-hover--translate-y-12:hover { --tw-translate-y: -3rem !important; } .xl-hover--translate-y-14:hover { --tw-translate-y: -3.5rem !important; } .xl-hover--translate-y-16:hover { --tw-translate-y: -4rem !important; } .xl-hover--translate-y-20:hover { --tw-translate-y: -5rem !important; } .xl-hover--translate-y-24:hover { --tw-translate-y: -6rem !important; } .xl-hover--translate-y-28:hover { --tw-translate-y: -7rem !important; } .xl-hover--translate-y-32:hover { --tw-translate-y: -8rem !important; } .xl-hover--translate-y-36:hover { --tw-translate-y: -9rem !important; } .xl-hover--translate-y-40:hover { --tw-translate-y: -10rem !important; } .xl-hover--translate-y-44:hover { --tw-translate-y: -11rem !important; } .xl-hover--translate-y-48:hover { --tw-translate-y: -12rem !important; } .xl-hover--translate-y-52:hover { --tw-translate-y: -13rem !important; } .xl-hover--translate-y-56:hover { --tw-translate-y: -14rem !important; } .xl-hover--translate-y-60:hover { --tw-translate-y: -15rem !important; } .xl-hover--translate-y-64:hover { --tw-translate-y: -16rem !important; } .xl-hover--translate-y-72:hover { --tw-translate-y: -18rem !important; } .xl-hover--translate-y-80:hover { --tw-translate-y: -20rem !important; } .xl-hover--translate-y-96:hover { --tw-translate-y: -24rem !important; } .xl-hover--translate-y-px:hover { --tw-translate-y: -1px !important; } .xl-hover--translate-y-0\.5:hover { --tw-translate-y: -0.125rem !important; } .xl-hover--translate-y-1\.5:hover { --tw-translate-y: -0.375rem !important; } .xl-hover--translate-y-2\.5:hover { --tw-translate-y: -0.625rem !important; } .xl-hover--translate-y-3\.5:hover { --tw-translate-y: -0.875rem !important; } .xl-hover-translate-y-1\/2:hover { --tw-translate-y: 50% !important; } .xl-hover-translate-y-1\/3:hover { --tw-translate-y: 33.333333% !important; } .xl-hover-translate-y-2\/3:hover { --tw-translate-y: 66.666667% !important; } .xl-hover-translate-y-1\/4:hover { --tw-translate-y: 25% !important; } .xl-hover-translate-y-2\/4:hover { --tw-translate-y: 50% !important; } .xl-hover-translate-y-3\/4:hover { --tw-translate-y: 75% !important; } .xl-hover-translate-y-full:hover { --tw-translate-y: 100% !important; } .xl-hover--translate-y-1\/2:hover { --tw-translate-y: -50% !important; } .xl-hover--translate-y-1\/3:hover { --tw-translate-y: -33.333333% !important; } .xl-hover--translate-y-2\/3:hover { --tw-translate-y: -66.666667% !important; } .xl-hover--translate-y-1\/4:hover { --tw-translate-y: -25% !important; } .xl-hover--translate-y-2\/4:hover { --tw-translate-y: -50% !important; } .xl-hover--translate-y-3\/4:hover { --tw-translate-y: -75% !important; } .xl-hover--translate-y-full:hover { --tw-translate-y: -100% !important; } .xl-focus-translate-x-0:focus { --tw-translate-x: 0px !important; } .xl-focus-translate-x-1:focus { --tw-translate-x: 0.25rem !important; } .xl-focus-translate-x-2:focus { --tw-translate-x: 0.5rem !important; } .xl-focus-translate-x-3:focus { --tw-translate-x: 0.75rem !important; } .xl-focus-translate-x-4:focus { --tw-translate-x: 1rem !important; } .xl-focus-translate-x-5:focus { --tw-translate-x: 1.25rem !important; } .xl-focus-translate-x-6:focus { --tw-translate-x: 1.5rem !important; } .xl-focus-translate-x-7:focus { --tw-translate-x: 1.75rem !important; } .xl-focus-translate-x-8:focus { --tw-translate-x: 2rem !important; } .xl-focus-translate-x-9:focus { --tw-translate-x: 2.25rem !important; } .xl-focus-translate-x-10:focus { --tw-translate-x: 2.5rem !important; } .xl-focus-translate-x-11:focus { --tw-translate-x: 2.75rem !important; } .xl-focus-translate-x-12:focus { --tw-translate-x: 3rem !important; } .xl-focus-translate-x-14:focus { --tw-translate-x: 3.5rem !important; } .xl-focus-translate-x-16:focus { --tw-translate-x: 4rem !important; } .xl-focus-translate-x-20:focus { --tw-translate-x: 5rem !important; } .xl-focus-translate-x-24:focus { --tw-translate-x: 6rem !important; } .xl-focus-translate-x-28:focus { --tw-translate-x: 7rem !important; } .xl-focus-translate-x-32:focus { --tw-translate-x: 8rem !important; } .xl-focus-translate-x-36:focus { --tw-translate-x: 9rem !important; } .xl-focus-translate-x-40:focus { --tw-translate-x: 10rem !important; } .xl-focus-translate-x-44:focus { --tw-translate-x: 11rem !important; } .xl-focus-translate-x-48:focus { --tw-translate-x: 12rem !important; } .xl-focus-translate-x-52:focus { --tw-translate-x: 13rem !important; } .xl-focus-translate-x-56:focus { --tw-translate-x: 14rem !important; } .xl-focus-translate-x-60:focus { --tw-translate-x: 15rem !important; } .xl-focus-translate-x-64:focus { --tw-translate-x: 16rem !important; } .xl-focus-translate-x-72:focus { --tw-translate-x: 18rem !important; } .xl-focus-translate-x-80:focus { --tw-translate-x: 20rem !important; } .xl-focus-translate-x-96:focus { --tw-translate-x: 24rem !important; } .xl-focus-translate-x-px:focus { --tw-translate-x: 1px !important; } .xl-focus-translate-x-0\.5:focus { --tw-translate-x: 0.125rem !important; } .xl-focus-translate-x-1\.5:focus { --tw-translate-x: 0.375rem !important; } .xl-focus-translate-x-2\.5:focus { --tw-translate-x: 0.625rem !important; } .xl-focus-translate-x-3\.5:focus { --tw-translate-x: 0.875rem !important; } .xl-focus--translate-x-0:focus { --tw-translate-x: 0px !important; } .xl-focus--translate-x-1:focus { --tw-translate-x: -0.25rem !important; } .xl-focus--translate-x-2:focus { --tw-translate-x: -0.5rem !important; } .xl-focus--translate-x-3:focus { --tw-translate-x: -0.75rem !important; } .xl-focus--translate-x-4:focus { --tw-translate-x: -1rem !important; } .xl-focus--translate-x-5:focus { --tw-translate-x: -1.25rem !important; } .xl-focus--translate-x-6:focus { --tw-translate-x: -1.5rem !important; } .xl-focus--translate-x-7:focus { --tw-translate-x: -1.75rem !important; } .xl-focus--translate-x-8:focus { --tw-translate-x: -2rem !important; } .xl-focus--translate-x-9:focus { --tw-translate-x: -2.25rem !important; } .xl-focus--translate-x-10:focus { --tw-translate-x: -2.5rem !important; } .xl-focus--translate-x-11:focus { --tw-translate-x: -2.75rem !important; } .xl-focus--translate-x-12:focus { --tw-translate-x: -3rem !important; } .xl-focus--translate-x-14:focus { --tw-translate-x: -3.5rem !important; } .xl-focus--translate-x-16:focus { --tw-translate-x: -4rem !important; } .xl-focus--translate-x-20:focus { --tw-translate-x: -5rem !important; } .xl-focus--translate-x-24:focus { --tw-translate-x: -6rem !important; } .xl-focus--translate-x-28:focus { --tw-translate-x: -7rem !important; } .xl-focus--translate-x-32:focus { --tw-translate-x: -8rem !important; } .xl-focus--translate-x-36:focus { --tw-translate-x: -9rem !important; } .xl-focus--translate-x-40:focus { --tw-translate-x: -10rem !important; } .xl-focus--translate-x-44:focus { --tw-translate-x: -11rem !important; } .xl-focus--translate-x-48:focus { --tw-translate-x: -12rem !important; } .xl-focus--translate-x-52:focus { --tw-translate-x: -13rem !important; } .xl-focus--translate-x-56:focus { --tw-translate-x: -14rem !important; } .xl-focus--translate-x-60:focus { --tw-translate-x: -15rem !important; } .xl-focus--translate-x-64:focus { --tw-translate-x: -16rem !important; } .xl-focus--translate-x-72:focus { --tw-translate-x: -18rem !important; } .xl-focus--translate-x-80:focus { --tw-translate-x: -20rem !important; } .xl-focus--translate-x-96:focus { --tw-translate-x: -24rem !important; } .xl-focus--translate-x-px:focus { --tw-translate-x: -1px !important; } .xl-focus--translate-x-0\.5:focus { --tw-translate-x: -0.125rem !important; } .xl-focus--translate-x-1\.5:focus { --tw-translate-x: -0.375rem !important; } .xl-focus--translate-x-2\.5:focus { --tw-translate-x: -0.625rem !important; } .xl-focus--translate-x-3\.5:focus { --tw-translate-x: -0.875rem !important; } .xl-focus-translate-x-1\/2:focus { --tw-translate-x: 50% !important; } .xl-focus-translate-x-1\/3:focus { --tw-translate-x: 33.333333% !important; } .xl-focus-translate-x-2\/3:focus { --tw-translate-x: 66.666667% !important; } .xl-focus-translate-x-1\/4:focus { --tw-translate-x: 25% !important; } .xl-focus-translate-x-2\/4:focus { --tw-translate-x: 50% !important; } .xl-focus-translate-x-3\/4:focus { --tw-translate-x: 75% !important; } .xl-focus-translate-x-full:focus { --tw-translate-x: 100% !important; } .xl-focus--translate-x-1\/2:focus { --tw-translate-x: -50% !important; } .xl-focus--translate-x-1\/3:focus { --tw-translate-x: -33.333333% !important; } .xl-focus--translate-x-2\/3:focus { --tw-translate-x: -66.666667% !important; } .xl-focus--translate-x-1\/4:focus { --tw-translate-x: -25% !important; } .xl-focus--translate-x-2\/4:focus { --tw-translate-x: -50% !important; } .xl-focus--translate-x-3\/4:focus { --tw-translate-x: -75% !important; } .xl-focus--translate-x-full:focus { --tw-translate-x: -100% !important; } .xl-focus-translate-y-0:focus { --tw-translate-y: 0px !important; } .xl-focus-translate-y-1:focus { --tw-translate-y: 0.25rem !important; } .xl-focus-translate-y-2:focus { --tw-translate-y: 0.5rem !important; } .xl-focus-translate-y-3:focus { --tw-translate-y: 0.75rem !important; } .xl-focus-translate-y-4:focus { --tw-translate-y: 1rem !important; } .xl-focus-translate-y-5:focus { --tw-translate-y: 1.25rem !important; } .xl-focus-translate-y-6:focus { --tw-translate-y: 1.5rem !important; } .xl-focus-translate-y-7:focus { --tw-translate-y: 1.75rem !important; } .xl-focus-translate-y-8:focus { --tw-translate-y: 2rem !important; } .xl-focus-translate-y-9:focus { --tw-translate-y: 2.25rem !important; } .xl-focus-translate-y-10:focus { --tw-translate-y: 2.5rem !important; } .xl-focus-translate-y-11:focus { --tw-translate-y: 2.75rem !important; } .xl-focus-translate-y-12:focus { --tw-translate-y: 3rem !important; } .xl-focus-translate-y-14:focus { --tw-translate-y: 3.5rem !important; } .xl-focus-translate-y-16:focus { --tw-translate-y: 4rem !important; } .xl-focus-translate-y-20:focus { --tw-translate-y: 5rem !important; } .xl-focus-translate-y-24:focus { --tw-translate-y: 6rem !important; } .xl-focus-translate-y-28:focus { --tw-translate-y: 7rem !important; } .xl-focus-translate-y-32:focus { --tw-translate-y: 8rem !important; } .xl-focus-translate-y-36:focus { --tw-translate-y: 9rem !important; } .xl-focus-translate-y-40:focus { --tw-translate-y: 10rem !important; } .xl-focus-translate-y-44:focus { --tw-translate-y: 11rem !important; } .xl-focus-translate-y-48:focus { --tw-translate-y: 12rem !important; } .xl-focus-translate-y-52:focus { --tw-translate-y: 13rem !important; } .xl-focus-translate-y-56:focus { --tw-translate-y: 14rem !important; } .xl-focus-translate-y-60:focus { --tw-translate-y: 15rem !important; } .xl-focus-translate-y-64:focus { --tw-translate-y: 16rem !important; } .xl-focus-translate-y-72:focus { --tw-translate-y: 18rem !important; } .xl-focus-translate-y-80:focus { --tw-translate-y: 20rem !important; } .xl-focus-translate-y-96:focus { --tw-translate-y: 24rem !important; } .xl-focus-translate-y-px:focus { --tw-translate-y: 1px !important; } .xl-focus-translate-y-0\.5:focus { --tw-translate-y: 0.125rem !important; } .xl-focus-translate-y-1\.5:focus { --tw-translate-y: 0.375rem !important; } .xl-focus-translate-y-2\.5:focus { --tw-translate-y: 0.625rem !important; } .xl-focus-translate-y-3\.5:focus { --tw-translate-y: 0.875rem !important; } .xl-focus--translate-y-0:focus { --tw-translate-y: 0px !important; } .xl-focus--translate-y-1:focus { --tw-translate-y: -0.25rem !important; } .xl-focus--translate-y-2:focus { --tw-translate-y: -0.5rem !important; } .xl-focus--translate-y-3:focus { --tw-translate-y: -0.75rem !important; } .xl-focus--translate-y-4:focus { --tw-translate-y: -1rem !important; } .xl-focus--translate-y-5:focus { --tw-translate-y: -1.25rem !important; } .xl-focus--translate-y-6:focus { --tw-translate-y: -1.5rem !important; } .xl-focus--translate-y-7:focus { --tw-translate-y: -1.75rem !important; } .xl-focus--translate-y-8:focus { --tw-translate-y: -2rem !important; } .xl-focus--translate-y-9:focus { --tw-translate-y: -2.25rem !important; } .xl-focus--translate-y-10:focus { --tw-translate-y: -2.5rem !important; } .xl-focus--translate-y-11:focus { --tw-translate-y: -2.75rem !important; } .xl-focus--translate-y-12:focus { --tw-translate-y: -3rem !important; } .xl-focus--translate-y-14:focus { --tw-translate-y: -3.5rem !important; } .xl-focus--translate-y-16:focus { --tw-translate-y: -4rem !important; } .xl-focus--translate-y-20:focus { --tw-translate-y: -5rem !important; } .xl-focus--translate-y-24:focus { --tw-translate-y: -6rem !important; } .xl-focus--translate-y-28:focus { --tw-translate-y: -7rem !important; } .xl-focus--translate-y-32:focus { --tw-translate-y: -8rem !important; } .xl-focus--translate-y-36:focus { --tw-translate-y: -9rem !important; } .xl-focus--translate-y-40:focus { --tw-translate-y: -10rem !important; } .xl-focus--translate-y-44:focus { --tw-translate-y: -11rem !important; } .xl-focus--translate-y-48:focus { --tw-translate-y: -12rem !important; } .xl-focus--translate-y-52:focus { --tw-translate-y: -13rem !important; } .xl-focus--translate-y-56:focus { --tw-translate-y: -14rem !important; } .xl-focus--translate-y-60:focus { --tw-translate-y: -15rem !important; } .xl-focus--translate-y-64:focus { --tw-translate-y: -16rem !important; } .xl-focus--translate-y-72:focus { --tw-translate-y: -18rem !important; } .xl-focus--translate-y-80:focus { --tw-translate-y: -20rem !important; } .xl-focus--translate-y-96:focus { --tw-translate-y: -24rem !important; } .xl-focus--translate-y-px:focus { --tw-translate-y: -1px !important; } .xl-focus--translate-y-0\.5:focus { --tw-translate-y: -0.125rem !important; } .xl-focus--translate-y-1\.5:focus { --tw-translate-y: -0.375rem !important; } .xl-focus--translate-y-2\.5:focus { --tw-translate-y: -0.625rem !important; } .xl-focus--translate-y-3\.5:focus { --tw-translate-y: -0.875rem !important; } .xl-focus-translate-y-1\/2:focus { --tw-translate-y: 50% !important; } .xl-focus-translate-y-1\/3:focus { --tw-translate-y: 33.333333% !important; } .xl-focus-translate-y-2\/3:focus { --tw-translate-y: 66.666667% !important; } .xl-focus-translate-y-1\/4:focus { --tw-translate-y: 25% !important; } .xl-focus-translate-y-2\/4:focus { --tw-translate-y: 50% !important; } .xl-focus-translate-y-3\/4:focus { --tw-translate-y: 75% !important; } .xl-focus-translate-y-full:focus { --tw-translate-y: 100% !important; } .xl-focus--translate-y-1\/2:focus { --tw-translate-y: -50% !important; } .xl-focus--translate-y-1\/3:focus { --tw-translate-y: -33.333333% !important; } .xl-focus--translate-y-2\/3:focus { --tw-translate-y: -66.666667% !important; } .xl-focus--translate-y-1\/4:focus { --tw-translate-y: -25% !important; } .xl-focus--translate-y-2\/4:focus { --tw-translate-y: -50% !important; } .xl-focus--translate-y-3\/4:focus { --tw-translate-y: -75% !important; } .xl-focus--translate-y-full:focus { --tw-translate-y: -100% !important; } .xl-skew-x-0 { --tw-skew-x: 0deg !important; } .xl-skew-x-1 { --tw-skew-x: 1deg !important; } .xl-skew-x-2 { --tw-skew-x: 2deg !important; } .xl-skew-x-3 { --tw-skew-x: 3deg !important; } .xl-skew-x-6 { --tw-skew-x: 6deg !important; } .xl-skew-x-12 { --tw-skew-x: 12deg !important; } .xl--skew-x-12 { --tw-skew-x: -12deg !important; } .xl--skew-x-6 { --tw-skew-x: -6deg !important; } .xl--skew-x-3 { --tw-skew-x: -3deg !important; } .xl--skew-x-2 { --tw-skew-x: -2deg !important; } .xl--skew-x-1 { --tw-skew-x: -1deg !important; } .xl-skew-y-0 { --tw-skew-y: 0deg !important; } .xl-skew-y-1 { --tw-skew-y: 1deg !important; } .xl-skew-y-2 { --tw-skew-y: 2deg !important; } .xl-skew-y-3 { --tw-skew-y: 3deg !important; } .xl-skew-y-6 { --tw-skew-y: 6deg !important; } .xl-skew-y-12 { --tw-skew-y: 12deg !important; } .xl--skew-y-12 { --tw-skew-y: -12deg !important; } .xl--skew-y-6 { --tw-skew-y: -6deg !important; } .xl--skew-y-3 { --tw-skew-y: -3deg !important; } .xl--skew-y-2 { --tw-skew-y: -2deg !important; } .xl--skew-y-1 { --tw-skew-y: -1deg !important; } .xl-hover-skew-x-0:hover { --tw-skew-x: 0deg !important; } .xl-hover-skew-x-1:hover { --tw-skew-x: 1deg !important; } .xl-hover-skew-x-2:hover { --tw-skew-x: 2deg !important; } .xl-hover-skew-x-3:hover { --tw-skew-x: 3deg !important; } .xl-hover-skew-x-6:hover { --tw-skew-x: 6deg !important; } .xl-hover-skew-x-12:hover { --tw-skew-x: 12deg !important; } .xl-hover--skew-x-12:hover { --tw-skew-x: -12deg !important; } .xl-hover--skew-x-6:hover { --tw-skew-x: -6deg !important; } .xl-hover--skew-x-3:hover { --tw-skew-x: -3deg !important; } .xl-hover--skew-x-2:hover { --tw-skew-x: -2deg !important; } .xl-hover--skew-x-1:hover { --tw-skew-x: -1deg !important; } .xl-hover-skew-y-0:hover { --tw-skew-y: 0deg !important; } .xl-hover-skew-y-1:hover { --tw-skew-y: 1deg !important; } .xl-hover-skew-y-2:hover { --tw-skew-y: 2deg !important; } .xl-hover-skew-y-3:hover { --tw-skew-y: 3deg !important; } .xl-hover-skew-y-6:hover { --tw-skew-y: 6deg !important; } .xl-hover-skew-y-12:hover { --tw-skew-y: 12deg !important; } .xl-hover--skew-y-12:hover { --tw-skew-y: -12deg !important; } .xl-hover--skew-y-6:hover { --tw-skew-y: -6deg !important; } .xl-hover--skew-y-3:hover { --tw-skew-y: -3deg !important; } .xl-hover--skew-y-2:hover { --tw-skew-y: -2deg !important; } .xl-hover--skew-y-1:hover { --tw-skew-y: -1deg !important; } .xl-focus-skew-x-0:focus { --tw-skew-x: 0deg !important; } .xl-focus-skew-x-1:focus { --tw-skew-x: 1deg !important; } .xl-focus-skew-x-2:focus { --tw-skew-x: 2deg !important; } .xl-focus-skew-x-3:focus { --tw-skew-x: 3deg !important; } .xl-focus-skew-x-6:focus { --tw-skew-x: 6deg !important; } .xl-focus-skew-x-12:focus { --tw-skew-x: 12deg !important; } .xl-focus--skew-x-12:focus { --tw-skew-x: -12deg !important; } .xl-focus--skew-x-6:focus { --tw-skew-x: -6deg !important; } .xl-focus--skew-x-3:focus { --tw-skew-x: -3deg !important; } .xl-focus--skew-x-2:focus { --tw-skew-x: -2deg !important; } .xl-focus--skew-x-1:focus { --tw-skew-x: -1deg !important; } .xl-focus-skew-y-0:focus { --tw-skew-y: 0deg !important; } .xl-focus-skew-y-1:focus { --tw-skew-y: 1deg !important; } .xl-focus-skew-y-2:focus { --tw-skew-y: 2deg !important; } .xl-focus-skew-y-3:focus { --tw-skew-y: 3deg !important; } .xl-focus-skew-y-6:focus { --tw-skew-y: 6deg !important; } .xl-focus-skew-y-12:focus { --tw-skew-y: 12deg !important; } .xl-focus--skew-y-12:focus { --tw-skew-y: -12deg !important; } .xl-focus--skew-y-6:focus { --tw-skew-y: -6deg !important; } .xl-focus--skew-y-3:focus { --tw-skew-y: -3deg !important; } .xl-focus--skew-y-2:focus { --tw-skew-y: -2deg !important; } .xl-focus--skew-y-1:focus { --tw-skew-y: -1deg !important; } .xl-transition-none { transition-property: none !important; } .xl-transition-all { transition-property: all !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .xl-transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .xl-transition-colors { transition-property: background-color, border-color, color, fill, stroke !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .xl-transition-opacity { transition-property: opacity !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .xl-transition-shadow { transition-property: box-shadow !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .xl-transition-transform { transition-property: transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .xl-ease-linear { transition-timing-function: linear !important; } .xl-ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; } .xl-ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; } .xl-ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; } .xl-duration-75 { transition-duration: 75ms !important; } .xl-duration-100 { transition-duration: 0.1s !important; } .xl-duration-150 { transition-duration: 0.15s !important; } .xl-duration-200 { transition-duration: 0.2s !important; } .xl-duration-300 { transition-duration: 0.3s !important; } .xl-duration-500 { transition-duration: 0.5s !important; } .xl-duration-700 { transition-duration: 0.7s !important; } .xl-duration-1000 { transition-duration: 1s !important; } .xl-delay-75 { transition-delay: 75ms !important; } .xl-delay-100 { transition-delay: 0.1s !important; } .xl-delay-150 { transition-delay: 0.15s !important; } .xl-delay-200 { transition-delay: 0.2s !important; } .xl-delay-300 { transition-delay: 0.3s !important; } .xl-delay-500 { transition-delay: 0.5s !important; } .xl-delay-700 { transition-delay: 0.7s !important; } .xl-delay-1000 { transition-delay: 1s !important; } .xl-animate-none { animation: none !important; } .xl-animate-spin { animation: spin 1s linear infinite !important; } .xl-animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; } .xl-animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; } .xl-animate-bounce { animation: bounce 1s infinite !important; } } @media (min-width: 1441px) { .\32xl-space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(1px * var(--tw-space-x-reverse)) !important; margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important; } .\32xl-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(0px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(0px * var(--tw-space-x-reverse)) !important; margin-left: calc(0px * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.25rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.5rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.75rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.25rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.5rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-1.75rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.25rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.25rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.5rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-2.75rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-2.75rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-3.5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-3.5rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-4rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-4rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-5rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-5rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-6rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-6rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-7rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-7rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-8rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-8rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-9rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-9rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-10rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-10rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-11rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-11rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-12rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-12rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-13rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-13rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-14rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-14rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-15rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-15rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-16rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-16rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-18rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-18rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-20rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-20rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-24rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-24rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-1px * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-1px * var(--tw-space-x-reverse)) !important; margin-left: calc(-1px * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.125rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.125rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.375rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.375rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.625rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.625rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0 !important; margin-top: calc(-0.875rem * (1 - var(--tw-space-y-reverse))) !important; margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important; } .\32xl--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0 !important; margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important; margin-left: calc(-0.875rem * (1 - var(--tw-space-x-reverse))) !important; } .\32xl-space-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 1 !important; } .\32xl-space-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 1 !important; } .\32xl-divide-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(0px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important; } .\32xl-divide-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(0px * (1 - var(--tw-divide-x-reverse))) !important; } .\32xl-divide-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(2px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important; } .\32xl-divide-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(2px * (1 - var(--tw-divide-x-reverse))) !important; } .\32xl-divide-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(4px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important; } .\32xl-divide-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(4px * (1 - var(--tw-divide-x-reverse))) !important; } .\32xl-divide-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(8px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important; } .\32xl-divide-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(8px * (1 - var(--tw-divide-x-reverse))) !important; } .\32xl-divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0 !important; border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse))) !important; border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important; } .\32xl-divide-x > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0 !important; border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important; border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse))) !important; } .\32xl-divide-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 1 !important; } .\32xl-divide-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 1 !important; } .\32xl-divide-transparent > :not([hidden]) ~ :not([hidden]) { border-color: transparent !important; } .\32xl-divide-cw-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-secondary > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-secondary-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-secondary-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-secondary-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-accent > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-accent-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-accent-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-blue-print > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-red > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-spring > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-divide-opacity)) !important; } .\32xl-divide-grey-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-divide-opacity)) !important; } .\32xl-divide-grey-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-divide-opacity)) !important; } .\32xl-divide-grey-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-divide-opacity)) !important; } .\32xl-divide-grey-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-divide-opacity)) !important; } .\32xl-divide-grey-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-divide-opacity)) !important; } .\32xl-divide-grey-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-divide-opacity)) !important; } .\32xl-divide-grey-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-divide-opacity)) !important; } .\32xl-divide-grey-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-divide-opacity)) !important; } .\32xl-divide-cball-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-divide-opacity)) !important; } .\32xl-divide-cball-dark-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-divide-opacity)) !important; } .\32xl-divide-cball-purple > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-spring-yellow > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-spring-dk-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-spring-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-spring-lt-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-spring-dk-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-spring-med-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-spring-lt-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-spring-black > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-spring-off-white > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-spring-peach > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-navy > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-med-blue > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-divide-opacity)) !important; } .\32xl-divide-cw-dk-orange > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-divide-opacity)) !important; } .\32xl-divide-sc-teal > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-divide-opacity)) !important; } .\32xl-divide-sc-green > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-divide-opacity)) !important; } .\32xl-divide-sc-sand > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-divide-opacity)) !important; } .\32xl-divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid !important; } .\32xl-divide-dashed > :not([hidden]) ~ :not([hidden]) { border-style: dashed !important; } .\32xl-divide-dotted > :not([hidden]) ~ :not([hidden]) { border-style: dotted !important; } .\32xl-divide-double > :not([hidden]) ~ :not([hidden]) { border-style: double !important; } .\32xl-divide-none > :not([hidden]) ~ :not([hidden]) { border-style: none !important; } .\32xl-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0 !important; } .\32xl-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.05 !important; } .\32xl-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.1 !important; } .\32xl-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.2 !important; } .\32xl-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.25 !important; } .\32xl-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.3 !important; } .\32xl-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.4 !important; } .\32xl-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5 !important; } .\32xl-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.6 !important; } .\32xl-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.7 !important; } .\32xl-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.75 !important; } .\32xl-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.8 !important; } .\32xl-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.9 !important; } .\32xl-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.95 !important; } .\32xl-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1 !important; } .\32xl-sr-only { position: absolute !important; 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-width: 0 !important; } .\32xl-not-sr-only { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .\32xl-focus-within-sr-only:focus-within { position: absolute !important; 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-width: 0 !important; } .\32xl-focus-within-not-sr-only:focus-within { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .\32xl-focus-sr-only:focus { position: absolute !important; 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-width: 0 !important; } .\32xl-focus-not-sr-only:focus { position: static !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; clip: auto !important; white-space: normal !important; } .\32xl-appearance-none { -moz-appearance: none !important; appearance: none !important; } .\32xl-bg-fixed { background-attachment: fixed !important; } .\32xl-bg-local { background-attachment: local !important; } .\32xl-bg-scroll { background-attachment: scroll !important; } .\32xl-bg-clip-border { background-clip: border-box !important; } .\32xl-bg-clip-padding { background-clip: padding-box !important; } .\32xl-bg-clip-content { background-clip: content-box !important; } .\32xl-bg-clip-text { background-clip: text !important; } .\32xl-bg-transparent { background-color: transparent !important; } .\32xl-bg-cw-black { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-blue { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-green { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-orange { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-purple { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-red { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-spring { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-teal { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-white { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .\32xl-bg-grey-10 { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .\32xl-bg-grey-20 { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .\32xl-bg-grey-30 { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .\32xl-bg-grey-40 { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .\32xl-bg-grey-5 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .\32xl-bg-grey-50 { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .\32xl-bg-grey-60 { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .\32xl-bg-grey-70 { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .\32xl-bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .\32xl-bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .\32xl-bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .\32xl-bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .\32xl-bg-sc-teal { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .\32xl-bg-sc-green { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .\32xl-bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-transparent { background-color: transparent !important; } .group:hover .\32xl-group-hover-bg-cw-black { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-blue { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-secondary { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-secondary-100 { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-secondary-200 { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-secondary-300 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-accent { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-accent-100 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-accent-200 { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-blue-print { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-green { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-orange { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-purple { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-red { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-spring { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-teal { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-white { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-grey-10 { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-grey-20 { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-grey-30 { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-grey-40 { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-grey-5 { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-grey-50 { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-grey-60 { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-grey-70 { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cball-blue { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cball-dark-blue { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cball-purple { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-spring-yellow { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-spring-dk-blue { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-spring-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-spring-lt-blue { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-spring-dk-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-spring-med-green { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-spring-lt-green { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-spring-black { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-spring-off-white { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-spring-peach { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-navy { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-med-blue { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-cw-dk-orange { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-sc-teal { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-sc-green { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .group:hover .\32xl-group-hover-bg-sc-sand { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-transparent:focus-within { background-color: transparent !important; } .\32xl-focus-within-bg-cw-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-secondary:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-secondary-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-secondary-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-secondary-300:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-accent:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-accent-100:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-accent-200:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-blue-print:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-red:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-spring:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-grey-10:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-grey-20:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-grey-30:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-grey-40:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-grey-5:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-grey-50:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-grey-60:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-grey-70:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cball-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cball-dark-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cball-purple:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-spring-yellow:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-spring-dk-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-spring-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-spring-lt-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-spring-dk-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-spring-med-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-spring-lt-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-spring-black:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-spring-off-white:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-spring-peach:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-navy:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-med-blue:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-cw-dk-orange:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-sc-teal:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-sc-green:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .\32xl-focus-within-bg-sc-sand:focus-within { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-transparent:hover { background-color: transparent !important; } .\32xl-hover-bg-cw-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-secondary:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-secondary-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-secondary-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-secondary-300:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-accent:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-accent-100:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-accent-200:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-blue-print:hover { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-red:hover { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-spring:hover { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-grey-10:hover { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-grey-20:hover { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-grey-30:hover { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-grey-40:hover { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-grey-5:hover { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-grey-50:hover { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-grey-60:hover { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-grey-70:hover { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cball-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cball-dark-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cball-purple:hover { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-spring-yellow:hover { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-spring-dk-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-spring-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-spring-lt-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-spring-dk-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-spring-med-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-spring-lt-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-spring-black:hover { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-spring-off-white:hover { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-spring-peach:hover { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-navy:hover { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-med-blue:hover { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-cw-dk-orange:hover { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-sc-teal:hover { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-sc-green:hover { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .\32xl-hover-bg-sc-sand:hover { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-transparent:focus { background-color: transparent !important; } .\32xl-focus-bg-cw-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(51, 50, 50, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-secondary:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-secondary-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(153, 190, 204, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-secondary-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(214, 228, 234, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-secondary-300:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 252, 255, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-accent:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-accent-100:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 247, 225, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-accent-200:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 251, 240, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-blue-print:focus { --tw-bg-opacity: 1 !important; background-color: rgba(80, 150, 208, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(20, 169, 71, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(254, 129, 58, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(144, 100, 191, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-red:focus { --tw-bg-opacity: 1 !important; background-color: rgba(250, 87, 93, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-spring:focus { --tw-bg-opacity: 1 !important; background-color: rgba(27, 169, 224, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(142, 212, 204, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 202, 10, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-grey-10:focus { --tw-bg-opacity: 1 !important; background-color: rgba(244, 245, 240, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-grey-20:focus { --tw-bg-opacity: 1 !important; background-color: rgba(233, 234, 228, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-grey-30:focus { --tw-bg-opacity: 1 !important; background-color: rgba(223, 223, 215, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-grey-40:focus { --tw-bg-opacity: 1 !important; background-color: rgba(193, 193, 186, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-grey-5:focus { --tw-bg-opacity: 1 !important; background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-grey-50:focus { --tw-bg-opacity: 1 !important; background-color: rgba(155, 155, 148, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-grey-60:focus { --tw-bg-opacity: 1 !important; background-color: rgba(113, 113, 108, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-grey-70:focus { --tw-bg-opacity: 1 !important; background-color: rgba(81, 81, 81, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cball-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(87, 105, 149, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cball-dark-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(53, 67, 99, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cball-purple:focus { --tw-bg-opacity: 1 !important; background-color: rgba(10, 16, 31, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-spring-yellow:focus { --tw-bg-opacity: 1 !important; background-color: rgba(255, 201, 7, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-spring-dk-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(30, 38, 88, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-spring-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(16, 128, 185, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-spring-lt-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(186, 227, 240, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-spring-dk-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 75, 61, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-spring-med-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 172, 127, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-spring-lt-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(184, 227, 209, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-spring-black:focus { --tw-bg-opacity: 1 !important; background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-spring-off-white:focus { --tw-bg-opacity: 1 !important; background-color: rgba(253, 244, 226, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-spring-peach:focus { --tw-bg-opacity: 1 !important; background-color: rgba(232, 138, 120, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-navy:focus { --tw-bg-opacity: 1 !important; background-color: rgba(0, 51, 102, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-med-blue:focus { --tw-bg-opacity: 1 !important; background-color: rgba(119, 168, 187, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-cw-dk-orange:focus { --tw-bg-opacity: 1 !important; background-color: rgba(191, 108, 70, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-sc-teal:focus { --tw-bg-opacity: 1 !important; background-color: rgba(67, 178, 154, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-sc-green:focus { --tw-bg-opacity: 1 !important; background-color: rgba(125, 184, 126, var(--tw-bg-opacity)) !important; } .\32xl-focus-bg-sc-sand:focus { --tw-bg-opacity: 1 !important; background-color: rgba(249, 247, 233, var(--tw-bg-opacity)) !important; } .\32xl-bg-none { background-image: none !important; } .\32xl-bg-gradient-to-t { background-image: linear-gradient( 0deg, var(--tw-gradient-stops) ) !important; } .\32xl-bg-gradient-to-tr { background-image: linear-gradient( to top right, var(--tw-gradient-stops) ) !important; } .\32xl-bg-gradient-to-r { background-image: linear-gradient( 90deg, var(--tw-gradient-stops) ) !important; } .\32xl-bg-gradient-to-br { background-image: linear-gradient( to bottom right, var(--tw-gradient-stops) ) !important; } .\32xl-bg-gradient-to-b { background-image: linear-gradient( 180deg, var(--tw-gradient-stops) ) !important; } .\32xl-bg-gradient-to-bl { background-image: linear-gradient( to bottom left, var(--tw-gradient-stops) ) !important; } .\32xl-bg-gradient-to-l { background-image: linear-gradient( 270deg, var(--tw-gradient-stops) ) !important; } .\32xl-bg-gradient-to-tl { background-image: linear-gradient( to top left, var(--tw-gradient-stops) ) !important; } .\32xl-from-transparent { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .\32xl-from-cw-black { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .\32xl-from-cw-blue { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-from-cw-secondary { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-from-cw-secondary-100 { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .\32xl-from-cw-secondary-200 { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .\32xl-from-cw-secondary-300 { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .\32xl-from-cw-accent { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-from-cw-accent-100 { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .\32xl-from-cw-accent-200 { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .\32xl-from-cw-blue-print { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .\32xl-from-cw-green { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .\32xl-from-cw-orange { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .\32xl-from-cw-purple { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .\32xl-from-cw-red { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .\32xl-from-cw-spring { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .\32xl-from-cw-teal { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .\32xl-from-cw-white { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .\32xl-from-cw-yellow { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .\32xl-from-grey-10 { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .\32xl-from-grey-20 { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .\32xl-from-grey-30 { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .\32xl-from-grey-40 { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .\32xl-from-grey-5 { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .\32xl-from-grey-50 { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .\32xl-from-grey-60 { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .\32xl-from-grey-70 { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .\32xl-from-cball-blue { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .\32xl-from-cball-dark-blue { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .\32xl-from-cball-purple { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .\32xl-from-cw-spring-yellow { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-from-cw-spring-dk-blue { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .\32xl-from-cw-spring-med-blue { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .\32xl-from-cw-spring-lt-blue { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .\32xl-from-cw-spring-dk-green { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .\32xl-from-cw-spring-med-green { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .\32xl-from-cw-spring-lt-green { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .\32xl-from-cw-spring-black { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .\32xl-from-cw-spring-off-white { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .\32xl-from-cw-spring-peach { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .\32xl-from-cw-navy { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-from-cw-med-blue { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-from-cw-dk-orange { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .\32xl-from-sc-teal { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .\32xl-from-sc-green { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .\32xl-from-sc-sand { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .\32xl-via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .\32xl-via-cw-black { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .\32xl-via-cw-blue { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-via-cw-secondary { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-via-cw-secondary-100 { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .\32xl-via-cw-secondary-200 { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .\32xl-via-cw-secondary-300 { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .\32xl-via-cw-accent { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-via-cw-accent-100 { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .\32xl-via-cw-accent-200 { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .\32xl-via-cw-blue-print { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .\32xl-via-cw-green { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .\32xl-via-cw-orange { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .\32xl-via-cw-purple { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .\32xl-via-cw-red { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .\32xl-via-cw-spring { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .\32xl-via-cw-teal { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .\32xl-via-cw-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .\32xl-via-cw-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .\32xl-via-grey-10 { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .\32xl-via-grey-20 { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .\32xl-via-grey-30 { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .\32xl-via-grey-40 { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .\32xl-via-grey-5 { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .\32xl-via-grey-50 { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .\32xl-via-grey-60 { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .\32xl-via-grey-70 { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .\32xl-via-cball-blue { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .\32xl-via-cball-dark-blue { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .\32xl-via-cball-purple { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .\32xl-via-cw-spring-yellow { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-via-cw-spring-dk-blue { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .\32xl-via-cw-spring-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .\32xl-via-cw-spring-lt-blue { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .\32xl-via-cw-spring-dk-green { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .\32xl-via-cw-spring-med-green { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .\32xl-via-cw-spring-lt-green { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .\32xl-via-cw-spring-black { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .\32xl-via-cw-spring-off-white { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .\32xl-via-cw-spring-peach { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .\32xl-via-cw-navy { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-via-cw-med-blue { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-via-cw-dk-orange { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .\32xl-via-sc-teal { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .\32xl-via-sc-green { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .\32xl-via-sc-sand { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .\32xl-to-transparent { --tw-gradient-to: transparent !important; } .\32xl-to-cw-black { --tw-gradient-to: #333232 !important; } .\32xl-to-cw-blue { --tw-gradient-to: #036 !important; } .\32xl-to-cw-secondary { --tw-gradient-to: #77a8bb !important; } .\32xl-to-cw-secondary-100 { --tw-gradient-to: #99becc !important; } .\32xl-to-cw-secondary-200 { --tw-gradient-to: #d6e4ea !important; } .\32xl-to-cw-secondary-300 { --tw-gradient-to: #f7fcff !important; } .\32xl-to-cw-accent { --tw-gradient-to: #ffc907 !important; } .\32xl-to-cw-accent-100 { --tw-gradient-to: #fff7e1 !important; } .\32xl-to-cw-accent-200 { --tw-gradient-to: #fffbf0 !important; } .\32xl-to-cw-blue-print { --tw-gradient-to: #5096d0 !important; } .\32xl-to-cw-green { --tw-gradient-to: #14a947 !important; } .\32xl-to-cw-orange { --tw-gradient-to: #fe813a !important; } .\32xl-to-cw-purple { --tw-gradient-to: #9064bf !important; } .\32xl-to-cw-red { --tw-gradient-to: #fa575d !important; } .\32xl-to-cw-spring { --tw-gradient-to: #1ba9e0 !important; } .\32xl-to-cw-teal { --tw-gradient-to: #8ed4cc !important; } .\32xl-to-cw-white { --tw-gradient-to: #fff !important; } .\32xl-to-cw-yellow { --tw-gradient-to: #ffca0a !important; } .\32xl-to-grey-10 { --tw-gradient-to: #f4f5f0 !important; } .\32xl-to-grey-20 { --tw-gradient-to: #e9eae4 !important; } .\32xl-to-grey-30 { --tw-gradient-to: #dfdfd7 !important; } .\32xl-to-grey-40 { --tw-gradient-to: #c1c1ba !important; } .\32xl-to-grey-5 { --tw-gradient-to: #f7f7f7 !important; } .\32xl-to-grey-50 { --tw-gradient-to: #9b9b94 !important; } .\32xl-to-grey-60 { --tw-gradient-to: #71716c !important; } .\32xl-to-grey-70 { --tw-gradient-to: #515151 !important; } .\32xl-to-cball-blue { --tw-gradient-to: #576995 !important; } .\32xl-to-cball-dark-blue { --tw-gradient-to: #354363 !important; } .\32xl-to-cball-purple { --tw-gradient-to: #0a101f !important; } .\32xl-to-cw-spring-yellow { --tw-gradient-to: #ffc907 !important; } .\32xl-to-cw-spring-dk-blue { --tw-gradient-to: #1e2658 !important; } .\32xl-to-cw-spring-med-blue { --tw-gradient-to: #1080b9 !important; } .\32xl-to-cw-spring-lt-blue { --tw-gradient-to: #bae3f0 !important; } .\32xl-to-cw-spring-dk-green { --tw-gradient-to: #004b3d !important; } .\32xl-to-cw-spring-med-green { --tw-gradient-to: #00ac7f !important; } .\32xl-to-cw-spring-lt-green { --tw-gradient-to: #b8e3d1 !important; } .\32xl-to-cw-spring-black { --tw-gradient-to: #1a1a1a !important; } .\32xl-to-cw-spring-off-white { --tw-gradient-to: #fdf4e2 !important; } .\32xl-to-cw-spring-peach { --tw-gradient-to: #e88a78 !important; } .\32xl-to-cw-navy { --tw-gradient-to: #036 !important; } .\32xl-to-cw-med-blue { --tw-gradient-to: #77a8bb !important; } .\32xl-to-cw-dk-orange { --tw-gradient-to: #bf6c46 !important; } .\32xl-to-sc-teal { --tw-gradient-to: #43b29a !important; } .\32xl-to-sc-green { --tw-gradient-to: #7db87e !important; } .\32xl-to-sc-sand { --tw-gradient-to: #f9f7e9 !important; } .\32xl-hover-from-transparent:hover { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .\32xl-hover-from-cw-black:hover { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .\32xl-hover-from-cw-blue:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-hover-from-cw-secondary:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-hover-from-cw-secondary-100:hover { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .\32xl-hover-from-cw-secondary-200:hover { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .\32xl-hover-from-cw-secondary-300:hover { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .\32xl-hover-from-cw-accent:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-hover-from-cw-accent-100:hover { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .\32xl-hover-from-cw-accent-200:hover { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .\32xl-hover-from-cw-blue-print:hover { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .\32xl-hover-from-cw-green:hover { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .\32xl-hover-from-cw-orange:hover { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .\32xl-hover-from-cw-purple:hover { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .\32xl-hover-from-cw-red:hover { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .\32xl-hover-from-cw-spring:hover { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .\32xl-hover-from-cw-teal:hover { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .\32xl-hover-from-cw-white:hover { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .\32xl-hover-from-cw-yellow:hover { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .\32xl-hover-from-grey-10:hover { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .\32xl-hover-from-grey-20:hover { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .\32xl-hover-from-grey-30:hover { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .\32xl-hover-from-grey-40:hover { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .\32xl-hover-from-grey-5:hover { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .\32xl-hover-from-grey-50:hover { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .\32xl-hover-from-grey-60:hover { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .\32xl-hover-from-grey-70:hover { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .\32xl-hover-from-cball-blue:hover { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .\32xl-hover-from-cball-dark-blue:hover { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .\32xl-hover-from-cball-purple:hover { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .\32xl-hover-from-cw-spring-yellow:hover { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-hover-from-cw-spring-dk-blue:hover { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .\32xl-hover-from-cw-spring-med-blue:hover { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .\32xl-hover-from-cw-spring-lt-blue:hover { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .\32xl-hover-from-cw-spring-dk-green:hover { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .\32xl-hover-from-cw-spring-med-green:hover { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .\32xl-hover-from-cw-spring-lt-green:hover { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .\32xl-hover-from-cw-spring-black:hover { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .\32xl-hover-from-cw-spring-off-white:hover { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .\32xl-hover-from-cw-spring-peach:hover { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .\32xl-hover-from-cw-navy:hover { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-hover-from-cw-med-blue:hover { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-hover-from-cw-dk-orange:hover { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .\32xl-hover-from-sc-teal:hover { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .\32xl-hover-from-sc-green:hover { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .\32xl-hover-from-sc-sand:hover { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .\32xl-hover-via-transparent:hover { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .\32xl-hover-via-cw-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .\32xl-hover-via-cw-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-hover-via-cw-secondary:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-hover-via-cw-secondary-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .\32xl-hover-via-cw-secondary-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .\32xl-hover-via-cw-secondary-300:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .\32xl-hover-via-cw-accent:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-hover-via-cw-accent-100:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .\32xl-hover-via-cw-accent-200:hover { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .\32xl-hover-via-cw-blue-print:hover { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .\32xl-hover-via-cw-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .\32xl-hover-via-cw-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .\32xl-hover-via-cw-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .\32xl-hover-via-cw-red:hover { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .\32xl-hover-via-cw-spring:hover { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .\32xl-hover-via-cw-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .\32xl-hover-via-cw-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .\32xl-hover-via-cw-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .\32xl-hover-via-grey-10:hover { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .\32xl-hover-via-grey-20:hover { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .\32xl-hover-via-grey-30:hover { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .\32xl-hover-via-grey-40:hover { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .\32xl-hover-via-grey-5:hover { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .\32xl-hover-via-grey-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .\32xl-hover-via-grey-60:hover { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .\32xl-hover-via-grey-70:hover { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .\32xl-hover-via-cball-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .\32xl-hover-via-cball-dark-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .\32xl-hover-via-cball-purple:hover { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .\32xl-hover-via-cw-spring-yellow:hover { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-hover-via-cw-spring-dk-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .\32xl-hover-via-cw-spring-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .\32xl-hover-via-cw-spring-lt-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .\32xl-hover-via-cw-spring-dk-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .\32xl-hover-via-cw-spring-med-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .\32xl-hover-via-cw-spring-lt-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .\32xl-hover-via-cw-spring-black:hover { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .\32xl-hover-via-cw-spring-off-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .\32xl-hover-via-cw-spring-peach:hover { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .\32xl-hover-via-cw-navy:hover { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-hover-via-cw-med-blue:hover { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-hover-via-cw-dk-orange:hover { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .\32xl-hover-via-sc-teal:hover { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .\32xl-hover-via-sc-green:hover { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .\32xl-hover-via-sc-sand:hover { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .\32xl-hover-to-transparent:hover { --tw-gradient-to: transparent !important; } .\32xl-hover-to-cw-black:hover { --tw-gradient-to: #333232 !important; } .\32xl-hover-to-cw-blue:hover { --tw-gradient-to: #036 !important; } .\32xl-hover-to-cw-secondary:hover { --tw-gradient-to: #77a8bb !important; } .\32xl-hover-to-cw-secondary-100:hover { --tw-gradient-to: #99becc !important; } .\32xl-hover-to-cw-secondary-200:hover { --tw-gradient-to: #d6e4ea !important; } .\32xl-hover-to-cw-secondary-300:hover { --tw-gradient-to: #f7fcff !important; } .\32xl-hover-to-cw-accent:hover { --tw-gradient-to: #ffc907 !important; } .\32xl-hover-to-cw-accent-100:hover { --tw-gradient-to: #fff7e1 !important; } .\32xl-hover-to-cw-accent-200:hover { --tw-gradient-to: #fffbf0 !important; } .\32xl-hover-to-cw-blue-print:hover { --tw-gradient-to: #5096d0 !important; } .\32xl-hover-to-cw-green:hover { --tw-gradient-to: #14a947 !important; } .\32xl-hover-to-cw-orange:hover { --tw-gradient-to: #fe813a !important; } .\32xl-hover-to-cw-purple:hover { --tw-gradient-to: #9064bf !important; } .\32xl-hover-to-cw-red:hover { --tw-gradient-to: #fa575d !important; } .\32xl-hover-to-cw-spring:hover { --tw-gradient-to: #1ba9e0 !important; } .\32xl-hover-to-cw-teal:hover { --tw-gradient-to: #8ed4cc !important; } .\32xl-hover-to-cw-white:hover { --tw-gradient-to: #fff !important; } .\32xl-hover-to-cw-yellow:hover { --tw-gradient-to: #ffca0a !important; } .\32xl-hover-to-grey-10:hover { --tw-gradient-to: #f4f5f0 !important; } .\32xl-hover-to-grey-20:hover { --tw-gradient-to: #e9eae4 !important; } .\32xl-hover-to-grey-30:hover { --tw-gradient-to: #dfdfd7 !important; } .\32xl-hover-to-grey-40:hover { --tw-gradient-to: #c1c1ba !important; } .\32xl-hover-to-grey-5:hover { --tw-gradient-to: #f7f7f7 !important; } .\32xl-hover-to-grey-50:hover { --tw-gradient-to: #9b9b94 !important; } .\32xl-hover-to-grey-60:hover { --tw-gradient-to: #71716c !important; } .\32xl-hover-to-grey-70:hover { --tw-gradient-to: #515151 !important; } .\32xl-hover-to-cball-blue:hover { --tw-gradient-to: #576995 !important; } .\32xl-hover-to-cball-dark-blue:hover { --tw-gradient-to: #354363 !important; } .\32xl-hover-to-cball-purple:hover { --tw-gradient-to: #0a101f !important; } .\32xl-hover-to-cw-spring-yellow:hover { --tw-gradient-to: #ffc907 !important; } .\32xl-hover-to-cw-spring-dk-blue:hover { --tw-gradient-to: #1e2658 !important; } .\32xl-hover-to-cw-spring-med-blue:hover { --tw-gradient-to: #1080b9 !important; } .\32xl-hover-to-cw-spring-lt-blue:hover { --tw-gradient-to: #bae3f0 !important; } .\32xl-hover-to-cw-spring-dk-green:hover { --tw-gradient-to: #004b3d !important; } .\32xl-hover-to-cw-spring-med-green:hover { --tw-gradient-to: #00ac7f !important; } .\32xl-hover-to-cw-spring-lt-green:hover { --tw-gradient-to: #b8e3d1 !important; } .\32xl-hover-to-cw-spring-black:hover { --tw-gradient-to: #1a1a1a !important; } .\32xl-hover-to-cw-spring-off-white:hover { --tw-gradient-to: #fdf4e2 !important; } .\32xl-hover-to-cw-spring-peach:hover { --tw-gradient-to: #e88a78 !important; } .\32xl-hover-to-cw-navy:hover { --tw-gradient-to: #036 !important; } .\32xl-hover-to-cw-med-blue:hover { --tw-gradient-to: #77a8bb !important; } .\32xl-hover-to-cw-dk-orange:hover { --tw-gradient-to: #bf6c46 !important; } .\32xl-hover-to-sc-teal:hover { --tw-gradient-to: #43b29a !important; } .\32xl-hover-to-sc-green:hover { --tw-gradient-to: #7db87e !important; } .\32xl-hover-to-sc-sand:hover { --tw-gradient-to: #f9f7e9 !important; } .\32xl-focus-from-transparent:focus { --tw-gradient-from: transparent !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important; } .\32xl-focus-from-cw-black:focus { --tw-gradient-from: #333232 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .\32xl-focus-from-cw-blue:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-focus-from-cw-secondary:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-focus-from-cw-secondary-100:focus { --tw-gradient-from: #99becc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .\32xl-focus-from-cw-secondary-200:focus { --tw-gradient-from: #d6e4ea !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .\32xl-focus-from-cw-secondary-300:focus { --tw-gradient-from: #f7fcff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .\32xl-focus-from-cw-accent:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-focus-from-cw-accent-100:focus { --tw-gradient-from: #fff7e1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .\32xl-focus-from-cw-accent-200:focus { --tw-gradient-from: #fffbf0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .\32xl-focus-from-cw-blue-print:focus { --tw-gradient-from: #5096d0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .\32xl-focus-from-cw-green:focus { --tw-gradient-from: #14a947 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .\32xl-focus-from-cw-orange:focus { --tw-gradient-from: #fe813a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .\32xl-focus-from-cw-purple:focus { --tw-gradient-from: #9064bf !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .\32xl-focus-from-cw-red:focus { --tw-gradient-from: #fa575d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .\32xl-focus-from-cw-spring:focus { --tw-gradient-from: #1ba9e0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .\32xl-focus-from-cw-teal:focus { --tw-gradient-from: #8ed4cc !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .\32xl-focus-from-cw-white:focus { --tw-gradient-from: #fff !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .\32xl-focus-from-cw-yellow:focus { --tw-gradient-from: #ffca0a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .\32xl-focus-from-grey-10:focus { --tw-gradient-from: #f4f5f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .\32xl-focus-from-grey-20:focus { --tw-gradient-from: #e9eae4 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .\32xl-focus-from-grey-30:focus { --tw-gradient-from: #dfdfd7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .\32xl-focus-from-grey-40:focus { --tw-gradient-from: #c1c1ba !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .\32xl-focus-from-grey-5:focus { --tw-gradient-from: #f7f7f7 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .\32xl-focus-from-grey-50:focus { --tw-gradient-from: #9b9b94 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .\32xl-focus-from-grey-60:focus { --tw-gradient-from: #71716c !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .\32xl-focus-from-grey-70:focus { --tw-gradient-from: #515151 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .\32xl-focus-from-cball-blue:focus { --tw-gradient-from: #576995 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .\32xl-focus-from-cball-dark-blue:focus { --tw-gradient-from: #354363 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .\32xl-focus-from-cball-purple:focus { --tw-gradient-from: #0a101f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .\32xl-focus-from-cw-spring-yellow:focus { --tw-gradient-from: #ffc907 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-focus-from-cw-spring-dk-blue:focus { --tw-gradient-from: #1e2658 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .\32xl-focus-from-cw-spring-med-blue:focus { --tw-gradient-from: #1080b9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .\32xl-focus-from-cw-spring-lt-blue:focus { --tw-gradient-from: #bae3f0 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .\32xl-focus-from-cw-spring-dk-green:focus { --tw-gradient-from: #004b3d !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .\32xl-focus-from-cw-spring-med-green:focus { --tw-gradient-from: #00ac7f !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .\32xl-focus-from-cw-spring-lt-green:focus { --tw-gradient-from: #b8e3d1 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .\32xl-focus-from-cw-spring-black:focus { --tw-gradient-from: #1a1a1a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .\32xl-focus-from-cw-spring-off-white:focus { --tw-gradient-from: #fdf4e2 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .\32xl-focus-from-cw-spring-peach:focus { --tw-gradient-from: #e88a78 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .\32xl-focus-from-cw-navy:focus { --tw-gradient-from: #036 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-focus-from-cw-med-blue:focus { --tw-gradient-from: #77a8bb !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-focus-from-cw-dk-orange:focus { --tw-gradient-from: #bf6c46 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .\32xl-focus-from-sc-teal:focus { --tw-gradient-from: #43b29a !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .\32xl-focus-from-sc-green:focus { --tw-gradient-from: #7db87e !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .\32xl-focus-from-sc-sand:focus { --tw-gradient-from: #f9f7e9 !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .\32xl-focus-via-transparent:focus { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent) !important; } .\32xl-focus-via-cw-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #333232, var(--tw-gradient-to, rgba(51, 50, 50, 0)) !important; } .\32xl-focus-via-cw-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-focus-via-cw-secondary:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-focus-via-cw-secondary-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #99becc, var(--tw-gradient-to, rgba(153, 190, 204, 0)) !important; } .\32xl-focus-via-cw-secondary-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #d6e4ea, var(--tw-gradient-to, rgba(214, 228, 234, 0)) !important; } .\32xl-focus-via-cw-secondary-300:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7fcff, var(--tw-gradient-to, rgba(247, 252, 255, 0)) !important; } .\32xl-focus-via-cw-accent:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-focus-via-cw-accent-100:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff7e1, var(--tw-gradient-to, rgba(255, 247, 225, 0)) !important; } .\32xl-focus-via-cw-accent-200:focus { --tw-gradient-stops: var(--tw-gradient-from), #fffbf0, var(--tw-gradient-to, rgba(255, 251, 240, 0)) !important; } .\32xl-focus-via-cw-blue-print:focus { --tw-gradient-stops: var(--tw-gradient-from), #5096d0, var(--tw-gradient-to, rgba(80, 150, 208, 0)) !important; } .\32xl-focus-via-cw-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #14a947, var(--tw-gradient-to, rgba(20, 169, 71, 0)) !important; } .\32xl-focus-via-cw-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #fe813a, var(--tw-gradient-to, rgba(254, 129, 58, 0)) !important; } .\32xl-focus-via-cw-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #9064bf, var(--tw-gradient-to, rgba(144, 100, 191, 0)) !important; } .\32xl-focus-via-cw-red:focus { --tw-gradient-stops: var(--tw-gradient-from), #fa575d, var(--tw-gradient-to, rgba(250, 87, 93, 0)) !important; } .\32xl-focus-via-cw-spring:focus { --tw-gradient-stops: var(--tw-gradient-from), #1ba9e0, var(--tw-gradient-to, rgba(27, 169, 224, 0)) !important; } .\32xl-focus-via-cw-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #8ed4cc, var(--tw-gradient-to, rgba(142, 212, 204, 0)) !important; } .\32xl-focus-via-cw-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0)) !important; } .\32xl-focus-via-cw-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffca0a, var(--tw-gradient-to, rgba(255, 202, 10, 0)) !important; } .\32xl-focus-via-grey-10:focus { --tw-gradient-stops: var(--tw-gradient-from), #f4f5f0, var(--tw-gradient-to, rgba(244, 245, 240, 0)) !important; } .\32xl-focus-via-grey-20:focus { --tw-gradient-stops: var(--tw-gradient-from), #e9eae4, var(--tw-gradient-to, rgba(233, 234, 228, 0)) !important; } .\32xl-focus-via-grey-30:focus { --tw-gradient-stops: var(--tw-gradient-from), #dfdfd7, var(--tw-gradient-to, rgba(223, 223, 215, 0)) !important; } .\32xl-focus-via-grey-40:focus { --tw-gradient-stops: var(--tw-gradient-from), #c1c1ba, var(--tw-gradient-to, rgba(193, 193, 186, 0)) !important; } .\32xl-focus-via-grey-5:focus { --tw-gradient-stops: var(--tw-gradient-from), #f7f7f7, var(--tw-gradient-to, hsla(0, 0%, 96.9%, 0)) !important; } .\32xl-focus-via-grey-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #9b9b94, var(--tw-gradient-to, rgba(155, 155, 148, 0)) !important; } .\32xl-focus-via-grey-60:focus { --tw-gradient-stops: var(--tw-gradient-from), #71716c, var(--tw-gradient-to, rgba(113, 113, 108, 0)) !important; } .\32xl-focus-via-grey-70:focus { --tw-gradient-stops: var(--tw-gradient-from), #515151, var(--tw-gradient-to, rgba(81, 81, 81, 0)) !important; } .\32xl-focus-via-cball-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #576995, var(--tw-gradient-to, rgba(87, 105, 149, 0)) !important; } .\32xl-focus-via-cball-dark-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #354363, var(--tw-gradient-to, rgba(53, 67, 99, 0)) !important; } .\32xl-focus-via-cball-purple:focus { --tw-gradient-stops: var(--tw-gradient-from), #0a101f, var(--tw-gradient-to, rgba(10, 16, 31, 0)) !important; } .\32xl-focus-via-cw-spring-yellow:focus { --tw-gradient-stops: var(--tw-gradient-from), #ffc907, var(--tw-gradient-to, rgba(255, 201, 7, 0)) !important; } .\32xl-focus-via-cw-spring-dk-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1e2658, var(--tw-gradient-to, rgba(30, 38, 88, 0)) !important; } .\32xl-focus-via-cw-spring-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #1080b9, var(--tw-gradient-to, rgba(16, 128, 185, 0)) !important; } .\32xl-focus-via-cw-spring-lt-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #bae3f0, var(--tw-gradient-to, rgba(186, 227, 240, 0)) !important; } .\32xl-focus-via-cw-spring-dk-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #004b3d, var(--tw-gradient-to, rgba(0, 75, 61, 0)) !important; } .\32xl-focus-via-cw-spring-med-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #00ac7f, var(--tw-gradient-to, rgba(0, 172, 127, 0)) !important; } .\32xl-focus-via-cw-spring-lt-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #b8e3d1, var(--tw-gradient-to, rgba(184, 227, 209, 0)) !important; } .\32xl-focus-via-cw-spring-black:focus { --tw-gradient-stops: var(--tw-gradient-from), #1a1a1a, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important; } .\32xl-focus-via-cw-spring-off-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fdf4e2, var(--tw-gradient-to, rgba(253, 244, 226, 0)) !important; } .\32xl-focus-via-cw-spring-peach:focus { --tw-gradient-stops: var(--tw-gradient-from), #e88a78, var(--tw-gradient-to, rgba(232, 138, 120, 0)) !important; } .\32xl-focus-via-cw-navy:focus { --tw-gradient-stops: var(--tw-gradient-from), #036, var(--tw-gradient-to, rgba(0, 51, 102, 0)) !important; } .\32xl-focus-via-cw-med-blue:focus { --tw-gradient-stops: var(--tw-gradient-from), #77a8bb, var(--tw-gradient-to, rgba(119, 168, 187, 0)) !important; } .\32xl-focus-via-cw-dk-orange:focus { --tw-gradient-stops: var(--tw-gradient-from), #bf6c46, var(--tw-gradient-to, rgba(191, 108, 70, 0)) !important; } .\32xl-focus-via-sc-teal:focus { --tw-gradient-stops: var(--tw-gradient-from), #43b29a, var(--tw-gradient-to, rgba(67, 178, 154, 0)) !important; } .\32xl-focus-via-sc-green:focus { --tw-gradient-stops: var(--tw-gradient-from), #7db87e, var(--tw-gradient-to, rgba(125, 184, 126, 0)) !important; } .\32xl-focus-via-sc-sand:focus { --tw-gradient-stops: var(--tw-gradient-from), #f9f7e9, var(--tw-gradient-to, rgba(249, 247, 233, 0)) !important; } .\32xl-focus-to-transparent:focus { --tw-gradient-to: transparent !important; } .\32xl-focus-to-cw-black:focus { --tw-gradient-to: #333232 !important; } .\32xl-focus-to-cw-blue:focus { --tw-gradient-to: #036 !important; } .\32xl-focus-to-cw-secondary:focus { --tw-gradient-to: #77a8bb !important; } .\32xl-focus-to-cw-secondary-100:focus { --tw-gradient-to: #99becc !important; } .\32xl-focus-to-cw-secondary-200:focus { --tw-gradient-to: #d6e4ea !important; } .\32xl-focus-to-cw-secondary-300:focus { --tw-gradient-to: #f7fcff !important; } .\32xl-focus-to-cw-accent:focus { --tw-gradient-to: #ffc907 !important; } .\32xl-focus-to-cw-accent-100:focus { --tw-gradient-to: #fff7e1 !important; } .\32xl-focus-to-cw-accent-200:focus { --tw-gradient-to: #fffbf0 !important; } .\32xl-focus-to-cw-blue-print:focus { --tw-gradient-to: #5096d0 !important; } .\32xl-focus-to-cw-green:focus { --tw-gradient-to: #14a947 !important; } .\32xl-focus-to-cw-orange:focus { --tw-gradient-to: #fe813a !important; } .\32xl-focus-to-cw-purple:focus { --tw-gradient-to: #9064bf !important; } .\32xl-focus-to-cw-red:focus { --tw-gradient-to: #fa575d !important; } .\32xl-focus-to-cw-spring:focus { --tw-gradient-to: #1ba9e0 !important; } .\32xl-focus-to-cw-teal:focus { --tw-gradient-to: #8ed4cc !important; } .\32xl-focus-to-cw-white:focus { --tw-gradient-to: #fff !important; } .\32xl-focus-to-cw-yellow:focus { --tw-gradient-to: #ffca0a !important; } .\32xl-focus-to-grey-10:focus { --tw-gradient-to: #f4f5f0 !important; } .\32xl-focus-to-grey-20:focus { --tw-gradient-to: #e9eae4 !important; } .\32xl-focus-to-grey-30:focus { --tw-gradient-to: #dfdfd7 !important; } .\32xl-focus-to-grey-40:focus { --tw-gradient-to: #c1c1ba !important; } .\32xl-focus-to-grey-5:focus { --tw-gradient-to: #f7f7f7 !important; } .\32xl-focus-to-grey-50:focus { --tw-gradient-to: #9b9b94 !important; } .\32xl-focus-to-grey-60:focus { --tw-gradient-to: #71716c !important; } .\32xl-focus-to-grey-70:focus { --tw-gradient-to: #515151 !important; } .\32xl-focus-to-cball-blue:focus { --tw-gradient-to: #576995 !important; } .\32xl-focus-to-cball-dark-blue:focus { --tw-gradient-to: #354363 !important; } .\32xl-focus-to-cball-purple:focus { --tw-gradient-to: #0a101f !important; } .\32xl-focus-to-cw-spring-yellow:focus { --tw-gradient-to: #ffc907 !important; } .\32xl-focus-to-cw-spring-dk-blue:focus { --tw-gradient-to: #1e2658 !important; } .\32xl-focus-to-cw-spring-med-blue:focus { --tw-gradient-to: #1080b9 !important; } .\32xl-focus-to-cw-spring-lt-blue:focus { --tw-gradient-to: #bae3f0 !important; } .\32xl-focus-to-cw-spring-dk-green:focus { --tw-gradient-to: #004b3d !important; } .\32xl-focus-to-cw-spring-med-green:focus { --tw-gradient-to: #00ac7f !important; } .\32xl-focus-to-cw-spring-lt-green:focus { --tw-gradient-to: #b8e3d1 !important; } .\32xl-focus-to-cw-spring-black:focus { --tw-gradient-to: #1a1a1a !important; } .\32xl-focus-to-cw-spring-off-white:focus { --tw-gradient-to: #fdf4e2 !important; } .\32xl-focus-to-cw-spring-peach:focus { --tw-gradient-to: #e88a78 !important; } .\32xl-focus-to-cw-navy:focus { --tw-gradient-to: #036 !important; } .\32xl-focus-to-cw-med-blue:focus { --tw-gradient-to: #77a8bb !important; } .\32xl-focus-to-cw-dk-orange:focus { --tw-gradient-to: #bf6c46 !important; } .\32xl-focus-to-sc-teal:focus { --tw-gradient-to: #43b29a !important; } .\32xl-focus-to-sc-green:focus { --tw-gradient-to: #7db87e !important; } .\32xl-focus-to-sc-sand:focus { --tw-gradient-to: #f9f7e9 !important; } .\32xl-bg-opacity-0 { --tw-bg-opacity: 0 !important; } .\32xl-bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .\32xl-bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .\32xl-bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .\32xl-bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .\32xl-bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .\32xl-bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .\32xl-bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .\32xl-bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .\32xl-bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .\32xl-bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .\32xl-bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .\32xl-bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .\32xl-bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .\32xl-bg-opacity-100 { --tw-bg-opacity: 1 !important; } .group:hover .\32xl-group-hover-bg-opacity-0 { --tw-bg-opacity: 0 !important; } .group:hover .\32xl-group-hover-bg-opacity-5 { --tw-bg-opacity: 0.05 !important; } .group:hover .\32xl-group-hover-bg-opacity-10 { --tw-bg-opacity: 0.1 !important; } .group:hover .\32xl-group-hover-bg-opacity-20 { --tw-bg-opacity: 0.2 !important; } .group:hover .\32xl-group-hover-bg-opacity-25 { --tw-bg-opacity: 0.25 !important; } .group:hover .\32xl-group-hover-bg-opacity-30 { --tw-bg-opacity: 0.3 !important; } .group:hover .\32xl-group-hover-bg-opacity-40 { --tw-bg-opacity: 0.4 !important; } .group:hover .\32xl-group-hover-bg-opacity-50 { --tw-bg-opacity: 0.5 !important; } .group:hover .\32xl-group-hover-bg-opacity-60 { --tw-bg-opacity: 0.6 !important; } .group:hover .\32xl-group-hover-bg-opacity-70 { --tw-bg-opacity: 0.7 !important; } .group:hover .\32xl-group-hover-bg-opacity-75 { --tw-bg-opacity: 0.75 !important; } .group:hover .\32xl-group-hover-bg-opacity-80 { --tw-bg-opacity: 0.8 !important; } .group:hover .\32xl-group-hover-bg-opacity-90 { --tw-bg-opacity: 0.9 !important; } .group:hover .\32xl-group-hover-bg-opacity-95 { --tw-bg-opacity: 0.95 !important; } .group:hover .\32xl-group-hover-bg-opacity-100 { --tw-bg-opacity: 1 !important; } .\32xl-focus-within-bg-opacity-0:focus-within { --tw-bg-opacity: 0 !important; } .\32xl-focus-within-bg-opacity-5:focus-within { --tw-bg-opacity: 0.05 !important; } .\32xl-focus-within-bg-opacity-10:focus-within { --tw-bg-opacity: 0.1 !important; } .\32xl-focus-within-bg-opacity-20:focus-within { --tw-bg-opacity: 0.2 !important; } .\32xl-focus-within-bg-opacity-25:focus-within { --tw-bg-opacity: 0.25 !important; } .\32xl-focus-within-bg-opacity-30:focus-within { --tw-bg-opacity: 0.3 !important; } .\32xl-focus-within-bg-opacity-40:focus-within { --tw-bg-opacity: 0.4 !important; } .\32xl-focus-within-bg-opacity-50:focus-within { --tw-bg-opacity: 0.5 !important; } .\32xl-focus-within-bg-opacity-60:focus-within { --tw-bg-opacity: 0.6 !important; } .\32xl-focus-within-bg-opacity-70:focus-within { --tw-bg-opacity: 0.7 !important; } .\32xl-focus-within-bg-opacity-75:focus-within { --tw-bg-opacity: 0.75 !important; } .\32xl-focus-within-bg-opacity-80:focus-within { --tw-bg-opacity: 0.8 !important; } .\32xl-focus-within-bg-opacity-90:focus-within { --tw-bg-opacity: 0.9 !important; } .\32xl-focus-within-bg-opacity-95:focus-within { --tw-bg-opacity: 0.95 !important; } .\32xl-focus-within-bg-opacity-100:focus-within { --tw-bg-opacity: 1 !important; } .\32xl-hover-bg-opacity-0:hover { --tw-bg-opacity: 0 !important; } .\32xl-hover-bg-opacity-5:hover { --tw-bg-opacity: 0.05 !important; } .\32xl-hover-bg-opacity-10:hover { --tw-bg-opacity: 0.1 !important; } .\32xl-hover-bg-opacity-20:hover { --tw-bg-opacity: 0.2 !important; } .\32xl-hover-bg-opacity-25:hover { --tw-bg-opacity: 0.25 !important; } .\32xl-hover-bg-opacity-30:hover { --tw-bg-opacity: 0.3 !important; } .\32xl-hover-bg-opacity-40:hover { --tw-bg-opacity: 0.4 !important; } .\32xl-hover-bg-opacity-50:hover { --tw-bg-opacity: 0.5 !important; } .\32xl-hover-bg-opacity-60:hover { --tw-bg-opacity: 0.6 !important; } .\32xl-hover-bg-opacity-70:hover { --tw-bg-opacity: 0.7 !important; } .\32xl-hover-bg-opacity-75:hover { --tw-bg-opacity: 0.75 !important; } .\32xl-hover-bg-opacity-80:hover { --tw-bg-opacity: 0.8 !important; } .\32xl-hover-bg-opacity-90:hover { --tw-bg-opacity: 0.9 !important; } .\32xl-hover-bg-opacity-95:hover { --tw-bg-opacity: 0.95 !important; } .\32xl-hover-bg-opacity-100:hover { --tw-bg-opacity: 1 !important; } .\32xl-focus-bg-opacity-0:focus { --tw-bg-opacity: 0 !important; } .\32xl-focus-bg-opacity-5:focus { --tw-bg-opacity: 0.05 !important; } .\32xl-focus-bg-opacity-10:focus { --tw-bg-opacity: 0.1 !important; } .\32xl-focus-bg-opacity-20:focus { --tw-bg-opacity: 0.2 !important; } .\32xl-focus-bg-opacity-25:focus { --tw-bg-opacity: 0.25 !important; } .\32xl-focus-bg-opacity-30:focus { --tw-bg-opacity: 0.3 !important; } .\32xl-focus-bg-opacity-40:focus { --tw-bg-opacity: 0.4 !important; } .\32xl-focus-bg-opacity-50:focus { --tw-bg-opacity: 0.5 !important; } .\32xl-focus-bg-opacity-60:focus { --tw-bg-opacity: 0.6 !important; } .\32xl-focus-bg-opacity-70:focus { --tw-bg-opacity: 0.7 !important; } .\32xl-focus-bg-opacity-75:focus { --tw-bg-opacity: 0.75 !important; } .\32xl-focus-bg-opacity-80:focus { --tw-bg-opacity: 0.8 !important; } .\32xl-focus-bg-opacity-90:focus { --tw-bg-opacity: 0.9 !important; } .\32xl-focus-bg-opacity-95:focus { --tw-bg-opacity: 0.95 !important; } .\32xl-focus-bg-opacity-100:focus { --tw-bg-opacity: 1 !important; } .\32xl-bg-bottom { background-position: bottom !important; } .\32xl-bg-center { background-position: 50% !important; } .\32xl-bg-left { background-position: 0 !important; } .\32xl-bg-left-bottom { background-position: 0 100% !important; } .\32xl-bg-left-top { background-position: 0 0 !important; } .\32xl-bg-right { background-position: 100% !important; } .\32xl-bg-right-bottom { background-position: 100% 100% !important; } .\32xl-bg-right-top { background-position: 100% 0 !important; } .\32xl-bg-top { background-position: top !important; } .\32xl-bg-repeat { background-repeat: repeat !important; } .\32xl-bg-no-repeat { background-repeat: no-repeat !important; } .\32xl-bg-repeat-x { background-repeat: repeat-x !important; } .\32xl-bg-repeat-y { background-repeat: repeat-y !important; } .\32xl-bg-repeat-round { background-repeat: round !important; } .\32xl-bg-repeat-space { background-repeat: space !important; } .\32xl-bg-auto { background-size: auto !important; } .\32xl-bg-cover { background-size: cover !important; } .\32xl-bg-contain { background-size: contain !important; } .\32xl-border-collapse { border-collapse: collapse !important; } .\32xl-border-separate { border-collapse: separate !important; } .\32xl-border-transparent { border-color: transparent !important; } .\32xl-border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .\32xl-border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .\32xl-border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .\32xl-border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .\32xl-border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .\32xl-border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .\32xl-border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .\32xl-border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .\32xl-border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .\32xl-border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .\32xl-border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .\32xl-border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .\32xl-border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .\32xl-border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .\32xl-border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .\32xl-border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .\32xl-border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .\32xl-border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .\32xl-border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .\32xl-border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .\32xl-border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .\32xl-border-grey-40 { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .\32xl-border-grey-5 { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .\32xl-border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .\32xl-border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .\32xl-border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .\32xl-border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .\32xl-border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .\32xl-border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .\32xl-border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .\32xl-border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .\32xl-border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .\32xl-border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .\32xl-border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .\32xl-border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .\32xl-border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .\32xl-border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .\32xl-border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .\32xl-border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .\32xl-border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .\32xl-border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .\32xl-border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .\32xl-border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .\32xl-border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .\32xl-border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-transparent { border-color: transparent !important; } .group:hover .\32xl-group-hover-border-cw-black { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-blue { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-secondary { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-secondary-100 { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-secondary-200 { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-secondary-300 { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-accent { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-accent-100 { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-accent-200 { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-blue-print { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-green { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-orange { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-purple { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-red { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-spring { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-teal { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-white { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-grey-10 { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-grey-20 { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-grey-30 { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-grey-40 { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-grey-5 { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-grey-50 { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-grey-60 { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-grey-70 { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cball-blue { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cball-dark-blue { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cball-purple { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-spring-yellow { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-spring-dk-blue { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-spring-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-spring-lt-blue { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-spring-dk-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-spring-med-green { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-spring-lt-green { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-spring-black { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-spring-off-white { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-spring-peach { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-navy { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-med-blue { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-cw-dk-orange { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-sc-teal { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-sc-green { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .group:hover .\32xl-group-hover-border-sc-sand { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-transparent:focus-within { border-color: transparent !important; } .\32xl-focus-within-border-cw-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-secondary:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-secondary-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-secondary-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-secondary-300:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-accent:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-accent-100:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-accent-200:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-blue-print:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-red:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-spring:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-grey-10:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-grey-20:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-grey-30:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-grey-40:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-grey-5:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-grey-50:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-grey-60:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-grey-70:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cball-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cball-dark-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cball-purple:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-spring-yellow:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-spring-dk-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-spring-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-spring-lt-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-spring-dk-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-spring-med-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-spring-lt-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-spring-black:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-spring-off-white:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-spring-peach:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-navy:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-med-blue:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-cw-dk-orange:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-sc-teal:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-sc-green:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .\32xl-focus-within-border-sc-sand:focus-within { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .\32xl-hover-border-transparent:hover { border-color: transparent !important; } .\32xl-hover-border-cw-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-secondary:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-secondary-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-secondary-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-secondary-300:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-accent:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-accent-100:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-accent-200:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-blue-print:hover { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-red:hover { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-spring:hover { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .\32xl-hover-border-grey-10:hover { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .\32xl-hover-border-grey-20:hover { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .\32xl-hover-border-grey-30:hover { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .\32xl-hover-border-grey-40:hover { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .\32xl-hover-border-grey-5:hover { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .\32xl-hover-border-grey-50:hover { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .\32xl-hover-border-grey-60:hover { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .\32xl-hover-border-grey-70:hover { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cball-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cball-dark-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cball-purple:hover { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-spring-yellow:hover { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-spring-dk-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-spring-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-spring-lt-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-spring-dk-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-spring-med-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-spring-lt-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-spring-black:hover { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-spring-off-white:hover { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-spring-peach:hover { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-navy:hover { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-med-blue:hover { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .\32xl-hover-border-cw-dk-orange:hover { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .\32xl-hover-border-sc-teal:hover { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .\32xl-hover-border-sc-green:hover { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .\32xl-hover-border-sc-sand:hover { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .\32xl-focus-border-transparent:focus { border-color: transparent !important; } .\32xl-focus-border-cw-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(51, 50, 50, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-secondary:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-secondary-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(153, 190, 204, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-secondary-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(214, 228, 234, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-secondary-300:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 252, 255, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-accent:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-accent-100:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 247, 225, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-accent-200:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 251, 240, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-blue-print:focus { --tw-border-opacity: 1 !important; border-color: rgba(80, 150, 208, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(20, 169, 71, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(254, 129, 58, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(144, 100, 191, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-red:focus { --tw-border-opacity: 1 !important; border-color: rgba(250, 87, 93, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-spring:focus { --tw-border-opacity: 1 !important; border-color: rgba(27, 169, 224, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(142, 212, 204, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 202, 10, var(--tw-border-opacity)) !important; } .\32xl-focus-border-grey-10:focus { --tw-border-opacity: 1 !important; border-color: rgba(244, 245, 240, var(--tw-border-opacity)) !important; } .\32xl-focus-border-grey-20:focus { --tw-border-opacity: 1 !important; border-color: rgba(233, 234, 228, var(--tw-border-opacity)) !important; } .\32xl-focus-border-grey-30:focus { --tw-border-opacity: 1 !important; border-color: rgba(223, 223, 215, var(--tw-border-opacity)) !important; } .\32xl-focus-border-grey-40:focus { --tw-border-opacity: 1 !important; border-color: rgba(193, 193, 186, var(--tw-border-opacity)) !important; } .\32xl-focus-border-grey-5:focus { --tw-border-opacity: 1 !important; border-color: rgba(247, 247, 247, var(--tw-border-opacity)) !important; } .\32xl-focus-border-grey-50:focus { --tw-border-opacity: 1 !important; border-color: rgba(155, 155, 148, var(--tw-border-opacity)) !important; } .\32xl-focus-border-grey-60:focus { --tw-border-opacity: 1 !important; border-color: rgba(113, 113, 108, var(--tw-border-opacity)) !important; } .\32xl-focus-border-grey-70:focus { --tw-border-opacity: 1 !important; border-color: rgba(81, 81, 81, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cball-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(87, 105, 149, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cball-dark-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(53, 67, 99, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cball-purple:focus { --tw-border-opacity: 1 !important; border-color: rgba(10, 16, 31, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-spring-yellow:focus { --tw-border-opacity: 1 !important; border-color: rgba(255, 201, 7, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-spring-dk-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(30, 38, 88, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-spring-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(16, 128, 185, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-spring-lt-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(186, 227, 240, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-spring-dk-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 75, 61, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-spring-med-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 172, 127, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-spring-lt-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(184, 227, 209, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-spring-black:focus { --tw-border-opacity: 1 !important; border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-spring-off-white:focus { --tw-border-opacity: 1 !important; border-color: rgba(253, 244, 226, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-spring-peach:focus { --tw-border-opacity: 1 !important; border-color: rgba(232, 138, 120, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-navy:focus { --tw-border-opacity: 1 !important; border-color: rgba(0, 51, 102, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-med-blue:focus { --tw-border-opacity: 1 !important; border-color: rgba(119, 168, 187, var(--tw-border-opacity)) !important; } .\32xl-focus-border-cw-dk-orange:focus { --tw-border-opacity: 1 !important; border-color: rgba(191, 108, 70, var(--tw-border-opacity)) !important; } .\32xl-focus-border-sc-teal:focus { --tw-border-opacity: 1 !important; border-color: rgba(67, 178, 154, var(--tw-border-opacity)) !important; } .\32xl-focus-border-sc-green:focus { --tw-border-opacity: 1 !important; border-color: rgba(125, 184, 126, var(--tw-border-opacity)) !important; } .\32xl-focus-border-sc-sand:focus { --tw-border-opacity: 1 !important; border-color: rgba(249, 247, 233, var(--tw-border-opacity)) !important; } .\32xl-border-opacity-0 { --tw-border-opacity: 0 !important; } .\32xl-border-opacity-5 { --tw-border-opacity: 0.05 !important; } .\32xl-border-opacity-10 { --tw-border-opacity: 0.1 !important; } .\32xl-border-opacity-20 { --tw-border-opacity: 0.2 !important; } .\32xl-border-opacity-25 { --tw-border-opacity: 0.25 !important; } .\32xl-border-opacity-30 { --tw-border-opacity: 0.3 !important; } .\32xl-border-opacity-40 { --tw-border-opacity: 0.4 !important; } .\32xl-border-opacity-50 { --tw-border-opacity: 0.5 !important; } .\32xl-border-opacity-60 { --tw-border-opacity: 0.6 !important; } .\32xl-border-opacity-70 { --tw-border-opacity: 0.7 !important; } .\32xl-border-opacity-75 { --tw-border-opacity: 0.75 !important; } .\32xl-border-opacity-80 { --tw-border-opacity: 0.8 !important; } .\32xl-border-opacity-90 { --tw-border-opacity: 0.9 !important; } .\32xl-border-opacity-95 { --tw-border-opacity: 0.95 !important; } .\32xl-border-opacity-100 { --tw-border-opacity: 1 !important; } .group:hover .\32xl-group-hover-border-opacity-0 { --tw-border-opacity: 0 !important; } .group:hover .\32xl-group-hover-border-opacity-5 { --tw-border-opacity: 0.05 !important; } .group:hover .\32xl-group-hover-border-opacity-10 { --tw-border-opacity: 0.1 !important; } .group:hover .\32xl-group-hover-border-opacity-20 { --tw-border-opacity: 0.2 !important; } .group:hover .\32xl-group-hover-border-opacity-25 { --tw-border-opacity: 0.25 !important; } .group:hover .\32xl-group-hover-border-opacity-30 { --tw-border-opacity: 0.3 !important; } .group:hover .\32xl-group-hover-border-opacity-40 { --tw-border-opacity: 0.4 !important; } .group:hover .\32xl-group-hover-border-opacity-50 { --tw-border-opacity: 0.5 !important; } .group:hover .\32xl-group-hover-border-opacity-60 { --tw-border-opacity: 0.6 !important; } .group:hover .\32xl-group-hover-border-opacity-70 { --tw-border-opacity: 0.7 !important; } .group:hover .\32xl-group-hover-border-opacity-75 { --tw-border-opacity: 0.75 !important; } .group:hover .\32xl-group-hover-border-opacity-80 { --tw-border-opacity: 0.8 !important; } .group:hover .\32xl-group-hover-border-opacity-90 { --tw-border-opacity: 0.9 !important; } .group:hover .\32xl-group-hover-border-opacity-95 { --tw-border-opacity: 0.95 !important; } .group:hover .\32xl-group-hover-border-opacity-100 { --tw-border-opacity: 1 !important; } .\32xl-focus-within-border-opacity-0:focus-within { --tw-border-opacity: 0 !important; } .\32xl-focus-within-border-opacity-5:focus-within { --tw-border-opacity: 0.05 !important; } .\32xl-focus-within-border-opacity-10:focus-within { --tw-border-opacity: 0.1 !important; } .\32xl-focus-within-border-opacity-20:focus-within { --tw-border-opacity: 0.2 !important; } .\32xl-focus-within-border-opacity-25:focus-within { --tw-border-opacity: 0.25 !important; } .\32xl-focus-within-border-opacity-30:focus-within { --tw-border-opacity: 0.3 !important; } .\32xl-focus-within-border-opacity-40:focus-within { --tw-border-opacity: 0.4 !important; } .\32xl-focus-within-border-opacity-50:focus-within { --tw-border-opacity: 0.5 !important; } .\32xl-focus-within-border-opacity-60:focus-within { --tw-border-opacity: 0.6 !important; } .\32xl-focus-within-border-opacity-70:focus-within { --tw-border-opacity: 0.7 !important; } .\32xl-focus-within-border-opacity-75:focus-within { --tw-border-opacity: 0.75 !important; } .\32xl-focus-within-border-opacity-80:focus-within { --tw-border-opacity: 0.8 !important; } .\32xl-focus-within-border-opacity-90:focus-within { --tw-border-opacity: 0.9 !important; } .\32xl-focus-within-border-opacity-95:focus-within { --tw-border-opacity: 0.95 !important; } .\32xl-focus-within-border-opacity-100:focus-within { --tw-border-opacity: 1 !important; } .\32xl-hover-border-opacity-0:hover { --tw-border-opacity: 0 !important; } .\32xl-hover-border-opacity-5:hover { --tw-border-opacity: 0.05 !important; } .\32xl-hover-border-opacity-10:hover { --tw-border-opacity: 0.1 !important; } .\32xl-hover-border-opacity-20:hover { --tw-border-opacity: 0.2 !important; } .\32xl-hover-border-opacity-25:hover { --tw-border-opacity: 0.25 !important; } .\32xl-hover-border-opacity-30:hover { --tw-border-opacity: 0.3 !important; } .\32xl-hover-border-opacity-40:hover { --tw-border-opacity: 0.4 !important; } .\32xl-hover-border-opacity-50:hover { --tw-border-opacity: 0.5 !important; } .\32xl-hover-border-opacity-60:hover { --tw-border-opacity: 0.6 !important; } .\32xl-hover-border-opacity-70:hover { --tw-border-opacity: 0.7 !important; } .\32xl-hover-border-opacity-75:hover { --tw-border-opacity: 0.75 !important; } .\32xl-hover-border-opacity-80:hover { --tw-border-opacity: 0.8 !important; } .\32xl-hover-border-opacity-90:hover { --tw-border-opacity: 0.9 !important; } .\32xl-hover-border-opacity-95:hover { --tw-border-opacity: 0.95 !important; } .\32xl-hover-border-opacity-100:hover { --tw-border-opacity: 1 !important; } .\32xl-focus-border-opacity-0:focus { --tw-border-opacity: 0 !important; } .\32xl-focus-border-opacity-5:focus { --tw-border-opacity: 0.05 !important; } .\32xl-focus-border-opacity-10:focus { --tw-border-opacity: 0.1 !important; } .\32xl-focus-border-opacity-20:focus { --tw-border-opacity: 0.2 !important; } .\32xl-focus-border-opacity-25:focus { --tw-border-opacity: 0.25 !important; } .\32xl-focus-border-opacity-30:focus { --tw-border-opacity: 0.3 !important; } .\32xl-focus-border-opacity-40:focus { --tw-border-opacity: 0.4 !important; } .\32xl-focus-border-opacity-50:focus { --tw-border-opacity: 0.5 !important; } .\32xl-focus-border-opacity-60:focus { --tw-border-opacity: 0.6 !important; } .\32xl-focus-border-opacity-70:focus { --tw-border-opacity: 0.7 !important; } .\32xl-focus-border-opacity-75:focus { --tw-border-opacity: 0.75 !important; } .\32xl-focus-border-opacity-80:focus { --tw-border-opacity: 0.8 !important; } .\32xl-focus-border-opacity-90:focus { --tw-border-opacity: 0.9 !important; } .\32xl-focus-border-opacity-95:focus { --tw-border-opacity: 0.95 !important; } .\32xl-focus-border-opacity-100:focus { --tw-border-opacity: 1 !important; } .\32xl-rounded-none { border-radius: 0 !important; } .\32xl-rounded-sm { border-radius: 0.125rem !important; } .\32xl-rounded { border-radius: 0.25rem !important; } .\32xl-rounded-md { border-radius: 0.375rem !important; } .\32xl-rounded-lg { border-radius: 0.5rem !important; } .\32xl-rounded-xl { border-radius: 0.75rem !important; } .\32xl-rounded-2xl { border-radius: 1rem !important; } .\32xl-rounded-3xl { border-radius: 1.5rem !important; } .\32xl-rounded-full { border-radius: 9999px !important; } .\32xl-rounded-t-none { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } .\32xl-rounded-r-none { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .\32xl-rounded-b-none { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; } .\32xl-rounded-l-none { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; } .\32xl-rounded-t-sm { border-top-left-radius: 0.125rem !important; } .\32xl-rounded-r-sm, .\32xl-rounded-t-sm { border-top-right-radius: 0.125rem !important; } .\32xl-rounded-b-sm, .\32xl-rounded-r-sm { border-bottom-right-radius: 0.125rem !important; } .\32xl-rounded-b-sm, .\32xl-rounded-l-sm { border-bottom-left-radius: 0.125rem !important; } .\32xl-rounded-l-sm { border-top-left-radius: 0.125rem !important; } .\32xl-rounded-t { border-top-left-radius: 0.25rem !important; } .\32xl-rounded-r, .\32xl-rounded-t { border-top-right-radius: 0.25rem !important; } .\32xl-rounded-b, .\32xl-rounded-r { border-bottom-right-radius: 0.25rem !important; } .\32xl-rounded-b, .\32xl-rounded-l { border-bottom-left-radius: 0.25rem !important; } .\32xl-rounded-l { border-top-left-radius: 0.25rem !important; } .\32xl-rounded-t-md { border-top-left-radius: 0.375rem !important; } .\32xl-rounded-r-md, .\32xl-rounded-t-md { border-top-right-radius: 0.375rem !important; } .\32xl-rounded-b-md, .\32xl-rounded-r-md { border-bottom-right-radius: 0.375rem !important; } .\32xl-rounded-b-md, .\32xl-rounded-l-md { border-bottom-left-radius: 0.375rem !important; } .\32xl-rounded-l-md { border-top-left-radius: 0.375rem !important; } .\32xl-rounded-t-lg { border-top-left-radius: 0.5rem !important; border-top-right-radius: 0.5rem !important; } .\32xl-rounded-r-lg { border-top-right-radius: 0.5rem !important; } .\32xl-rounded-b-lg, .\32xl-rounded-r-lg { border-bottom-right-radius: 0.5rem !important; } .\32xl-rounded-b-lg, .\32xl-rounded-l-lg { border-bottom-left-radius: 0.5rem !important; } .\32xl-rounded-l-lg { border-top-left-radius: 0.5rem !important; } .\32xl-rounded-t-xl { border-top-left-radius: 0.75rem !important; } .\32xl-rounded-r-xl, .\32xl-rounded-t-xl { border-top-right-radius: 0.75rem !important; } .\32xl-rounded-b-xl, .\32xl-rounded-r-xl { border-bottom-right-radius: 0.75rem !important; } .\32xl-rounded-b-xl, .\32xl-rounded-l-xl { border-bottom-left-radius: 0.75rem !important; } .\32xl-rounded-l-xl { border-top-left-radius: 0.75rem !important; } .\32xl-rounded-t-2xl { border-top-left-radius: 1rem !important; border-top-right-radius: 1rem !important; } .\32xl-rounded-r-2xl { border-top-right-radius: 1rem !important; border-bottom-right-radius: 1rem !important; } .\32xl-rounded-b-2xl { border-bottom-right-radius: 1rem !important; border-bottom-left-radius: 1rem !important; } .\32xl-rounded-l-2xl { border-top-left-radius: 1rem !important; border-bottom-left-radius: 1rem !important; } .\32xl-rounded-t-3xl { border-top-left-radius: 1.5rem !important; border-top-right-radius: 1.5rem !important; } .\32xl-rounded-r-3xl { border-top-right-radius: 1.5rem !important; } .\32xl-rounded-b-3xl, .\32xl-rounded-r-3xl { border-bottom-right-radius: 1.5rem !important; } .\32xl-rounded-b-3xl, .\32xl-rounded-l-3xl { border-bottom-left-radius: 1.5rem !important; } .\32xl-rounded-l-3xl { border-top-left-radius: 1.5rem !important; } .\32xl-rounded-t-full { border-top-left-radius: 9999px !important; border-top-right-radius: 9999px !important; } .\32xl-rounded-r-full { border-top-right-radius: 9999px !important; border-bottom-right-radius: 9999px !important; } .\32xl-rounded-b-full { border-bottom-right-radius: 9999px !important; border-bottom-left-radius: 9999px !important; } .\32xl-rounded-l-full { border-top-left-radius: 9999px !important; border-bottom-left-radius: 9999px !important; } .\32xl-rounded-tl-none { border-top-left-radius: 0 !important; } .\32xl-rounded-tr-none { border-top-right-radius: 0 !important; } .\32xl-rounded-br-none { border-bottom-right-radius: 0 !important; } .\32xl-rounded-bl-none { border-bottom-left-radius: 0 !important; } .\32xl-rounded-tl-sm { border-top-left-radius: 0.125rem !important; } .\32xl-rounded-tr-sm { border-top-right-radius: 0.125rem !important; } .\32xl-rounded-br-sm { border-bottom-right-radius: 0.125rem !important; } .\32xl-rounded-bl-sm { border-bottom-left-radius: 0.125rem !important; } .\32xl-rounded-tl { border-top-left-radius: 0.25rem !important; } .\32xl-rounded-tr { border-top-right-radius: 0.25rem !important; } .\32xl-rounded-br { border-bottom-right-radius: 0.25rem !important; } .\32xl-rounded-bl { border-bottom-left-radius: 0.25rem !important; } .\32xl-rounded-tl-md { border-top-left-radius: 0.375rem !important; } .\32xl-rounded-tr-md { border-top-right-radius: 0.375rem !important; } .\32xl-rounded-br-md { border-bottom-right-radius: 0.375rem !important; } .\32xl-rounded-bl-md { border-bottom-left-radius: 0.375rem !important; } .\32xl-rounded-tl-lg { border-top-left-radius: 0.5rem !important; } .\32xl-rounded-tr-lg { border-top-right-radius: 0.5rem !important; } .\32xl-rounded-br-lg { border-bottom-right-radius: 0.5rem !important; } .\32xl-rounded-bl-lg { border-bottom-left-radius: 0.5rem !important; } .\32xl-rounded-tl-xl { border-top-left-radius: 0.75rem !important; } .\32xl-rounded-tr-xl { border-top-right-radius: 0.75rem !important; } .\32xl-rounded-br-xl { border-bottom-right-radius: 0.75rem !important; } .\32xl-rounded-bl-xl { border-bottom-left-radius: 0.75rem !important; } .\32xl-rounded-tl-2xl { border-top-left-radius: 1rem !important; } .\32xl-rounded-tr-2xl { border-top-right-radius: 1rem !important; } .\32xl-rounded-br-2xl { border-bottom-right-radius: 1rem !important; } .\32xl-rounded-bl-2xl { border-bottom-left-radius: 1rem !important; } .\32xl-rounded-tl-3xl { border-top-left-radius: 1.5rem !important; } .\32xl-rounded-tr-3xl { border-top-right-radius: 1.5rem !important; } .\32xl-rounded-br-3xl { border-bottom-right-radius: 1.5rem !important; } .\32xl-rounded-bl-3xl { border-bottom-left-radius: 1.5rem !important; } .\32xl-rounded-tl-full { border-top-left-radius: 9999px !important; } .\32xl-rounded-tr-full { border-top-right-radius: 9999px !important; } .\32xl-rounded-br-full { border-bottom-right-radius: 9999px !important; } .\32xl-rounded-bl-full { border-bottom-left-radius: 9999px !important; } .\32xl-border-solid { border-style: solid !important; } .\32xl-border-dashed { border-style: dashed !important; } .\32xl-border-dotted { border-style: dotted !important; } .\32xl-border-double { border-style: double !important; } .\32xl-border-none { border-style: none !important; } .\32xl-border-0 { border-width: 0 !important; } .\32xl-border-2 { border-width: 2px !important; } .\32xl-border-4 { border-width: 4px !important; } .\32xl-border-8 { border-width: 8px !important; } .\32xl-border { border-width: 1px !important; } .\32xl-border-t-0 { border-top-width: 0 !important; } .\32xl-border-r-0 { border-right-width: 0 !important; } .\32xl-border-b-0 { border-bottom-width: 0 !important; } .\32xl-border-l-0 { border-left-width: 0 !important; } .\32xl-border-t-2 { border-top-width: 2px !important; } .\32xl-border-r-2 { border-right-width: 2px !important; } .\32xl-border-b-2 { border-bottom-width: 2px !important; } .\32xl-border-l-2 { border-left-width: 2px !important; } .\32xl-border-t-4 { border-top-width: 4px !important; } .\32xl-border-r-4 { border-right-width: 4px !important; } .\32xl-border-b-4 { border-bottom-width: 4px !important; } .\32xl-border-l-4 { border-left-width: 4px !important; } .\32xl-border-t-8 { border-top-width: 8px !important; } .\32xl-border-r-8 { border-right-width: 8px !important; } .\32xl-border-b-8 { border-bottom-width: 8px !important; } .\32xl-border-l-8 { border-left-width: 8px !important; } .\32xl-border-t { border-top-width: 1px !important; } .\32xl-border-r { border-right-width: 1px !important; } .\32xl-border-b { border-bottom-width: 1px !important; } .\32xl-border-l { border-left-width: 1px !important; } .\32xl-box-border { box-sizing: border-box !important; } .\32xl-box-content { box-sizing: content-box !important; } .\32xl-cursor-auto { cursor: auto !important; } .\32xl-cursor-default { cursor: default !important; } .\32xl-cursor-pointer { cursor: pointer !important; } .\32xl-cursor-wait { cursor: wait !important; } .\32xl-cursor-text { cursor: text !important; } .\32xl-cursor-move { cursor: move !important; } .\32xl-cursor-not-allowed { cursor: not-allowed !important; } .\32xl-block { display: block !important; } .\32xl-inline-block { display: inline-block !important; } .\32xl-inline { display: inline !important; } .\32xl-flex { display: flex !important; } .\32xl-inline-flex { display: inline-flex !important; } .\32xl-table { display: table !important; } .\32xl-table-caption { display: table-caption !important; } .\32xl-table-cell { display: table-cell !important; } .\32xl-table-column { display: table-column !important; } .\32xl-table-column-group { display: table-column-group !important; } .\32xl-table-footer-group { display: table-footer-group !important; } .\32xl-table-header-group { display: table-header-group !important; } .\32xl-table-row-group { display: table-row-group !important; } .\32xl-table-row { display: table-row !important; } .\32xl-flow-root { display: flow-root !important; } .\32xl-grid { display: grid !important; } .\32xl-inline-grid { display: inline-grid !important; } .\32xl-contents { display: contents !important; } .\32xl-hidden { display: none !important; } .\32xl-flex-row { flex-direction: row !important; } .\32xl-flex-row-reverse { flex-direction: row-reverse !important; } .\32xl-flex-col { flex-direction: column !important; } .\32xl-flex-col-reverse { flex-direction: column-reverse !important; } .\32xl-flex-wrap { flex-wrap: wrap !important; } .\32xl-flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .\32xl-flex-nowrap { flex-wrap: nowrap !important; } .\32xl-place-items-auto { place-items: auto !important; } .\32xl-place-items-start { place-items: start !important; } .\32xl-place-items-end { place-items: end !important; } .\32xl-place-items-center { place-items: center !important; } .\32xl-place-items-stretch { place-items: stretch !important; } .\32xl-place-content-center { place-content: center !important; } .\32xl-place-content-start { place-content: start !important; } .\32xl-place-content-end { place-content: end !important; } .\32xl-place-content-between { place-content: space-between !important; } .\32xl-place-content-around { place-content: space-around !important; } .\32xl-place-content-evenly { place-content: space-evenly !important; } .\32xl-place-content-stretch { place-content: stretch !important; } .\32xl-place-self-auto { place-self: auto !important; } .\32xl-place-self-start { place-self: start !important; } .\32xl-place-self-end { place-self: end !important; } .\32xl-place-self-center { place-self: center !important; } .\32xl-place-self-stretch { place-self: stretch !important; } .\32xl-items-start { align-items: flex-start !important; } .\32xl-items-end { align-items: flex-end !important; } .\32xl-items-center { align-items: center !important; } .\32xl-items-baseline { align-items: baseline !important; } .\32xl-items-stretch { align-items: stretch !important; } .\32xl-content-center { align-content: center !important; } .\32xl-content-start { align-content: flex-start !important; } .\32xl-content-end { align-content: flex-end !important; } .\32xl-content-between { align-content: space-between !important; } .\32xl-content-around { align-content: space-around !important; } .\32xl-content-evenly { align-content: space-evenly !important; } .\32xl-self-auto { align-self: auto !important; } .\32xl-self-start { align-self: flex-start !important; } .\32xl-self-end { align-self: flex-end !important; } .\32xl-self-center { align-self: center !important; } .\32xl-self-stretch { align-self: stretch !important; } .\32xl-justify-items-auto { justify-items: auto !important; } .\32xl-justify-items-start { justify-items: start !important; } .\32xl-justify-items-end { justify-items: end !important; } .\32xl-justify-items-center { justify-items: center !important; } .\32xl-justify-items-stretch { justify-items: stretch !important; } .\32xl-justify-start { justify-content: flex-start !important; } .\32xl-justify-end { justify-content: flex-end !important; } .\32xl-justify-center { justify-content: center !important; } .\32xl-justify-between { justify-content: space-between !important; } .\32xl-justify-around { justify-content: space-around !important; } .\32xl-justify-evenly { justify-content: space-evenly !important; } .\32xl-justify-self-auto { justify-self: auto !important; } .\32xl-justify-self-start { justify-self: start !important; } .\32xl-justify-self-end { justify-self: end !important; } .\32xl-justify-self-center { justify-self: center !important; } .\32xl-justify-self-stretch { justify-self: stretch !important; } .\32xl-flex-1 { flex: 1 1 !important; } .\32xl-flex-auto { flex: 1 1 auto !important; } .\32xl-flex-initial { flex: 0 1 auto !important; } .\32xl-flex-none { flex: none !important; } .\32xl-flex-grow-0 { flex-grow: 0 !important; } .\32xl-flex-grow { flex-grow: 1 !important; } .\32xl-flex-shrink-0 { flex-shrink: 0 !important; } .\32xl-flex-shrink { flex-shrink: 1 !important; } .\32xl-order-1 { order: 1 !important; } .\32xl-order-2 { order: 2 !important; } .\32xl-order-3 { order: 3 !important; } .\32xl-order-4 { order: 4 !important; } .\32xl-order-5 { order: 5 !important; } .\32xl-order-6 { order: 6 !important; } .\32xl-order-7 { order: 7 !important; } .\32xl-order-8 { order: 8 !important; } .\32xl-order-9 { order: 9 !important; } .\32xl-order-10 { order: 10 !important; } .\32xl-order-11 { order: 11 !important; } .\32xl-order-12 { order: 12 !important; } .\32xl-order-first { order: -9999 !important; } .\32xl-order-last { order: 9999 !important; } .\32xl-order-none { order: 0 !important; } .\32xl-float-right { float: right !important; } .\32xl-float-left { float: left !important; } .\32xl-float-none { float: none !important; } .\32xl-clear-left { clear: left !important; } .\32xl-clear-right { clear: right !important; } .\32xl-clear-both { clear: both !important; } .\32xl-clear-none { clear: none !important; } .\32xl-font-heading { font-family: Kazimir, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important; } .\32xl-font-sans { font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important; } .\32xl-font-mono { font-family: Anonymous Pro, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important; } .\32xl-font-thin { font-weight: 100 !important; } .\32xl-font-extralight { font-weight: 200 !important; } .\32xl-font-light { font-weight: 300 !important; } .\32xl-font-normal { font-weight: 400 !important; } .\32xl-font-medium { font-weight: 500 !important; } .\32xl-font-semibold { font-weight: 600 !important; } .\32xl-font-bold { font-weight: 700 !important; } .\32xl-font-extrabold { font-weight: 800 !important; } .\32xl-font-black { font-weight: 900 !important; } .\32xl-h-0 { height: 0 !important; } .\32xl-h-1 { height: 0.25rem !important; } .\32xl-h-2 { height: 0.5rem !important; } .\32xl-h-3 { height: 0.75rem !important; } .\32xl-h-4 { height: 1rem !important; } .\32xl-h-5 { height: 1.25rem !important; } .\32xl-h-6 { height: 1.5rem !important; } .\32xl-h-7 { height: 1.75rem !important; } .\32xl-h-8 { height: 2rem !important; } .\32xl-h-9 { height: 2.25rem !important; } .\32xl-h-10 { height: 2.5rem !important; } .\32xl-h-11 { height: 2.75rem !important; } .\32xl-h-12 { height: 3rem !important; } .\32xl-h-14 { height: 3.5rem !important; } .\32xl-h-16 { height: 4rem !important; } .\32xl-h-20 { height: 5rem !important; } .\32xl-h-24 { height: 6rem !important; } .\32xl-h-28 { height: 7rem !important; } .\32xl-h-32 { height: 8rem !important; } .\32xl-h-36 { height: 9rem !important; } .\32xl-h-40 { height: 10rem !important; } .\32xl-h-44 { height: 11rem !important; } .\32xl-h-48 { height: 12rem !important; } .\32xl-h-52 { height: 13rem !important; } .\32xl-h-56 { height: 14rem !important; } .\32xl-h-60 { height: 15rem !important; } .\32xl-h-64 { height: 16rem !important; } .\32xl-h-72 { height: 18rem !important; } .\32xl-h-80 { height: 20rem !important; } .\32xl-h-96 { height: 24rem !important; } .\32xl-h-auto { height: auto !important; } .\32xl-h-px { height: 1px !important; } .\32xl-h-0\.5 { height: 0.125rem !important; } .\32xl-h-1\.5 { height: 0.375rem !important; } .\32xl-h-2\.5 { height: 0.625rem !important; } .\32xl-h-3\.5 { height: 0.875rem !important; } .\32xl-h-1\/2 { height: 50% !important; } .\32xl-h-1\/3 { height: 33.333333% !important; } .\32xl-h-2\/3 { height: 66.666667% !important; } .\32xl-h-1\/4 { height: 25% !important; } .\32xl-h-2\/4 { height: 50% !important; } .\32xl-h-3\/4 { height: 75% !important; } .\32xl-h-1\/5 { height: 20% !important; } .\32xl-h-2\/5 { height: 40% !important; } .\32xl-h-3\/5 { height: 60% !important; } .\32xl-h-4\/5 { height: 80% !important; } .\32xl-h-1\/6 { height: 16.666667% !important; } .\32xl-h-2\/6 { height: 33.333333% !important; } .\32xl-h-3\/6 { height: 50% !important; } .\32xl-h-4\/6 { height: 66.666667% !important; } .\32xl-h-5\/6 { height: 83.333333% !important; } .\32xl-h-full { height: 100% !important; } .\32xl-h-screen { height: 100vh !important; } .\32xl-text-xs { font-size: 0.75rem !important; } .\32xl-text-sm { font-size: 0.875rem !important; } .\32xl-text-base { font-size: 1rem !important; } .\32xl-text-lg { font-size: 1.125rem !important; } .\32xl-text-xl { font-size: 1.25rem !important; } .\32xl-text-2xl { font-size: 1.5rem !important; } .\32xl-text-3xl { font-size: 1.875rem !important; } .\32xl-text-4xl { font-size: 2.25rem !important; } .\32xl-text-5xl { font-size: 3rem !important; } .\32xl-text-6xl { font-size: 4rem !important; } .\32xl-leading-3 { line-height: 0.75rem !important; } .\32xl-leading-4 { line-height: 1rem !important; } .\32xl-leading-5 { line-height: 1.25rem !important; } .\32xl-leading-6 { line-height: 1.5rem !important; } .\32xl-leading-7 { line-height: 1.75rem !important; } .\32xl-leading-8 { line-height: 2rem !important; } .\32xl-leading-9 { line-height: 2.25rem !important; } .\32xl-leading-10 { line-height: 2.5rem !important; } .\32xl-leading-none { line-height: 1 !important; } .\32xl-leading-tight { line-height: 1.25 !important; } .\32xl-leading-snug { line-height: 1.375 !important; } .\32xl-leading-normal { line-height: 1.5 !important; } .\32xl-leading-relaxed { line-height: 1.625 !important; } .\32xl-leading-loose { line-height: 2 !important; } .\32xl-list-inside { list-style-position: inside !important; } .\32xl-list-outside { list-style-position: outside !important; } .\32xl-list-none { list-style-type: none !important; } .\32xl-list-disc { list-style-type: disc !important; } .\32xl-list-decimal { list-style-type: decimal !important; } .\32xl-m-0 { margin: 0 !important; } .\32xl-m-1 { margin: 10px !important; } .\32xl-m-2 { margin: 20px !important; } .\32xl-m-3 { margin: 40px !important; } .\32xl-m-4 { margin: 60px !important; } .\32xl-m-5 { margin: 80px !important; } .\32xl-m-6 { margin: 100px !important; } .\32xl-m-7 { margin: 120px !important; } .\32xl-m-auto { margin: auto !important; } .\32xl-m-px { margin: 1px !important; } .\32xl-m-nudge { margin: 5px !important; } .\32xl--m-0 { margin: 0 !important; } .\32xl--m-1 { margin: -10px !important; } .\32xl--m-2 { margin: -20px !important; } .\32xl--m-3 { margin: -40px !important; } .\32xl--m-4 { margin: -60px !important; } .\32xl--m-5 { margin: -80px !important; } .\32xl--m-6 { margin: -100px !important; } .\32xl--m-px { margin: -1px !important; } .\32xl-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .\32xl-mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .\32xl-my-1 { margin-top: 10px !important; margin-bottom: 10px !important; } .\32xl-mx-1 { margin-left: 10px !important; margin-right: 10px !important; } .\32xl-my-2 { margin-top: 20px !important; margin-bottom: 20px !important; } .\32xl-mx-2 { margin-left: 20px !important; margin-right: 20px !important; } .\32xl-my-3 { margin-top: 40px !important; margin-bottom: 40px !important; } .\32xl-mx-3 { margin-left: 40px !important; margin-right: 40px !important; } .\32xl-my-4 { margin-top: 60px !important; margin-bottom: 60px !important; } .\32xl-mx-4 { margin-left: 60px !important; margin-right: 60px !important; } .\32xl-my-5 { margin-top: 80px !important; margin-bottom: 80px !important; } .\32xl-mx-5 { margin-left: 80px !important; margin-right: 80px !important; } .\32xl-my-6 { margin-top: 100px !important; margin-bottom: 100px !important; } .\32xl-mx-6 { margin-left: 100px !important; margin-right: 100px !important; } .\32xl-my-7 { margin-top: 120px !important; margin-bottom: 120px !important; } .\32xl-mx-7 { margin-left: 120px !important; margin-right: 120px !important; } .\32xl-my-auto { margin-top: auto !important; margin-bottom: auto !important; } .\32xl-mx-auto { margin-left: auto !important; margin-right: auto !important; } .\32xl-my-px { margin-top: 1px !important; margin-bottom: 1px !important; } .\32xl-mx-px { margin-left: 1px !important; margin-right: 1px !important; } .\32xl-my-nudge { margin-top: 5px !important; margin-bottom: 5px !important; } .\32xl-mx-nudge { margin-left: 5px !important; margin-right: 5px !important; } .\32xl--my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .\32xl--mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .\32xl--my-1 { margin-top: -10px !important; margin-bottom: -10px !important; } .\32xl--mx-1 { margin-left: -10px !important; margin-right: -10px !important; } .\32xl--my-2 { margin-top: -20px !important; margin-bottom: -20px !important; } .\32xl--mx-2 { margin-left: -20px !important; margin-right: -20px !important; } .\32xl--my-3 { margin-top: -40px !important; margin-bottom: -40px !important; } .\32xl--mx-3 { margin-left: -40px !important; margin-right: -40px !important; } .\32xl--my-4 { margin-top: -60px !important; margin-bottom: -60px !important; } .\32xl--mx-4 { margin-left: -60px !important; margin-right: -60px !important; } .\32xl--my-5 { margin-top: -80px !important; margin-bottom: -80px !important; } .\32xl--mx-5 { margin-left: -80px !important; margin-right: -80px !important; } .\32xl--my-6 { margin-top: -100px !important; margin-bottom: -100px !important; } .\32xl--mx-6 { margin-left: -100px !important; margin-right: -100px !important; } .\32xl--my-px { margin-top: -1px !important; margin-bottom: -1px !important; } .\32xl--mx-px { margin-left: -1px !important; margin-right: -1px !important; } .\32xl-mt-0 { margin-top: 0 !important; } .\32xl-mr-0 { margin-right: 0 !important; } .\32xl-mb-0 { margin-bottom: 0 !important; } .\32xl-ml-0 { margin-left: 0 !important; } .\32xl-mt-1 { margin-top: 10px !important; } .\32xl-mr-1 { margin-right: 10px !important; } .\32xl-mb-1 { margin-bottom: 10px !important; } .\32xl-ml-1 { margin-left: 10px !important; } .\32xl-mt-2 { margin-top: 20px !important; } .\32xl-mr-2 { margin-right: 20px !important; } .\32xl-mb-2 { margin-bottom: 20px !important; } .\32xl-ml-2 { margin-left: 20px !important; } .\32xl-mt-3 { margin-top: 40px !important; } .\32xl-mr-3 { margin-right: 40px !important; } .\32xl-mb-3 { margin-bottom: 40px !important; } .\32xl-ml-3 { margin-left: 40px !important; } .\32xl-mt-4 { margin-top: 60px !important; } .\32xl-mr-4 { margin-right: 60px !important; } .\32xl-mb-4 { margin-bottom: 60px !important; } .\32xl-ml-4 { margin-left: 60px !important; } .\32xl-mt-5 { margin-top: 80px !important; } .\32xl-mr-5 { margin-right: 80px !important; } .\32xl-mb-5 { margin-bottom: 80px !important; } .\32xl-ml-5 { margin-left: 80px !important; } .\32xl-mt-6 { margin-top: 100px !important; } .\32xl-mr-6 { margin-right: 100px !important; } .\32xl-mb-6 { margin-bottom: 100px !important; } .\32xl-ml-6 { margin-left: 100px !important; } .\32xl-mt-7 { margin-top: 120px !important; } .\32xl-mr-7 { margin-right: 120px !important; } .\32xl-mb-7 { margin-bottom: 120px !important; } .\32xl-ml-7 { margin-left: 120px !important; } .\32xl-mt-auto { margin-top: auto !important; } .\32xl-mr-auto { margin-right: auto !important; } .\32xl-mb-auto { margin-bottom: auto !important; } .\32xl-ml-auto { margin-left: auto !important; } .\32xl-mt-px { margin-top: 1px !important; } .\32xl-mr-px { margin-right: 1px !important; } .\32xl-mb-px { margin-bottom: 1px !important; } .\32xl-ml-px { margin-left: 1px !important; } .\32xl-mt-nudge { margin-top: 5px !important; } .\32xl-mr-nudge { margin-right: 5px !important; } .\32xl-mb-nudge { margin-bottom: 5px !important; } .\32xl-ml-nudge { margin-left: 5px !important; } .\32xl--mt-0 { margin-top: 0 !important; } .\32xl--mr-0 { margin-right: 0 !important; } .\32xl--mb-0 { margin-bottom: 0 !important; } .\32xl--ml-0 { margin-left: 0 !important; } .\32xl--mt-1 { margin-top: -10px !important; } .\32xl--mr-1 { margin-right: -10px !important; } .\32xl--mb-1 { margin-bottom: -10px !important; } .\32xl--ml-1 { margin-left: -10px !important; } .\32xl--mt-2 { margin-top: -20px !important; } .\32xl--mr-2 { margin-right: -20px !important; } .\32xl--mb-2 { margin-bottom: -20px !important; } .\32xl--ml-2 { margin-left: -20px !important; } .\32xl--mt-3 { margin-top: -40px !important; } .\32xl--mr-3 { margin-right: -40px !important; } .\32xl--mb-3 { margin-bottom: -40px !important; } .\32xl--ml-3 { margin-left: -40px !important; } .\32xl--mt-4 { margin-top: -60px !important; } .\32xl--mr-4 { margin-right: -60px !important; } .\32xl--mb-4 { margin-bottom: -60px !important; } .\32xl--ml-4 { margin-left: -60px !important; } .\32xl--mt-5 { margin-top: -80px !important; } .\32xl--mr-5 { margin-right: -80px !important; } .\32xl--mb-5 { margin-bottom: -80px !important; } .\32xl--ml-5 { margin-left: -80px !important; } .\32xl--mt-6 { margin-top: -100px !important; } .\32xl--mr-6 { margin-right: -100px !important; } .\32xl--mb-6 { margin-bottom: -100px !important; } .\32xl--ml-6 { margin-left: -100px !important; } .\32xl--mt-px { margin-top: -1px !important; } .\32xl--mr-px { margin-right: -1px !important; } .\32xl--mb-px { margin-bottom: -1px !important; } .\32xl--ml-px { margin-left: -1px !important; } .\32xl-max-h-0 { max-height: 0 !important; } .\32xl-max-h-1 { max-height: 0.25rem !important; } .\32xl-max-h-2 { max-height: 0.5rem !important; } .\32xl-max-h-3 { max-height: 0.75rem !important; } .\32xl-max-h-4 { max-height: 1rem !important; } .\32xl-max-h-5 { max-height: 1.25rem !important; } .\32xl-max-h-6 { max-height: 1.5rem !important; } .\32xl-max-h-7 { max-height: 1.75rem !important; } .\32xl-max-h-8 { max-height: 2rem !important; } .\32xl-max-h-9 { max-height: 2.25rem !important; } .\32xl-max-h-10 { max-height: 2.5rem !important; } .\32xl-max-h-11 { max-height: 2.75rem !important; } .\32xl-max-h-12 { max-height: 3rem !important; } .\32xl-max-h-14 { max-height: 3.5rem !important; } .\32xl-max-h-16 { max-height: 4rem !important; } .\32xl-max-h-20 { max-height: 5rem !important; } .\32xl-max-h-24 { max-height: 6rem !important; } .\32xl-max-h-28 { max-height: 7rem !important; } .\32xl-max-h-32 { max-height: 8rem !important; } .\32xl-max-h-36 { max-height: 9rem !important; } .\32xl-max-h-40 { max-height: 10rem !important; } .\32xl-max-h-44 { max-height: 11rem !important; } .\32xl-max-h-48 { max-height: 12rem !important; } .\32xl-max-h-52 { max-height: 13rem !important; } .\32xl-max-h-56 { max-height: 14rem !important; } .\32xl-max-h-60 { max-height: 15rem !important; } .\32xl-max-h-64 { max-height: 16rem !important; } .\32xl-max-h-72 { max-height: 18rem !important; } .\32xl-max-h-80 { max-height: 20rem !important; } .\32xl-max-h-96 { max-height: 24rem !important; } .\32xl-max-h-px { max-height: 1px !important; } .\32xl-max-h-0\.5 { max-height: 0.125rem !important; } .\32xl-max-h-1\.5 { max-height: 0.375rem !important; } .\32xl-max-h-2\.5 { max-height: 0.625rem !important; } .\32xl-max-h-3\.5 { max-height: 0.875rem !important; } .\32xl-max-h-full { max-height: 100% !important; } .\32xl-max-h-screen { max-height: 100vh !important; } .\32xl-max-w-xs { max-width: 400px !important; } .\32xl-max-w-sm { max-width: 600px !important; } .\32xl-max-w-md { max-width: 800px !important; } .\32xl-max-w-lg { max-width: 1000px !important; } .\32xl-max-w-xl { max-width: 1200px !important; } .\32xl-max-w-full { max-width: 100% !important; } .\32xl-min-h-0 { min-height: 0 !important; } .\32xl-min-h-full { min-height: 100% !important; } .\32xl-min-h-screen { min-height: 100vh !important; } .\32xl-min-w-0 { min-width: 0 !important; } .\32xl-min-w-full { min-width: 100% !important; } .\32xl-min-w-min { min-width: -moz-min-content !important; min-width: min-content !important; } .\32xl-min-w-max { min-width: -moz-max-content !important; min-width: max-content !important; } .\32xl-object-contain { -o-object-fit: contain !important; object-fit: contain !important; } .\32xl-object-cover { -o-object-fit: cover !important; object-fit: cover !important; } .\32xl-object-fill { -o-object-fit: fill !important; object-fit: fill !important; } .\32xl-object-none { -o-object-fit: none !important; object-fit: none !important; } .\32xl-object-scale-down { -o-object-fit: scale-down !important; object-fit: scale-down !important; } .\32xl-object-bottom { -o-object-position: bottom !important; object-position: bottom !important; } .\32xl-object-center { -o-object-position: center !important; object-position: center !important; } .\32xl-object-left { -o-object-position: left !important; object-position: left !important; } .\32xl-object-left-bottom { -o-object-position: left bottom !important; object-position: left bottom !important; } .\32xl-object-left-top { -o-object-position: left top !important; object-position: left top !important; } .\32xl-object-right { -o-object-position: right !important; object-position: right !important; } .\32xl-object-right-bottom { -o-object-position: right bottom !important; object-position: right bottom !important; } .\32xl-object-right-top { -o-object-position: right top !important; object-position: right top !important; } .\32xl-object-top { -o-object-position: top !important; object-position: top !important; } .\32xl-opacity-0 { opacity: 0 !important; } .\32xl-opacity-5 { opacity: 0.05 !important; } .\32xl-opacity-10 { opacity: 0.1 !important; } .\32xl-opacity-20 { opacity: 0.2 !important; } .\32xl-opacity-25 { opacity: 0.25 !important; } .\32xl-opacity-30 { opacity: 0.3 !important; } .\32xl-opacity-40 { opacity: 0.4 !important; } .\32xl-opacity-50 { opacity: 0.5 !important; } .\32xl-opacity-60 { opacity: 0.6 !important; } .\32xl-opacity-70 { opacity: 0.7 !important; } .\32xl-opacity-75 { opacity: 0.75 !important; } .\32xl-opacity-80 { opacity: 0.8 !important; } .\32xl-opacity-90 { opacity: 0.9 !important; } .\32xl-opacity-95 { opacity: 0.95 !important; } .\32xl-opacity-100 { opacity: 1 !important; } .group:hover .\32xl-group-hover-opacity-0 { opacity: 0 !important; } .group:hover .\32xl-group-hover-opacity-5 { opacity: 0.05 !important; } .group:hover .\32xl-group-hover-opacity-10 { opacity: 0.1 !important; } .group:hover .\32xl-group-hover-opacity-20 { opacity: 0.2 !important; } .group:hover .\32xl-group-hover-opacity-25 { opacity: 0.25 !important; } .group:hover .\32xl-group-hover-opacity-30 { opacity: 0.3 !important; } .group:hover .\32xl-group-hover-opacity-40 { opacity: 0.4 !important; } .group:hover .\32xl-group-hover-opacity-50 { opacity: 0.5 !important; } .group:hover .\32xl-group-hover-opacity-60 { opacity: 0.6 !important; } .group:hover .\32xl-group-hover-opacity-70 { opacity: 0.7 !important; } .group:hover .\32xl-group-hover-opacity-75 { opacity: 0.75 !important; } .group:hover .\32xl-group-hover-opacity-80 { opacity: 0.8 !important; } .group:hover .\32xl-group-hover-opacity-90 { opacity: 0.9 !important; } .group:hover .\32xl-group-hover-opacity-95 { opacity: 0.95 !important; } .group:hover .\32xl-group-hover-opacity-100 { opacity: 1 !important; } .\32xl-focus-within-opacity-0:focus-within { opacity: 0 !important; } .\32xl-focus-within-opacity-5:focus-within { opacity: 0.05 !important; } .\32xl-focus-within-opacity-10:focus-within { opacity: 0.1 !important; } .\32xl-focus-within-opacity-20:focus-within { opacity: 0.2 !important; } .\32xl-focus-within-opacity-25:focus-within { opacity: 0.25 !important; } .\32xl-focus-within-opacity-30:focus-within { opacity: 0.3 !important; } .\32xl-focus-within-opacity-40:focus-within { opacity: 0.4 !important; } .\32xl-focus-within-opacity-50:focus-within { opacity: 0.5 !important; } .\32xl-focus-within-opacity-60:focus-within { opacity: 0.6 !important; } .\32xl-focus-within-opacity-70:focus-within { opacity: 0.7 !important; } .\32xl-focus-within-opacity-75:focus-within { opacity: 0.75 !important; } .\32xl-focus-within-opacity-80:focus-within { opacity: 0.8 !important; } .\32xl-focus-within-opacity-90:focus-within { opacity: 0.9 !important; } .\32xl-focus-within-opacity-95:focus-within { opacity: 0.95 !important; } .\32xl-focus-within-opacity-100:focus-within { opacity: 1 !important; } .\32xl-hover-opacity-0:hover { opacity: 0 !important; } .\32xl-hover-opacity-5:hover { opacity: 0.05 !important; } .\32xl-hover-opacity-10:hover { opacity: 0.1 !important; } .\32xl-hover-opacity-20:hover { opacity: 0.2 !important; } .\32xl-hover-opacity-25:hover { opacity: 0.25 !important; } .\32xl-hover-opacity-30:hover { opacity: 0.3 !important; } .\32xl-hover-opacity-40:hover { opacity: 0.4 !important; } .\32xl-hover-opacity-50:hover { opacity: 0.5 !important; } .\32xl-hover-opacity-60:hover { opacity: 0.6 !important; } .\32xl-hover-opacity-70:hover { opacity: 0.7 !important; } .\32xl-hover-opacity-75:hover { opacity: 0.75 !important; } .\32xl-hover-opacity-80:hover { opacity: 0.8 !important; } .\32xl-hover-opacity-90:hover { opacity: 0.9 !important; } .\32xl-hover-opacity-95:hover { opacity: 0.95 !important; } .\32xl-hover-opacity-100:hover { opacity: 1 !important; } .\32xl-focus-opacity-0:focus { opacity: 0 !important; } .\32xl-focus-opacity-5:focus { opacity: 0.05 !important; } .\32xl-focus-opacity-10:focus { opacity: 0.1 !important; } .\32xl-focus-opacity-20:focus { opacity: 0.2 !important; } .\32xl-focus-opacity-25:focus { opacity: 0.25 !important; } .\32xl-focus-opacity-30:focus { opacity: 0.3 !important; } .\32xl-focus-opacity-40:focus { opacity: 0.4 !important; } .\32xl-focus-opacity-50:focus { opacity: 0.5 !important; } .\32xl-focus-opacity-60:focus { opacity: 0.6 !important; } .\32xl-focus-opacity-70:focus { opacity: 0.7 !important; } .\32xl-focus-opacity-75:focus { opacity: 0.75 !important; } .\32xl-focus-opacity-80:focus { opacity: 0.8 !important; } .\32xl-focus-opacity-90:focus { opacity: 0.9 !important; } .\32xl-focus-opacity-95:focus { opacity: 0.95 !important; } .\32xl-focus-opacity-100:focus { opacity: 1 !important; } .\32xl-outline-none { outline: 2px solid transparent !important; outline-offset: 2px !important; } .\32xl-outline-white { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .\32xl-outline-black { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .\32xl-focus-within-outline-none:focus-within { outline: 2px solid transparent !important; outline-offset: 2px !important; } .\32xl-focus-within-outline-white:focus-within { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .\32xl-focus-within-outline-black:focus-within { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .\32xl-focus-outline-none:focus { outline: 2px solid transparent !important; outline-offset: 2px !important; } .\32xl-focus-outline-white:focus { outline: 2px dotted #fff !important; outline-offset: 2px !important; } .\32xl-focus-outline-black:focus { outline: 2px dotted #000 !important; outline-offset: 2px !important; } .\32xl-overflow-auto { overflow: auto !important; } .\32xl-overflow-hidden { overflow: hidden !important; } .\32xl-overflow-visible { overflow: visible !important; } .\32xl-overflow-scroll { overflow: scroll !important; } .\32xl-overflow-x-auto { overflow-x: auto !important; } .\32xl-overflow-y-auto { overflow-y: auto !important; } .\32xl-overflow-x-hidden { overflow-x: hidden !important; } .\32xl-overflow-y-hidden { overflow-y: hidden !important; } .\32xl-overflow-x-visible { overflow-x: visible !important; } .\32xl-overflow-y-visible { overflow-y: visible !important; } .\32xl-overflow-x-scroll { overflow-x: scroll !important; } .\32xl-overflow-y-scroll { overflow-y: scroll !important; } .\32xl-overscroll-auto { -ms-scroll-chaining: chained !important; overscroll-behavior: auto !important; } .\32xl-overscroll-contain { -ms-scroll-chaining: none !important; overscroll-behavior: contain !important; } .\32xl-overscroll-none { -ms-scroll-chaining: none !important; overscroll-behavior: none !important; } .\32xl-overscroll-y-auto { overscroll-behavior-y: auto !important; } .\32xl-overscroll-y-contain { overscroll-behavior-y: contain !important; } .\32xl-overscroll-y-none { overscroll-behavior-y: none !important; } .\32xl-overscroll-x-auto { overscroll-behavior-x: auto !important; } .\32xl-overscroll-x-contain { overscroll-behavior-x: contain !important; } .\32xl-overscroll-x-none { overscroll-behavior-x: none !important; } .\32xl-p-0 { padding: 0 !important; } .\32xl-p-1 { padding: 10px !important; } .\32xl-p-2 { padding: 20px !important; } .\32xl-p-3 { padding: 40px !important; } .\32xl-p-4 { padding: 60px !important; } .\32xl-p-5 { padding: 80px !important; } .\32xl-p-6 { padding: 100px !important; } .\32xl-p-7 { padding: 120px !important; } .\32xl-p-px { padding: 1px !important; } .\32xl-p-nudge { padding: 5px !important; } .\32xl-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .\32xl-px-0 { padding-left: 0 !important; padding-right: 0 !important; } .\32xl-py-1 { padding-top: 10px !important; padding-bottom: 10px !important; } .\32xl-px-1 { padding-left: 10px !important; padding-right: 10px !important; } .\32xl-py-2 { padding-top: 20px !important; padding-bottom: 20px !important; } .\32xl-px-2 { padding-left: 20px !important; padding-right: 20px !important; } .\32xl-py-3 { padding-top: 40px !important; padding-bottom: 40px !important; } .\32xl-px-3 { padding-left: 40px !important; padding-right: 40px !important; } .\32xl-py-4 { padding-top: 60px !important; padding-bottom: 60px !important; } .\32xl-px-4 { padding-left: 60px !important; padding-right: 60px !important; } .\32xl-py-5 { padding-top: 80px !important; padding-bottom: 80px !important; } .\32xl-px-5 { padding-left: 80px !important; padding-right: 80px !important; } .\32xl-py-6 { padding-top: 100px !important; padding-bottom: 100px !important; } .\32xl-px-6 { padding-left: 100px !important; padding-right: 100px !important; } .\32xl-py-7 { padding-top: 120px !important; padding-bottom: 120px !important; } .\32xl-px-7 { padding-left: 120px !important; padding-right: 120px !important; } .\32xl-py-px { padding-top: 1px !important; padding-bottom: 1px !important; } .\32xl-px-px { padding-left: 1px !important; padding-right: 1px !important; } .\32xl-py-nudge { padding-top: 5px !important; padding-bottom: 5px !important; } .\32xl-px-nudge { padding-left: 5px !important; padding-right: 5px !important; } .\32xl-pt-0 { padding-top: 0 !important; } .\32xl-pr-0 { padding-right: 0 !important; } .\32xl-pb-0 { padding-bottom: 0 !important; } .\32xl-pl-0 { padding-left: 0 !important; } .\32xl-pt-1 { padding-top: 10px !important; } .\32xl-pr-1 { padding-right: 10px !important; } .\32xl-pb-1 { padding-bottom: 10px !important; } .\32xl-pl-1 { padding-left: 10px !important; } .\32xl-pt-2 { padding-top: 20px !important; } .\32xl-pr-2 { padding-right: 20px !important; } .\32xl-pb-2 { padding-bottom: 20px !important; } .\32xl-pl-2 { padding-left: 20px !important; } .\32xl-pt-3 { padding-top: 40px !important; } .\32xl-pr-3 { padding-right: 40px !important; } .\32xl-pb-3 { padding-bottom: 40px !important; } .\32xl-pl-3 { padding-left: 40px !important; } .\32xl-pt-4 { padding-top: 60px !important; } .\32xl-pr-4 { padding-right: 60px !important; } .\32xl-pb-4 { padding-bottom: 60px !important; } .\32xl-pl-4 { padding-left: 60px !important; } .\32xl-pt-5 { padding-top: 80px !important; } .\32xl-pr-5 { padding-right: 80px !important; } .\32xl-pb-5 { padding-bottom: 80px !important; } .\32xl-pl-5 { padding-left: 80px !important; } .\32xl-pt-6 { padding-top: 100px !important; } .\32xl-pr-6 { padding-right: 100px !important; } .\32xl-pb-6 { padding-bottom: 100px !important; } .\32xl-pl-6 { padding-left: 100px !important; } .\32xl-pt-7 { padding-top: 120px !important; } .\32xl-pr-7 { padding-right: 120px !important; } .\32xl-pb-7 { padding-bottom: 120px !important; } .\32xl-pl-7 { padding-left: 120px !important; } .\32xl-pt-px { padding-top: 1px !important; } .\32xl-pr-px { padding-right: 1px !important; } .\32xl-pb-px { padding-bottom: 1px !important; } .\32xl-pl-px { padding-left: 1px !important; } .\32xl-pt-nudge { padding-top: 5px !important; } .\32xl-pr-nudge { padding-right: 5px !important; } .\32xl-pb-nudge { padding-bottom: 5px !important; } .\32xl-pl-nudge { padding-left: 5px !important; } .\32xl-placeholder-transparent::-moz-placeholder { color: transparent !important; } .\32xl-placeholder-transparent:-ms-input-placeholder { color: transparent !important; } .\32xl-placeholder-transparent::placeholder { color: transparent !important; } .\32xl-placeholder-cw-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary-300::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary-300:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-secondary-300::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-accent::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-accent:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-accent::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-accent-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-accent-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-accent-100::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-accent-200::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-accent-200:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-accent-200::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-blue-print::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-blue-print:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-blue-print::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-red::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-red:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-red::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-10::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-10:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-10::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-20::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-20:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-20::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-30::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-30:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-30::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-40::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-40:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-40::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-5::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-5:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-5::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-50::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-50:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-50::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-60::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-60:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-60::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-70::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-70:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-grey-70::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cball-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cball-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cball-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cball-dark-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cball-dark-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cball-dark-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cball-purple::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cball-purple:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cball-purple::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-yellow::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-yellow:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-yellow::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-dk-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-dk-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-dk-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-lt-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-lt-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-lt-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-dk-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-dk-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-dk-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-med-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-med-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-med-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-lt-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-lt-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-lt-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-black::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-black:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-black::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-off-white::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-off-white:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-off-white::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-peach::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-peach:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-spring-peach::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-navy::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-navy:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-navy::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-med-blue::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-med-blue:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-med-blue::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-dk-orange::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-dk-orange:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-cw-dk-orange::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-sc-teal::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-sc-teal:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-sc-teal::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-sc-green::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-sc-green:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-sc-green::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-sc-sand::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-sc-sand:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-sc-sand::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-transparent:focus::-moz-placeholder { color: transparent !important; } .\32xl-focus-placeholder-transparent:focus:-ms-input-placeholder { color: transparent !important; } .\32xl-focus-placeholder-transparent:focus::placeholder { color: transparent !important; } .\32xl-focus-placeholder-cw-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-secondary-300:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-accent:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-accent:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-accent:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-accent-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-accent-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-accent-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-accent-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-accent-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-accent-200:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-blue-print:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-blue-print:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-blue-print:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-red:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-red:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-red:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-10:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-10:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-20:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-20:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-30:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-30:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-40:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-40:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-5:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-5:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-50:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-60:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-60:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-70:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-grey-70:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cball-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cball-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cball-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cball-dark-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cball-dark-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cball-dark-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cball-purple:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cball-purple:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cball-purple:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-yellow:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-yellow:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-yellow:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-dk-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-dk-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-dk-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-lt-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-lt-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-lt-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-dk-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-dk-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-dk-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-med-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-med-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-med-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-lt-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-lt-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-lt-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-black:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-black:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-black:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-off-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-off-white:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-off-white:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-peach:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-peach:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-spring-peach:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-navy:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-navy:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-navy:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-med-blue:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-med-blue:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-med-blue:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-dk-orange:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-dk-orange:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-cw-dk-orange:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-sc-teal:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-sc-teal:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-sc-teal:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-sc-green:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-sc-green:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-sc-green:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-sc-sand:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-sc-sand:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .\32xl-focus-placeholder-sc-sand:focus::placeholder { --tw-placeholder-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-placeholder-opacity)) !important; } .\32xl-placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .\32xl-placeholder-opacity-0:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .\32xl-placeholder-opacity-0::placeholder { --tw-placeholder-opacity: 0 !important; } .\32xl-placeholder-opacity-5::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .\32xl-placeholder-opacity-5:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .\32xl-placeholder-opacity-5::placeholder { --tw-placeholder-opacity: 0.05 !important; } .\32xl-placeholder-opacity-10::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .\32xl-placeholder-opacity-10:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .\32xl-placeholder-opacity-10::placeholder { --tw-placeholder-opacity: 0.1 !important; } .\32xl-placeholder-opacity-20::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .\32xl-placeholder-opacity-20:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .\32xl-placeholder-opacity-20::placeholder { --tw-placeholder-opacity: 0.2 !important; } .\32xl-placeholder-opacity-25::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .\32xl-placeholder-opacity-25:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .\32xl-placeholder-opacity-25::placeholder { --tw-placeholder-opacity: 0.25 !important; } .\32xl-placeholder-opacity-30::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .\32xl-placeholder-opacity-30:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .\32xl-placeholder-opacity-30::placeholder { --tw-placeholder-opacity: 0.3 !important; } .\32xl-placeholder-opacity-40::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .\32xl-placeholder-opacity-40:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .\32xl-placeholder-opacity-40::placeholder { --tw-placeholder-opacity: 0.4 !important; } .\32xl-placeholder-opacity-50::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .\32xl-placeholder-opacity-50:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .\32xl-placeholder-opacity-50::placeholder { --tw-placeholder-opacity: 0.5 !important; } .\32xl-placeholder-opacity-60::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .\32xl-placeholder-opacity-60:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .\32xl-placeholder-opacity-60::placeholder { --tw-placeholder-opacity: 0.6 !important; } .\32xl-placeholder-opacity-70::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .\32xl-placeholder-opacity-70:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .\32xl-placeholder-opacity-70::placeholder { --tw-placeholder-opacity: 0.7 !important; } .\32xl-placeholder-opacity-75::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .\32xl-placeholder-opacity-75:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .\32xl-placeholder-opacity-75::placeholder { --tw-placeholder-opacity: 0.75 !important; } .\32xl-placeholder-opacity-80::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .\32xl-placeholder-opacity-80:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .\32xl-placeholder-opacity-80::placeholder { --tw-placeholder-opacity: 0.8 !important; } .\32xl-placeholder-opacity-90::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .\32xl-placeholder-opacity-90:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .\32xl-placeholder-opacity-90::placeholder { --tw-placeholder-opacity: 0.9 !important; } .\32xl-placeholder-opacity-95::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .\32xl-placeholder-opacity-95:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .\32xl-placeholder-opacity-95::placeholder { --tw-placeholder-opacity: 0.95 !important; } .\32xl-placeholder-opacity-100::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .\32xl-placeholder-opacity-100:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .\32xl-placeholder-opacity-100::placeholder { --tw-placeholder-opacity: 1 !important; } .\32xl-focus-placeholder-opacity-0:focus::-moz-placeholder { --tw-placeholder-opacity: 0 !important; } .\32xl-focus-placeholder-opacity-0:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0 !important; } .\32xl-focus-placeholder-opacity-0:focus::placeholder { --tw-placeholder-opacity: 0 !important; } .\32xl-focus-placeholder-opacity-5:focus::-moz-placeholder { --tw-placeholder-opacity: 0.05 !important; } .\32xl-focus-placeholder-opacity-5:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.05 !important; } .\32xl-focus-placeholder-opacity-5:focus::placeholder { --tw-placeholder-opacity: 0.05 !important; } .\32xl-focus-placeholder-opacity-10:focus::-moz-placeholder { --tw-placeholder-opacity: 0.1 !important; } .\32xl-focus-placeholder-opacity-10:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.1 !important; } .\32xl-focus-placeholder-opacity-10:focus::placeholder { --tw-placeholder-opacity: 0.1 !important; } .\32xl-focus-placeholder-opacity-20:focus::-moz-placeholder { --tw-placeholder-opacity: 0.2 !important; } .\32xl-focus-placeholder-opacity-20:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.2 !important; } .\32xl-focus-placeholder-opacity-20:focus::placeholder { --tw-placeholder-opacity: 0.2 !important; } .\32xl-focus-placeholder-opacity-25:focus::-moz-placeholder { --tw-placeholder-opacity: 0.25 !important; } .\32xl-focus-placeholder-opacity-25:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.25 !important; } .\32xl-focus-placeholder-opacity-25:focus::placeholder { --tw-placeholder-opacity: 0.25 !important; } .\32xl-focus-placeholder-opacity-30:focus::-moz-placeholder { --tw-placeholder-opacity: 0.3 !important; } .\32xl-focus-placeholder-opacity-30:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.3 !important; } .\32xl-focus-placeholder-opacity-30:focus::placeholder { --tw-placeholder-opacity: 0.3 !important; } .\32xl-focus-placeholder-opacity-40:focus::-moz-placeholder { --tw-placeholder-opacity: 0.4 !important; } .\32xl-focus-placeholder-opacity-40:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.4 !important; } .\32xl-focus-placeholder-opacity-40:focus::placeholder { --tw-placeholder-opacity: 0.4 !important; } .\32xl-focus-placeholder-opacity-50:focus::-moz-placeholder { --tw-placeholder-opacity: 0.5 !important; } .\32xl-focus-placeholder-opacity-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.5 !important; } .\32xl-focus-placeholder-opacity-50:focus::placeholder { --tw-placeholder-opacity: 0.5 !important; } .\32xl-focus-placeholder-opacity-60:focus::-moz-placeholder { --tw-placeholder-opacity: 0.6 !important; } .\32xl-focus-placeholder-opacity-60:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.6 !important; } .\32xl-focus-placeholder-opacity-60:focus::placeholder { --tw-placeholder-opacity: 0.6 !important; } .\32xl-focus-placeholder-opacity-70:focus::-moz-placeholder { --tw-placeholder-opacity: 0.7 !important; } .\32xl-focus-placeholder-opacity-70:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.7 !important; } .\32xl-focus-placeholder-opacity-70:focus::placeholder { --tw-placeholder-opacity: 0.7 !important; } .\32xl-focus-placeholder-opacity-75:focus::-moz-placeholder { --tw-placeholder-opacity: 0.75 !important; } .\32xl-focus-placeholder-opacity-75:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.75 !important; } .\32xl-focus-placeholder-opacity-75:focus::placeholder { --tw-placeholder-opacity: 0.75 !important; } .\32xl-focus-placeholder-opacity-80:focus::-moz-placeholder { --tw-placeholder-opacity: 0.8 !important; } .\32xl-focus-placeholder-opacity-80:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.8 !important; } .\32xl-focus-placeholder-opacity-80:focus::placeholder { --tw-placeholder-opacity: 0.8 !important; } .\32xl-focus-placeholder-opacity-90:focus::-moz-placeholder { --tw-placeholder-opacity: 0.9 !important; } .\32xl-focus-placeholder-opacity-90:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.9 !important; } .\32xl-focus-placeholder-opacity-90:focus::placeholder { --tw-placeholder-opacity: 0.9 !important; } .\32xl-focus-placeholder-opacity-95:focus::-moz-placeholder { --tw-placeholder-opacity: 0.95 !important; } .\32xl-focus-placeholder-opacity-95:focus:-ms-input-placeholder { --tw-placeholder-opacity: 0.95 !important; } .\32xl-focus-placeholder-opacity-95:focus::placeholder { --tw-placeholder-opacity: 0.95 !important; } .\32xl-focus-placeholder-opacity-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1 !important; } .\32xl-focus-placeholder-opacity-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1 !important; } .\32xl-focus-placeholder-opacity-100:focus::placeholder { --tw-placeholder-opacity: 1 !important; } .\32xl-pointer-events-none { pointer-events: none !important; } .\32xl-pointer-events-auto { pointer-events: auto !important; } .\32xl-static { position: static !important; } .\32xl-fixed { position: fixed !important; } .\32xl-absolute { position: absolute !important; } .\32xl-relative { position: relative !important; } .\32xl-sticky { position: sticky !important; } .\32xl-inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .\32xl-inset-1 { top: 10px !important; right: 10px !important; bottom: 10px !important; left: 10px !important; } .\32xl-inset-2 { top: 20px !important; right: 20px !important; bottom: 20px !important; left: 20px !important; } .\32xl-inset-3 { top: 40px !important; right: 40px !important; bottom: 40px !important; left: 40px !important; } .\32xl-inset-4 { top: 60px !important; right: 60px !important; bottom: 60px !important; left: 60px !important; } .\32xl-inset-auto { top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; } .\32xl-inset-px { top: 1px !important; right: 1px !important; bottom: 1px !important; left: 1px !important; } .\32xl-inset-2\/5 { top: 40% !important; right: 40% !important; bottom: 40% !important; left: 40% !important; } .\32xl-inset-1\/2 { top: 50% !important; right: 50% !important; bottom: 50% !important; left: 50% !important; } .\32xl--inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; } .\32xl--inset-1 { top: -10px !important; right: -10px !important; bottom: -10px !important; left: -10px !important; } .\32xl--inset-2 { top: -20px !important; right: -20px !important; bottom: -20px !important; left: -20px !important; } .\32xl--inset-3 { top: -40px !important; right: -40px !important; bottom: -40px !important; left: -40px !important; } .\32xl--inset-4 { top: -60px !important; right: -60px !important; bottom: -60px !important; left: -60px !important; } .\32xl--inset-px { top: -1px !important; right: -1px !important; bottom: -1px !important; left: -1px !important; } .\32xl-inset-y-0 { top: 0 !important; bottom: 0 !important; } .\32xl-inset-x-0 { right: 0 !important; left: 0 !important; } .\32xl-inset-y-1 { top: 10px !important; bottom: 10px !important; } .\32xl-inset-x-1 { right: 10px !important; left: 10px !important; } .\32xl-inset-y-2 { top: 20px !important; bottom: 20px !important; } .\32xl-inset-x-2 { right: 20px !important; left: 20px !important; } .\32xl-inset-y-3 { top: 40px !important; bottom: 40px !important; } .\32xl-inset-x-3 { right: 40px !important; left: 40px !important; } .\32xl-inset-y-4 { top: 60px !important; bottom: 60px !important; } .\32xl-inset-x-4 { right: 60px !important; left: 60px !important; } .\32xl-inset-y-auto { top: auto !important; bottom: auto !important; } .\32xl-inset-x-auto { right: auto !important; left: auto !important; } .\32xl-inset-y-px { top: 1px !important; bottom: 1px !important; } .\32xl-inset-x-px { right: 1px !important; left: 1px !important; } .\32xl-inset-y-2\/5 { top: 40% !important; bottom: 40% !important; } .\32xl-inset-x-2\/5 { right: 40% !important; left: 40% !important; } .\32xl-inset-y-1\/2 { top: 50% !important; bottom: 50% !important; } .\32xl-inset-x-1\/2 { right: 50% !important; left: 50% !important; } .\32xl--inset-y-0 { top: 0 !important; bottom: 0 !important; } .\32xl--inset-x-0 { right: 0 !important; left: 0 !important; } .\32xl--inset-y-1 { top: -10px !important; bottom: -10px !important; } .\32xl--inset-x-1 { right: -10px !important; left: -10px !important; } .\32xl--inset-y-2 { top: -20px !important; bottom: -20px !important; } .\32xl--inset-x-2 { right: -20px !important; left: -20px !important; } .\32xl--inset-y-3 { top: -40px !important; bottom: -40px !important; } .\32xl--inset-x-3 { right: -40px !important; left: -40px !important; } .\32xl--inset-y-4 { top: -60px !important; bottom: -60px !important; } .\32xl--inset-x-4 { right: -60px !important; left: -60px !important; } .\32xl--inset-y-px { top: -1px !important; bottom: -1px !important; } .\32xl--inset-x-px { right: -1px !important; left: -1px !important; } .\32xl-top-0 { top: 0 !important; } .\32xl-right-0 { right: 0 !important; } .\32xl-bottom-0 { bottom: 0 !important; } .\32xl-left-0 { left: 0 !important; } .\32xl-top-1 { top: 10px !important; } .\32xl-right-1 { right: 10px !important; } .\32xl-bottom-1 { bottom: 10px !important; } .\32xl-left-1 { left: 10px !important; } .\32xl-top-2 { top: 20px !important; } .\32xl-right-2 { right: 20px !important; } .\32xl-bottom-2 { bottom: 20px !important; } .\32xl-left-2 { left: 20px !important; } .\32xl-top-3 { top: 40px !important; } .\32xl-right-3 { right: 40px !important; } .\32xl-bottom-3 { bottom: 40px !important; } .\32xl-left-3 { left: 40px !important; } .\32xl-top-4 { top: 60px !important; } .\32xl-right-4 { right: 60px !important; } .\32xl-bottom-4 { bottom: 60px !important; } .\32xl-left-4 { left: 60px !important; } .\32xl-top-auto { top: auto !important; } .\32xl-right-auto { right: auto !important; } .\32xl-bottom-auto { bottom: auto !important; } .\32xl-left-auto { left: auto !important; } .\32xl-top-px { top: 1px !important; } .\32xl-right-px { right: 1px !important; } .\32xl-bottom-px { bottom: 1px !important; } .\32xl-left-px { left: 1px !important; } .\32xl-top-2\/5 { top: 40% !important; } .\32xl-right-2\/5 { right: 40% !important; } .\32xl-bottom-2\/5 { bottom: 40% !important; } .\32xl-left-2\/5 { left: 40% !important; } .\32xl-top-1\/2 { top: 50% !important; } .\32xl-right-1\/2 { right: 50% !important; } .\32xl-bottom-1\/2 { bottom: 50% !important; } .\32xl-left-1\/2 { left: 50% !important; } .\32xl--top-0 { top: 0 !important; } .\32xl--right-0 { right: 0 !important; } .\32xl--bottom-0 { bottom: 0 !important; } .\32xl--left-0 { left: 0 !important; } .\32xl--top-1 { top: -10px !important; } .\32xl--right-1 { right: -10px !important; } .\32xl--bottom-1 { bottom: -10px !important; } .\32xl--left-1 { left: -10px !important; } .\32xl--top-2 { top: -20px !important; } .\32xl--right-2 { right: -20px !important; } .\32xl--bottom-2 { bottom: -20px !important; } .\32xl--left-2 { left: -20px !important; } .\32xl--top-3 { top: -40px !important; } .\32xl--right-3 { right: -40px !important; } .\32xl--bottom-3 { bottom: -40px !important; } .\32xl--left-3 { left: -40px !important; } .\32xl--top-4 { top: -60px !important; } .\32xl--right-4 { right: -60px !important; } .\32xl--bottom-4 { bottom: -60px !important; } .\32xl--left-4 { left: -60px !important; } .\32xl--top-px { top: -1px !important; } .\32xl--right-px { right: -1px !important; } .\32xl--bottom-px { bottom: -1px !important; } .\32xl--left-px { left: -1px !important; } .\32xl-resize-none { resize: none !important; } .\32xl-resize-y { resize: vertical !important; } .\32xl-resize-x { resize: horizontal !important; } .\32xl-resize { resize: both !important; } .\32xl-shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .\32xl-shadow, .\32xl-shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .\32xl-shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .\32xl-shadow-lg, .\32xl-shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .\32xl-shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .\32xl-shadow-2xl, .\32xl-shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .\32xl-shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .\32xl-shadow-inner, .\32xl-shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-shadow-none { --tw-shadow: 0 0 transparent !important; } .group:hover .\32xl-group-hover-shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .group:hover .\32xl-group-hover-shadow, .group:hover .\32xl-group-hover-shadow-sm { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .\32xl-group-hover-shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .\32xl-group-hover-shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .group:hover .\32xl-group-hover-shadow-lg, .group:hover .\32xl-group-hover-shadow-md { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .\32xl-group-hover-shadow-lg { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .group:hover .\32xl-group-hover-shadow-xl { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .group:hover .\32xl-group-hover-shadow-2xl, .group:hover .\32xl-group-hover-shadow-xl { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .\32xl-group-hover-shadow-2xl { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .group:hover .\32xl-group-hover-shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .group:hover .\32xl-group-hover-shadow-inner, .group:hover .\32xl-group-hover-shadow-none { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .group:hover .\32xl-group-hover-shadow-none { --tw-shadow: 0 0 transparent !important; } .\32xl-focus-within-shadow-sm:focus-within { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-focus-within-shadow:focus-within { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-focus-within-shadow-md:focus-within { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-focus-within-shadow-lg:focus-within { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-focus-within-shadow-xl:focus-within { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-focus-within-shadow-2xl:focus-within { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-focus-within-shadow-inner:focus-within { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-focus-within-shadow-none:focus-within { --tw-shadow: 0 0 transparent !important; box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-hover-shadow-sm:hover { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .\32xl-hover-shadow-sm:hover, .\32xl-hover-shadow:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-hover-shadow:hover { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .\32xl-hover-shadow-md:hover { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .\32xl-hover-shadow-lg:hover, .\32xl-hover-shadow-md:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-hover-shadow-lg:hover { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .\32xl-hover-shadow-xl:hover { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .\32xl-hover-shadow-2xl:hover, .\32xl-hover-shadow-xl:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-hover-shadow-2xl:hover { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .\32xl-hover-shadow-inner:hover { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .\32xl-hover-shadow-inner:hover, .\32xl-hover-shadow-none:hover { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-hover-shadow-none:hover { --tw-shadow: 0 0 transparent !important; } .\32xl-focus-shadow-sm:focus { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .\32xl-focus-shadow-sm:focus, .\32xl-focus-shadow:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-focus-shadow:focus { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .\32xl-focus-shadow-md:focus { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; } .\32xl-focus-shadow-lg:focus, .\32xl-focus-shadow-md:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-focus-shadow-lg:focus { --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; } .\32xl-focus-shadow-xl:focus { --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important; } .\32xl-focus-shadow-2xl:focus, .\32xl-focus-shadow-xl:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-focus-shadow-2xl:focus { --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; } .\32xl-focus-shadow-inner:focus { --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important; } .\32xl-focus-shadow-inner:focus, .\32xl-focus-shadow-none:focus { box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow) !important; } .\32xl-focus-shadow-none:focus { --tw-shadow: 0 0 transparent !important; } .\32xl-ring-0 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-ring-0, .\32xl-ring-1 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-ring-1 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-ring-2 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-ring-2, .\32xl-ring-4 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-ring-4 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-ring-8 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-ring, .\32xl-ring-8 { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-ring { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-ring-inset { --tw-ring-inset: inset !important; } .\32xl-focus-within-ring-0:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-focus-within-ring-1:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-focus-within-ring-2:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-focus-within-ring-4:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-focus-within-ring-8:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-focus-within-ring:focus-within { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-focus-within-ring-inset:focus-within { --tw-ring-inset: inset !important; } .\32xl-focus-ring-0:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-focus-ring-0:focus, .\32xl-focus-ring-1:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-focus-ring-1:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-focus-ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-focus-ring-2:focus, .\32xl-focus-ring-4:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-focus-ring-4:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-focus-ring-8:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-focus-ring-8:focus, .\32xl-focus-ring:focus { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 transparent !important; box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent) !important; } .\32xl-focus-ring:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; } .\32xl-focus-ring-inset:focus { --tw-ring-inset: inset !important; } .\32xl-ring-offset-transparent { --tw-ring-offset-color: transparent !important; } .\32xl-ring-offset-cw-black { --tw-ring-offset-color: #333232 !important; } .\32xl-ring-offset-cw-blue { --tw-ring-offset-color: #036 !important; } .\32xl-ring-offset-cw-secondary { --tw-ring-offset-color: #77a8bb !important; } .\32xl-ring-offset-cw-secondary-100 { --tw-ring-offset-color: #99becc !important; } .\32xl-ring-offset-cw-secondary-200 { --tw-ring-offset-color: #d6e4ea !important; } .\32xl-ring-offset-cw-secondary-300 { --tw-ring-offset-color: #f7fcff !important; } .\32xl-ring-offset-cw-accent { --tw-ring-offset-color: #ffc907 !important; } .\32xl-ring-offset-cw-accent-100 { --tw-ring-offset-color: #fff7e1 !important; } .\32xl-ring-offset-cw-accent-200 { --tw-ring-offset-color: #fffbf0 !important; } .\32xl-ring-offset-cw-blue-print { --tw-ring-offset-color: #5096d0 !important; } .\32xl-ring-offset-cw-green { --tw-ring-offset-color: #14a947 !important; } .\32xl-ring-offset-cw-orange { --tw-ring-offset-color: #fe813a !important; } .\32xl-ring-offset-cw-purple { --tw-ring-offset-color: #9064bf !important; } .\32xl-ring-offset-cw-red { --tw-ring-offset-color: #fa575d !important; } .\32xl-ring-offset-cw-spring { --tw-ring-offset-color: #1ba9e0 !important; } .\32xl-ring-offset-cw-teal { --tw-ring-offset-color: #8ed4cc !important; } .\32xl-ring-offset-cw-white { --tw-ring-offset-color: #fff !important; } .\32xl-ring-offset-cw-yellow { --tw-ring-offset-color: #ffca0a !important; } .\32xl-ring-offset-grey-10 { --tw-ring-offset-color: #f4f5f0 !important; } .\32xl-ring-offset-grey-20 { --tw-ring-offset-color: #e9eae4 !important; } .\32xl-ring-offset-grey-30 { --tw-ring-offset-color: #dfdfd7 !important; } .\32xl-ring-offset-grey-40 { --tw-ring-offset-color: #c1c1ba !important; } .\32xl-ring-offset-grey-5 { --tw-ring-offset-color: #f7f7f7 !important; } .\32xl-ring-offset-grey-50 { --tw-ring-offset-color: #9b9b94 !important; } .\32xl-ring-offset-grey-60 { --tw-ring-offset-color: #71716c !important; } .\32xl-ring-offset-grey-70 { --tw-ring-offset-color: #515151 !important; } .\32xl-ring-offset-cball-blue { --tw-ring-offset-color: #576995 !important; } .\32xl-ring-offset-cball-dark-blue { --tw-ring-offset-color: #354363 !important; } .\32xl-ring-offset-cball-purple { --tw-ring-offset-color: #0a101f !important; } .\32xl-ring-offset-cw-spring-yellow { --tw-ring-offset-color: #ffc907 !important; } .\32xl-ring-offset-cw-spring-dk-blue { --tw-ring-offset-color: #1e2658 !important; } .\32xl-ring-offset-cw-spring-med-blue { --tw-ring-offset-color: #1080b9 !important; } .\32xl-ring-offset-cw-spring-lt-blue { --tw-ring-offset-color: #bae3f0 !important; } .\32xl-ring-offset-cw-spring-dk-green { --tw-ring-offset-color: #004b3d !important; } .\32xl-ring-offset-cw-spring-med-green { --tw-ring-offset-color: #00ac7f !important; } .\32xl-ring-offset-cw-spring-lt-green { --tw-ring-offset-color: #b8e3d1 !important; } .\32xl-ring-offset-cw-spring-black { --tw-ring-offset-color: #1a1a1a !important; } .\32xl-ring-offset-cw-spring-off-white { --tw-ring-offset-color: #fdf4e2 !important; } .\32xl-ring-offset-cw-spring-peach { --tw-ring-offset-color: #e88a78 !important; } .\32xl-ring-offset-cw-navy { --tw-ring-offset-color: #036 !important; } .\32xl-ring-offset-cw-med-blue { --tw-ring-offset-color: #77a8bb !important; } .\32xl-ring-offset-cw-dk-orange { --tw-ring-offset-color: #bf6c46 !important; } .\32xl-ring-offset-sc-teal { --tw-ring-offset-color: #43b29a !important; } .\32xl-ring-offset-sc-green { --tw-ring-offset-color: #7db87e !important; } .\32xl-ring-offset-sc-sand { --tw-ring-offset-color: #f9f7e9 !important; } .\32xl-focus-within-ring-offset-transparent:focus-within { --tw-ring-offset-color: transparent !important; } .\32xl-focus-within-ring-offset-cw-black:focus-within { --tw-ring-offset-color: #333232 !important; } .\32xl-focus-within-ring-offset-cw-blue:focus-within { --tw-ring-offset-color: #036 !important; } .\32xl-focus-within-ring-offset-cw-secondary:focus-within { --tw-ring-offset-color: #77a8bb !important; } .\32xl-focus-within-ring-offset-cw-secondary-100:focus-within { --tw-ring-offset-color: #99becc !important; } .\32xl-focus-within-ring-offset-cw-secondary-200:focus-within { --tw-ring-offset-color: #d6e4ea !important; } .\32xl-focus-within-ring-offset-cw-secondary-300:focus-within { --tw-ring-offset-color: #f7fcff !important; } .\32xl-focus-within-ring-offset-cw-accent:focus-within { --tw-ring-offset-color: #ffc907 !important; } .\32xl-focus-within-ring-offset-cw-accent-100:focus-within { --tw-ring-offset-color: #fff7e1 !important; } .\32xl-focus-within-ring-offset-cw-accent-200:focus-within { --tw-ring-offset-color: #fffbf0 !important; } .\32xl-focus-within-ring-offset-cw-blue-print:focus-within { --tw-ring-offset-color: #5096d0 !important; } .\32xl-focus-within-ring-offset-cw-green:focus-within { --tw-ring-offset-color: #14a947 !important; } .\32xl-focus-within-ring-offset-cw-orange:focus-within { --tw-ring-offset-color: #fe813a !important; } .\32xl-focus-within-ring-offset-cw-purple:focus-within { --tw-ring-offset-color: #9064bf !important; } .\32xl-focus-within-ring-offset-cw-red:focus-within { --tw-ring-offset-color: #fa575d !important; } .\32xl-focus-within-ring-offset-cw-spring:focus-within { --tw-ring-offset-color: #1ba9e0 !important; } .\32xl-focus-within-ring-offset-cw-teal:focus-within { --tw-ring-offset-color: #8ed4cc !important; } .\32xl-focus-within-ring-offset-cw-white:focus-within { --tw-ring-offset-color: #fff !important; } .\32xl-focus-within-ring-offset-cw-yellow:focus-within { --tw-ring-offset-color: #ffca0a !important; } .\32xl-focus-within-ring-offset-grey-10:focus-within { --tw-ring-offset-color: #f4f5f0 !important; } .\32xl-focus-within-ring-offset-grey-20:focus-within { --tw-ring-offset-color: #e9eae4 !important; } .\32xl-focus-within-ring-offset-grey-30:focus-within { --tw-ring-offset-color: #dfdfd7 !important; } .\32xl-focus-within-ring-offset-grey-40:focus-within { --tw-ring-offset-color: #c1c1ba !important; } .\32xl-focus-within-ring-offset-grey-5:focus-within { --tw-ring-offset-color: #f7f7f7 !important; } .\32xl-focus-within-ring-offset-grey-50:focus-within { --tw-ring-offset-color: #9b9b94 !important; } .\32xl-focus-within-ring-offset-grey-60:focus-within { --tw-ring-offset-color: #71716c !important; } .\32xl-focus-within-ring-offset-grey-70:focus-within { --tw-ring-offset-color: #515151 !important; } .\32xl-focus-within-ring-offset-cball-blue:focus-within { --tw-ring-offset-color: #576995 !important; } .\32xl-focus-within-ring-offset-cball-dark-blue:focus-within { --tw-ring-offset-color: #354363 !important; } .\32xl-focus-within-ring-offset-cball-purple:focus-within { --tw-ring-offset-color: #0a101f !important; } .\32xl-focus-within-ring-offset-cw-spring-yellow:focus-within { --tw-ring-offset-color: #ffc907 !important; } .\32xl-focus-within-ring-offset-cw-spring-dk-blue:focus-within { --tw-ring-offset-color: #1e2658 !important; } .\32xl-focus-within-ring-offset-cw-spring-med-blue:focus-within { --tw-ring-offset-color: #1080b9 !important; } .\32xl-focus-within-ring-offset-cw-spring-lt-blue:focus-within { --tw-ring-offset-color: #bae3f0 !important; } .\32xl-focus-within-ring-offset-cw-spring-dk-green:focus-within { --tw-ring-offset-color: #004b3d !important; } .\32xl-focus-within-ring-offset-cw-spring-med-green:focus-within { --tw-ring-offset-color: #00ac7f !important; } .\32xl-focus-within-ring-offset-cw-spring-lt-green:focus-within { --tw-ring-offset-color: #b8e3d1 !important; } .\32xl-focus-within-ring-offset-cw-spring-black:focus-within { --tw-ring-offset-color: #1a1a1a !important; } .\32xl-focus-within-ring-offset-cw-spring-off-white:focus-within { --tw-ring-offset-color: #fdf4e2 !important; } .\32xl-focus-within-ring-offset-cw-spring-peach:focus-within { --tw-ring-offset-color: #e88a78 !important; } .\32xl-focus-within-ring-offset-cw-navy:focus-within { --tw-ring-offset-color: #036 !important; } .\32xl-focus-within-ring-offset-cw-med-blue:focus-within { --tw-ring-offset-color: #77a8bb !important; } .\32xl-focus-within-ring-offset-cw-dk-orange:focus-within { --tw-ring-offset-color: #bf6c46 !important; } .\32xl-focus-within-ring-offset-sc-teal:focus-within { --tw-ring-offset-color: #43b29a !important; } .\32xl-focus-within-ring-offset-sc-green:focus-within { --tw-ring-offset-color: #7db87e !important; } .\32xl-focus-within-ring-offset-sc-sand:focus-within { --tw-ring-offset-color: #f9f7e9 !important; } .\32xl-focus-ring-offset-transparent:focus { --tw-ring-offset-color: transparent !important; } .\32xl-focus-ring-offset-cw-black:focus { --tw-ring-offset-color: #333232 !important; } .\32xl-focus-ring-offset-cw-blue:focus { --tw-ring-offset-color: #036 !important; } .\32xl-focus-ring-offset-cw-secondary:focus { --tw-ring-offset-color: #77a8bb !important; } .\32xl-focus-ring-offset-cw-secondary-100:focus { --tw-ring-offset-color: #99becc !important; } .\32xl-focus-ring-offset-cw-secondary-200:focus { --tw-ring-offset-color: #d6e4ea !important; } .\32xl-focus-ring-offset-cw-secondary-300:focus { --tw-ring-offset-color: #f7fcff !important; } .\32xl-focus-ring-offset-cw-accent:focus { --tw-ring-offset-color: #ffc907 !important; } .\32xl-focus-ring-offset-cw-accent-100:focus { --tw-ring-offset-color: #fff7e1 !important; } .\32xl-focus-ring-offset-cw-accent-200:focus { --tw-ring-offset-color: #fffbf0 !important; } .\32xl-focus-ring-offset-cw-blue-print:focus { --tw-ring-offset-color: #5096d0 !important; } .\32xl-focus-ring-offset-cw-green:focus { --tw-ring-offset-color: #14a947 !important; } .\32xl-focus-ring-offset-cw-orange:focus { --tw-ring-offset-color: #fe813a !important; } .\32xl-focus-ring-offset-cw-purple:focus { --tw-ring-offset-color: #9064bf !important; } .\32xl-focus-ring-offset-cw-red:focus { --tw-ring-offset-color: #fa575d !important; } .\32xl-focus-ring-offset-cw-spring:focus { --tw-ring-offset-color: #1ba9e0 !important; } .\32xl-focus-ring-offset-cw-teal:focus { --tw-ring-offset-color: #8ed4cc !important; } .\32xl-focus-ring-offset-cw-white:focus { --tw-ring-offset-color: #fff !important; } .\32xl-focus-ring-offset-cw-yellow:focus { --tw-ring-offset-color: #ffca0a !important; } .\32xl-focus-ring-offset-grey-10:focus { --tw-ring-offset-color: #f4f5f0 !important; } .\32xl-focus-ring-offset-grey-20:focus { --tw-ring-offset-color: #e9eae4 !important; } .\32xl-focus-ring-offset-grey-30:focus { --tw-ring-offset-color: #dfdfd7 !important; } .\32xl-focus-ring-offset-grey-40:focus { --tw-ring-offset-color: #c1c1ba !important; } .\32xl-focus-ring-offset-grey-5:focus { --tw-ring-offset-color: #f7f7f7 !important; } .\32xl-focus-ring-offset-grey-50:focus { --tw-ring-offset-color: #9b9b94 !important; } .\32xl-focus-ring-offset-grey-60:focus { --tw-ring-offset-color: #71716c !important; } .\32xl-focus-ring-offset-grey-70:focus { --tw-ring-offset-color: #515151 !important; } .\32xl-focus-ring-offset-cball-blue:focus { --tw-ring-offset-color: #576995 !important; } .\32xl-focus-ring-offset-cball-dark-blue:focus { --tw-ring-offset-color: #354363 !important; } .\32xl-focus-ring-offset-cball-purple:focus { --tw-ring-offset-color: #0a101f !important; } .\32xl-focus-ring-offset-cw-spring-yellow:focus { --tw-ring-offset-color: #ffc907 !important; } .\32xl-focus-ring-offset-cw-spring-dk-blue:focus { --tw-ring-offset-color: #1e2658 !important; } .\32xl-focus-ring-offset-cw-spring-med-blue:focus { --tw-ring-offset-color: #1080b9 !important; } .\32xl-focus-ring-offset-cw-spring-lt-blue:focus { --tw-ring-offset-color: #bae3f0 !important; } .\32xl-focus-ring-offset-cw-spring-dk-green:focus { --tw-ring-offset-color: #004b3d !important; } .\32xl-focus-ring-offset-cw-spring-med-green:focus { --tw-ring-offset-color: #00ac7f !important; } .\32xl-focus-ring-offset-cw-spring-lt-green:focus { --tw-ring-offset-color: #b8e3d1 !important; } .\32xl-focus-ring-offset-cw-spring-black:focus { --tw-ring-offset-color: #1a1a1a !important; } .\32xl-focus-ring-offset-cw-spring-off-white:focus { --tw-ring-offset-color: #fdf4e2 !important; } .\32xl-focus-ring-offset-cw-spring-peach:focus { --tw-ring-offset-color: #e88a78 !important; } .\32xl-focus-ring-offset-cw-navy:focus { --tw-ring-offset-color: #036 !important; } .\32xl-focus-ring-offset-cw-med-blue:focus { --tw-ring-offset-color: #77a8bb !important; } .\32xl-focus-ring-offset-cw-dk-orange:focus { --tw-ring-offset-color: #bf6c46 !important; } .\32xl-focus-ring-offset-sc-teal:focus { --tw-ring-offset-color: #43b29a !important; } .\32xl-focus-ring-offset-sc-green:focus { --tw-ring-offset-color: #7db87e !important; } .\32xl-focus-ring-offset-sc-sand:focus { --tw-ring-offset-color: #f9f7e9 !important; } .\32xl-ring-offset-0 { --tw-ring-offset-width: 0px !important; } .\32xl-ring-offset-1 { --tw-ring-offset-width: 1px !important; } .\32xl-ring-offset-2 { --tw-ring-offset-width: 2px !important; } .\32xl-ring-offset-4 { --tw-ring-offset-width: 4px !important; } .\32xl-ring-offset-8 { --tw-ring-offset-width: 8px !important; } .\32xl-focus-within-ring-offset-0:focus-within { --tw-ring-offset-width: 0px !important; } .\32xl-focus-within-ring-offset-1:focus-within { --tw-ring-offset-width: 1px !important; } .\32xl-focus-within-ring-offset-2:focus-within { --tw-ring-offset-width: 2px !important; } .\32xl-focus-within-ring-offset-4:focus-within { --tw-ring-offset-width: 4px !important; } .\32xl-focus-within-ring-offset-8:focus-within { --tw-ring-offset-width: 8px !important; } .\32xl-focus-ring-offset-0:focus { --tw-ring-offset-width: 0px !important; } .\32xl-focus-ring-offset-1:focus { --tw-ring-offset-width: 1px !important; } .\32xl-focus-ring-offset-2:focus { --tw-ring-offset-width: 2px !important; } .\32xl-focus-ring-offset-4:focus { --tw-ring-offset-width: 4px !important; } .\32xl-focus-ring-offset-8:focus { --tw-ring-offset-width: 8px !important; } .\32xl-ring-transparent { --tw-ring-color: transparent !important; } .\32xl-ring-cw-black { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-secondary { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-secondary-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-secondary-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-secondary-300 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-accent { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-accent-100 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-accent-200 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-blue-print { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-purple { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-red { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-spring { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-teal { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-white { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .\32xl-ring-grey-10 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .\32xl-ring-grey-20 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .\32xl-ring-grey-30 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .\32xl-ring-grey-40 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .\32xl-ring-grey-5 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .\32xl-ring-grey-50 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .\32xl-ring-grey-60 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .\32xl-ring-grey-70 { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .\32xl-ring-cball-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .\32xl-ring-cball-dark-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .\32xl-ring-cball-purple { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-spring-yellow { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-spring-dk-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-spring-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-spring-lt-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-spring-dk-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-spring-med-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-spring-lt-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-spring-black { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-spring-off-white { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-spring-peach { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-navy { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-med-blue { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .\32xl-ring-cw-dk-orange { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .\32xl-ring-sc-teal { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .\32xl-ring-sc-green { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .\32xl-ring-sc-sand { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-transparent:focus-within { --tw-ring-color: transparent !important; } .\32xl-focus-within-ring-cw-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-secondary:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-secondary-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-secondary-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-secondary-300:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-accent:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-accent-100:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-accent-200:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-blue-print:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-red:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-spring:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-grey-10:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-grey-20:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-grey-30:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-grey-40:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-grey-5:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-grey-50:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-grey-60:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-grey-70:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cball-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cball-dark-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cball-purple:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-spring-yellow:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-spring-dk-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-spring-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-spring-lt-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-spring-dk-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-spring-med-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-spring-lt-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-spring-black:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-spring-off-white:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-spring-peach:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-navy:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-med-blue:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-cw-dk-orange:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-sc-teal:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-sc-green:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .\32xl-focus-within-ring-sc-sand:focus-within { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-transparent:focus { --tw-ring-color: transparent !important; } .\32xl-focus-ring-cw-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(51, 50, 50, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-secondary:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-secondary-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(153, 190, 204, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-secondary-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(214, 228, 234, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-secondary-300:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 252, 255, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-accent:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-accent-100:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 247, 225, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-accent-200:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 251, 240, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-blue-print:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(80, 150, 208, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(20, 169, 71, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(254, 129, 58, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(144, 100, 191, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-red:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(250, 87, 93, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-spring:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(27, 169, 224, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(142, 212, 204, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 202, 10, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-grey-10:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(244, 245, 240, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-grey-20:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(233, 234, 228, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-grey-30:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(223, 223, 215, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-grey-40:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(193, 193, 186, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-grey-5:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(247, 247, 247, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-grey-50:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(155, 155, 148, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-grey-60:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(113, 113, 108, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-grey-70:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(81, 81, 81, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cball-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(87, 105, 149, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cball-dark-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(53, 67, 99, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cball-purple:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(10, 16, 31, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-spring-yellow:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(255, 201, 7, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-spring-dk-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(30, 38, 88, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-spring-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(16, 128, 185, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-spring-lt-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(186, 227, 240, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-spring-dk-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 75, 61, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-spring-med-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 172, 127, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-spring-lt-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(184, 227, 209, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-spring-black:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-spring-off-white:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(253, 244, 226, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-spring-peach:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(232, 138, 120, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-navy:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(0, 51, 102, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-med-blue:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(119, 168, 187, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-cw-dk-orange:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(191, 108, 70, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-sc-teal:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(67, 178, 154, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-sc-green:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(125, 184, 126, var(--tw-ring-opacity)) !important; } .\32xl-focus-ring-sc-sand:focus { --tw-ring-opacity: 1 !important; --tw-ring-color: rgba(249, 247, 233, var(--tw-ring-opacity)) !important; } .\32xl-ring-opacity-0 { --tw-ring-opacity: 0 !important; } .\32xl-ring-opacity-5 { --tw-ring-opacity: 0.05 !important; } .\32xl-ring-opacity-10 { --tw-ring-opacity: 0.1 !important; } .\32xl-ring-opacity-20 { --tw-ring-opacity: 0.2 !important; } .\32xl-ring-opacity-25 { --tw-ring-opacity: 0.25 !important; } .\32xl-ring-opacity-30 { --tw-ring-opacity: 0.3 !important; } .\32xl-ring-opacity-40 { --tw-ring-opacity: 0.4 !important; } .\32xl-ring-opacity-50 { --tw-ring-opacity: 0.5 !important; } .\32xl-ring-opacity-60 { --tw-ring-opacity: 0.6 !important; } .\32xl-ring-opacity-70 { --tw-ring-opacity: 0.7 !important; } .\32xl-ring-opacity-75 { --tw-ring-opacity: 0.75 !important; } .\32xl-ring-opacity-80 { --tw-ring-opacity: 0.8 !important; } .\32xl-ring-opacity-90 { --tw-ring-opacity: 0.9 !important; } .\32xl-ring-opacity-95 { --tw-ring-opacity: 0.95 !important; } .\32xl-ring-opacity-100 { --tw-ring-opacity: 1 !important; } .\32xl-focus-within-ring-opacity-0:focus-within { --tw-ring-opacity: 0 !important; } .\32xl-focus-within-ring-opacity-5:focus-within { --tw-ring-opacity: 0.05 !important; } .\32xl-focus-within-ring-opacity-10:focus-within { --tw-ring-opacity: 0.1 !important; } .\32xl-focus-within-ring-opacity-20:focus-within { --tw-ring-opacity: 0.2 !important; } .\32xl-focus-within-ring-opacity-25:focus-within { --tw-ring-opacity: 0.25 !important; } .\32xl-focus-within-ring-opacity-30:focus-within { --tw-ring-opacity: 0.3 !important; } .\32xl-focus-within-ring-opacity-40:focus-within { --tw-ring-opacity: 0.4 !important; } .\32xl-focus-within-ring-opacity-50:focus-within { --tw-ring-opacity: 0.5 !important; } .\32xl-focus-within-ring-opacity-60:focus-within { --tw-ring-opacity: 0.6 !important; } .\32xl-focus-within-ring-opacity-70:focus-within { --tw-ring-opacity: 0.7 !important; } .\32xl-focus-within-ring-opacity-75:focus-within { --tw-ring-opacity: 0.75 !important; } .\32xl-focus-within-ring-opacity-80:focus-within { --tw-ring-opacity: 0.8 !important; } .\32xl-focus-within-ring-opacity-90:focus-within { --tw-ring-opacity: 0.9 !important; } .\32xl-focus-within-ring-opacity-95:focus-within { --tw-ring-opacity: 0.95 !important; } .\32xl-focus-within-ring-opacity-100:focus-within { --tw-ring-opacity: 1 !important; } .\32xl-focus-ring-opacity-0:focus { --tw-ring-opacity: 0 !important; } .\32xl-focus-ring-opacity-5:focus { --tw-ring-opacity: 0.05 !important; } .\32xl-focus-ring-opacity-10:focus { --tw-ring-opacity: 0.1 !important; } .\32xl-focus-ring-opacity-20:focus { --tw-ring-opacity: 0.2 !important; } .\32xl-focus-ring-opacity-25:focus { --tw-ring-opacity: 0.25 !important; } .\32xl-focus-ring-opacity-30:focus { --tw-ring-opacity: 0.3 !important; } .\32xl-focus-ring-opacity-40:focus { --tw-ring-opacity: 0.4 !important; } .\32xl-focus-ring-opacity-50:focus { --tw-ring-opacity: 0.5 !important; } .\32xl-focus-ring-opacity-60:focus { --tw-ring-opacity: 0.6 !important; } .\32xl-focus-ring-opacity-70:focus { --tw-ring-opacity: 0.7 !important; } .\32xl-focus-ring-opacity-75:focus { --tw-ring-opacity: 0.75 !important; } .\32xl-focus-ring-opacity-80:focus { --tw-ring-opacity: 0.8 !important; } .\32xl-focus-ring-opacity-90:focus { --tw-ring-opacity: 0.9 !important; } .\32xl-focus-ring-opacity-95:focus { --tw-ring-opacity: 0.95 !important; } .\32xl-focus-ring-opacity-100:focus { --tw-ring-opacity: 1 !important; } .\32xl-fill-current { fill: currentColor !important; } .\32xl-stroke-current { stroke: currentColor !important; } .\32xl-stroke-0 { stroke-width: 0 !important; } .\32xl-stroke-1 { stroke-width: 1 !important; } .\32xl-stroke-2 { stroke-width: 2 !important; } .\32xl-table-auto { table-layout: auto !important; } .\32xl-table-fixed { table-layout: fixed !important; } .\32xl-text-left { text-align: left !important; } .\32xl-text-center { text-align: center !important; } .\32xl-text-right { text-align: right !important; } .\32xl-text-justify { text-align: justify !important; } .\32xl-text-transparent { color: transparent !important; } .\32xl-text-cw-black { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .\32xl-text-cw-blue { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .\32xl-text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .\32xl-text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .\32xl-text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .\32xl-text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .\32xl-text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .\32xl-text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .\32xl-text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .\32xl-text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .\32xl-text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .\32xl-text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .\32xl-text-cw-purple { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .\32xl-text-cw-red { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .\32xl-text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .\32xl-text-cw-teal { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .\32xl-text-cw-white { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .\32xl-text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .\32xl-text-grey-10 { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .\32xl-text-grey-20 { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .\32xl-text-grey-30 { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .\32xl-text-grey-40 { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .\32xl-text-grey-5 { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .\32xl-text-grey-50 { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .\32xl-text-grey-60 { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .\32xl-text-grey-70 { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .\32xl-text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .\32xl-text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .\32xl-text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .\32xl-text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .\32xl-text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .\32xl-text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .\32xl-text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .\32xl-text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .\32xl-text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .\32xl-text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .\32xl-text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .\32xl-text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .\32xl-text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .\32xl-text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .\32xl-text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .\32xl-text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .\32xl-text-sc-teal { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .\32xl-text-sc-green { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .\32xl-text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-transparent { color: transparent !important; } .group:hover .\32xl-group-hover-text-cw-black { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-blue { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-secondary { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-secondary-100 { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-secondary-200 { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-secondary-300 { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-accent { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-accent-100 { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-accent-200 { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-blue-print { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-green { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-orange { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-purple { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-red { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-spring { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-teal { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-white { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-grey-10 { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-grey-20 { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-grey-30 { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-grey-40 { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-grey-5 { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-grey-50 { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-grey-60 { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-grey-70 { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cball-blue { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cball-dark-blue { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cball-purple { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-spring-yellow { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-spring-dk-blue { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-spring-med-blue { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-spring-lt-blue { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-spring-dk-green { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-spring-med-green { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-spring-lt-green { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-spring-black { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-spring-off-white { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-spring-peach { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-navy { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-med-blue { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-cw-dk-orange { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-sc-teal { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-sc-green { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .group:hover .\32xl-group-hover-text-sc-sand { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-transparent:focus-within { color: transparent !important; } .\32xl-focus-within-text-cw-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-secondary:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-secondary-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-secondary-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-secondary-300:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-accent:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-accent-100:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-accent-200:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-blue-print:focus-within { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-red:focus-within { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-spring:focus-within { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-grey-10:focus-within { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-grey-20:focus-within { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-grey-30:focus-within { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-grey-40:focus-within { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-grey-5:focus-within { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-grey-50:focus-within { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-grey-60:focus-within { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-grey-70:focus-within { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cball-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cball-dark-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cball-purple:focus-within { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-spring-yellow:focus-within { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-spring-dk-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-spring-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-spring-lt-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-spring-dk-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-spring-med-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-spring-lt-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-spring-black:focus-within { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-spring-off-white:focus-within { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-spring-peach:focus-within { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-navy:focus-within { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-med-blue:focus-within { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-cw-dk-orange:focus-within { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-sc-teal:focus-within { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-sc-green:focus-within { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .\32xl-focus-within-text-sc-sand:focus-within { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .\32xl-hover-text-transparent:hover { color: transparent !important; } .\32xl-hover-text-cw-black:hover { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-blue:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-secondary:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-secondary-100:hover { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-secondary-200:hover { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-secondary-300:hover { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-accent:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-accent-100:hover { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-accent-200:hover { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-blue-print:hover { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-green:hover { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-orange:hover { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-purple:hover { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-red:hover { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-spring:hover { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-teal:hover { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-white:hover { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .\32xl-hover-text-grey-10:hover { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .\32xl-hover-text-grey-20:hover { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .\32xl-hover-text-grey-30:hover { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .\32xl-hover-text-grey-40:hover { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .\32xl-hover-text-grey-5:hover { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .\32xl-hover-text-grey-50:hover { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .\32xl-hover-text-grey-60:hover { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .\32xl-hover-text-grey-70:hover { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cball-blue:hover { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cball-dark-blue:hover { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cball-purple:hover { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-spring-yellow:hover { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-spring-dk-blue:hover { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-spring-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-spring-lt-blue:hover { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-spring-dk-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-spring-med-green:hover { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-spring-lt-green:hover { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-spring-black:hover { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-spring-off-white:hover { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-spring-peach:hover { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-navy:hover { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-med-blue:hover { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .\32xl-hover-text-cw-dk-orange:hover { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .\32xl-hover-text-sc-teal:hover { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .\32xl-hover-text-sc-green:hover { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .\32xl-hover-text-sc-sand:hover { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .\32xl-focus-text-transparent:focus { color: transparent !important; } .\32xl-focus-text-cw-black:focus { --tw-text-opacity: 1 !important; color: rgba(51, 50, 50, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-blue:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-secondary:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-secondary-100:focus { --tw-text-opacity: 1 !important; color: rgba(153, 190, 204, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-secondary-200:focus { --tw-text-opacity: 1 !important; color: rgba(214, 228, 234, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-secondary-300:focus { --tw-text-opacity: 1 !important; color: rgba(247, 252, 255, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-accent:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-accent-100:focus { --tw-text-opacity: 1 !important; color: rgba(255, 247, 225, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-accent-200:focus { --tw-text-opacity: 1 !important; color: rgba(255, 251, 240, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-blue-print:focus { --tw-text-opacity: 1 !important; color: rgba(80, 150, 208, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-green:focus { --tw-text-opacity: 1 !important; color: rgba(20, 169, 71, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-orange:focus { --tw-text-opacity: 1 !important; color: rgba(254, 129, 58, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-purple:focus { --tw-text-opacity: 1 !important; color: rgba(144, 100, 191, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-red:focus { --tw-text-opacity: 1 !important; color: rgba(250, 87, 93, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-spring:focus { --tw-text-opacity: 1 !important; color: rgba(27, 169, 224, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-teal:focus { --tw-text-opacity: 1 !important; color: rgba(142, 212, 204, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-white:focus { --tw-text-opacity: 1 !important; color: rgba(255, 255, 255, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 202, 10, var(--tw-text-opacity)) !important; } .\32xl-focus-text-grey-10:focus { --tw-text-opacity: 1 !important; color: rgba(244, 245, 240, var(--tw-text-opacity)) !important; } .\32xl-focus-text-grey-20:focus { --tw-text-opacity: 1 !important; color: rgba(233, 234, 228, var(--tw-text-opacity)) !important; } .\32xl-focus-text-grey-30:focus { --tw-text-opacity: 1 !important; color: rgba(223, 223, 215, var(--tw-text-opacity)) !important; } .\32xl-focus-text-grey-40:focus { --tw-text-opacity: 1 !important; color: rgba(193, 193, 186, var(--tw-text-opacity)) !important; } .\32xl-focus-text-grey-5:focus { --tw-text-opacity: 1 !important; color: rgba(247, 247, 247, var(--tw-text-opacity)) !important; } .\32xl-focus-text-grey-50:focus { --tw-text-opacity: 1 !important; color: rgba(155, 155, 148, var(--tw-text-opacity)) !important; } .\32xl-focus-text-grey-60:focus { --tw-text-opacity: 1 !important; color: rgba(113, 113, 108, var(--tw-text-opacity)) !important; } .\32xl-focus-text-grey-70:focus { --tw-text-opacity: 1 !important; color: rgba(81, 81, 81, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cball-blue:focus { --tw-text-opacity: 1 !important; color: rgba(87, 105, 149, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cball-dark-blue:focus { --tw-text-opacity: 1 !important; color: rgba(53, 67, 99, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cball-purple:focus { --tw-text-opacity: 1 !important; color: rgba(10, 16, 31, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-spring-yellow:focus { --tw-text-opacity: 1 !important; color: rgba(255, 201, 7, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-spring-dk-blue:focus { --tw-text-opacity: 1 !important; color: rgba(30, 38, 88, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-spring-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(16, 128, 185, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-spring-lt-blue:focus { --tw-text-opacity: 1 !important; color: rgba(186, 227, 240, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-spring-dk-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 75, 61, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-spring-med-green:focus { --tw-text-opacity: 1 !important; color: rgba(0, 172, 127, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-spring-lt-green:focus { --tw-text-opacity: 1 !important; color: rgba(184, 227, 209, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-spring-black:focus { --tw-text-opacity: 1 !important; color: rgba(26, 26, 26, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-spring-off-white:focus { --tw-text-opacity: 1 !important; color: rgba(253, 244, 226, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-spring-peach:focus { --tw-text-opacity: 1 !important; color: rgba(232, 138, 120, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-navy:focus { --tw-text-opacity: 1 !important; color: rgba(0, 51, 102, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-med-blue:focus { --tw-text-opacity: 1 !important; color: rgba(119, 168, 187, var(--tw-text-opacity)) !important; } .\32xl-focus-text-cw-dk-orange:focus { --tw-text-opacity: 1 !important; color: rgba(191, 108, 70, var(--tw-text-opacity)) !important; } .\32xl-focus-text-sc-teal:focus { --tw-text-opacity: 1 !important; color: rgba(67, 178, 154, var(--tw-text-opacity)) !important; } .\32xl-focus-text-sc-green:focus { --tw-text-opacity: 1 !important; color: rgba(125, 184, 126, var(--tw-text-opacity)) !important; } .\32xl-focus-text-sc-sand:focus { --tw-text-opacity: 1 !important; color: rgba(249, 247, 233, var(--tw-text-opacity)) !important; } .\32xl-text-opacity-0 { --tw-text-opacity: 0 !important; } .\32xl-text-opacity-5 { --tw-text-opacity: 0.05 !important; } .\32xl-text-opacity-10 { --tw-text-opacity: 0.1 !important; } .\32xl-text-opacity-20 { --tw-text-opacity: 0.2 !important; } .\32xl-text-opacity-25 { --tw-text-opacity: 0.25 !important; } .\32xl-text-opacity-30 { --tw-text-opacity: 0.3 !important; } .\32xl-text-opacity-40 { --tw-text-opacity: 0.4 !important; } .\32xl-text-opacity-50 { --tw-text-opacity: 0.5 !important; } .\32xl-text-opacity-60 { --tw-text-opacity: 0.6 !important; } .\32xl-text-opacity-70 { --tw-text-opacity: 0.7 !important; } .\32xl-text-opacity-75 { --tw-text-opacity: 0.75 !important; } .\32xl-text-opacity-80 { --tw-text-opacity: 0.8 !important; } .\32xl-text-opacity-90 { --tw-text-opacity: 0.9 !important; } .\32xl-text-opacity-95 { --tw-text-opacity: 0.95 !important; } .\32xl-text-opacity-100 { --tw-text-opacity: 1 !important; } .group:hover .\32xl-group-hover-text-opacity-0 { --tw-text-opacity: 0 !important; } .group:hover .\32xl-group-hover-text-opacity-5 { --tw-text-opacity: 0.05 !important; } .group:hover .\32xl-group-hover-text-opacity-10 { --tw-text-opacity: 0.1 !important; } .group:hover .\32xl-group-hover-text-opacity-20 { --tw-text-opacity: 0.2 !important; } .group:hover .\32xl-group-hover-text-opacity-25 { --tw-text-opacity: 0.25 !important; } .group:hover .\32xl-group-hover-text-opacity-30 { --tw-text-opacity: 0.3 !important; } .group:hover .\32xl-group-hover-text-opacity-40 { --tw-text-opacity: 0.4 !important; } .group:hover .\32xl-group-hover-text-opacity-50 { --tw-text-opacity: 0.5 !important; } .group:hover .\32xl-group-hover-text-opacity-60 { --tw-text-opacity: 0.6 !important; } .group:hover .\32xl-group-hover-text-opacity-70 { --tw-text-opacity: 0.7 !important; } .group:hover .\32xl-group-hover-text-opacity-75 { --tw-text-opacity: 0.75 !important; } .group:hover .\32xl-group-hover-text-opacity-80 { --tw-text-opacity: 0.8 !important; } .group:hover .\32xl-group-hover-text-opacity-90 { --tw-text-opacity: 0.9 !important; } .group:hover .\32xl-group-hover-text-opacity-95 { --tw-text-opacity: 0.95 !important; } .group:hover .\32xl-group-hover-text-opacity-100 { --tw-text-opacity: 1 !important; } .\32xl-focus-within-text-opacity-0:focus-within { --tw-text-opacity: 0 !important; } .\32xl-focus-within-text-opacity-5:focus-within { --tw-text-opacity: 0.05 !important; } .\32xl-focus-within-text-opacity-10:focus-within { --tw-text-opacity: 0.1 !important; } .\32xl-focus-within-text-opacity-20:focus-within { --tw-text-opacity: 0.2 !important; } .\32xl-focus-within-text-opacity-25:focus-within { --tw-text-opacity: 0.25 !important; } .\32xl-focus-within-text-opacity-30:focus-within { --tw-text-opacity: 0.3 !important; } .\32xl-focus-within-text-opacity-40:focus-within { --tw-text-opacity: 0.4 !important; } .\32xl-focus-within-text-opacity-50:focus-within { --tw-text-opacity: 0.5 !important; } .\32xl-focus-within-text-opacity-60:focus-within { --tw-text-opacity: 0.6 !important; } .\32xl-focus-within-text-opacity-70:focus-within { --tw-text-opacity: 0.7 !important; } .\32xl-focus-within-text-opacity-75:focus-within { --tw-text-opacity: 0.75 !important; } .\32xl-focus-within-text-opacity-80:focus-within { --tw-text-opacity: 0.8 !important; } .\32xl-focus-within-text-opacity-90:focus-within { --tw-text-opacity: 0.9 !important; } .\32xl-focus-within-text-opacity-95:focus-within { --tw-text-opacity: 0.95 !important; } .\32xl-focus-within-text-opacity-100:focus-within { --tw-text-opacity: 1 !important; } .\32xl-hover-text-opacity-0:hover { --tw-text-opacity: 0 !important; } .\32xl-hover-text-opacity-5:hover { --tw-text-opacity: 0.05 !important; } .\32xl-hover-text-opacity-10:hover { --tw-text-opacity: 0.1 !important; } .\32xl-hover-text-opacity-20:hover { --tw-text-opacity: 0.2 !important; } .\32xl-hover-text-opacity-25:hover { --tw-text-opacity: 0.25 !important; } .\32xl-hover-text-opacity-30:hover { --tw-text-opacity: 0.3 !important; } .\32xl-hover-text-opacity-40:hover { --tw-text-opacity: 0.4 !important; } .\32xl-hover-text-opacity-50:hover { --tw-text-opacity: 0.5 !important; } .\32xl-hover-text-opacity-60:hover { --tw-text-opacity: 0.6 !important; } .\32xl-hover-text-opacity-70:hover { --tw-text-opacity: 0.7 !important; } .\32xl-hover-text-opacity-75:hover { --tw-text-opacity: 0.75 !important; } .\32xl-hover-text-opacity-80:hover { --tw-text-opacity: 0.8 !important; } .\32xl-hover-text-opacity-90:hover { --tw-text-opacity: 0.9 !important; } .\32xl-hover-text-opacity-95:hover { --tw-text-opacity: 0.95 !important; } .\32xl-hover-text-opacity-100:hover { --tw-text-opacity: 1 !important; } .\32xl-focus-text-opacity-0:focus { --tw-text-opacity: 0 !important; } .\32xl-focus-text-opacity-5:focus { --tw-text-opacity: 0.05 !important; } .\32xl-focus-text-opacity-10:focus { --tw-text-opacity: 0.1 !important; } .\32xl-focus-text-opacity-20:focus { --tw-text-opacity: 0.2 !important; } .\32xl-focus-text-opacity-25:focus { --tw-text-opacity: 0.25 !important; } .\32xl-focus-text-opacity-30:focus { --tw-text-opacity: 0.3 !important; } .\32xl-focus-text-opacity-40:focus { --tw-text-opacity: 0.4 !important; } .\32xl-focus-text-opacity-50:focus { --tw-text-opacity: 0.5 !important; } .\32xl-focus-text-opacity-60:focus { --tw-text-opacity: 0.6 !important; } .\32xl-focus-text-opacity-70:focus { --tw-text-opacity: 0.7 !important; } .\32xl-focus-text-opacity-75:focus { --tw-text-opacity: 0.75 !important; } .\32xl-focus-text-opacity-80:focus { --tw-text-opacity: 0.8 !important; } .\32xl-focus-text-opacity-90:focus { --tw-text-opacity: 0.9 !important; } .\32xl-focus-text-opacity-95:focus { --tw-text-opacity: 0.95 !important; } .\32xl-focus-text-opacity-100:focus { --tw-text-opacity: 1 !important; } .\32xl-truncate { overflow: hidden !important; white-space: nowrap !important; } .\32xl-overflow-ellipsis, .\32xl-truncate { text-overflow: ellipsis !important; } .\32xl-overflow-clip { text-overflow: clip !important; } .\32xl-italic { font-style: italic !important; } .\32xl-not-italic { font-style: normal !important; } .\32xl-uppercase { text-transform: uppercase !important; } .\32xl-lowercase { text-transform: lowercase !important; } .\32xl-capitalize { text-transform: capitalize !important; } .\32xl-normal-case { text-transform: none !important; } .\32xl-underline { text-decoration: underline !important; } .\32xl-line-through { text-decoration: line-through !important; } .\32xl-no-underline { text-decoration: none !important; } .group:hover .\32xl-group-hover-underline { text-decoration: underline !important; } .group:hover .\32xl-group-hover-line-through { text-decoration: line-through !important; } .group:hover .\32xl-group-hover-no-underline { text-decoration: none !important; } .\32xl-focus-within-underline:focus-within { text-decoration: underline !important; } .\32xl-focus-within-line-through:focus-within { text-decoration: line-through !important; } .\32xl-focus-within-no-underline:focus-within { text-decoration: none !important; } .\32xl-hover-underline:hover { text-decoration: underline !important; } .\32xl-hover-line-through:hover { text-decoration: line-through !important; } .\32xl-hover-no-underline:hover { text-decoration: none !important; } .\32xl-focus-underline:focus { text-decoration: underline !important; } .\32xl-focus-line-through:focus { text-decoration: line-through !important; } .\32xl-focus-no-underline:focus { text-decoration: none !important; } .\32xl-antialiased { -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; } .\32xl-subpixel-antialiased { -webkit-font-smoothing: auto !important; -moz-osx-font-smoothing: auto !important; } .\32xl-diagonal-fractions, .\32xl-lining-nums, .\32xl-oldstyle-nums, .\32xl-ordinal, .\32xl-proportional-nums, .\32xl-slashed-zero, .\32xl-stacked-fractions, .\32xl-tabular-nums { --tw-ordinal: var(--tw-empty, /*!*/ /*!*/) !important; --tw-slashed-zero: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-figure: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-spacing: var(--tw-empty, /*!*/ /*!*/) !important; --tw-numeric-fraction: var(--tw-empty, /*!*/ /*!*/) !important; font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important; } .\32xl-normal-nums { font-feature-settings: normal !important; font-variant-numeric: normal !important; } .\32xl-ordinal { --tw-ordinal: ordinal !important; } .\32xl-slashed-zero { --tw-slashed-zero: slashed-zero !important; } .\32xl-lining-nums { --tw-numeric-figure: lining-nums !important; } .\32xl-oldstyle-nums { --tw-numeric-figure: oldstyle-nums !important; } .\32xl-proportional-nums { --tw-numeric-spacing: proportional-nums !important; } .\32xl-tabular-nums { --tw-numeric-spacing: tabular-nums !important; } .\32xl-diagonal-fractions { --tw-numeric-fraction: diagonal-fractions !important; } .\32xl-stacked-fractions { --tw-numeric-fraction: stacked-fractions !important; } .\32xl-tracking-tight { letter-spacing: -0.05em !important; } .\32xl-tracking-normal { letter-spacing: 0 !important; } .\32xl-tracking-wide { letter-spacing: 0.05em !important; } .\32xl-tracking-relative-wider { letter-spacing: 0.0625rem !important; } .\32xl-tracking-px { letter-spacing: 1px !important; } .\32xl-select-none { -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .\32xl-select-text { -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; } .\32xl-select-all { -moz-user-select: all !important; -ms-user-select: all !important; user-select: all !important; } .\32xl-select-auto { -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; } .\32xl-align-baseline { vertical-align: baseline !important; } .\32xl-align-top { vertical-align: top !important; } .\32xl-align-middle { vertical-align: middle !important; } .\32xl-align-bottom { vertical-align: bottom !important; } .\32xl-align-text-top { vertical-align: text-top !important; } .\32xl-align-text-bottom { vertical-align: text-bottom !important; } .\32xl-visible { visibility: visible !important; } .\32xl-invisible { visibility: hidden !important; } .\32xl-whitespace-normal { white-space: normal !important; } .\32xl-whitespace-nowrap { white-space: nowrap !important; } .\32xl-whitespace-pre { white-space: pre !important; } .\32xl-whitespace-pre-line { white-space: pre-line !important; } .\32xl-whitespace-pre-wrap { white-space: pre-wrap !important; } .\32xl-break-normal { overflow-wrap: normal !important; word-break: normal !important; } .\32xl-break-words { overflow-wrap: break-word !important; } .\32xl-break-all { word-break: break-all !important; } .\32xl-w-0 { width: 0 !important; } .\32xl-w-1 { width: 0.25rem !important; } .\32xl-w-2 { width: 0.5rem !important; } .\32xl-w-3 { width: 0.75rem !important; } .\32xl-w-4 { width: 1rem !important; } .\32xl-w-5 { width: 1.25rem !important; } .\32xl-w-6 { width: 1.5rem !important; } .\32xl-w-7 { width: 1.75rem !important; } .\32xl-w-8 { width: 2rem !important; } .\32xl-w-9 { width: 2.25rem !important; } .\32xl-w-10 { width: 2.5rem !important; } .\32xl-w-11 { width: 2.75rem !important; } .\32xl-w-12 { width: 3rem !important; } .\32xl-w-14 { width: 3.5rem !important; } .\32xl-w-16 { width: 4rem !important; } .\32xl-w-20 { width: 5rem !important; } .\32xl-w-24 { width: 6rem !important; } .\32xl-w-28 { width: 7rem !important; } .\32xl-w-32 { width: 8rem !important; } .\32xl-w-36 { width: 9rem !important; } .\32xl-w-40 { width: 10rem !important; } .\32xl-w-44 { width: 11rem !important; } .\32xl-w-48 { width: 12rem !important; } .\32xl-w-52 { width: 13rem !important; } .\32xl-w-56 { width: 14rem !important; } .\32xl-w-60 { width: 15rem !important; } .\32xl-w-64 { width: 16rem !important; } .\32xl-w-72 { width: 18rem !important; } .\32xl-w-80 { width: 20rem !important; } .\32xl-w-96 { width: 24rem !important; } .\32xl-w-auto { width: auto !important; } .\32xl-w-px { width: 1px !important; } .\32xl-w-0\.5 { width: 0.125rem !important; } .\32xl-w-1\.5 { width: 0.375rem !important; } .\32xl-w-2\.5 { width: 0.625rem !important; } .\32xl-w-3\.5 { width: 0.875rem !important; } .\32xl-w-1\/2 { width: 50% !important; } .\32xl-w-1\/3 { width: 33.333333% !important; } .\32xl-w-2\/3 { width: 66.666667% !important; } .\32xl-w-1\/4 { width: 25% !important; } .\32xl-w-2\/4 { width: 50% !important; } .\32xl-w-3\/4 { width: 75% !important; } .\32xl-w-1\/5 { width: 20% !important; } .\32xl-w-2\/5 { width: 40% !important; } .\32xl-w-3\/5 { width: 60% !important; } .\32xl-w-4\/5 { width: 80% !important; } .\32xl-w-1\/6 { width: 16.666667% !important; } .\32xl-w-2\/6 { width: 33.333333% !important; } .\32xl-w-3\/6 { width: 50% !important; } .\32xl-w-4\/6 { width: 66.666667% !important; } .\32xl-w-5\/6 { width: 83.333333% !important; } .\32xl-w-1\/12 { width: 8.333333% !important; } .\32xl-w-2\/12 { width: 16.666667% !important; } .\32xl-w-3\/12 { width: 25% !important; } .\32xl-w-4\/12 { width: 33.333333% !important; } .\32xl-w-5\/12 { width: 41.666667% !important; } .\32xl-w-6\/12 { width: 50% !important; } .\32xl-w-7\/12 { width: 58.333333% !important; } .\32xl-w-8\/12 { width: 66.666667% !important; } .\32xl-w-9\/12 { width: 75% !important; } .\32xl-w-10\/12 { width: 83.333333% !important; } .\32xl-w-11\/12 { width: 91.666667% !important; } .\32xl-w-full { width: 100% !important; } .\32xl-w-screen { width: 100vw !important; } .\32xl-w-min { width: -moz-min-content !important; width: min-content !important; } .\32xl-w-max { width: -moz-max-content !important; width: max-content !important; } .\32xl-z-0 { z-index: 0 !important; } .\32xl-z-10 { z-index: 10 !important; } .\32xl-z-20 { z-index: 20 !important; } .\32xl-z-30 { z-index: 30 !important; } .\32xl-z-40 { z-index: 40 !important; } .\32xl-z-50 { z-index: 50 !important; } .\32xl-z-auto { z-index: auto !important; } .\32xl-z-over-content { z-index: 100000 !important; } .\32xl-focus-within-z-0:focus-within { z-index: 0 !important; } .\32xl-focus-within-z-10:focus-within { z-index: 10 !important; } .\32xl-focus-within-z-20:focus-within { z-index: 20 !important; } .\32xl-focus-within-z-30:focus-within { z-index: 30 !important; } .\32xl-focus-within-z-40:focus-within { z-index: 40 !important; } .\32xl-focus-within-z-50:focus-within { z-index: 50 !important; } .\32xl-focus-within-z-auto:focus-within { z-index: auto !important; } .\32xl-focus-within-z-over-content:focus-within { z-index: 100000 !important; } .\32xl-focus-z-0:focus { z-index: 0 !important; } .\32xl-focus-z-10:focus { z-index: 10 !important; } .\32xl-focus-z-20:focus { z-index: 20 !important; } .\32xl-focus-z-30:focus { z-index: 30 !important; } .\32xl-focus-z-40:focus { z-index: 40 !important; } .\32xl-focus-z-50:focus { z-index: 50 !important; } .\32xl-focus-z-auto:focus { z-index: auto !important; } .\32xl-focus-z-over-content:focus { z-index: 100000 !important; } .\32xl-gap-0 { grid-gap: 0 !important; gap: 0 !important; } .\32xl-gap-1 { grid-gap: 0.25rem !important; gap: 0.25rem !important; } .\32xl-gap-2 { grid-gap: 0.5rem !important; gap: 0.5rem !important; } .\32xl-gap-3 { grid-gap: 0.75rem !important; gap: 0.75rem !important; } .\32xl-gap-4 { grid-gap: 1rem !important; gap: 1rem !important; } .\32xl-gap-5 { grid-gap: 1.25rem !important; gap: 1.25rem !important; } .\32xl-gap-6 { grid-gap: 1.5rem !important; gap: 1.5rem !important; } .\32xl-gap-7 { grid-gap: 1.75rem !important; gap: 1.75rem !important; } .\32xl-gap-8 { grid-gap: 2rem !important; gap: 2rem !important; } .\32xl-gap-9 { grid-gap: 2.25rem !important; gap: 2.25rem !important; } .\32xl-gap-10 { grid-gap: 2.5rem !important; gap: 2.5rem !important; } .\32xl-gap-11 { grid-gap: 2.75rem !important; gap: 2.75rem !important; } .\32xl-gap-12 { grid-gap: 3rem !important; gap: 3rem !important; } .\32xl-gap-14 { grid-gap: 3.5rem !important; gap: 3.5rem !important; } .\32xl-gap-16 { grid-gap: 4rem !important; gap: 4rem !important; } .\32xl-gap-20 { grid-gap: 5rem !important; gap: 5rem !important; } .\32xl-gap-24 { grid-gap: 6rem !important; gap: 6rem !important; } .\32xl-gap-28 { grid-gap: 7rem !important; gap: 7rem !important; } .\32xl-gap-32 { grid-gap: 8rem !important; gap: 8rem !important; } .\32xl-gap-36 { grid-gap: 9rem !important; gap: 9rem !important; } .\32xl-gap-40 { grid-gap: 10rem !important; gap: 10rem !important; } .\32xl-gap-44 { grid-gap: 11rem !important; gap: 11rem !important; } .\32xl-gap-48 { grid-gap: 12rem !important; gap: 12rem !important; } .\32xl-gap-52 { grid-gap: 13rem !important; gap: 13rem !important; } .\32xl-gap-56 { grid-gap: 14rem !important; gap: 14rem !important; } .\32xl-gap-60 { grid-gap: 15rem !important; gap: 15rem !important; } .\32xl-gap-64 { grid-gap: 16rem !important; gap: 16rem !important; } .\32xl-gap-72 { grid-gap: 18rem !important; gap: 18rem !important; } .\32xl-gap-80 { grid-gap: 20rem !important; gap: 20rem !important; } .\32xl-gap-96 { grid-gap: 24rem !important; gap: 24rem !important; } .\32xl-gap-px { grid-gap: 1px !important; gap: 1px !important; } .\32xl-gap-0\.5 { grid-gap: 0.125rem !important; gap: 0.125rem !important; } .\32xl-gap-1\.5 { grid-gap: 0.375rem !important; gap: 0.375rem !important; } .\32xl-gap-2\.5 { grid-gap: 0.625rem !important; gap: 0.625rem !important; } .\32xl-gap-3\.5 { grid-gap: 0.875rem !important; gap: 0.875rem !important; } .\32xl-gap-x-0 { -moz-column-gap: 0 !important; grid-column-gap: 0 !important; column-gap: 0 !important; } .\32xl-gap-x-1 { -moz-column-gap: 0.25rem !important; grid-column-gap: 0.25rem !important; column-gap: 0.25rem !important; } .\32xl-gap-x-2 { -moz-column-gap: 0.5rem !important; grid-column-gap: 0.5rem !important; column-gap: 0.5rem !important; } .\32xl-gap-x-3 { -moz-column-gap: 0.75rem !important; grid-column-gap: 0.75rem !important; column-gap: 0.75rem !important; } .\32xl-gap-x-4 { -moz-column-gap: 1rem !important; grid-column-gap: 1rem !important; column-gap: 1rem !important; } .\32xl-gap-x-5 { -moz-column-gap: 1.25rem !important; grid-column-gap: 1.25rem !important; column-gap: 1.25rem !important; } .\32xl-gap-x-6 { -moz-column-gap: 1.5rem !important; grid-column-gap: 1.5rem !important; column-gap: 1.5rem !important; } .\32xl-gap-x-7 { -moz-column-gap: 1.75rem !important; grid-column-gap: 1.75rem !important; column-gap: 1.75rem !important; } .\32xl-gap-x-8 { -moz-column-gap: 2rem !important; grid-column-gap: 2rem !important; column-gap: 2rem !important; } .\32xl-gap-x-9 { -moz-column-gap: 2.25rem !important; grid-column-gap: 2.25rem !important; column-gap: 2.25rem !important; } .\32xl-gap-x-10 { -moz-column-gap: 2.5rem !important; grid-column-gap: 2.5rem !important; column-gap: 2.5rem !important; } .\32xl-gap-x-11 { -moz-column-gap: 2.75rem !important; grid-column-gap: 2.75rem !important; column-gap: 2.75rem !important; } .\32xl-gap-x-12 { -moz-column-gap: 3rem !important; grid-column-gap: 3rem !important; column-gap: 3rem !important; } .\32xl-gap-x-14 { -moz-column-gap: 3.5rem !important; grid-column-gap: 3.5rem !important; column-gap: 3.5rem !important; } .\32xl-gap-x-16 { -moz-column-gap: 4rem !important; grid-column-gap: 4rem !important; column-gap: 4rem !important; } .\32xl-gap-x-20 { -moz-column-gap: 5rem !important; grid-column-gap: 5rem !important; column-gap: 5rem !important; } .\32xl-gap-x-24 { -moz-column-gap: 6rem !important; grid-column-gap: 6rem !important; column-gap: 6rem !important; } .\32xl-gap-x-28 { -moz-column-gap: 7rem !important; grid-column-gap: 7rem !important; column-gap: 7rem !important; } .\32xl-gap-x-32 { -moz-column-gap: 8rem !important; grid-column-gap: 8rem !important; column-gap: 8rem !important; } .\32xl-gap-x-36 { -moz-column-gap: 9rem !important; grid-column-gap: 9rem !important; column-gap: 9rem !important; } .\32xl-gap-x-40 { -moz-column-gap: 10rem !important; grid-column-gap: 10rem !important; column-gap: 10rem !important; } .\32xl-gap-x-44 { -moz-column-gap: 11rem !important; grid-column-gap: 11rem !important; column-gap: 11rem !important; } .\32xl-gap-x-48 { -moz-column-gap: 12rem !important; grid-column-gap: 12rem !important; column-gap: 12rem !important; } .\32xl-gap-x-52 { -moz-column-gap: 13rem !important; grid-column-gap: 13rem !important; column-gap: 13rem !important; } .\32xl-gap-x-56 { -moz-column-gap: 14rem !important; grid-column-gap: 14rem !important; column-gap: 14rem !important; } .\32xl-gap-x-60 { -moz-column-gap: 15rem !important; grid-column-gap: 15rem !important; column-gap: 15rem !important; } .\32xl-gap-x-64 { -moz-column-gap: 16rem !important; grid-column-gap: 16rem !important; column-gap: 16rem !important; } .\32xl-gap-x-72 { -moz-column-gap: 18rem !important; grid-column-gap: 18rem !important; column-gap: 18rem !important; } .\32xl-gap-x-80 { -moz-column-gap: 20rem !important; grid-column-gap: 20rem !important; column-gap: 20rem !important; } .\32xl-gap-x-96 { -moz-column-gap: 24rem !important; grid-column-gap: 24rem !important; column-gap: 24rem !important; } .\32xl-gap-x-px { -moz-column-gap: 1px !important; grid-column-gap: 1px !important; column-gap: 1px !important; } .\32xl-gap-x-0\.5 { -moz-column-gap: 0.125rem !important; grid-column-gap: 0.125rem !important; column-gap: 0.125rem !important; } .\32xl-gap-x-1\.5 { -moz-column-gap: 0.375rem !important; grid-column-gap: 0.375rem !important; column-gap: 0.375rem !important; } .\32xl-gap-x-2\.5 { -moz-column-gap: 0.625rem !important; grid-column-gap: 0.625rem !important; column-gap: 0.625rem !important; } .\32xl-gap-x-3\.5 { -moz-column-gap: 0.875rem !important; grid-column-gap: 0.875rem !important; column-gap: 0.875rem !important; } .\32xl-gap-y-0 { grid-row-gap: 0 !important; row-gap: 0 !important; } .\32xl-gap-y-1 { grid-row-gap: 0.25rem !important; row-gap: 0.25rem !important; } .\32xl-gap-y-2 { grid-row-gap: 0.5rem !important; row-gap: 0.5rem !important; } .\32xl-gap-y-3 { grid-row-gap: 0.75rem !important; row-gap: 0.75rem !important; } .\32xl-gap-y-4 { grid-row-gap: 1rem !important; row-gap: 1rem !important; } .\32xl-gap-y-5 { grid-row-gap: 1.25rem !important; row-gap: 1.25rem !important; } .\32xl-gap-y-6 { grid-row-gap: 1.5rem !important; row-gap: 1.5rem !important; } .\32xl-gap-y-7 { grid-row-gap: 1.75rem !important; row-gap: 1.75rem !important; } .\32xl-gap-y-8 { grid-row-gap: 2rem !important; row-gap: 2rem !important; } .\32xl-gap-y-9 { grid-row-gap: 2.25rem !important; row-gap: 2.25rem !important; } .\32xl-gap-y-10 { grid-row-gap: 2.5rem !important; row-gap: 2.5rem !important; } .\32xl-gap-y-11 { grid-row-gap: 2.75rem !important; row-gap: 2.75rem !important; } .\32xl-gap-y-12 { grid-row-gap: 3rem !important; row-gap: 3rem !important; } .\32xl-gap-y-14 { grid-row-gap: 3.5rem !important; row-gap: 3.5rem !important; } .\32xl-gap-y-16 { grid-row-gap: 4rem !important; row-gap: 4rem !important; } .\32xl-gap-y-20 { grid-row-gap: 5rem !important; row-gap: 5rem !important; } .\32xl-gap-y-24 { grid-row-gap: 6rem !important; row-gap: 6rem !important; } .\32xl-gap-y-28 { grid-row-gap: 7rem !important; row-gap: 7rem !important; } .\32xl-gap-y-32 { grid-row-gap: 8rem !important; row-gap: 8rem !important; } .\32xl-gap-y-36 { grid-row-gap: 9rem !important; row-gap: 9rem !important; } .\32xl-gap-y-40 { grid-row-gap: 10rem !important; row-gap: 10rem !important; } .\32xl-gap-y-44 { grid-row-gap: 11rem !important; row-gap: 11rem !important; } .\32xl-gap-y-48 { grid-row-gap: 12rem !important; row-gap: 12rem !important; } .\32xl-gap-y-52 { grid-row-gap: 13rem !important; row-gap: 13rem !important; } .\32xl-gap-y-56 { grid-row-gap: 14rem !important; row-gap: 14rem !important; } .\32xl-gap-y-60 { grid-row-gap: 15rem !important; row-gap: 15rem !important; } .\32xl-gap-y-64 { grid-row-gap: 16rem !important; row-gap: 16rem !important; } .\32xl-gap-y-72 { grid-row-gap: 18rem !important; row-gap: 18rem !important; } .\32xl-gap-y-80 { grid-row-gap: 20rem !important; row-gap: 20rem !important; } .\32xl-gap-y-96 { grid-row-gap: 24rem !important; row-gap: 24rem !important; } .\32xl-gap-y-px { grid-row-gap: 1px !important; row-gap: 1px !important; } .\32xl-gap-y-0\.5 { grid-row-gap: 0.125rem !important; row-gap: 0.125rem !important; } .\32xl-gap-y-1\.5 { grid-row-gap: 0.375rem !important; row-gap: 0.375rem !important; } .\32xl-gap-y-2\.5 { grid-row-gap: 0.625rem !important; row-gap: 0.625rem !important; } .\32xl-gap-y-3\.5 { grid-row-gap: 0.875rem !important; row-gap: 0.875rem !important; } .\32xl-grid-flow-row { grid-auto-flow: row !important; } .\32xl-grid-flow-col { grid-auto-flow: column !important; } .\32xl-grid-flow-row-dense { grid-auto-flow: row dense !important; } .\32xl-grid-flow-col-dense { grid-auto-flow: column dense !important; } .\32xl-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .\32xl-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .\32xl-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .\32xl-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .\32xl-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } .\32xl-grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; } .\32xl-grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; } .\32xl-grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; } .\32xl-grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)) !important; } .\32xl-grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)) !important; } .\32xl-grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)) !important; } .\32xl-grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; } .\32xl-grid-cols-none { grid-template-columns: none !important; } .\32xl-auto-cols-auto { grid-auto-columns: auto !important; } .\32xl-auto-cols-min { grid-auto-columns: min-content !important; } .\32xl-auto-cols-max { grid-auto-columns: max-content !important; } .\32xl-auto-cols-fr { grid-auto-columns: minmax(0, 1fr) !important; } .\32xl-col-auto { grid-column: auto !important; } .\32xl-col-span-1 { grid-column: span 1 / span 1 !important; } .\32xl-col-span-2 { grid-column: span 2 / span 2 !important; } .\32xl-col-span-3 { grid-column: span 3 / span 3 !important; } .\32xl-col-span-4 { grid-column: span 4 / span 4 !important; } .\32xl-col-span-5 { grid-column: span 5 / span 5 !important; } .\32xl-col-span-6 { grid-column: span 6 / span 6 !important; } .\32xl-col-span-7 { grid-column: span 7 / span 7 !important; } .\32xl-col-span-8 { grid-column: span 8 / span 8 !important; } .\32xl-col-span-9 { grid-column: span 9 / span 9 !important; } .\32xl-col-span-10 { grid-column: span 10 / span 10 !important; } .\32xl-col-span-11 { grid-column: span 11 / span 11 !important; } .\32xl-col-span-12 { grid-column: span 12 / span 12 !important; } .\32xl-col-span-full { grid-column: 1/-1 !important; } .\32xl-col-start-1 { grid-column-start: 1 !important; } .\32xl-col-start-2 { grid-column-start: 2 !important; } .\32xl-col-start-3 { grid-column-start: 3 !important; } .\32xl-col-start-4 { grid-column-start: 4 !important; } .\32xl-col-start-5 { grid-column-start: 5 !important; } .\32xl-col-start-6 { grid-column-start: 6 !important; } .\32xl-col-start-7 { grid-column-start: 7 !important; } .\32xl-col-start-8 { grid-column-start: 8 !important; } .\32xl-col-start-9 { grid-column-start: 9 !important; } .\32xl-col-start-10 { grid-column-start: 10 !important; } .\32xl-col-start-11 { grid-column-start: 11 !important; } .\32xl-col-start-12 { grid-column-start: 12 !important; } .\32xl-col-start-13 { grid-column-start: 13 !important; } .\32xl-col-start-auto { grid-column-start: auto !important; } .\32xl-col-end-1 { grid-column-end: 1 !important; } .\32xl-col-end-2 { grid-column-end: 2 !important; } .\32xl-col-end-3 { grid-column-end: 3 !important; } .\32xl-col-end-4 { grid-column-end: 4 !important; } .\32xl-col-end-5 { grid-column-end: 5 !important; } .\32xl-col-end-6 { grid-column-end: 6 !important; } .\32xl-col-end-7 { grid-column-end: 7 !important; } .\32xl-col-end-8 { grid-column-end: 8 !important; } .\32xl-col-end-9 { grid-column-end: 9 !important; } .\32xl-col-end-10 { grid-column-end: 10 !important; } .\32xl-col-end-11 { grid-column-end: 11 !important; } .\32xl-col-end-12 { grid-column-end: 12 !important; } .\32xl-col-end-13 { grid-column-end: 13 !important; } .\32xl-col-end-auto { grid-column-end: auto !important; } .\32xl-grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)) !important; } .\32xl-grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)) !important; } .\32xl-grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)) !important; } .\32xl-grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)) !important; } .\32xl-grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)) !important; } .\32xl-grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)) !important; } .\32xl-grid-rows-none { grid-template-rows: none !important; } .\32xl-auto-rows-auto { grid-auto-rows: auto !important; } .\32xl-auto-rows-min { grid-auto-rows: min-content !important; } .\32xl-auto-rows-max { grid-auto-rows: max-content !important; } .\32xl-auto-rows-fr { grid-auto-rows: minmax(0, 1fr) !important; } .\32xl-row-auto { grid-row: auto !important; } .\32xl-row-span-1 { grid-row: span 1 / span 1 !important; } .\32xl-row-span-2 { grid-row: span 2 / span 2 !important; } .\32xl-row-span-3 { grid-row: span 3 / span 3 !important; } .\32xl-row-span-4 { grid-row: span 4 / span 4 !important; } .\32xl-row-span-5 { grid-row: span 5 / span 5 !important; } .\32xl-row-span-6 { grid-row: span 6 / span 6 !important; } .\32xl-row-span-full { grid-row: 1/-1 !important; } .\32xl-row-start-1 { grid-row-start: 1 !important; } .\32xl-row-start-2 { grid-row-start: 2 !important; } .\32xl-row-start-3 { grid-row-start: 3 !important; } .\32xl-row-start-4 { grid-row-start: 4 !important; } .\32xl-row-start-5 { grid-row-start: 5 !important; } .\32xl-row-start-6 { grid-row-start: 6 !important; } .\32xl-row-start-7 { grid-row-start: 7 !important; } .\32xl-row-start-auto { grid-row-start: auto !important; } .\32xl-row-end-1 { grid-row-end: 1 !important; } .\32xl-row-end-2 { grid-row-end: 2 !important; } .\32xl-row-end-3 { grid-row-end: 3 !important; } .\32xl-row-end-4 { grid-row-end: 4 !important; } .\32xl-row-end-5 { grid-row-end: 5 !important; } .\32xl-row-end-6 { grid-row-end: 6 !important; } .\32xl-row-end-7 { grid-row-end: 7 !important; } .\32xl-row-end-auto { grid-row-end: auto !important; } .\32xl-transform { transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .\32xl-transform, .\32xl-transform-gpu { --tw-translate-x: 0 !important; --tw-translate-y: 0 !important; --tw-rotate: 0 !important; --tw-skew-x: 0 !important; --tw-skew-y: 0 !important; --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .\32xl-transform-gpu { transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .\32xl-transform-none { transform: none !important; } .\32xl-origin-center { transform-origin: center !important; } .\32xl-origin-top { transform-origin: top !important; } .\32xl-origin-top-right { transform-origin: top right !important; } .\32xl-origin-right { transform-origin: right !important; } .\32xl-origin-bottom-right { transform-origin: bottom right !important; } .\32xl-origin-bottom { transform-origin: bottom !important; } .\32xl-origin-bottom-left { transform-origin: bottom left !important; } .\32xl-origin-left { transform-origin: left !important; } .\32xl-origin-top-left { transform-origin: top left !important; } .\32xl-scale-0 { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .\32xl-scale-50 { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .\32xl-scale-75 { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .\32xl-scale-90 { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .\32xl-scale-95 { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .\32xl-scale-100 { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .\32xl-scale-105 { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .\32xl-scale-110 { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .\32xl-scale-125 { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .\32xl-scale-150 { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .\32xl-scale-x-0 { --tw-scale-x: 0 !important; } .\32xl-scale-x-50 { --tw-scale-x: 0.5 !important; } .\32xl-scale-x-75 { --tw-scale-x: 0.75 !important; } .\32xl-scale-x-90 { --tw-scale-x: 0.9 !important; } .\32xl-scale-x-95 { --tw-scale-x: 0.95 !important; } .\32xl-scale-x-100 { --tw-scale-x: 1 !important; } .\32xl-scale-x-105 { --tw-scale-x: 1.05 !important; } .\32xl-scale-x-110 { --tw-scale-x: 1.1 !important; } .\32xl-scale-x-125 { --tw-scale-x: 1.25 !important; } .\32xl-scale-x-150 { --tw-scale-x: 1.5 !important; } .\32xl-scale-y-0 { --tw-scale-y: 0 !important; } .\32xl-scale-y-50 { --tw-scale-y: 0.5 !important; } .\32xl-scale-y-75 { --tw-scale-y: 0.75 !important; } .\32xl-scale-y-90 { --tw-scale-y: 0.9 !important; } .\32xl-scale-y-95 { --tw-scale-y: 0.95 !important; } .\32xl-scale-y-100 { --tw-scale-y: 1 !important; } .\32xl-scale-y-105 { --tw-scale-y: 1.05 !important; } .\32xl-scale-y-110 { --tw-scale-y: 1.1 !important; } .\32xl-scale-y-125 { --tw-scale-y: 1.25 !important; } .\32xl-scale-y-150 { --tw-scale-y: 1.5 !important; } .\32xl-hover-scale-0:hover { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .\32xl-hover-scale-50:hover { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .\32xl-hover-scale-75:hover { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .\32xl-hover-scale-90:hover { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .\32xl-hover-scale-95:hover { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .\32xl-hover-scale-100:hover { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .\32xl-hover-scale-105:hover { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .\32xl-hover-scale-110:hover { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .\32xl-hover-scale-125:hover { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .\32xl-hover-scale-150:hover { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .\32xl-hover-scale-x-0:hover { --tw-scale-x: 0 !important; } .\32xl-hover-scale-x-50:hover { --tw-scale-x: 0.5 !important; } .\32xl-hover-scale-x-75:hover { --tw-scale-x: 0.75 !important; } .\32xl-hover-scale-x-90:hover { --tw-scale-x: 0.9 !important; } .\32xl-hover-scale-x-95:hover { --tw-scale-x: 0.95 !important; } .\32xl-hover-scale-x-100:hover { --tw-scale-x: 1 !important; } .\32xl-hover-scale-x-105:hover { --tw-scale-x: 1.05 !important; } .\32xl-hover-scale-x-110:hover { --tw-scale-x: 1.1 !important; } .\32xl-hover-scale-x-125:hover { --tw-scale-x: 1.25 !important; } .\32xl-hover-scale-x-150:hover { --tw-scale-x: 1.5 !important; } .\32xl-hover-scale-y-0:hover { --tw-scale-y: 0 !important; } .\32xl-hover-scale-y-50:hover { --tw-scale-y: 0.5 !important; } .\32xl-hover-scale-y-75:hover { --tw-scale-y: 0.75 !important; } .\32xl-hover-scale-y-90:hover { --tw-scale-y: 0.9 !important; } .\32xl-hover-scale-y-95:hover { --tw-scale-y: 0.95 !important; } .\32xl-hover-scale-y-100:hover { --tw-scale-y: 1 !important; } .\32xl-hover-scale-y-105:hover { --tw-scale-y: 1.05 !important; } .\32xl-hover-scale-y-110:hover { --tw-scale-y: 1.1 !important; } .\32xl-hover-scale-y-125:hover { --tw-scale-y: 1.25 !important; } .\32xl-hover-scale-y-150:hover { --tw-scale-y: 1.5 !important; } .\32xl-focus-scale-0:focus { --tw-scale-x: 0 !important; --tw-scale-y: 0 !important; } .\32xl-focus-scale-50:focus { --tw-scale-x: 0.5 !important; --tw-scale-y: 0.5 !important; } .\32xl-focus-scale-75:focus { --tw-scale-x: 0.75 !important; --tw-scale-y: 0.75 !important; } .\32xl-focus-scale-90:focus { --tw-scale-x: 0.9 !important; --tw-scale-y: 0.9 !important; } .\32xl-focus-scale-95:focus { --tw-scale-x: 0.95 !important; --tw-scale-y: 0.95 !important; } .\32xl-focus-scale-100:focus { --tw-scale-x: 1 !important; --tw-scale-y: 1 !important; } .\32xl-focus-scale-105:focus { --tw-scale-x: 1.05 !important; --tw-scale-y: 1.05 !important; } .\32xl-focus-scale-110:focus { --tw-scale-x: 1.1 !important; --tw-scale-y: 1.1 !important; } .\32xl-focus-scale-125:focus { --tw-scale-x: 1.25 !important; --tw-scale-y: 1.25 !important; } .\32xl-focus-scale-150:focus { --tw-scale-x: 1.5 !important; --tw-scale-y: 1.5 !important; } .\32xl-focus-scale-x-0:focus { --tw-scale-x: 0 !important; } .\32xl-focus-scale-x-50:focus { --tw-scale-x: 0.5 !important; } .\32xl-focus-scale-x-75:focus { --tw-scale-x: 0.75 !important; } .\32xl-focus-scale-x-90:focus { --tw-scale-x: 0.9 !important; } .\32xl-focus-scale-x-95:focus { --tw-scale-x: 0.95 !important; } .\32xl-focus-scale-x-100:focus { --tw-scale-x: 1 !important; } .\32xl-focus-scale-x-105:focus { --tw-scale-x: 1.05 !important; } .\32xl-focus-scale-x-110:focus { --tw-scale-x: 1.1 !important; } .\32xl-focus-scale-x-125:focus { --tw-scale-x: 1.25 !important; } .\32xl-focus-scale-x-150:focus { --tw-scale-x: 1.5 !important; } .\32xl-focus-scale-y-0:focus { --tw-scale-y: 0 !important; } .\32xl-focus-scale-y-50:focus { --tw-scale-y: 0.5 !important; } .\32xl-focus-scale-y-75:focus { --tw-scale-y: 0.75 !important; } .\32xl-focus-scale-y-90:focus { --tw-scale-y: 0.9 !important; } .\32xl-focus-scale-y-95:focus { --tw-scale-y: 0.95 !important; } .\32xl-focus-scale-y-100:focus { --tw-scale-y: 1 !important; } .\32xl-focus-scale-y-105:focus { --tw-scale-y: 1.05 !important; } .\32xl-focus-scale-y-110:focus { --tw-scale-y: 1.1 !important; } .\32xl-focus-scale-y-125:focus { --tw-scale-y: 1.25 !important; } .\32xl-focus-scale-y-150:focus { --tw-scale-y: 1.5 !important; } .\32xl-rotate-0 { --tw-rotate: 0deg !important; } .\32xl-rotate-1 { --tw-rotate: 1deg !important; } .\32xl-rotate-2 { --tw-rotate: 2deg !important; } .\32xl-rotate-3 { --tw-rotate: 3deg !important; } .\32xl-rotate-6 { --tw-rotate: 6deg !important; } .\32xl-rotate-12 { --tw-rotate: 12deg !important; } .\32xl-rotate-45 { --tw-rotate: 45deg !important; } .\32xl-rotate-90 { --tw-rotate: 90deg !important; } .\32xl-rotate-180 { --tw-rotate: 180deg !important; } .\32xl--rotate-180 { --tw-rotate: -180deg !important; } .\32xl--rotate-90 { --tw-rotate: -90deg !important; } .\32xl--rotate-45 { --tw-rotate: -45deg !important; } .\32xl--rotate-12 { --tw-rotate: -12deg !important; } .\32xl--rotate-6 { --tw-rotate: -6deg !important; } .\32xl--rotate-3 { --tw-rotate: -3deg !important; } .\32xl--rotate-2 { --tw-rotate: -2deg !important; } .\32xl--rotate-1 { --tw-rotate: -1deg !important; } .\32xl-hover-rotate-0:hover { --tw-rotate: 0deg !important; } .\32xl-hover-rotate-1:hover { --tw-rotate: 1deg !important; } .\32xl-hover-rotate-2:hover { --tw-rotate: 2deg !important; } .\32xl-hover-rotate-3:hover { --tw-rotate: 3deg !important; } .\32xl-hover-rotate-6:hover { --tw-rotate: 6deg !important; } .\32xl-hover-rotate-12:hover { --tw-rotate: 12deg !important; } .\32xl-hover-rotate-45:hover { --tw-rotate: 45deg !important; } .\32xl-hover-rotate-90:hover { --tw-rotate: 90deg !important; } .\32xl-hover-rotate-180:hover { --tw-rotate: 180deg !important; } .\32xl-hover--rotate-180:hover { --tw-rotate: -180deg !important; } .\32xl-hover--rotate-90:hover { --tw-rotate: -90deg !important; } .\32xl-hover--rotate-45:hover { --tw-rotate: -45deg !important; } .\32xl-hover--rotate-12:hover { --tw-rotate: -12deg !important; } .\32xl-hover--rotate-6:hover { --tw-rotate: -6deg !important; } .\32xl-hover--rotate-3:hover { --tw-rotate: -3deg !important; } .\32xl-hover--rotate-2:hover { --tw-rotate: -2deg !important; } .\32xl-hover--rotate-1:hover { --tw-rotate: -1deg !important; } .\32xl-focus-rotate-0:focus { --tw-rotate: 0deg !important; } .\32xl-focus-rotate-1:focus { --tw-rotate: 1deg !important; } .\32xl-focus-rotate-2:focus { --tw-rotate: 2deg !important; } .\32xl-focus-rotate-3:focus { --tw-rotate: 3deg !important; } .\32xl-focus-rotate-6:focus { --tw-rotate: 6deg !important; } .\32xl-focus-rotate-12:focus { --tw-rotate: 12deg !important; } .\32xl-focus-rotate-45:focus { --tw-rotate: 45deg !important; } .\32xl-focus-rotate-90:focus { --tw-rotate: 90deg !important; } .\32xl-focus-rotate-180:focus { --tw-rotate: 180deg !important; } .\32xl-focus--rotate-180:focus { --tw-rotate: -180deg !important; } .\32xl-focus--rotate-90:focus { --tw-rotate: -90deg !important; } .\32xl-focus--rotate-45:focus { --tw-rotate: -45deg !important; } .\32xl-focus--rotate-12:focus { --tw-rotate: -12deg !important; } .\32xl-focus--rotate-6:focus { --tw-rotate: -6deg !important; } .\32xl-focus--rotate-3:focus { --tw-rotate: -3deg !important; } .\32xl-focus--rotate-2:focus { --tw-rotate: -2deg !important; } .\32xl-focus--rotate-1:focus { --tw-rotate: -1deg !important; } .\32xl-translate-x-0 { --tw-translate-x: 0px !important; } .\32xl-translate-x-1 { --tw-translate-x: 0.25rem !important; } .\32xl-translate-x-2 { --tw-translate-x: 0.5rem !important; } .\32xl-translate-x-3 { --tw-translate-x: 0.75rem !important; } .\32xl-translate-x-4 { --tw-translate-x: 1rem !important; } .\32xl-translate-x-5 { --tw-translate-x: 1.25rem !important; } .\32xl-translate-x-6 { --tw-translate-x: 1.5rem !important; } .\32xl-translate-x-7 { --tw-translate-x: 1.75rem !important; } .\32xl-translate-x-8 { --tw-translate-x: 2rem !important; } .\32xl-translate-x-9 { --tw-translate-x: 2.25rem !important; } .\32xl-translate-x-10 { --tw-translate-x: 2.5rem !important; } .\32xl-translate-x-11 { --tw-translate-x: 2.75rem !important; } .\32xl-translate-x-12 { --tw-translate-x: 3rem !important; } .\32xl-translate-x-14 { --tw-translate-x: 3.5rem !important; } .\32xl-translate-x-16 { --tw-translate-x: 4rem !important; } .\32xl-translate-x-20 { --tw-translate-x: 5rem !important; } .\32xl-translate-x-24 { --tw-translate-x: 6rem !important; } .\32xl-translate-x-28 { --tw-translate-x: 7rem !important; } .\32xl-translate-x-32 { --tw-translate-x: 8rem !important; } .\32xl-translate-x-36 { --tw-translate-x: 9rem !important; } .\32xl-translate-x-40 { --tw-translate-x: 10rem !important; } .\32xl-translate-x-44 { --tw-translate-x: 11rem !important; } .\32xl-translate-x-48 { --tw-translate-x: 12rem !important; } .\32xl-translate-x-52 { --tw-translate-x: 13rem !important; } .\32xl-translate-x-56 { --tw-translate-x: 14rem !important; } .\32xl-translate-x-60 { --tw-translate-x: 15rem !important; } .\32xl-translate-x-64 { --tw-translate-x: 16rem !important; } .\32xl-translate-x-72 { --tw-translate-x: 18rem !important; } .\32xl-translate-x-80 { --tw-translate-x: 20rem !important; } .\32xl-translate-x-96 { --tw-translate-x: 24rem !important; } .\32xl-translate-x-px { --tw-translate-x: 1px !important; } .\32xl-translate-x-0\.5 { --tw-translate-x: 0.125rem !important; } .\32xl-translate-x-1\.5 { --tw-translate-x: 0.375rem !important; } .\32xl-translate-x-2\.5 { --tw-translate-x: 0.625rem !important; } .\32xl-translate-x-3\.5 { --tw-translate-x: 0.875rem !important; } .\32xl--translate-x-0 { --tw-translate-x: 0px !important; } .\32xl--translate-x-1 { --tw-translate-x: -0.25rem !important; } .\32xl--translate-x-2 { --tw-translate-x: -0.5rem !important; } .\32xl--translate-x-3 { --tw-translate-x: -0.75rem !important; } .\32xl--translate-x-4 { --tw-translate-x: -1rem !important; } .\32xl--translate-x-5 { --tw-translate-x: -1.25rem !important; } .\32xl--translate-x-6 { --tw-translate-x: -1.5rem !important; } .\32xl--translate-x-7 { --tw-translate-x: -1.75rem !important; } .\32xl--translate-x-8 { --tw-translate-x: -2rem !important; } .\32xl--translate-x-9 { --tw-translate-x: -2.25rem !important; } .\32xl--translate-x-10 { --tw-translate-x: -2.5rem !important; } .\32xl--translate-x-11 { --tw-translate-x: -2.75rem !important; } .\32xl--translate-x-12 { --tw-translate-x: -3rem !important; } .\32xl--translate-x-14 { --tw-translate-x: -3.5rem !important; } .\32xl--translate-x-16 { --tw-translate-x: -4rem !important; } .\32xl--translate-x-20 { --tw-translate-x: -5rem !important; } .\32xl--translate-x-24 { --tw-translate-x: -6rem !important; } .\32xl--translate-x-28 { --tw-translate-x: -7rem !important; } .\32xl--translate-x-32 { --tw-translate-x: -8rem !important; } .\32xl--translate-x-36 { --tw-translate-x: -9rem !important; } .\32xl--translate-x-40 { --tw-translate-x: -10rem !important; } .\32xl--translate-x-44 { --tw-translate-x: -11rem !important; } .\32xl--translate-x-48 { --tw-translate-x: -12rem !important; } .\32xl--translate-x-52 { --tw-translate-x: -13rem !important; } .\32xl--translate-x-56 { --tw-translate-x: -14rem !important; } .\32xl--translate-x-60 { --tw-translate-x: -15rem !important; } .\32xl--translate-x-64 { --tw-translate-x: -16rem !important; } .\32xl--translate-x-72 { --tw-translate-x: -18rem !important; } .\32xl--translate-x-80 { --tw-translate-x: -20rem !important; } .\32xl--translate-x-96 { --tw-translate-x: -24rem !important; } .\32xl--translate-x-px { --tw-translate-x: -1px !important; } .\32xl--translate-x-0\.5 { --tw-translate-x: -0.125rem !important; } .\32xl--translate-x-1\.5 { --tw-translate-x: -0.375rem !important; } .\32xl--translate-x-2\.5 { --tw-translate-x: -0.625rem !important; } .\32xl--translate-x-3\.5 { --tw-translate-x: -0.875rem !important; } .\32xl-translate-x-1\/2 { --tw-translate-x: 50% !important; } .\32xl-translate-x-1\/3 { --tw-translate-x: 33.333333% !important; } .\32xl-translate-x-2\/3 { --tw-translate-x: 66.666667% !important; } .\32xl-translate-x-1\/4 { --tw-translate-x: 25% !important; } .\32xl-translate-x-2\/4 { --tw-translate-x: 50% !important; } .\32xl-translate-x-3\/4 { --tw-translate-x: 75% !important; } .\32xl-translate-x-full { --tw-translate-x: 100% !important; } .\32xl--translate-x-1\/2 { --tw-translate-x: -50% !important; } .\32xl--translate-x-1\/3 { --tw-translate-x: -33.333333% !important; } .\32xl--translate-x-2\/3 { --tw-translate-x: -66.666667% !important; } .\32xl--translate-x-1\/4 { --tw-translate-x: -25% !important; } .\32xl--translate-x-2\/4 { --tw-translate-x: -50% !important; } .\32xl--translate-x-3\/4 { --tw-translate-x: -75% !important; } .\32xl--translate-x-full { --tw-translate-x: -100% !important; } .\32xl-translate-y-0 { --tw-translate-y: 0px !important; } .\32xl-translate-y-1 { --tw-translate-y: 0.25rem !important; } .\32xl-translate-y-2 { --tw-translate-y: 0.5rem !important; } .\32xl-translate-y-3 { --tw-translate-y: 0.75rem !important; } .\32xl-translate-y-4 { --tw-translate-y: 1rem !important; } .\32xl-translate-y-5 { --tw-translate-y: 1.25rem !important; } .\32xl-translate-y-6 { --tw-translate-y: 1.5rem !important; } .\32xl-translate-y-7 { --tw-translate-y: 1.75rem !important; } .\32xl-translate-y-8 { --tw-translate-y: 2rem !important; } .\32xl-translate-y-9 { --tw-translate-y: 2.25rem !important; } .\32xl-translate-y-10 { --tw-translate-y: 2.5rem !important; } .\32xl-translate-y-11 { --tw-translate-y: 2.75rem !important; } .\32xl-translate-y-12 { --tw-translate-y: 3rem !important; } .\32xl-translate-y-14 { --tw-translate-y: 3.5rem !important; } .\32xl-translate-y-16 { --tw-translate-y: 4rem !important; } .\32xl-translate-y-20 { --tw-translate-y: 5rem !important; } .\32xl-translate-y-24 { --tw-translate-y: 6rem !important; } .\32xl-translate-y-28 { --tw-translate-y: 7rem !important; } .\32xl-translate-y-32 { --tw-translate-y: 8rem !important; } .\32xl-translate-y-36 { --tw-translate-y: 9rem !important; } .\32xl-translate-y-40 { --tw-translate-y: 10rem !important; } .\32xl-translate-y-44 { --tw-translate-y: 11rem !important; } .\32xl-translate-y-48 { --tw-translate-y: 12rem !important; } .\32xl-translate-y-52 { --tw-translate-y: 13rem !important; } .\32xl-translate-y-56 { --tw-translate-y: 14rem !important; } .\32xl-translate-y-60 { --tw-translate-y: 15rem !important; } .\32xl-translate-y-64 { --tw-translate-y: 16rem !important; } .\32xl-translate-y-72 { --tw-translate-y: 18rem !important; } .\32xl-translate-y-80 { --tw-translate-y: 20rem !important; } .\32xl-translate-y-96 { --tw-translate-y: 24rem !important; } .\32xl-translate-y-px { --tw-translate-y: 1px !important; } .\32xl-translate-y-0\.5 { --tw-translate-y: 0.125rem !important; } .\32xl-translate-y-1\.5 { --tw-translate-y: 0.375rem !important; } .\32xl-translate-y-2\.5 { --tw-translate-y: 0.625rem !important; } .\32xl-translate-y-3\.5 { --tw-translate-y: 0.875rem !important; } .\32xl--translate-y-0 { --tw-translate-y: 0px !important; } .\32xl--translate-y-1 { --tw-translate-y: -0.25rem !important; } .\32xl--translate-y-2 { --tw-translate-y: -0.5rem !important; } .\32xl--translate-y-3 { --tw-translate-y: -0.75rem !important; } .\32xl--translate-y-4 { --tw-translate-y: -1rem !important; } .\32xl--translate-y-5 { --tw-translate-y: -1.25rem !important; } .\32xl--translate-y-6 { --tw-translate-y: -1.5rem !important; } .\32xl--translate-y-7 { --tw-translate-y: -1.75rem !important; } .\32xl--translate-y-8 { --tw-translate-y: -2rem !important; } .\32xl--translate-y-9 { --tw-translate-y: -2.25rem !important; } .\32xl--translate-y-10 { --tw-translate-y: -2.5rem !important; } .\32xl--translate-y-11 { --tw-translate-y: -2.75rem !important; } .\32xl--translate-y-12 { --tw-translate-y: -3rem !important; } .\32xl--translate-y-14 { --tw-translate-y: -3.5rem !important; } .\32xl--translate-y-16 { --tw-translate-y: -4rem !important; } .\32xl--translate-y-20 { --tw-translate-y: -5rem !important; } .\32xl--translate-y-24 { --tw-translate-y: -6rem !important; } .\32xl--translate-y-28 { --tw-translate-y: -7rem !important; } .\32xl--translate-y-32 { --tw-translate-y: -8rem !important; } .\32xl--translate-y-36 { --tw-translate-y: -9rem !important; } .\32xl--translate-y-40 { --tw-translate-y: -10rem !important; } .\32xl--translate-y-44 { --tw-translate-y: -11rem !important; } .\32xl--translate-y-48 { --tw-translate-y: -12rem !important; } .\32xl--translate-y-52 { --tw-translate-y: -13rem !important; } .\32xl--translate-y-56 { --tw-translate-y: -14rem !important; } .\32xl--translate-y-60 { --tw-translate-y: -15rem !important; } .\32xl--translate-y-64 { --tw-translate-y: -16rem !important; } .\32xl--translate-y-72 { --tw-translate-y: -18rem !important; } .\32xl--translate-y-80 { --tw-translate-y: -20rem !important; } .\32xl--translate-y-96 { --tw-translate-y: -24rem !important; } .\32xl--translate-y-px { --tw-translate-y: -1px !important; } .\32xl--translate-y-0\.5 { --tw-translate-y: -0.125rem !important; } .\32xl--translate-y-1\.5 { --tw-translate-y: -0.375rem !important; } .\32xl--translate-y-2\.5 { --tw-translate-y: -0.625rem !important; } .\32xl--translate-y-3\.5 { --tw-translate-y: -0.875rem !important; } .\32xl-translate-y-1\/2 { --tw-translate-y: 50% !important; } .\32xl-translate-y-1\/3 { --tw-translate-y: 33.333333% !important; } .\32xl-translate-y-2\/3 { --tw-translate-y: 66.666667% !important; } .\32xl-translate-y-1\/4 { --tw-translate-y: 25% !important; } .\32xl-translate-y-2\/4 { --tw-translate-y: 50% !important; } .\32xl-translate-y-3\/4 { --tw-translate-y: 75% !important; } .\32xl-translate-y-full { --tw-translate-y: 100% !important; } .\32xl--translate-y-1\/2 { --tw-translate-y: -50% !important; } .\32xl--translate-y-1\/3 { --tw-translate-y: -33.333333% !important; } .\32xl--translate-y-2\/3 { --tw-translate-y: -66.666667% !important; } .\32xl--translate-y-1\/4 { --tw-translate-y: -25% !important; } .\32xl--translate-y-2\/4 { --tw-translate-y: -50% !important; } .\32xl--translate-y-3\/4 { --tw-translate-y: -75% !important; } .\32xl--translate-y-full { --tw-translate-y: -100% !important; } .\32xl-hover-translate-x-0:hover { --tw-translate-x: 0px !important; } .\32xl-hover-translate-x-1:hover { --tw-translate-x: 0.25rem !important; } .\32xl-hover-translate-x-2:hover { --tw-translate-x: 0.5rem !important; } .\32xl-hover-translate-x-3:hover { --tw-translate-x: 0.75rem !important; } .\32xl-hover-translate-x-4:hover { --tw-translate-x: 1rem !important; } .\32xl-hover-translate-x-5:hover { --tw-translate-x: 1.25rem !important; } .\32xl-hover-translate-x-6:hover { --tw-translate-x: 1.5rem !important; } .\32xl-hover-translate-x-7:hover { --tw-translate-x: 1.75rem !important; } .\32xl-hover-translate-x-8:hover { --tw-translate-x: 2rem !important; } .\32xl-hover-translate-x-9:hover { --tw-translate-x: 2.25rem !important; } .\32xl-hover-translate-x-10:hover { --tw-translate-x: 2.5rem !important; } .\32xl-hover-translate-x-11:hover { --tw-translate-x: 2.75rem !important; } .\32xl-hover-translate-x-12:hover { --tw-translate-x: 3rem !important; } .\32xl-hover-translate-x-14:hover { --tw-translate-x: 3.5rem !important; } .\32xl-hover-translate-x-16:hover { --tw-translate-x: 4rem !important; } .\32xl-hover-translate-x-20:hover { --tw-translate-x: 5rem !important; } .\32xl-hover-translate-x-24:hover { --tw-translate-x: 6rem !important; } .\32xl-hover-translate-x-28:hover { --tw-translate-x: 7rem !important; } .\32xl-hover-translate-x-32:hover { --tw-translate-x: 8rem !important; } .\32xl-hover-translate-x-36:hover { --tw-translate-x: 9rem !important; } .\32xl-hover-translate-x-40:hover { --tw-translate-x: 10rem !important; } .\32xl-hover-translate-x-44:hover { --tw-translate-x: 11rem !important; } .\32xl-hover-translate-x-48:hover { --tw-translate-x: 12rem !important; } .\32xl-hover-translate-x-52:hover { --tw-translate-x: 13rem !important; } .\32xl-hover-translate-x-56:hover { --tw-translate-x: 14rem !important; } .\32xl-hover-translate-x-60:hover { --tw-translate-x: 15rem !important; } .\32xl-hover-translate-x-64:hover { --tw-translate-x: 16rem !important; } .\32xl-hover-translate-x-72:hover { --tw-translate-x: 18rem !important; } .\32xl-hover-translate-x-80:hover { --tw-translate-x: 20rem !important; } .\32xl-hover-translate-x-96:hover { --tw-translate-x: 24rem !important; } .\32xl-hover-translate-x-px:hover { --tw-translate-x: 1px !important; } .\32xl-hover-translate-x-0\.5:hover { --tw-translate-x: 0.125rem !important; } .\32xl-hover-translate-x-1\.5:hover { --tw-translate-x: 0.375rem !important; } .\32xl-hover-translate-x-2\.5:hover { --tw-translate-x: 0.625rem !important; } .\32xl-hover-translate-x-3\.5:hover { --tw-translate-x: 0.875rem !important; } .\32xl-hover--translate-x-0:hover { --tw-translate-x: 0px !important; } .\32xl-hover--translate-x-1:hover { --tw-translate-x: -0.25rem !important; } .\32xl-hover--translate-x-2:hover { --tw-translate-x: -0.5rem !important; } .\32xl-hover--translate-x-3:hover { --tw-translate-x: -0.75rem !important; } .\32xl-hover--translate-x-4:hover { --tw-translate-x: -1rem !important; } .\32xl-hover--translate-x-5:hover { --tw-translate-x: -1.25rem !important; } .\32xl-hover--translate-x-6:hover { --tw-translate-x: -1.5rem !important; } .\32xl-hover--translate-x-7:hover { --tw-translate-x: -1.75rem !important; } .\32xl-hover--translate-x-8:hover { --tw-translate-x: -2rem !important; } .\32xl-hover--translate-x-9:hover { --tw-translate-x: -2.25rem !important; } .\32xl-hover--translate-x-10:hover { --tw-translate-x: -2.5rem !important; } .\32xl-hover--translate-x-11:hover { --tw-translate-x: -2.75rem !important; } .\32xl-hover--translate-x-12:hover { --tw-translate-x: -3rem !important; } .\32xl-hover--translate-x-14:hover { --tw-translate-x: -3.5rem !important; } .\32xl-hover--translate-x-16:hover { --tw-translate-x: -4rem !important; } .\32xl-hover--translate-x-20:hover { --tw-translate-x: -5rem !important; } .\32xl-hover--translate-x-24:hover { --tw-translate-x: -6rem !important; } .\32xl-hover--translate-x-28:hover { --tw-translate-x: -7rem !important; } .\32xl-hover--translate-x-32:hover { --tw-translate-x: -8rem !important; } .\32xl-hover--translate-x-36:hover { --tw-translate-x: -9rem !important; } .\32xl-hover--translate-x-40:hover { --tw-translate-x: -10rem !important; } .\32xl-hover--translate-x-44:hover { --tw-translate-x: -11rem !important; } .\32xl-hover--translate-x-48:hover { --tw-translate-x: -12rem !important; } .\32xl-hover--translate-x-52:hover { --tw-translate-x: -13rem !important; } .\32xl-hover--translate-x-56:hover { --tw-translate-x: -14rem !important; } .\32xl-hover--translate-x-60:hover { --tw-translate-x: -15rem !important; } .\32xl-hover--translate-x-64:hover { --tw-translate-x: -16rem !important; } .\32xl-hover--translate-x-72:hover { --tw-translate-x: -18rem !important; } .\32xl-hover--translate-x-80:hover { --tw-translate-x: -20rem !important; } .\32xl-hover--translate-x-96:hover { --tw-translate-x: -24rem !important; } .\32xl-hover--translate-x-px:hover { --tw-translate-x: -1px !important; } .\32xl-hover--translate-x-0\.5:hover { --tw-translate-x: -0.125rem !important; } .\32xl-hover--translate-x-1\.5:hover { --tw-translate-x: -0.375rem !important; } .\32xl-hover--translate-x-2\.5:hover { --tw-translate-x: -0.625rem !important; } .\32xl-hover--translate-x-3\.5:hover { --tw-translate-x: -0.875rem !important; } .\32xl-hover-translate-x-1\/2:hover { --tw-translate-x: 50% !important; } .\32xl-hover-translate-x-1\/3:hover { --tw-translate-x: 33.333333% !important; } .\32xl-hover-translate-x-2\/3:hover { --tw-translate-x: 66.666667% !important; } .\32xl-hover-translate-x-1\/4:hover { --tw-translate-x: 25% !important; } .\32xl-hover-translate-x-2\/4:hover { --tw-translate-x: 50% !important; } .\32xl-hover-translate-x-3\/4:hover { --tw-translate-x: 75% !important; } .\32xl-hover-translate-x-full:hover { --tw-translate-x: 100% !important; } .\32xl-hover--translate-x-1\/2:hover { --tw-translate-x: -50% !important; } .\32xl-hover--translate-x-1\/3:hover { --tw-translate-x: -33.333333% !important; } .\32xl-hover--translate-x-2\/3:hover { --tw-translate-x: -66.666667% !important; } .\32xl-hover--translate-x-1\/4:hover { --tw-translate-x: -25% !important; } .\32xl-hover--translate-x-2\/4:hover { --tw-translate-x: -50% !important; } .\32xl-hover--translate-x-3\/4:hover { --tw-translate-x: -75% !important; } .\32xl-hover--translate-x-full:hover { --tw-translate-x: -100% !important; } .\32xl-hover-translate-y-0:hover { --tw-translate-y: 0px !important; } .\32xl-hover-translate-y-1:hover { --tw-translate-y: 0.25rem !important; } .\32xl-hover-translate-y-2:hover { --tw-translate-y: 0.5rem !important; } .\32xl-hover-translate-y-3:hover { --tw-translate-y: 0.75rem !important; } .\32xl-hover-translate-y-4:hover { --tw-translate-y: 1rem !important; } .\32xl-hover-translate-y-5:hover { --tw-translate-y: 1.25rem !important; } .\32xl-hover-translate-y-6:hover { --tw-translate-y: 1.5rem !important; } .\32xl-hover-translate-y-7:hover { --tw-translate-y: 1.75rem !important; } .\32xl-hover-translate-y-8:hover { --tw-translate-y: 2rem !important; } .\32xl-hover-translate-y-9:hover { --tw-translate-y: 2.25rem !important; } .\32xl-hover-translate-y-10:hover { --tw-translate-y: 2.5rem !important; } .\32xl-hover-translate-y-11:hover { --tw-translate-y: 2.75rem !important; } .\32xl-hover-translate-y-12:hover { --tw-translate-y: 3rem !important; } .\32xl-hover-translate-y-14:hover { --tw-translate-y: 3.5rem !important; } .\32xl-hover-translate-y-16:hover { --tw-translate-y: 4rem !important; } .\32xl-hover-translate-y-20:hover { --tw-translate-y: 5rem !important; } .\32xl-hover-translate-y-24:hover { --tw-translate-y: 6rem !important; } .\32xl-hover-translate-y-28:hover { --tw-translate-y: 7rem !important; } .\32xl-hover-translate-y-32:hover { --tw-translate-y: 8rem !important; } .\32xl-hover-translate-y-36:hover { --tw-translate-y: 9rem !important; } .\32xl-hover-translate-y-40:hover { --tw-translate-y: 10rem !important; } .\32xl-hover-translate-y-44:hover { --tw-translate-y: 11rem !important; } .\32xl-hover-translate-y-48:hover { --tw-translate-y: 12rem !important; } .\32xl-hover-translate-y-52:hover { --tw-translate-y: 13rem !important; } .\32xl-hover-translate-y-56:hover { --tw-translate-y: 14rem !important; } .\32xl-hover-translate-y-60:hover { --tw-translate-y: 15rem !important; } .\32xl-hover-translate-y-64:hover { --tw-translate-y: 16rem !important; } .\32xl-hover-translate-y-72:hover { --tw-translate-y: 18rem !important; } .\32xl-hover-translate-y-80:hover { --tw-translate-y: 20rem !important; } .\32xl-hover-translate-y-96:hover { --tw-translate-y: 24rem !important; } .\32xl-hover-translate-y-px:hover { --tw-translate-y: 1px !important; } .\32xl-hover-translate-y-0\.5:hover { --tw-translate-y: 0.125rem !important; } .\32xl-hover-translate-y-1\.5:hover { --tw-translate-y: 0.375rem !important; } .\32xl-hover-translate-y-2\.5:hover { --tw-translate-y: 0.625rem !important; } .\32xl-hover-translate-y-3\.5:hover { --tw-translate-y: 0.875rem !important; } .\32xl-hover--translate-y-0:hover { --tw-translate-y: 0px !important; } .\32xl-hover--translate-y-1:hover { --tw-translate-y: -0.25rem !important; } .\32xl-hover--translate-y-2:hover { --tw-translate-y: -0.5rem !important; } .\32xl-hover--translate-y-3:hover { --tw-translate-y: -0.75rem !important; } .\32xl-hover--translate-y-4:hover { --tw-translate-y: -1rem !important; } .\32xl-hover--translate-y-5:hover { --tw-translate-y: -1.25rem !important; } .\32xl-hover--translate-y-6:hover { --tw-translate-y: -1.5rem !important; } .\32xl-hover--translate-y-7:hover { --tw-translate-y: -1.75rem !important; } .\32xl-hover--translate-y-8:hover { --tw-translate-y: -2rem !important; } .\32xl-hover--translate-y-9:hover { --tw-translate-y: -2.25rem !important; } .\32xl-hover--translate-y-10:hover { --tw-translate-y: -2.5rem !important; } .\32xl-hover--translate-y-11:hover { --tw-translate-y: -2.75rem !important; } .\32xl-hover--translate-y-12:hover { --tw-translate-y: -3rem !important; } .\32xl-hover--translate-y-14:hover { --tw-translate-y: -3.5rem !important; } .\32xl-hover--translate-y-16:hover { --tw-translate-y: -4rem !important; } .\32xl-hover--translate-y-20:hover { --tw-translate-y: -5rem !important; } .\32xl-hover--translate-y-24:hover { --tw-translate-y: -6rem !important; } .\32xl-hover--translate-y-28:hover { --tw-translate-y: -7rem !important; } .\32xl-hover--translate-y-32:hover { --tw-translate-y: -8rem !important; } .\32xl-hover--translate-y-36:hover { --tw-translate-y: -9rem !important; } .\32xl-hover--translate-y-40:hover { --tw-translate-y: -10rem !important; } .\32xl-hover--translate-y-44:hover { --tw-translate-y: -11rem !important; } .\32xl-hover--translate-y-48:hover { --tw-translate-y: -12rem !important; } .\32xl-hover--translate-y-52:hover { --tw-translate-y: -13rem !important; } .\32xl-hover--translate-y-56:hover { --tw-translate-y: -14rem !important; } .\32xl-hover--translate-y-60:hover { --tw-translate-y: -15rem !important; } .\32xl-hover--translate-y-64:hover { --tw-translate-y: -16rem !important; } .\32xl-hover--translate-y-72:hover { --tw-translate-y: -18rem !important; } .\32xl-hover--translate-y-80:hover { --tw-translate-y: -20rem !important; } .\32xl-hover--translate-y-96:hover { --tw-translate-y: -24rem !important; } .\32xl-hover--translate-y-px:hover { --tw-translate-y: -1px !important; } .\32xl-hover--translate-y-0\.5:hover { --tw-translate-y: -0.125rem !important; } .\32xl-hover--translate-y-1\.5:hover { --tw-translate-y: -0.375rem !important; } .\32xl-hover--translate-y-2\.5:hover { --tw-translate-y: -0.625rem !important; } .\32xl-hover--translate-y-3\.5:hover { --tw-translate-y: -0.875rem !important; } .\32xl-hover-translate-y-1\/2:hover { --tw-translate-y: 50% !important; } .\32xl-hover-translate-y-1\/3:hover { --tw-translate-y: 33.333333% !important; } .\32xl-hover-translate-y-2\/3:hover { --tw-translate-y: 66.666667% !important; } .\32xl-hover-translate-y-1\/4:hover { --tw-translate-y: 25% !important; } .\32xl-hover-translate-y-2\/4:hover { --tw-translate-y: 50% !important; } .\32xl-hover-translate-y-3\/4:hover { --tw-translate-y: 75% !important; } .\32xl-hover-translate-y-full:hover { --tw-translate-y: 100% !important; } .\32xl-hover--translate-y-1\/2:hover { --tw-translate-y: -50% !important; } .\32xl-hover--translate-y-1\/3:hover { --tw-translate-y: -33.333333% !important; } .\32xl-hover--translate-y-2\/3:hover { --tw-translate-y: -66.666667% !important; } .\32xl-hover--translate-y-1\/4:hover { --tw-translate-y: -25% !important; } .\32xl-hover--translate-y-2\/4:hover { --tw-translate-y: -50% !important; } .\32xl-hover--translate-y-3\/4:hover { --tw-translate-y: -75% !important; } .\32xl-hover--translate-y-full:hover { --tw-translate-y: -100% !important; } .\32xl-focus-translate-x-0:focus { --tw-translate-x: 0px !important; } .\32xl-focus-translate-x-1:focus { --tw-translate-x: 0.25rem !important; } .\32xl-focus-translate-x-2:focus { --tw-translate-x: 0.5rem !important; } .\32xl-focus-translate-x-3:focus { --tw-translate-x: 0.75rem !important; } .\32xl-focus-translate-x-4:focus { --tw-translate-x: 1rem !important; } .\32xl-focus-translate-x-5:focus { --tw-translate-x: 1.25rem !important; } .\32xl-focus-translate-x-6:focus { --tw-translate-x: 1.5rem !important; } .\32xl-focus-translate-x-7:focus { --tw-translate-x: 1.75rem !important; } .\32xl-focus-translate-x-8:focus { --tw-translate-x: 2rem !important; } .\32xl-focus-translate-x-9:focus { --tw-translate-x: 2.25rem !important; } .\32xl-focus-translate-x-10:focus { --tw-translate-x: 2.5rem !important; } .\32xl-focus-translate-x-11:focus { --tw-translate-x: 2.75rem !important; } .\32xl-focus-translate-x-12:focus { --tw-translate-x: 3rem !important; } .\32xl-focus-translate-x-14:focus { --tw-translate-x: 3.5rem !important; } .\32xl-focus-translate-x-16:focus { --tw-translate-x: 4rem !important; } .\32xl-focus-translate-x-20:focus { --tw-translate-x: 5rem !important; } .\32xl-focus-translate-x-24:focus { --tw-translate-x: 6rem !important; } .\32xl-focus-translate-x-28:focus { --tw-translate-x: 7rem !important; } .\32xl-focus-translate-x-32:focus { --tw-translate-x: 8rem !important; } .\32xl-focus-translate-x-36:focus { --tw-translate-x: 9rem !important; } .\32xl-focus-translate-x-40:focus { --tw-translate-x: 10rem !important; } .\32xl-focus-translate-x-44:focus { --tw-translate-x: 11rem !important; } .\32xl-focus-translate-x-48:focus { --tw-translate-x: 12rem !important; } .\32xl-focus-translate-x-52:focus { --tw-translate-x: 13rem !important; } .\32xl-focus-translate-x-56:focus { --tw-translate-x: 14rem !important; } .\32xl-focus-translate-x-60:focus { --tw-translate-x: 15rem !important; } .\32xl-focus-translate-x-64:focus { --tw-translate-x: 16rem !important; } .\32xl-focus-translate-x-72:focus { --tw-translate-x: 18rem !important; } .\32xl-focus-translate-x-80:focus { --tw-translate-x: 20rem !important; } .\32xl-focus-translate-x-96:focus { --tw-translate-x: 24rem !important; } .\32xl-focus-translate-x-px:focus { --tw-translate-x: 1px !important; } .\32xl-focus-translate-x-0\.5:focus { --tw-translate-x: 0.125rem !important; } .\32xl-focus-translate-x-1\.5:focus { --tw-translate-x: 0.375rem !important; } .\32xl-focus-translate-x-2\.5:focus { --tw-translate-x: 0.625rem !important; } .\32xl-focus-translate-x-3\.5:focus { --tw-translate-x: 0.875rem !important; } .\32xl-focus--translate-x-0:focus { --tw-translate-x: 0px !important; } .\32xl-focus--translate-x-1:focus { --tw-translate-x: -0.25rem !important; } .\32xl-focus--translate-x-2:focus { --tw-translate-x: -0.5rem !important; } .\32xl-focus--translate-x-3:focus { --tw-translate-x: -0.75rem !important; } .\32xl-focus--translate-x-4:focus { --tw-translate-x: -1rem !important; } .\32xl-focus--translate-x-5:focus { --tw-translate-x: -1.25rem !important; } .\32xl-focus--translate-x-6:focus { --tw-translate-x: -1.5rem !important; } .\32xl-focus--translate-x-7:focus { --tw-translate-x: -1.75rem !important; } .\32xl-focus--translate-x-8:focus { --tw-translate-x: -2rem !important; } .\32xl-focus--translate-x-9:focus { --tw-translate-x: -2.25rem !important; } .\32xl-focus--translate-x-10:focus { --tw-translate-x: -2.5rem !important; } .\32xl-focus--translate-x-11:focus { --tw-translate-x: -2.75rem !important; } .\32xl-focus--translate-x-12:focus { --tw-translate-x: -3rem !important; } .\32xl-focus--translate-x-14:focus { --tw-translate-x: -3.5rem !important; } .\32xl-focus--translate-x-16:focus { --tw-translate-x: -4rem !important; } .\32xl-focus--translate-x-20:focus { --tw-translate-x: -5rem !important; } .\32xl-focus--translate-x-24:focus { --tw-translate-x: -6rem !important; } .\32xl-focus--translate-x-28:focus { --tw-translate-x: -7rem !important; } .\32xl-focus--translate-x-32:focus { --tw-translate-x: -8rem !important; } .\32xl-focus--translate-x-36:focus { --tw-translate-x: -9rem !important; } .\32xl-focus--translate-x-40:focus { --tw-translate-x: -10rem !important; } .\32xl-focus--translate-x-44:focus { --tw-translate-x: -11rem !important; } .\32xl-focus--translate-x-48:focus { --tw-translate-x: -12rem !important; } .\32xl-focus--translate-x-52:focus { --tw-translate-x: -13rem !important; } .\32xl-focus--translate-x-56:focus { --tw-translate-x: -14rem !important; } .\32xl-focus--translate-x-60:focus { --tw-translate-x: -15rem !important; } .\32xl-focus--translate-x-64:focus { --tw-translate-x: -16rem !important; } .\32xl-focus--translate-x-72:focus { --tw-translate-x: -18rem !important; } .\32xl-focus--translate-x-80:focus { --tw-translate-x: -20rem !important; } .\32xl-focus--translate-x-96:focus { --tw-translate-x: -24rem !important; } .\32xl-focus--translate-x-px:focus { --tw-translate-x: -1px !important; } .\32xl-focus--translate-x-0\.5:focus { --tw-translate-x: -0.125rem !important; } .\32xl-focus--translate-x-1\.5:focus { --tw-translate-x: -0.375rem !important; } .\32xl-focus--translate-x-2\.5:focus { --tw-translate-x: -0.625rem !important; } .\32xl-focus--translate-x-3\.5:focus { --tw-translate-x: -0.875rem !important; } .\32xl-focus-translate-x-1\/2:focus { --tw-translate-x: 50% !important; } .\32xl-focus-translate-x-1\/3:focus { --tw-translate-x: 33.333333% !important; } .\32xl-focus-translate-x-2\/3:focus { --tw-translate-x: 66.666667% !important; } .\32xl-focus-translate-x-1\/4:focus { --tw-translate-x: 25% !important; } .\32xl-focus-translate-x-2\/4:focus { --tw-translate-x: 50% !important; } .\32xl-focus-translate-x-3\/4:focus { --tw-translate-x: 75% !important; } .\32xl-focus-translate-x-full:focus { --tw-translate-x: 100% !important; } .\32xl-focus--translate-x-1\/2:focus { --tw-translate-x: -50% !important; } .\32xl-focus--translate-x-1\/3:focus { --tw-translate-x: -33.333333% !important; } .\32xl-focus--translate-x-2\/3:focus { --tw-translate-x: -66.666667% !important; } .\32xl-focus--translate-x-1\/4:focus { --tw-translate-x: -25% !important; } .\32xl-focus--translate-x-2\/4:focus { --tw-translate-x: -50% !important; } .\32xl-focus--translate-x-3\/4:focus { --tw-translate-x: -75% !important; } .\32xl-focus--translate-x-full:focus { --tw-translate-x: -100% !important; } .\32xl-focus-translate-y-0:focus { --tw-translate-y: 0px !important; } .\32xl-focus-translate-y-1:focus { --tw-translate-y: 0.25rem !important; } .\32xl-focus-translate-y-2:focus { --tw-translate-y: 0.5rem !important; } .\32xl-focus-translate-y-3:focus { --tw-translate-y: 0.75rem !important; } .\32xl-focus-translate-y-4:focus { --tw-translate-y: 1rem !important; } .\32xl-focus-translate-y-5:focus { --tw-translate-y: 1.25rem !important; } .\32xl-focus-translate-y-6:focus { --tw-translate-y: 1.5rem !important; } .\32xl-focus-translate-y-7:focus { --tw-translate-y: 1.75rem !important; } .\32xl-focus-translate-y-8:focus { --tw-translate-y: 2rem !important; } .\32xl-focus-translate-y-9:focus { --tw-translate-y: 2.25rem !important; } .\32xl-focus-translate-y-10:focus { --tw-translate-y: 2.5rem !important; } .\32xl-focus-translate-y-11:focus { --tw-translate-y: 2.75rem !important; } .\32xl-focus-translate-y-12:focus { --tw-translate-y: 3rem !important; } .\32xl-focus-translate-y-14:focus { --tw-translate-y: 3.5rem !important; } .\32xl-focus-translate-y-16:focus { --tw-translate-y: 4rem !important; } .\32xl-focus-translate-y-20:focus { --tw-translate-y: 5rem !important; } .\32xl-focus-translate-y-24:focus { --tw-translate-y: 6rem !important; } .\32xl-focus-translate-y-28:focus { --tw-translate-y: 7rem !important; } .\32xl-focus-translate-y-32:focus { --tw-translate-y: 8rem !important; } .\32xl-focus-translate-y-36:focus { --tw-translate-y: 9rem !important; } .\32xl-focus-translate-y-40:focus { --tw-translate-y: 10rem !important; } .\32xl-focus-translate-y-44:focus { --tw-translate-y: 11rem !important; } .\32xl-focus-translate-y-48:focus { --tw-translate-y: 12rem !important; } .\32xl-focus-translate-y-52:focus { --tw-translate-y: 13rem !important; } .\32xl-focus-translate-y-56:focus { --tw-translate-y: 14rem !important; } .\32xl-focus-translate-y-60:focus { --tw-translate-y: 15rem !important; } .\32xl-focus-translate-y-64:focus { --tw-translate-y: 16rem !important; } .\32xl-focus-translate-y-72:focus { --tw-translate-y: 18rem !important; } .\32xl-focus-translate-y-80:focus { --tw-translate-y: 20rem !important; } .\32xl-focus-translate-y-96:focus { --tw-translate-y: 24rem !important; } .\32xl-focus-translate-y-px:focus { --tw-translate-y: 1px !important; } .\32xl-focus-translate-y-0\.5:focus { --tw-translate-y: 0.125rem !important; } .\32xl-focus-translate-y-1\.5:focus { --tw-translate-y: 0.375rem !important; } .\32xl-focus-translate-y-2\.5:focus { --tw-translate-y: 0.625rem !important; } .\32xl-focus-translate-y-3\.5:focus { --tw-translate-y: 0.875rem !important; } .\32xl-focus--translate-y-0:focus { --tw-translate-y: 0px !important; } .\32xl-focus--translate-y-1:focus { --tw-translate-y: -0.25rem !important; } .\32xl-focus--translate-y-2:focus { --tw-translate-y: -0.5rem !important; } .\32xl-focus--translate-y-3:focus { --tw-translate-y: -0.75rem !important; } .\32xl-focus--translate-y-4:focus { --tw-translate-y: -1rem !important; } .\32xl-focus--translate-y-5:focus { --tw-translate-y: -1.25rem !important; } .\32xl-focus--translate-y-6:focus { --tw-translate-y: -1.5rem !important; } .\32xl-focus--translate-y-7:focus { --tw-translate-y: -1.75rem !important; } .\32xl-focus--translate-y-8:focus { --tw-translate-y: -2rem !important; } .\32xl-focus--translate-y-9:focus { --tw-translate-y: -2.25rem !important; } .\32xl-focus--translate-y-10:focus { --tw-translate-y: -2.5rem !important; } .\32xl-focus--translate-y-11:focus { --tw-translate-y: -2.75rem !important; } .\32xl-focus--translate-y-12:focus { --tw-translate-y: -3rem !important; } .\32xl-focus--translate-y-14:focus { --tw-translate-y: -3.5rem !important; } .\32xl-focus--translate-y-16:focus { --tw-translate-y: -4rem !important; } .\32xl-focus--translate-y-20:focus { --tw-translate-y: -5rem !important; } .\32xl-focus--translate-y-24:focus { --tw-translate-y: -6rem !important; } .\32xl-focus--translate-y-28:focus { --tw-translate-y: -7rem !important; } .\32xl-focus--translate-y-32:focus { --tw-translate-y: -8rem !important; } .\32xl-focus--translate-y-36:focus { --tw-translate-y: -9rem !important; } .\32xl-focus--translate-y-40:focus { --tw-translate-y: -10rem !important; } .\32xl-focus--translate-y-44:focus { --tw-translate-y: -11rem !important; } .\32xl-focus--translate-y-48:focus { --tw-translate-y: -12rem !important; } .\32xl-focus--translate-y-52:focus { --tw-translate-y: -13rem !important; } .\32xl-focus--translate-y-56:focus { --tw-translate-y: -14rem !important; } .\32xl-focus--translate-y-60:focus { --tw-translate-y: -15rem !important; } .\32xl-focus--translate-y-64:focus { --tw-translate-y: -16rem !important; } .\32xl-focus--translate-y-72:focus { --tw-translate-y: -18rem !important; } .\32xl-focus--translate-y-80:focus { --tw-translate-y: -20rem !important; } .\32xl-focus--translate-y-96:focus { --tw-translate-y: -24rem !important; } .\32xl-focus--translate-y-px:focus { --tw-translate-y: -1px !important; } .\32xl-focus--translate-y-0\.5:focus { --tw-translate-y: -0.125rem !important; } .\32xl-focus--translate-y-1\.5:focus { --tw-translate-y: -0.375rem !important; } .\32xl-focus--translate-y-2\.5:focus { --tw-translate-y: -0.625rem !important; } .\32xl-focus--translate-y-3\.5:focus { --tw-translate-y: -0.875rem !important; } .\32xl-focus-translate-y-1\/2:focus { --tw-translate-y: 50% !important; } .\32xl-focus-translate-y-1\/3:focus { --tw-translate-y: 33.333333% !important; } .\32xl-focus-translate-y-2\/3:focus { --tw-translate-y: 66.666667% !important; } .\32xl-focus-translate-y-1\/4:focus { --tw-translate-y: 25% !important; } .\32xl-focus-translate-y-2\/4:focus { --tw-translate-y: 50% !important; } .\32xl-focus-translate-y-3\/4:focus { --tw-translate-y: 75% !important; } .\32xl-focus-translate-y-full:focus { --tw-translate-y: 100% !important; } .\32xl-focus--translate-y-1\/2:focus { --tw-translate-y: -50% !important; } .\32xl-focus--translate-y-1\/3:focus { --tw-translate-y: -33.333333% !important; } .\32xl-focus--translate-y-2\/3:focus { --tw-translate-y: -66.666667% !important; } .\32xl-focus--translate-y-1\/4:focus { --tw-translate-y: -25% !important; } .\32xl-focus--translate-y-2\/4:focus { --tw-translate-y: -50% !important; } .\32xl-focus--translate-y-3\/4:focus { --tw-translate-y: -75% !important; } .\32xl-focus--translate-y-full:focus { --tw-translate-y: -100% !important; } .\32xl-skew-x-0 { --tw-skew-x: 0deg !important; } .\32xl-skew-x-1 { --tw-skew-x: 1deg !important; } .\32xl-skew-x-2 { --tw-skew-x: 2deg !important; } .\32xl-skew-x-3 { --tw-skew-x: 3deg !important; } .\32xl-skew-x-6 { --tw-skew-x: 6deg !important; } .\32xl-skew-x-12 { --tw-skew-x: 12deg !important; } .\32xl--skew-x-12 { --tw-skew-x: -12deg !important; } .\32xl--skew-x-6 { --tw-skew-x: -6deg !important; } .\32xl--skew-x-3 { --tw-skew-x: -3deg !important; } .\32xl--skew-x-2 { --tw-skew-x: -2deg !important; } .\32xl--skew-x-1 { --tw-skew-x: -1deg !important; } .\32xl-skew-y-0 { --tw-skew-y: 0deg !important; } .\32xl-skew-y-1 { --tw-skew-y: 1deg !important; } .\32xl-skew-y-2 { --tw-skew-y: 2deg !important; } .\32xl-skew-y-3 { --tw-skew-y: 3deg !important; } .\32xl-skew-y-6 { --tw-skew-y: 6deg !important; } .\32xl-skew-y-12 { --tw-skew-y: 12deg !important; } .\32xl--skew-y-12 { --tw-skew-y: -12deg !important; } .\32xl--skew-y-6 { --tw-skew-y: -6deg !important; } .\32xl--skew-y-3 { --tw-skew-y: -3deg !important; } .\32xl--skew-y-2 { --tw-skew-y: -2deg !important; } .\32xl--skew-y-1 { --tw-skew-y: -1deg !important; } .\32xl-hover-skew-x-0:hover { --tw-skew-x: 0deg !important; } .\32xl-hover-skew-x-1:hover { --tw-skew-x: 1deg !important; } .\32xl-hover-skew-x-2:hover { --tw-skew-x: 2deg !important; } .\32xl-hover-skew-x-3:hover { --tw-skew-x: 3deg !important; } .\32xl-hover-skew-x-6:hover { --tw-skew-x: 6deg !important; } .\32xl-hover-skew-x-12:hover { --tw-skew-x: 12deg !important; } .\32xl-hover--skew-x-12:hover { --tw-skew-x: -12deg !important; } .\32xl-hover--skew-x-6:hover { --tw-skew-x: -6deg !important; } .\32xl-hover--skew-x-3:hover { --tw-skew-x: -3deg !important; } .\32xl-hover--skew-x-2:hover { --tw-skew-x: -2deg !important; } .\32xl-hover--skew-x-1:hover { --tw-skew-x: -1deg !important; } .\32xl-hover-skew-y-0:hover { --tw-skew-y: 0deg !important; } .\32xl-hover-skew-y-1:hover { --tw-skew-y: 1deg !important; } .\32xl-hover-skew-y-2:hover { --tw-skew-y: 2deg !important; } .\32xl-hover-skew-y-3:hover { --tw-skew-y: 3deg !important; } .\32xl-hover-skew-y-6:hover { --tw-skew-y: 6deg !important; } .\32xl-hover-skew-y-12:hover { --tw-skew-y: 12deg !important; } .\32xl-hover--skew-y-12:hover { --tw-skew-y: -12deg !important; } .\32xl-hover--skew-y-6:hover { --tw-skew-y: -6deg !important; } .\32xl-hover--skew-y-3:hover { --tw-skew-y: -3deg !important; } .\32xl-hover--skew-y-2:hover { --tw-skew-y: -2deg !important; } .\32xl-hover--skew-y-1:hover { --tw-skew-y: -1deg !important; } .\32xl-focus-skew-x-0:focus { --tw-skew-x: 0deg !important; } .\32xl-focus-skew-x-1:focus { --tw-skew-x: 1deg !important; } .\32xl-focus-skew-x-2:focus { --tw-skew-x: 2deg !important; } .\32xl-focus-skew-x-3:focus { --tw-skew-x: 3deg !important; } .\32xl-focus-skew-x-6:focus { --tw-skew-x: 6deg !important; } .\32xl-focus-skew-x-12:focus { --tw-skew-x: 12deg !important; } .\32xl-focus--skew-x-12:focus { --tw-skew-x: -12deg !important; } .\32xl-focus--skew-x-6:focus { --tw-skew-x: -6deg !important; } .\32xl-focus--skew-x-3:focus { --tw-skew-x: -3deg !important; } .\32xl-focus--skew-x-2:focus { --tw-skew-x: -2deg !important; } .\32xl-focus--skew-x-1:focus { --tw-skew-x: -1deg !important; } .\32xl-focus-skew-y-0:focus { --tw-skew-y: 0deg !important; } .\32xl-focus-skew-y-1:focus { --tw-skew-y: 1deg !important; } .\32xl-focus-skew-y-2:focus { --tw-skew-y: 2deg !important; } .\32xl-focus-skew-y-3:focus { --tw-skew-y: 3deg !important; } .\32xl-focus-skew-y-6:focus { --tw-skew-y: 6deg !important; } .\32xl-focus-skew-y-12:focus { --tw-skew-y: 12deg !important; } .\32xl-focus--skew-y-12:focus { --tw-skew-y: -12deg !important; } .\32xl-focus--skew-y-6:focus { --tw-skew-y: -6deg !important; } .\32xl-focus--skew-y-3:focus { --tw-skew-y: -3deg !important; } .\32xl-focus--skew-y-2:focus { --tw-skew-y: -2deg !important; } .\32xl-focus--skew-y-1:focus { --tw-skew-y: -1deg !important; } .\32xl-transition-none { transition-property: none !important; } .\32xl-transition-all { transition-property: all !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .\32xl-transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .\32xl-transition-colors { transition-property: background-color, border-color, color, fill, stroke !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .\32xl-transition-opacity { transition-property: opacity !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .\32xl-transition-shadow { transition-property: box-shadow !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .\32xl-transition-transform { transition-property: transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 0.15s !important; } .\32xl-ease-linear { transition-timing-function: linear !important; } .\32xl-ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; } .\32xl-ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; } .\32xl-ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; } .\32xl-duration-75 { transition-duration: 75ms !important; } .\32xl-duration-100 { transition-duration: 0.1s !important; } .\32xl-duration-150 { transition-duration: 0.15s !important; } .\32xl-duration-200 { transition-duration: 0.2s !important; } .\32xl-duration-300 { transition-duration: 0.3s !important; } .\32xl-duration-500 { transition-duration: 0.5s !important; } .\32xl-duration-700 { transition-duration: 0.7s !important; } .\32xl-duration-1000 { transition-duration: 1s !important; } .\32xl-delay-75 { transition-delay: 75ms !important; } .\32xl-delay-100 { transition-delay: 0.1s !important; } .\32xl-delay-150 { transition-delay: 0.15s !important; } .\32xl-delay-200 { transition-delay: 0.2s !important; } .\32xl-delay-300 { transition-delay: 0.3s !important; } .\32xl-delay-500 { transition-delay: 0.5s !important; } .\32xl-delay-700 { transition-delay: 0.7s !important; } .\32xl-delay-1000 { transition-delay: 1s !important; } .\32xl-animate-none { animation: none !important; } .\32xl-animate-spin { animation: spin 1s linear infinite !important; } .\32xl-animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important; } .\32xl-animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important; } .\32xl-animate-bounce { animation: bounce 1s infinite !important; } } @font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff"); font-weight: 400; font-style: normal; } :root { --swiper-theme-color: #007aff; } .swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; } .swiper-container-vertical > .swiper-wrapper { flex-direction: column; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; } .swiper-container-android .swiper-slide, .swiper-wrapper { transform: translateZ(0); } .swiper-container-multirow > .swiper-wrapper { flex-wrap: wrap; } .swiper-container-multirow-column > .swiper-wrapper { flex-wrap: wrap; flex-direction: column; } .swiper-container-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0 auto; } .swiper-container-pointer-events { touch-action: pan-y; } .swiper-container-pointer-events.swiper-container-vertical { touch-action: pan-x; } .swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; } .swiper-slide-invisible-blank { visibility: hidden; } .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; } .swiper-container-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; } .swiper-container-3d { perspective: 1200px; } .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { transform-style: preserve-3d; } .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; } .swiper-container-3d .swiper-slide-shadow-left { background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent); } .swiper-container-3d .swiper-slide-shadow-right { background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent); } .swiper-container-3d .swiper-slide-shadow-top { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); } .swiper-container-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent); } .swiper-container-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; } .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; } .swiper-container-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; } .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper { -ms-scroll-snap-type: x mandatory; scroll-snap-type: x mandatory; } .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper { -ms-scroll-snap-type: y mandatory; scroll-snap-type: y mandatory; } :root { --swiper-navigation-size: 44px; } .swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; width: calc(var(--swiper-navigation-size) / 44 * 27); height: 44px; height: var(--swiper-navigation-size); margin-top: -22px; margin-top: calc(0px - var(--swiper-navigation-size) / 2); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-theme-color); color: var(--swiper-navigation-color, var(--swiper-theme-color)); } .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; } .swiper-button-next:after, .swiper-button-prev:after { font-family: swiper-icons; font-size: 44px; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; text-transform: none; font-feature-settings: normal; font-variant: normal; line-height: 1; } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 10px; right: auto; } .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { content: "prev"; } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 10px; left: auto; } .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: "next"; } .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white { --swiper-navigation-color: #fff; } .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black { --swiper-navigation-color: #000; } .swiper-button-lock { display: none; } .swiper-pagination { position: absolute; text-align: center; transition: opacity 0.3s; transform: translateZ(0); z-index: 10; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; } .swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33); } .swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: #000; opacity: 0.2; } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -moz-appearance: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-bullet-active { opacity: 1; background: var(--swiper-theme-color); background: var(--swiper-pagination-color, var(--swiper-theme-color)); } .swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0, -50%, 0); } .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: transform 0.2s, top 0.2s; } .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: transform 0.2s, left 0.2s; } .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: transform 0.2s, right 0.2s; } .swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-theme-color); background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; } .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; } .swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; } .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; } .swiper-pagination-white { --swiper-pagination-color: #fff; } .swiper-pagination-black { --swiper-pagination-color: #000; } .swiper-pagination-lock { display: none; } .swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); } .swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; } .swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; } .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-scrollbar-lock { display: none; } .swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; } .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; } .swiper-slide-zoomed { cursor: move; } .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; animation: swiper-preloader-spin 1s linear infinite; box-sizing: border-box; border-left: 4px solid var(--swiper-theme-color); border-bottom: 4px solid var(--swiper-theme-color); border-right: 4px solid var(--swiper-theme-color); border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top: 4px solid transparent; } .swiper-lazy-preloader-white { --swiper-preloader-color: #fff; } .swiper-lazy-preloader-black { --swiper-preloader-color: #000; } @keyframes swiper-preloader-spin { to { transform: rotate(1turn); } } .swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; } .swiper-container-fade.swiper-container-free-mode .swiper-slide { transition-timing-function: ease-out; } .swiper-container-fade .swiper-slide { pointer-events: none; transition-property: opacity; } .swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube { overflow: visible; } .swiper-container-cube .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100%; } .swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-cube.swiper-container-rtl .swiper-slide { transform-origin: 100% 0; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; } .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index: 0; backface-visibility: hidden; } .swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; opacity: 0.6; z-index: 0; } .swiper-container-cube .swiper-cube-shadow:before { content: ""; background: #000; position: absolute; left: 0; top: 0; bottom: 0; right: 0; filter: blur(50px); } .swiper-container-flip { overflow: visible; } .swiper-container-flip .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; } .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; backface-visibility: hidden; } .alert-box { background: #036; color: #fff; padding: 15px; text-align: center; font-size: 15px; position: relative; } .alert-box p { padding: 0 25px; margin: 0 !important; font-size: 16px; } .alert-box p a { color: #fff; padding-bottom: 2px; } .alert-box p a:hover { color: #f2f2f2; } .alert-box.cw-black { background-color: #333232; } .alert-box.cw-blue-print { background-color: #5096d0; } .alert-box.cw-green { background-color: #14a947; } .alert-box.cw-orange { background-color: #fe813a; } .alert-box.cw-purple { background-color: #9064bf; } .alert-box.cw-red { background-color: #fa575d; } .alert-box.cw-spring { background-color: #1ba9e0; } .alert-box.cw-spring-rebrand { background-color: #1080b9; } .alert-box.cw-teal { background-color: #8ed4cc; } .alert-box.cw-white { background-color: #fff; } .alert-box.cw-yellow { background-color: #ffca0a; } .alert-box.grey-10 { background-color: #f4f5f0; } .alert-box.grey-20 { background-color: #e9eae4; } .alert-box.grey-30 { background-color: #dfdfd7; } .alert-box.grey-40 { background-color: #c1c1ba; } .alert-box.grey-5 { background-color: #f7f7f7; } .alert-box.grey-50 { background-color: #9b9b94; } .alert-box.grey-60 { background-color: #71716c; } .alert-box.grey-70 { background-color: #515151; } .alert-box.cw-spring-yellow { background-color: #ffc907; } .alert-box.cw-spring-dk-blue { background-color: #1e2658; } .alert-box.cw-spring-med-blue { background-color: #1080b9; } .alert-box.cw-spring-lt-blue { background-color: #bae3f0; } .alert-box.cw-spring-dk-green { background-color: #004b3d; } .alert-box.cw-spring-med-green { background-color: #00ac7f; } .alert-box.cw-spring-lt-green { background-color: #b8e3d1; } .alert-box.cw-spring-black { background-color: #1a1a1a; } .alert-box.cw-spring-off-white { background-color: #fdf4e2; } .alert-box.cw-spring-peach { background-color: #e88a78; } .alert-box.cball-blue { background-color: #576995; } .alert-box.cball-dark-blue { background-color: #354363; } .alert-box.cball-purple { background-color: #0a101f; } .alert-box.cw-navy { background-color: #036; } .alert-box.cw-med-blue, .alert-box.cw-secondary { background-color: #77a8bb; } .alert-box.cw-dk-orange { background-color: #bf6c46; } .alert-box.sc-sand { background-color: #f9f7e9; } .alert-box.sc-teal { background-color: #43b29a; } .alert-box.sc-green { background-color: #7db87e; } .alert-box.sc-orange { background-color: #e87025; } .alert-box.success { background: #14a947; } .alert-box.alert { background: #fa575d; } .alert-box .close { position: absolute; top: 50%; margin-top: -10px; right: 10px; text-decoration: none; } .alert-box .icn { font-size: 15px; color: #fff; position: relative; } .badge-cw-black { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #333232; color: #fff; } .badge-cw-black i { margin-right: 5px; } .badge-outline-cw-black { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #333232; color: #333232; } .badge-outline-cw-black i { margin-right: 5px; } .badge-cw-blue-print { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #5096d0; color: #fff; } .badge-cw-blue-print i { margin-right: 5px; } .badge-outline-cw-blue-print { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #5096d0; color: #5096d0; } .badge-outline-cw-blue-print i { margin-right: 5px; } .badge-cw-green { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #14a947; color: #fff; } .badge-cw-green i { margin-right: 5px; } .badge-outline-cw-green { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #14a947; color: #14a947; } .badge-outline-cw-green i { margin-right: 5px; } .badge-cw-orange { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #fe813a; color: #fff; } .badge-cw-orange i { margin-right: 5px; } .badge-outline-cw-orange { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #fe813a; color: #fe813a; } .badge-outline-cw-orange i { margin-right: 5px; } .badge-cw-purple { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #9064bf; color: #fff; } .badge-cw-purple i { margin-right: 5px; } .badge-outline-cw-purple { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #9064bf; color: #9064bf; } .badge-outline-cw-purple i { margin-right: 5px; } .badge-cw-red { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #fa575d; color: #fff; } .badge-cw-red i { margin-right: 5px; } .badge-outline-cw-red { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #fa575d; color: #fa575d; } .badge-outline-cw-red i { margin-right: 5px; } .badge-cw-spring { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #1ba9e0; color: #fff; } .badge-cw-spring i { margin-right: 5px; } .badge-outline-cw-spring { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #1ba9e0; color: #1ba9e0; } .badge-outline-cw-spring i { margin-right: 5px; } .badge-cw-spring-rebrand { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #1080b9; color: #fff; } .badge-cw-spring-rebrand i { margin-right: 5px; } .badge-outline-cw-spring-rebrand { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #1080b9; color: #1080b9; } .badge-outline-cw-spring-rebrand i { margin-right: 5px; } .badge-cw-teal { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #8ed4cc; color: #fff; } .badge-cw-teal i { margin-right: 5px; } .badge-outline-cw-teal { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #8ed4cc; color: #8ed4cc; } .badge-outline-cw-teal i { margin-right: 5px; } .badge-cw-white { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #fff; color: #fff; } .badge-cw-white i { margin-right: 5px; } .badge-outline-cw-white { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #fff; color: #fff; } .badge-outline-cw-white i { margin-right: 5px; } .badge-cw-yellow { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #ffca0a; color: #fff; } .badge-cw-yellow i { margin-right: 5px; } .badge-outline-cw-yellow { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #ffca0a; color: #ffca0a; } .badge-outline-cw-yellow i { margin-right: 5px; } .badge-grey-10 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #f4f5f0; color: #fff; } .badge-grey-10 i { margin-right: 5px; } .badge-outline-grey-10 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #f4f5f0; color: #f4f5f0; } .badge-outline-grey-10 i { margin-right: 5px; } .badge-grey-20 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #e9eae4; color: #fff; } .badge-grey-20 i { margin-right: 5px; } .badge-outline-grey-20 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #e9eae4; color: #e9eae4; } .badge-outline-grey-20 i { margin-right: 5px; } .badge-grey-30 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #dfdfd7; color: #fff; } .badge-grey-30 i { margin-right: 5px; } .badge-outline-grey-30 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #dfdfd7; color: #dfdfd7; } .badge-outline-grey-30 i { margin-right: 5px; } .badge-grey-40 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #c1c1ba; color: #fff; } .badge-grey-40 i { margin-right: 5px; } .badge-outline-grey-40 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #c1c1ba; color: #c1c1ba; } .badge-outline-grey-40 i { margin-right: 5px; } .badge-grey-5 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #f7f7f7; color: #fff; } .badge-grey-5 i { margin-right: 5px; } .badge-outline-grey-5 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #f7f7f7; color: #f7f7f7; } .badge-outline-grey-5 i { margin-right: 5px; } .badge-grey-50 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #9b9b94; color: #fff; } .badge-grey-50 i { margin-right: 5px; } .badge-outline-grey-50 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #9b9b94; color: #9b9b94; } .badge-outline-grey-50 i { margin-right: 5px; } .badge-grey-60 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #71716c; color: #fff; } .badge-grey-60 i { margin-right: 5px; } .badge-outline-grey-60 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #71716c; color: #71716c; } .badge-outline-grey-60 i { margin-right: 5px; } .badge-grey-70 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #515151; color: #fff; } .badge-grey-70 i { margin-right: 5px; } .badge-outline-grey-70 { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #515151; color: #515151; } .badge-outline-grey-70 i { margin-right: 5px; } .badge-cw-spring-yellow { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #ffc907; color: #fff; } .badge-cw-spring-yellow i { margin-right: 5px; } .badge-outline-cw-spring-yellow { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #ffc907; color: #ffc907; } .badge-outline-cw-spring-yellow i { margin-right: 5px; } .badge-cw-spring-dk-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #1e2658; color: #fff; } .badge-cw-spring-dk-blue i { margin-right: 5px; } .badge-outline-cw-spring-dk-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #1e2658; color: #1e2658; } .badge-outline-cw-spring-dk-blue i { margin-right: 5px; } .badge-cw-spring-med-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #1080b9; color: #fff; } .badge-cw-spring-med-blue i { margin-right: 5px; } .badge-outline-cw-spring-med-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #1080b9; color: #1080b9; } .badge-outline-cw-spring-med-blue i { margin-right: 5px; } .badge-cw-spring-lt-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #bae3f0; color: #fff; } .badge-cw-spring-lt-blue i { margin-right: 5px; } .badge-outline-cw-spring-lt-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #bae3f0; color: #bae3f0; } .badge-outline-cw-spring-lt-blue i { margin-right: 5px; } .badge-cw-spring-dk-green { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #004b3d; color: #fff; } .badge-cw-spring-dk-green i { margin-right: 5px; } .badge-outline-cw-spring-dk-green { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #004b3d; color: #004b3d; } .badge-outline-cw-spring-dk-green i { margin-right: 5px; } .badge-cw-spring-med-green { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #00ac7f; color: #fff; } .badge-cw-spring-med-green i { margin-right: 5px; } .badge-outline-cw-spring-med-green { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #00ac7f; color: #00ac7f; } .badge-outline-cw-spring-med-green i { margin-right: 5px; } .badge-cw-spring-lt-green { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #b8e3d1; color: #fff; } .badge-cw-spring-lt-green i { margin-right: 5px; } .badge-outline-cw-spring-lt-green { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #b8e3d1; color: #b8e3d1; } .badge-outline-cw-spring-lt-green i { margin-right: 5px; } .badge-cw-spring-black { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #1a1a1a; color: #fff; } .badge-cw-spring-black i { margin-right: 5px; } .badge-outline-cw-spring-black { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #1a1a1a; color: #1a1a1a; } .badge-outline-cw-spring-black i { margin-right: 5px; } .badge-cw-spring-off-white { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #fdf4e2; color: #fff; } .badge-cw-spring-off-white i { margin-right: 5px; } .badge-outline-cw-spring-off-white { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #fdf4e2; color: #fdf4e2; } .badge-outline-cw-spring-off-white i { margin-right: 5px; } .badge-cw-spring-peach { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #e88a78; color: #fff; } .badge-cw-spring-peach i { margin-right: 5px; } .badge-outline-cw-spring-peach { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #e88a78; color: #e88a78; } .badge-outline-cw-spring-peach i { margin-right: 5px; } .badge-cball-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #576995; color: #fff; } .badge-cball-blue i { margin-right: 5px; } .badge-outline-cball-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #576995; color: #576995; } .badge-outline-cball-blue i { margin-right: 5px; } .badge-cball-dark-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #354363; color: #fff; } .badge-cball-dark-blue i { margin-right: 5px; } .badge-outline-cball-dark-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #354363; color: #354363; } .badge-outline-cball-dark-blue i { margin-right: 5px; } .badge-cball-purple { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #0a101f; color: #fff; } .badge-cball-purple i { margin-right: 5px; } .badge-outline-cball-purple { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #0a101f; color: #0a101f; } .badge-outline-cball-purple i { margin-right: 5px; } .badge-cw-navy { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #036; color: #fff; } .badge-cw-navy i { margin-right: 5px; } .badge-outline-cw-navy { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #036; color: #036; } .badge-outline-cw-navy i { margin-right: 5px; } .badge-cw-secondary { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #77a8bb; color: #fff; } .badge-cw-secondary i { margin-right: 5px; } .badge-outline-cw-secondary { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #77a8bb; color: #77a8bb; } .badge-outline-cw-secondary i { margin-right: 5px; } .badge-cw-med-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #77a8bb; color: #fff; } .badge-cw-med-blue i { margin-right: 5px; } .badge-outline-cw-med-blue { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #77a8bb; color: #77a8bb; } .badge-outline-cw-med-blue i { margin-right: 5px; } .badge-cw-dk-orange { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #bf6c46; color: #fff; } .badge-cw-dk-orange i { margin-right: 5px; } .badge-outline-cw-dk-orange { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #bf6c46; color: #bf6c46; } .badge-outline-cw-dk-orange i { margin-right: 5px; } .badge-sc-sand { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #f9f7e9; color: #fff; } .badge-sc-sand i { margin-right: 5px; } .badge-outline-sc-sand { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #f9f7e9; color: #f9f7e9; } .badge-outline-sc-sand i { margin-right: 5px; } .badge-sc-teal { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #43b29a; color: #fff; } .badge-sc-teal i { margin-right: 5px; } .badge-outline-sc-teal { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #43b29a; color: #43b29a; } .badge-outline-sc-teal i { margin-right: 5px; } .badge-sc-green { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #7db87e; color: #fff; } .badge-sc-green i { margin-right: 5px; } .badge-outline-sc-green { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #7db87e; color: #7db87e; } .badge-outline-sc-green i { margin-right: 5px; } .badge-sc-orange { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #e87025; color: #fff; } .badge-sc-orange i { margin-right: 5px; } .badge-outline-sc-orange { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #e87025; color: #e87025; } .badge-outline-sc-orange i { margin-right: 5px; } html { font-size: 125%; height: 100%; } @media screen and (min-width: 1919px) { html { background-color: #f7f7f7; } } body { font-family: Proxima Nova, sans-serif; backface-visibility: hidden; background: #fff; min-height: 100%; position: relative; } @media screen and (min-width: 1919px) { body { max-width: 1920px; border-left: 1px solid #dfdfd7; border-right: 1px solid #dfdfd7; margin: 0 auto; } } img { transform: translateZ(0); max-width: 100%; } hr { background: #dfdfd7; border: 0; height: 1px; margin: 0; } hr.dashed { border-top: 1px dashed #c1c1ba; color: #fff; background-color: #fff; } div[data-component] { display: inline; } a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; } .print-only { display: none; } .cw-footer { padding: 60px 20px; margin-top: 60px; border-top: 1px solid #dfdfd7; text-transform: lowercase; color: #71716c; font-family: Proxima Nova, sans-serif; } @media only screen and (max-width: 374px) { .cw-footer { padding-left: 15px; padding-right: 15px; } } .cw-footer.no-top-border { border-top: 0; padding-top: 0; } .cw-footer.no-top-border .mailing-list-and-info { border-top: 1px solid #dfdfd7 !important; border-radius: 4px; margin-top: -20px; } .cw-footer.minimal .cw-footer-top-row { display: none !important; } .cw-footer.minimal .mailing-list-and-info { margin-bottom: 30px; } .cw-footer.no-country-switcher .footer-country-container { display: none !important; } .cw-footer.no-country-switcher .footer-social-and-country-wrapper { display: block !important; } .cw-footer.no-country-switcher .cw-footer-secondary-links, .cw-footer.no-country-switcher .footer-social-wrapper { width: 100% !important; } @media only screen and (min-width: 1025px) { .cw-footer.no-country-switcher .cw-footer-secondary-links, .cw-footer.no-country-switcher .footer-social-wrapper { justify-content: center !important; } } .cw-footer.no-country-switcher .cw-footer-fine-print { text-align: center; } .cw-footer.no-mailing-list .footer-email-signup-link, .cw-footer.no-mailing-list .footer-last-bullet, .cw-footer.no-mailing-list .mailing-list-and-info { display: none !important; } .cw-footer.no-margin-top { margin-top: 0; } .cw-footer .trust-banner-logos { width: 357px; } @media only screen and (min-width: 641px) { .cw-footer .trust-banner-logos { width: 510px; } } .cw-footer .mailing-list-and-info:after { display: none !important; } .cw-footer .mailing-list-and-info .parsley-custom-error-message { font-size: 13px !important; } .cw-footer ul { list-style: none; margin: 0; padding: 0; font-size: 15px; letter-spacing: 0.2px; } @media only screen and (max-width: 374px) { .cw-footer ul { font-size: 14px; } } .cw-footer a { color: #71716c; font-size: 15px; text-decoration: none; font-weight: 400; } @media only screen and (max-width: 374px) { .cw-footer a { font-size: 13px; } } .cw-footer a:hover { color: #9b9b94; } .cw-footer .cw-footer-header { font-weight: 500; color: #333232; margin-top: 0; } .cw-footer .cw-footer-emph { color: #036; font-weight: 500; text-decoration: underline; } .cw-footer .cw-footer-emph:hover { color: #004d99; } .cw-footer .cw-icon-heart { transition: color 0.5s linear; display: inline-block; width: 25px; position: relative; top: 1px; } .cw-footer .cw-footer-love:hover .cw-icon-heart { color: #fa575d; } .cw-footer-top-row { display: flex; flex-flow: row wrap; max-width: 415px; margin-left: auto; margin-right: auto; } .cw-footer-top-row ul { width: 140px; } .cw-footer-top-row li { line-height: 1.2; margin-top: 12px; } @media only screen and (max-width: 374px) { .cw-footer-top-row li { margin-top: 10px; } } @media only screen and (min-width: 641px) { .cw-footer-top-row { max-width: 980px; } } @media only screen and (max-width: 374px) { .cw-footer-secondary-links a { font-size: 14px; } } .swiper-pagination-bullet { transition: all 0.15s; } .swiper-pagination-bullet-active { background-color: #036; } html { box-sizing: border-box; } *, :after, :before { box-sizing: inherit; } @media only screen and (max-width: 641px) { .columns.small-1 { float: left; display: block; margin-right: 2.3576520234%; width: 6.1721523119%; } .columns.small-1:last-child { margin-right: 0; } .columns.small-1.center { margin-left: 46.9139238441%; } .columns.small-2 { float: left; display: block; margin-right: 2.3576520234%; width: 14.7019566472%; } .columns.small-2:last-child { margin-right: 0; } .columns.small-2.center { margin-left: 42.6490216764%; } .columns.small-3 { float: left; display: block; margin-right: 2.3576520234%; width: 23.2317609825%; } .columns.small-3:last-child { margin-right: 0; } .columns.small-3.center { margin-left: 38.3841195088%; } .columns.small-4 { float: left; display: block; margin-right: 2.3576520234%; width: 31.7615653177%; } .columns.small-4:last-child { margin-right: 0; } .columns.small-4.center { margin-left: 34.1192173411%; } .columns.small-5 { float: left; display: block; margin-right: 2.3576520234%; width: 40.291369653%; } .columns.small-5:last-child { margin-right: 0; } .columns.small-5.center { margin-left: 29.8543151735%; } .columns.small-6 { float: left; display: block; margin-right: 2.3576520234%; width: 48.8211739883%; } .columns.small-6:last-child { margin-right: 0; } .columns.small-6.center { margin-left: 25.5894130058%; } .columns.small-7 { float: left; display: block; margin-right: 2.3576520234%; width: 57.3509783236%; } .columns.small-7:last-child { margin-right: 0; } .columns.small-7.center { margin-left: 21.3245108382%; } .columns.small-8 { float: left; display: block; margin-right: 2.3576520234%; width: 65.8807826589%; } .columns.small-8:last-child { margin-right: 0; } .columns.small-8.center { margin-left: 17.0596086706%; } .columns.small-9 { float: left; display: block; margin-right: 2.3576520234%; width: 74.4105869942%; } .columns.small-9:last-child { margin-right: 0; } .columns.small-9.center { margin-left: 12.7947065029%; } .columns.small-10 { float: left; display: block; margin-right: 2.3576520234%; width: 82.9403913294%; } .columns.small-10:last-child { margin-right: 0; } .columns.small-10.center { margin-left: 8.5298043353%; } .columns.small-11 { float: left; display: block; margin-right: 2.3576520234%; width: 91.4701956647%; } .columns.small-11:last-child { margin-right: 0; } .columns.small-11.center { margin-left: 4.2649021676%; } .columns.small-12 { float: left; display: block; margin-right: 2.3576520234%; width: 100%; } .columns.small-12:last-child { margin-right: 0; } .columns.small-12.center { margin-left: 0; } } @media only screen and (min-width: 641px) { .columns.medium-1 { float: left; display: block; margin-right: 2.3576520234%; width: 6.1721523119%; } .columns.medium-1:last-child { margin-right: 0; } .columns.medium-1.center { margin-left: 46.9139238441%; } .columns.medium-2 { float: left; display: block; margin-right: 2.3576520234%; width: 14.7019566472%; } .columns.medium-2:last-child { margin-right: 0; } .columns.medium-2.center { margin-left: 42.6490216764%; } .columns.medium-3 { float: left; display: block; margin-right: 2.3576520234%; width: 23.2317609825%; } .columns.medium-3:last-child { margin-right: 0; } .columns.medium-3.center { margin-left: 38.3841195088%; } .columns.medium-4 { float: left; display: block; margin-right: 2.3576520234%; width: 31.7615653177%; } .columns.medium-4:last-child { margin-right: 0; } .columns.medium-4.center { margin-left: 34.1192173411%; } .columns.medium-5 { float: left; display: block; margin-right: 2.3576520234%; width: 40.291369653%; } .columns.medium-5:last-child { margin-right: 0; } .columns.medium-5.center { margin-left: 29.8543151735%; } .columns.medium-6 { float: left; display: block; margin-right: 2.3576520234%; width: 48.8211739883%; } .columns.medium-6:last-child { margin-right: 0; } .columns.medium-6.center { margin-left: 25.5894130058%; } .columns.medium-7 { float: left; display: block; margin-right: 2.3576520234%; width: 57.3509783236%; } .columns.medium-7:last-child { margin-right: 0; } .columns.medium-7.center { margin-left: 21.3245108382%; } .columns.medium-8 { float: left; display: block; margin-right: 2.3576520234%; width: 65.8807826589%; } .columns.medium-8:last-child { margin-right: 0; } .columns.medium-8.center { margin-left: 17.0596086706%; } .columns.medium-9 { float: left; display: block; margin-right: 2.3576520234%; width: 74.4105869942%; } .columns.medium-9:last-child { margin-right: 0; } .columns.medium-9.center { margin-left: 12.7947065029%; } .columns.medium-10 { float: left; display: block; margin-right: 2.3576520234%; width: 82.9403913294%; } .columns.medium-10:last-child { margin-right: 0; } .columns.medium-10.center { margin-left: 8.5298043353%; } .columns.medium-11 { float: left; display: block; margin-right: 2.3576520234%; width: 91.4701956647%; } .columns.medium-11:last-child { margin-right: 0; } .columns.medium-11.center { margin-left: 4.2649021676%; } .columns.medium-12 { float: left; display: block; margin-right: 2.3576520234%; width: 100%; } .columns.medium-12:last-child { margin-right: 0; } .columns.medium-12.center { margin-left: 0; } } @media only screen and (min-width: 1025px) { .columns.large-1 { float: left; display: block; margin-right: 2.3576520234%; width: 6.1721523119%; } .columns.large-1:last-child { margin-right: 0; } .columns.large-1.center { margin-left: 46.9139238441%; } .columns.large-2 { float: left; display: block; margin-right: 2.3576520234%; width: 14.7019566472%; } .columns.large-2:last-child { margin-right: 0; } .columns.large-2.center { margin-left: 42.6490216764%; } .columns.large-3 { float: left; display: block; margin-right: 2.3576520234%; width: 23.2317609825%; } .columns.large-3:last-child { margin-right: 0; } .columns.large-3.center { margin-left: 38.3841195088%; } .columns.large-4 { float: left; display: block; margin-right: 2.3576520234%; width: 31.7615653177%; } .columns.large-4:last-child { margin-right: 0; } .columns.large-4.center { margin-left: 34.1192173411%; } .columns.large-5 { float: left; display: block; margin-right: 2.3576520234%; width: 40.291369653%; } .columns.large-5:last-child { margin-right: 0; } .columns.large-5.center { margin-left: 29.8543151735%; } .columns.large-6 { float: left; display: block; margin-right: 2.3576520234%; width: 48.8211739883%; } .columns.large-6:last-child { margin-right: 0; } .columns.large-6.center { margin-left: 25.5894130058%; } .columns.large-7 { float: left; display: block; margin-right: 2.3576520234%; width: 57.3509783236%; } .columns.large-7:last-child { margin-right: 0; } .columns.large-7.center { margin-left: 21.3245108382%; } .columns.large-8 { float: left; display: block; margin-right: 2.3576520234%; width: 65.8807826589%; } .columns.large-8:last-child { margin-right: 0; } .columns.large-8.center { margin-left: 17.0596086706%; } .columns.large-9 { float: left; display: block; margin-right: 2.3576520234%; width: 74.4105869942%; } .columns.large-9:last-child { margin-right: 0; } .columns.large-9.center { margin-left: 12.7947065029%; } .columns.large-10 { float: left; display: block; margin-right: 2.3576520234%; width: 82.9403913294%; } .columns.large-10:last-child { margin-right: 0; } .columns.large-10.center { margin-left: 8.5298043353%; } .columns.large-11 { float: left; display: block; margin-right: 2.3576520234%; width: 91.4701956647%; } .columns.large-11:last-child { margin-right: 0; } .columns.large-11.center { margin-left: 4.2649021676%; } .columns.large-12 { float: left; display: block; margin-right: 2.3576520234%; width: 100%; } .columns.large-12:last-child { margin-right: 0; } .columns.large-12.center { margin-left: 0; } } .row { max-width: 980px; margin-left: auto; margin-right: auto; } .row:after { clear: both; content: ""; display: table; } .row-lg { max-width: 1280px; margin-left: auto; margin-right: auto; } .row-lg:after { clear: both; content: ""; display: table; } .wrapper { min-height: 100%; position: relative; overflow: hidden; backface-visibility: hidden; background-color: #fff; z-index: 10; } .wrapper.disable-transform { transform: none; } .container { padding: 95px 20px 50px; } .container.pt-nav-height { padding-top: 58px !important; } .edge-to-edge { margin-left: -20px; margin-right: -20px; } @media only screen and (min-width: 641px) { .edge-to-edge.edge-to-edge--small-only { margin: auto; } } @media only screen and (min-width: 1025px) { .edge-to-edge.edge-to-edge--small-medium-only { margin: auto; max-width: 980px; } } .w-980 { max-width: 980px; } .heading { margin: 40px auto 60px; } .heading .h50 { font-weight: 400; } .no-underline-link-wrapper a { text-decoration: none; } .clearfix:after { content: "" !important; display: table !important; clear: both !important; } .lg-whitespace-no-wrap, .md-whitespace-no-wrap, .whitespace-no-wrap { white-space: nowrap; } .flex-no-wrap, .lg-flex-no-wrap, .md-flex-no-wrap { flex-wrap: nowrap; } .legacy-spacing p, .legacy-spacing ul { margin: 1em 0; } .legacy-spacing h1, .legacy-spacing h2, .legacy-spacing h3, .legacy-spacing h4, .legacy-spacing h5, .legacy-spacing h6 { margin: 0 0 10px; } .disable-legacy-spacing h1, .disable-legacy-spacing h2, .disable-legacy-spacing h3, .disable-legacy-spacing h4, .disable-legacy-spacing h5, .disable-legacy-spacing h6, .disable-legacy-spacing p, .disable-legacy-spacing ul { margin: 0; } .serif-heading, .text-kazimir { font-family: Kazimir, Georgia, Cambria, Times New Roman, Times, serif; } .sans-serif { font-family: Proxima Nova, sans-serif; } .sl-overlay { background: #000; } body.modal-open { -webkit-overflow-scrolling: touch; height: 100%; overflow: hidden; position: fixed; } @media only screen and (min-width: 641px) { body.modal-open { margin-top: 0 !important; position: relative; } } body.modal-open .wrapper { max-width: 100%; position: fixed; } @media only screen and (min-width: 641px) { body.modal-open .wrapper { position: relative; } } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.4); z-index: 999999999; overflow: scroll; } .modal-inner { padding: 40px; position: relative; background: #fff; margin: 0 auto; width: 100%; min-height: 100%; } @media only screen and (min-width: 641px) { .modal-inner { width: 600px; height: auto; min-height: auto; margin: 10% auto; } } .modal-title { border-bottom: 1px solid #e9eae4; text-align: left; margin: -40px -40px 40px; padding: 25px 0 25px 40px; font-size: 19px; } .modal-title ~ .modal-close { top: 15px; right: 10px; } @media only screen and (min-width: 641px) { .modal-title { font-size: 23px; } } .modal-close { color: #333232; cursor: pointer; font-size: 35px; font-weight: 900; margin: 10px 10px 0 0; position: absolute; right: 10px; top: 0; z-index: 10; } .modal-close:before { font-family: Arial, sans-serif; content: "×"; } .modal-footer { background: #f4f5f0; border-top: 1px solid #dfdfd7; bottom: 0; left: 0; padding: 20px; position: fixed; width: 100%; display: flex; flex-direction: column; z-index: 50; } @media only screen and (min-width: 641px) { .modal-footer { flex-direction: row-reverse; justify-content: space-between; margin: 40px -40px -40px; position: relative; width: auto; } } .modal-footer button:nth-of-type(2) { background-color: #c1c1ba; margin-top: 10px; } .modal-footer button:nth-of-type(2):hover { background-color: #dededa; } @media only screen and (min-width: 641px) { .modal-footer button:nth-of-type(2) { margin-top: 0; } } .modal-footer button i { font-size: 20px; line-height: 48px; vertical-align: sub; } .modal-footer button i.icon-right { margin-left: 10px; } .modal-footer button i.icon-left { margin-right: 10px; } .modal-dialog { text-align: center; } .modal-dialog h1 { margin-bottom: 40px; } .modal-dialog .button:first-of-type { margin-right: 10px; } .right-off-canvas-menu { background: #fff; font-family: Proxima Nova, sans-serif; font-size: 16px; z-index: 0; width: 240px; padding-left: 0; position: absolute; right: 0; bottom: 0; margin: 0; box-sizing: border-box; overflow: hidden; border-left: 1px solid #ebebeb; display: none; } @media only screen and (min-width: 1025px) { .right-off-canvas-menu { display: none !important; } } .right-off-canvas-menu .name a { border-top: 1px solid #ebebeb; } .right-off-canvas-menu ul { list-style-type: none; padding: 0; margin: 0; } .right-off-canvas-menu a, .right-off-canvas-menu form { display: block; color: #333232; text-decoration: none; padding: 15px; border-bottom: 1px solid #ebebeb; transition: background 0.15s linear; font-size: 16px; line-height: 1; } .right-off-canvas-menu a:hover, .right-off-canvas-menu form:hover { background: #fafafa; } .right-off-canvas-menu .cw-home a, .right-off-canvas-menu .profile-link a { background: #f5f5f5; } .right-off-canvas-menu .cw-home a:hover, .right-off-canvas-menu .profile-link a:hover { background: #ebebeb; } .right-off-canvas-menu .profile-link a { position: relative; } .right-off-canvas-menu .profile-link span { padding-left: 35px; line-height: 1.35; } .right-off-canvas-menu .profile-link img { position: absolute; top: 50%; margin-top: -12.5px; } .right-off-canvas-menu .cw-home a { border-bottom: 0; } .right-off-canvas-menu .cw-text { display: inline-block; vertical-align: middle; } .right-off-canvas-menu .cw-home .icn { font-size: 22px; vertical-align: middle; margin-right: 7px; color: #ffca0a; } .right-off-canvas-menu .user-access-wrapper { line-height: normal; } .right-off-canvas-menu .user-access { padding: 15px; display: flex; text-align: center; } .right-off-canvas-menu .user-access .button { font-size: 14px; padding: 0; height: 40px; line-height: 40px; text-transform: uppercase; letter-spacing: 1px; border-radius: 4px; width: 100%; color: #fff; border-bottom: 0; } .right-off-canvas-menu .user-access .button:hover { background-color: #004080; } @keyframes open { 0% { transform: translateZ(0); } 70% { transform: translate3d(-240px, 0, 0); } to { transform: translate3d(-240px, 0, 0); } } @keyframes close { 0% { transform: translate3d(-240px, 0, 0); } to { transform: translateZ(0); } } .off-canvas-animate-then-close .right-off-canvas-menu, .off-canvas-open .right-off-canvas-menu { display: block; } .right-off-canvas-menu input[type="submit"] { background: none; font-family: Proxima Nova, sans-serif; width: 100%; text-align: left; cursor: pointer; padding: 0; color: #333232; } .wrapper { z-index: 1; } .off-canvas-open .wrapper { animation: open 0.5s ease-in-out forwards; } .off-canvas-animate-then-close .wrapper { animation: close 0.25s ease-in-out; } .off-canvas-open { overflow: hidden; } .off-canvas-open .wrapper { height: 100vh; overflow-y: scroll; } .off-canvas-open .off-canvas-list { -webkit-overflow-scrolling: touch; overflow-y: scroll; height: 100vh; } .touch .off-canvas-open .off-canvas-list { padding-bottom: 100px; } @media only screen and (min-width: 1025px) { .off-canvas-open .wrapper { animation: close 0.25s ease-in-out; } } .pagination { text-align: center; } .pagination.small li a { padding: 2px; min-width: 30px; font-size: 12px; } .pagination ul { text-align: center; padding: 0; font-size: 0; } .pagination ul li { display: inline-block; font-size: 14px; background-color: #fff; } .pagination ul li:first-of-type a { border-style: solid; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination ul li:last-of-type a { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination ul li a { transition: all 0.15s ease-in-out; border: 1px solid #dfdfd7; border-left-style: none; color: #9b9b94; outline: none; min-width: 40px; padding: 5px; display: inline-block; text-decoration: none; } .pagination ul li a:focus, .pagination ul li a:hover { background: #f4f5f0; color: #71716c; } .pagination ul li a:active { background: #f4f5f0; } .pagination-btn .icn { font-size: 12px; display: inline-block; } .pagination-btn.pagination-btn--small .icn { font-size: 10px; } .pagination-btn.pagination-btn--prev .icn { margin-right: 10px; } .pagination-btn.pagination-btn--next .icn { margin-left: 10px; } .pagination-bubbles:after { clear: both; content: ""; display: table; } .pagination-bubbles .bubble { border-radius: 50%; display: inline-block; margin-right: 20px; width: 18px; height: 18px; text-indent: 99999999px; background: #dfdfd7; transition: background 0.15s linear; } .pagination-bubbles .bubble.active, .pagination-bubbles .bubble:active, .pagination-bubbles .bubble:hover { background: #036; } .pagination-bubbles .bubble:last-child { margin-right: 0; } .toggle-buttons { display: inline-block; } .toggle-buttons a { color: #9b9b94; font-size: 14px; border: 1px solid #dfdfd7; border-right-style: none; float: left; height: 34px; line-height: 33px; padding: 0 10px; background: #f4f5f0; text-transform: uppercase; text-decoration: none; transition: all 0.15s linear; } .toggle-buttons a.active, .toggle-buttons a.active:hover { color: #71716c; background: #fff; } .toggle-buttons a:hover { background: #f8f9f6; color: #b4b4ae; } .toggle-buttons a:first-child { border-radius: 4px 0 0 4px; } .toggle-buttons a:last-child { border-style: solid; border-radius: 0 4px 4px 0; } [data-behavior="Pagination"].loading { opacity: 0.5; } .panel { margin-bottom: 20px; } @media only screen and (min-width: 641px) { .panel { padding: 20px; background: #f7f7f7; border: 1px solid #c1c1ba; } .panel.radius { border-radius: 4px; } } .panel:last-child { margin-bottom: 0; } @media only screen and (min-width: 641px) { .panel.fifty { max-width: 500px; margin: auto; } } .social { display: inline-block; vertical-align: middle; text-align: center; color: #fff; width: 40px; height: 40px; margin-right: -4px; } .social.left-end { border-radius: 4px 0 0 4px; } .social.right-end { border-radius: 0 4px 4px 0; } .social.last { margin-right: 0; } .social.facebook { background-color: #3b5998; transition: background-color 0.15s linear; } .social.facebook:hover { background-color: #5f7ec1; } .social.twitter { background-color: #55acee; transition: background-color 0.15s linear; } .social.twitter:hover { background-color: #9bcef5; } .social:before { content: ""; height: 100%; } .social .icn, .social:before { display: inline-block; vertical-align: middle; } .social:hover { color: #fff; } .label-switch { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); border-radius: 48px; cursor: pointer; display: inline-block; height: 48px; position: relative; width: 92px; } .label-switch.small, .label-switch.small input[type="checkbox"] + .checkbox { width: 68px; height: 31px; } .label-switch.small input[type="checkbox"] + .checkbox:after { position: absolute; top: 5px; right: 0; bottom: 0; left: 5px; height: 22px; width: 22px; } .label-switch.small input[type="checkbox"] + .checkbox:before { top: 3px; right: 11px; font-size: 18px; line-height: 25.5px; } .label-switch.small.public-private { width: 100px; height: 31px; } .label-switch.small.public-private input[type="checkbox"] + .checkbox { width: 100px; } .label-switch.small.public-private input[type="checkbox"] + .checkbox:after { position: absolute; top: 5px; right: 0; bottom: 0; left: 5px; height: 22px; width: 22px; } .label-switch.small.public-private input[type="checkbox"] + .checkbox:before { font-family: Proxima Nova, sans-serif; font-size: 12px; content: "PRIVATE"; letter-spacing: 1.2px; } .label-switch.small input[type="checkbox"]:checked + .checkbox:before { left: 12px; } .label-switch.small input[type="checkbox"]:checked + .checkbox:after { left: 40px; } .label-switch.small.public-private input[type="checkbox"]:checked + .checkbox:after { left: 72px; } .label-switch.small.public-private input[type="checkbox"]:checked + .checkbox:before { left: 16px; content: "PUBLIC"; } .label-switch input[type="checkbox"] { display: none; } .label-switch input[type="checkbox"] + .checkbox { transition: all 0.3s ease; background: #dfdfd7; border-radius: 48px; border: 0; cursor: pointer; height: 48px; margin: 0; padding: 0; position: relative; width: 92px; z-index: 0; } .label-switch input[type="checkbox"] + .checkbox:before { top: 6px; right: 14px; content: ""; z-index: 1; font-family: cw-icons; color: #c1c1ba; position: absolute; font-size: 26px; line-height: 36px; } .label-switch input[type="checkbox"] + .checkbox:after { position: absolute; top: 11px; right: 0; bottom: 0; left: 11px; height: 26px; width: 26px; transition: all 0.3s ease; background: #fff; border-radius: 32px; content: ""; z-index: 2; } .label-switch input[type="checkbox"]:checked + .checkbox { background: #036; } .label-switch input[type="checkbox"]:checked + .checkbox:before { color: #fff; left: 15px; content: "✓"; } .label-switch input[type="checkbox"]:checked + .checkbox:after { left: 52px; } .label-switch.on-off input[type="checkbox"] + .checkbox:before, .label-switch.on-off input[type="checkbox"]:checked + .checkbox:before { font-family: Proxima Nova, sans-serif; font-size: 12px; letter-spacing: 0.1em; } .label-switch.on-off input[type="checkbox"] + .checkbox:before { content: "OFF"; } .label-switch.on-off input[type="checkbox"]:checked + .checkbox:before { content: "ON"; } .switch-wrapper { display: table; margin-bottom: 20px; } .switch-wrapper .label-switch { display: table-cell; vertical-align: middle; padding-right: 20px; } .switch-wrapper .label-switch .input { margin: 0; height: 30px; } .switch-wrapper label { display: table-cell; vertical-align: middle; } .tables { width: 100%; border-collapse: separate; border-left: 0; border-spacing: 0; } .tables.unstriped tbody tr:nth-child(2n) { background-color: transparent; } .tables.grid { border: 1px solid #e9eae4; } .tables.grid td, .tables.grid th { border-left: 1px solid #e9eae4; } .tables.grid tr:nth-child(2n) { background-color: transparent; } .tables th { text-align: left; } .tables tbody tr:hover > td, .tables tbody tr:hover > th, .tables tbody tr:nth-child(2n) { background-color: #f4f5f0; } .tables tbody tr:nth-child(2n):hover > td { background-color: #e9ebe1; } .tables thead th { text-transform: uppercase; background-color: #fff; border-bottom: 0; padding: 8px 15px; } .tables thead th:first-child { border-left: 0; } .tables tbody { background-color: #fff; } .tables tbody td { border-bottom: 0; border-top: 2px solid #e9eae4; padding: 8px 15px; } .tables tbody td:first-child { border-left: 0; } .hint:after, [data-hint]:after { background: #333232; text-shadow: none; border-radius: 4px; padding: 15px; font-size: 14px; line-height: 20px; white-space: normal; width: 100%; } @media only screen and (min-width: 641px) { .hint:after, [data-hint]:after { max-width: 300px; min-width: 250px; } } .hint--top:before { border-top-color: #333232; } .hint--right:before { border-right-color: #333232; } .hint--bottom:before { border-bottom-color: #333232; } .hint--left:before { border-left-color: #333232; } h1, h2, h3, h4, h5, h6 { font-weight: 500; line-height: 1.1em; } ol, p, table, ul { font-size: 16px; } p { line-height: 1.3em; } a, label { cursor: pointer; } ol, ul { padding-left: 18px; } ul > ul { list-style-type: disc; } li { line-height: 24px; } .serif { font-family: Georgia, Cambria, Times New Roman, Times, serif; } .em { font-style: italic; color: #9b9b94; } strong { font-weight: 500; } .text-strong-heading { font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-small { font-size: 12px; line-height: 20px; } .text-eyebrow-cw-black { color: #333232; } .text-eyebrow-cw-black, .text-eyebrow-cw-blue-print { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-blue-print { color: #5096d0; } .text-eyebrow-cw-green { color: #14a947; } .text-eyebrow-cw-green, .text-eyebrow-cw-orange { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-orange { color: #fe813a; } .text-eyebrow-cw-purple { color: #9064bf; } .text-eyebrow-cw-purple, .text-eyebrow-cw-red { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-red { color: #fa575d; } .text-eyebrow-cw-spring { color: #1ba9e0; } .text-eyebrow-cw-spring, .text-eyebrow-cw-spring-rebrand { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-spring-rebrand { color: #1080b9; } .text-eyebrow-cw-teal { color: #8ed4cc; } .text-eyebrow-cw-teal, .text-eyebrow-cw-white { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-white { color: #fff; } .text-eyebrow-cw-yellow { color: #ffca0a; } .text-eyebrow-cw-yellow, .text-eyebrow-grey-10 { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-grey-10 { color: #f4f5f0; } .text-eyebrow-grey-20 { color: #e9eae4; } .text-eyebrow-grey-20, .text-eyebrow-grey-30 { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-grey-30 { color: #dfdfd7; } .text-eyebrow-grey-40 { color: #c1c1ba; } .text-eyebrow-grey-5, .text-eyebrow-grey-40 { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-grey-5 { color: #f7f7f7; } .text-eyebrow-grey-50 { color: #9b9b94; } .text-eyebrow-grey-50, .text-eyebrow-grey-60 { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-grey-60 { color: #71716c; } .text-eyebrow-grey-70 { color: #515151; } .text-eyebrow-cw-spring-yellow, .text-eyebrow-grey-70 { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-spring-yellow { color: #ffc907; } .text-eyebrow-cw-spring-dk-blue { color: #1e2658; } .text-eyebrow-cw-spring-dk-blue, .text-eyebrow-cw-spring-med-blue { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-spring-med-blue { color: #1080b9; } .text-eyebrow-cw-spring-lt-blue { color: #bae3f0; } .text-eyebrow-cw-spring-dk-green, .text-eyebrow-cw-spring-lt-blue { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-spring-dk-green { color: #004b3d; } .text-eyebrow-cw-spring-med-green { color: #00ac7f; } .text-eyebrow-cw-spring-lt-green, .text-eyebrow-cw-spring-med-green { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-spring-lt-green { color: #b8e3d1; } .text-eyebrow-cw-spring-black { color: #1a1a1a; } .text-eyebrow-cw-spring-black, .text-eyebrow-cw-spring-off-white { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-spring-off-white { color: #fdf4e2; } .text-eyebrow-cw-spring-peach { color: #e88a78; } .text-eyebrow-cball-blue, .text-eyebrow-cw-spring-peach { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cball-blue { color: #576995; } .text-eyebrow-cball-dark-blue { color: #354363; } .text-eyebrow-cball-dark-blue, .text-eyebrow-cball-purple { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cball-purple { color: #0a101f; } .text-eyebrow-cw-navy { font-size: 12px; color: #036; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-med-blue, .text-eyebrow-cw-secondary { font-size: 12px; color: #77a8bb; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-cw-dk-orange { color: #bf6c46; } .text-eyebrow-cw-dk-orange, .text-eyebrow-sc-sand { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-sc-sand { color: #f9f7e9; } .text-eyebrow-sc-teal { color: #43b29a; } .text-eyebrow-sc-green, .text-eyebrow-sc-teal { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .text-eyebrow-sc-green { color: #7db87e; } .text-eyebrow-sc-orange { font-size: 12px; color: #e87025; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; } .h10 { font-size: 51px; } @media only screen and (min-width: 1025px) { .h10 { font-size: 65px; } } .h20 { font-size: 42px; } @media only screen and (min-width: 1025px) { .h20 { font-size: 54px; } } .h30 { font-size: 33px; } @media only screen and (min-width: 1025px) { .h30 { font-size: 42px; } } .h35 { font-size: 26px; } @media only screen and (min-width: 1025px) { .h35 { font-size: 35px; } } .h40 { font-size: 26px; } @media only screen and (min-width: 1025px) { .h40 { font-size: 28px; } } .h50 { font-size: 23px; } .h60 { font-size: 19px; } .h70 { font-size: 17px; } .h80 { font-size: 14px; } .p10 { font-size: 26px; } @media only screen and (min-width: 1025px) { .p10 { font-size: 24px; } } .p20 { font-size: 21px; } @media only screen and (min-width: 1025px) { .p20 { font-size: 23px; } } .p30 { font-size: 19px; } .p40 { font-size: 16px; } a { text-decoration: underline; color: #036; font-weight: 500; transition: color 0.15s linear; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); outline: none; } a:hover { color: #004d99; } a[data-disabled="true"] { color: #c1c1ba; } a.icn, a i { text-decoration: none; } li ul { list-style-type: disc; } .video-wrapper { height: 0; overflow: hidden; padding-bottom: 56.25%; position: relative; } .video-wrapper embed, .video-wrapper iframe, .video-wrapper object, .video-wrapper video { position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100%; width: 100%; } .video-box { background: #515151; padding-bottom: 56.25%; height: 0; position: relative; cursor: pointer; } .video-box:hover .play { text-decoration: none; background: rgba(0, 0, 0, 0.8); } .video-box .play { position: absolute; top: 50%; left: 50%; font-size: 1.25em; margin-left: -2.5em; margin-top: -1.5em; width: 5em; height: 3em; background: rgba(0, 0, 0, 0.5); text-align: center; cursor: pointer; border-radius: 4px; transition: background 0.15s linear; } .video-box .play .icn { color: #fff; display: block; line-height: 2em; font-size: 1.5em; padding: 0 1em 0 1.25em; } .video-box .placeholder, .video-box iframe { position: absolute; top: 0; left: 0; height: 100%; width: 100%; } .video-box iframe { border: 0; } .show { display: block !important; visibility: visible !important; } .for-screen-readers-only { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; } @media only screen and (min-width: 641px) { .show-for-mobile-only { display: none; } } @media only screen and (min-width: 1025px) { .show-for-medium-and-mobile { display: none; } } .show-for-medium-up { display: none !important; visibility: hidden !important; } @media only screen and (min-width: 641px) { .show-for-medium-up { display: block !important; visibility: visible !important; } } .show-for-large-up { display: none !important; visibility: hidden !important; } @media only screen and (min-width: 1025px) { .show-for-large-up { display: block !important; visibility: visible !important; } } .button, .button:active, .button:focus { outline: none; } .button:hover { cursor: pointer; } .button { height: 48px; line-height: 48px; background-color: #036; transition: background-color 0.15s linear; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 4px; border: 0; font-size: 15px; padding: 0 20px; font-weight: 500; display: inline-block; color: #fff; text-decoration: none; } .button.button--small { height: 32px; line-height: 32px; } .button.button--large { height: 64px; line-height: 64px; } .button.disabled, .button:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button:focus, .button:hover { background-color: #004080; color: #fff; } .button.button--small { font-size: 13px; padding: 0 15px; } .button.button--large { font-size: 21px; padding: 0 40px; } .button.button--expand { padding: 0; width: 100%; text-align: center; } .button.button--text { font-size: 14px; background: transparent; border: 0; padding: 0; color: #036; transition: color 0.15s; text-decoration: underline; } .button.button--text:hover { color: #222; } .button.button--cw-spring-med-green { height: 48px; line-height: 48px; background-color: #00ac7f; color: #fff; transition: background-color 0.15s linear; } .button.button--cw-spring-med-green.button--small { height: 32px; line-height: 32px; } .button.button--cw-spring-med-green.button--large { height: 64px; line-height: 64px; } .button.button--cw-spring-med-green.disabled, .button.button--cw-spring-med-green:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--cw-spring-med-green:focus, .button.button--cw-spring-med-green:hover { background-color: #00c692; color: #fff; } .button.button--cw-spring-med-blue { height: 48px; line-height: 48px; background-color: #1080b9; color: #fff; transition: background-color 0.15s linear; } .button.button--cw-spring-med-blue.button--small { height: 32px; line-height: 32px; } .button.button--cw-spring-med-blue.button--large { height: 64px; line-height: 64px; } .button.button--cw-spring-med-blue.disabled, .button.button--cw-spring-med-blue:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--cw-spring-med-blue:focus, .button.button--cw-spring-med-blue:hover { background-color: #1290d0; color: #fff; } .button.button--cw-black { height: 48px; line-height: 48px; background-color: #333232; color: #fff; transition: background-color 0.15s linear; } .button.button--cw-black.button--small { height: 32px; line-height: 32px; } .button.button--cw-black.button--large { height: 64px; line-height: 64px; } .button.button--cw-black.disabled, .button.button--cw-black:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--cw-black:focus, .button.button--cw-black:hover { background-color: #403f3f; color: #fff; } .button.button--cw-yellow { height: 48px; line-height: 48px; background-color: #ffca0a; color: #fff; transition: background-color 0.15s linear; } .button.button--cw-yellow.button--small { height: 32px; line-height: 32px; } .button.button--cw-yellow.button--large { height: 64px; line-height: 64px; } .button.button--cw-yellow.disabled, .button.button--cw-yellow:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--cw-yellow:focus, .button.button--cw-yellow:hover { background-color: #ffd024; color: #fff; } .button.button--cw-green, .button.button--success { height: 48px; line-height: 48px; background-color: #14a947; color: #fff; transition: background-color 0.15s linear; } .button.button--cw-green.button--small, .button.button--success.button--small { height: 32px; line-height: 32px; } .button.button--cw-green.button--large, .button.button--success.button--large { height: 64px; line-height: 64px; } .button.button--cw-green.disabled, .button.button--cw-green:disabled, .button.button--success.disabled, .button.button--success:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--cw-green:focus, .button.button--cw-green:hover, .button.button--success:focus, .button.button--success:hover { background-color: #17c051; color: #fff; } .button.button--alert, .button.button--cw-red { height: 48px; line-height: 48px; background-color: #fa575d; color: #fff; transition: background-color 0.15s linear; } .button.button--alert.button--small, .button.button--cw-red.button--small { height: 32px; line-height: 32px; } .button.button--alert.button--large, .button.button--cw-red.button--large { height: 64px; line-height: 64px; } .button.button--alert.disabled, .button.button--alert:disabled, .button.button--cw-red.disabled, .button.button--cw-red:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--alert:focus, .button.button--alert:hover, .button.button--cw-red:focus, .button.button--cw-red:hover { background-color: #fb7075; color: #fff; } .button.button--cw-teal { height: 48px; line-height: 48px; background-color: #8ed4cc; color: #fff; transition: background-color 0.15s linear; } .button.button--cw-teal.button--small { height: 32px; line-height: 32px; } .button.button--cw-teal.button--large { height: 64px; line-height: 64px; } .button.button--cw-teal.disabled, .button.button--cw-teal:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--cw-teal:focus, .button.button--cw-teal:hover { background-color: #a0dbd4; color: #fff; } .button.button--cw-orange { height: 48px; line-height: 48px; background-color: #fe813a; color: #fff; transition: background-color 0.15s linear; } .button.button--cw-orange.button--small { height: 32px; line-height: 32px; } .button.button--cw-orange.button--large { height: 64px; line-height: 64px; } .button.button--cw-orange.disabled, .button.button--cw-orange:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--cw-orange:focus, .button.button--cw-orange:hover { background-color: #fe9153; color: #fff; } .button.button--cw-purple { height: 48px; line-height: 48px; background-color: #9064bf; color: #fff; transition: background-color 0.15s linear; } .button.button--cw-purple.button--small { height: 32px; line-height: 32px; } .button.button--cw-purple.button--large { height: 64px; line-height: 64px; } .button.button--cw-purple.disabled, .button.button--cw-purple:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--cw-purple:focus, .button.button--cw-purple:hover { background-color: #9d76c6; color: #fff; } .button.button--color-facebook { height: 48px; line-height: 48px; background-color: #3b5998; color: #fff; transition: background-color 0.15s linear; } .button.button--color-facebook.button--small { height: 32px; line-height: 32px; } .button.button--color-facebook.button--large { height: 64px; line-height: 64px; } .button.button--color-facebook.disabled, .button.button--color-facebook:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--color-facebook:focus, .button.button--color-facebook:hover { background-color: #4264aa; color: #fff; } .button.button--color-twitter { height: 48px; line-height: 48px; background-color: #55acee; color: #fff; transition: background-color 0.15s linear; } .button.button--color-twitter.button--small { height: 32px; line-height: 32px; } .button.button--color-twitter.button--large { height: 64px; line-height: 64px; } .button.button--color-twitter.disabled, .button.button--color-twitter:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--color-twitter:focus, .button.button--color-twitter:hover { background-color: #6cb7f0; color: #fff; } .button.button--sc-sand { height: 48px; line-height: 48px; background-color: #f9f7e9; color: #71716c; transition: background-color 0.15s linear; } .button.button--sc-sand.button--small { height: 32px; line-height: 32px; } .button.button--sc-sand.button--large { height: 64px; line-height: 64px; } .button.button--sc-sand.disabled, .button.button--sc-sand:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--sc-sand:focus, .button.button--sc-sand:hover { background-color: #fefefd; color: #71716c; } .button.button--sc-teal { height: 48px; line-height: 48px; background-color: #43b29a; color: #fff; transition: background-color 0.15s linear; } .button.button--sc-teal.button--small { height: 32px; line-height: 32px; } .button.button--sc-teal.button--large { height: 64px; line-height: 64px; } .button.button--sc-teal.disabled, .button.button--sc-teal:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--sc-teal:focus, .button.button--sc-teal:hover { background-color: #51bea6; color: #fff; } .button.button--sc-green { height: 48px; line-height: 48px; background-color: #7db87e; color: #fff; transition: background-color 0.15s linear; } .button.button--sc-green.button--small { height: 32px; line-height: 32px; } .button.button--sc-green.button--large { height: 64px; line-height: 64px; } .button.button--sc-green.disabled, .button.button--sc-green:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--sc-green:focus, .button.button--sc-green:hover { background-color: #8dc18e; color: #fff; } .button.button--grey-05 { height: 48px; line-height: 48px; background-color: #f7f7f7; color: #71716c; transition: background-color 0.15s linear; } .button.button--grey-05.button--small { height: 32px; line-height: 32px; } .button.button--grey-05.button--large { height: 64px; line-height: 64px; } .button.button--grey-05.disabled, .button.button--grey-05:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--grey-05:focus, .button.button--grey-05:hover { background-color: #fff; color: #71716c; } .button.button--grey-10 { height: 48px; line-height: 48px; background-color: #f4f5f0; color: #71716c; transition: background-color 0.15s linear; } .button.button--grey-10.button--small { height: 32px; line-height: 32px; } .button.button--grey-10.button--large { height: 64px; line-height: 64px; } .button.button--grey-10.disabled, .button.button--grey-10:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--grey-10:focus, .button.button--grey-10:hover { background-color: #fff; color: #71716c; } .button.button--grey-20 { height: 48px; line-height: 48px; background-color: #e9eae4; color: #71716c; transition: background-color 0.15s linear; } .button.button--grey-20.button--small { height: 32px; line-height: 32px; } .button.button--grey-20.button--large { height: 64px; line-height: 64px; } .button.button--grey-20.disabled, .button.button--grey-20:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--grey-20:focus, .button.button--grey-20:hover { background-color: #f5f5f2; color: #71716c; } .button.button--grey-30 { height: 48px; line-height: 48px; background-color: #dfdfd7; color: #71716c; transition: background-color 0.15s linear; } .button.button--grey-30.button--small { height: 32px; line-height: 32px; } .button.button--grey-30.button--large { height: 64px; line-height: 64px; } .button.button--grey-30.disabled, .button.button--grey-30:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--grey-30:focus, .button.button--grey-30:hover { background-color: #eaeae5; color: #71716c; } .button.button--grey-40 { height: 48px; line-height: 48px; background-color: #c1c1ba; color: #fff; transition: background-color 0.15s linear; } .button.button--grey-40.button--small { height: 32px; line-height: 32px; } .button.button--grey-40.button--large { height: 64px; line-height: 64px; } .button.button--grey-40.disabled, .button.button--grey-40:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--grey-40:focus, .button.button--grey-40:hover { background-color: #cdcdc7; color: #fff; } .button.button--grey-50 { height: 48px; line-height: 48px; background-color: #9b9b94; color: #fff; transition: background-color 0.15s linear; } .button.button--grey-50.button--small { height: 32px; line-height: 32px; } .button.button--grey-50.button--large { height: 64px; line-height: 64px; } .button.button--grey-50.disabled, .button.button--grey-50:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--grey-50:focus, .button.button--grey-50:hover { background-color: #a7a7a1; color: #fff; } .button.button--grey-60 { height: 48px; line-height: 48px; background-color: #71716c; color: #fff; transition: background-color 0.15s linear; } .button.button--grey-60.button--small { height: 32px; line-height: 32px; } .button.button--grey-60.button--large { height: 64px; line-height: 64px; } .button.button--grey-60.disabled, .button.button--grey-60:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--grey-60:focus, .button.button--grey-60:hover { background-color: #7e7e78; color: #fff; } .button.button--cw-navy { height: 48px; line-height: 48px; background-color: #036; color: #fff; transition: background-color 0.15s linear; } .button.button--cw-navy.button--small { height: 32px; line-height: 32px; } .button.button--cw-navy.button--large { height: 64px; line-height: 64px; } .button.button--cw-navy.disabled, .button.button--cw-navy:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--cw-navy:focus, .button.button--cw-navy:hover { background-color: #004080; color: #fff; } .button.button--outline-green { height: 44px; line-height: 44px; background: transparent; border: 2px solid; color: #14a947; border-radius: 4px; transition: color, opacity 0.15s linear; box-sizing: content-box; } .button.button--outline-green.button--small { height: 28px; line-height: 28px; } .button.button--outline-green.button--large { height: 60px; line-height: 60px; } .button.button--outline-green.disabled, .button.button--outline-green:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--outline-green:focus, .button.button--outline-green:hover { background: transparent; color: #24e566; } .button.button--outline-red { height: 44px; line-height: 44px; background: transparent; border: 2px solid; color: #fa575d; border-radius: 4px; transition: color, opacity 0.15s linear; box-sizing: content-box; } .button.button--outline-red.button--small { height: 28px; line-height: 28px; } .button.button--outline-red.button--large { height: 60px; line-height: 60px; } .button.button--outline-red.disabled, .button.button--outline-red:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--outline-red:focus, .button.button--outline-red:hover { background: transparent; color: #fca1a5; } .button.button--outline-white { height: 44px; line-height: 44px; background: transparent; border: 2px solid; color: #fff; border-radius: 4px; transition: color, opacity 0.15s linear; box-sizing: content-box; } .button.button--outline-white.button--small { height: 28px; line-height: 28px; } .button.button--outline-white.button--large { height: 60px; line-height: 60px; } .button.button--outline-white.disabled, .button.button--outline-white:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--outline-white:focus, .button.button--outline-white:hover { background: transparent; color: #d9d9d9; } .button.button--outline-black { height: 44px; line-height: 44px; background: transparent; border: 2px solid; color: #333232; border-radius: 4px; transition: color, opacity 0.15s linear; box-sizing: content-box; } .button.button--outline-black.button--small { height: 28px; line-height: 28px; } .button.button--outline-black.button--large { height: 60px; line-height: 60px; } .button.button--outline-black.disabled, .button.button--outline-black:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--outline-black:focus, .button.button--outline-black:hover { background: transparent; color: #5a5858; } .button.button--outline-grey { height: 44px; line-height: 44px; background: transparent; border: 2px solid; color: #71716c; border-radius: 4px; transition: color, opacity 0.15s linear; box-sizing: content-box; } .button.button--outline-grey.button--small { height: 28px; line-height: 28px; } .button.button--outline-grey.button--large { height: 60px; line-height: 60px; } .button.button--outline-grey.disabled, .button.button--outline-grey:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--outline-grey:focus, .button.button--outline-grey:hover { background: transparent; color: #979792; } .button.button--outline-navy { height: 44px; line-height: 44px; background: transparent; border: 2px solid; color: #036; border-radius: 4px; transition: color, opacity 0.15s linear; box-sizing: content-box; } .button.button--outline-navy.button--small { height: 28px; line-height: 28px; } .button.button--outline-navy.button--large { height: 60px; line-height: 60px; } .button.button--outline-navy.disabled, .button.button--outline-navy:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--outline-navy:focus, .button.button--outline-navy:hover { background: transparent; color: #0059b3; } .button.button--outline-sc-green { height: 44px; line-height: 44px; background: transparent; border: 2px solid; color: #7db87e; border-radius: 4px; transition: color, opacity 0.15s linear; box-sizing: content-box; } .button.button--outline-sc-green.button--small { height: 28px; line-height: 28px; } .button.button--outline-sc-green.button--large { height: 60px; line-height: 60px; } .button.button--outline-sc-green.disabled, .button.button--outline-sc-green:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.button--outline-sc-green:focus, .button.button--outline-sc-green:hover { background: transparent; color: #aed3af; } .button.play-video.circular { height: 44px; line-height: 44px; background: transparent; border: 2px solid; color: #fff; border-radius: 4px; transition: color, opacity 0.15s linear; box-sizing: content-box; align-items: center; border-radius: 81px; display: flex; height: 81px; justify-content: center; padding: 0; width: 81px; } .button.play-video.circular.button--small { height: 28px; line-height: 28px; } .button.play-video.circular.button--large { height: 60px; line-height: 60px; } .button.play-video.circular.disabled, .button.play-video.circular:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .button.play-video.circular:focus, .button.play-video.circular:hover { background: transparent; color: #d9d9d9; } .button.play-video.circular .icn { font-size: 20px; } .social-buttons { display: inline-block; } .social-buttons.social-buttons--small a { width: 32px; height: 32px; } .social-buttons a { float: left; display: block; text-align: center; color: #fff; width: 40px; height: 40px; } .social-buttons a:first-child { border-radius: 4px 0 0 4px; } .social-buttons a:last-child { border-radius: 0 4px 4px 0; } .social-buttons a.facebook { background-color: #3b5998; transition: background 0.15s linear; } .social-buttons a.facebook:hover { background-color: #5f7ec1; } .social-buttons a.twitter { background-color: #55acee; transition: background 0.15s linear; } .social-buttons a.twitter:hover { background-color: #9bcef5; } .social-buttons a:before { content: ""; height: 100%; } .social-buttons a .icn, .social-buttons a:before { display: inline-block; vertical-align: middle; } .social-buttons a:hover { color: #fff; } .socialcount { list-style: none; margin: 0; } .socialcount:after { clear: both; content: ""; display: table; } .socialcount li { display: inline-block; border-radius: 4px; background-color: #333232; font-size: 14px; line-height: 10px; padding-bottom: 2px; } .socialcount .count { font-weight: 500; letter-spacing: 1px; font-size: 10px; margin-left: 5px; } .socialcount a { color: #fff; line-height: 30px; padding: 0 15px; } .socialcount i { position: relative; top: 4px; } .custom-check { position: relative; margin-bottom: 14px; } .custom-check input[type="checkbox"] + label, .custom-check input[type="radio"] + label { padding: 0; display: block; margin: 0 0 0 40px; line-height: 26px; text-align: left; } .custom-check input, .custom-check label:before { position: absolute; width: 26px; height: 26px; left: 0; } .custom-check input[type="checkbox"], .custom-check input[type="radio"] { opacity: 0; z-index: 1; } .custom-check input[type="checkbox"] + label:before, .custom-check input[type="radio"] + label:before { content: ""; display: inline-block; border: 1px solid #c1c1ba; font-family: cw-icons; background-color: #fff; transition: all 0.15s linear; text-align: center; border-radius: 2px; color: #036; } .custom-check input[type="radio"] + label:before { border-radius: 1rem; } .custom-check input[type="checkbox"]:checked + label:before { content: "✓"; line-height: 24px; } .custom-check input[type="radio"]:checked + label:after { content: ""; width: 12px; height: 12px; display: block; background-color: #036; border-radius: 50%; top: 7px; left: 7px; position: absolute; } .custom-check input[type="checkbox"]:active + label:before, .custom-check input[type="checkbox"]:focus + label:before, .custom-check input[type="checkbox"]:hover + label:before, .custom-check input[type="radio"]:active + label:before, .custom-check input[type="radio"]:focus + label:before, .custom-check input[type="radio"]:hover + label:before { border-color: #036; } .custom-check input[type="checkbox"][disabled] + label, .custom-check input[type="checkbox"][disabled] + label:before, .custom-check input[type="radio"][disabled] + label, .custom-check input[type="radio"][disabled] + label:after, .custom-check input[type="radio"][disabled]:hover + label:after, .custom-check input[type="radio"][disabled]:hover + label:before { color: #c1c1ba; border-color: #c1c1ba; cursor: default; } .custom-check.error input, .custom-check .error input { position: absolute; } .custom-check.error input[type="checkbox"] + label:before, .custom-check .error input[type="checkbox"] + label:before { border-color: #fa575d; } .custom-check.error label, .custom-check .error label { color: #fa575d; } .input-trio .columns { width: 33.33333%; } .input-pair .columns { width: 50%; } .input-quad .columns { width: 100%; } @media only screen and (min-width: 1025px) { .input-quad .columns { width: 25%; } } .input-quad .columns:first-child input { border-radius: 4px 4px 0 0 !important; } @media only screen and (min-width: 1025px) { .input-quad .columns:first-child input { border-radius: 4px 0 0 4px !important; } } .input-quad .columns:not(:first-child) input { margin-left: 0 !important; width: 100% !important; border-top: 0; } @media only screen and (min-width: 1025px) { .input-quad .columns:not(:first-child) input { margin-left: -1px; width: calc(100% + 1px); border-top: 1px solid #c1c1ba; } } .input-quad .columns:last-child input { border-radius: 0 0 4px 4px !important; } @media only screen and (min-width: 1025px) { .input-quad .columns:last-child input { border-radius: 0 4px 4px 0 !important; } } .input-pair .columns, .input-quad .columns, .input-trio .columns { position: relative; margin-right: 0; display: block; float: left; } .input-pair .columns:first-child input, .input-quad .columns:first-child input, .input-trio .columns:first-child input { border-radius: 4px 0 0 4px; } .input-pair .columns:not(:first-child) input, .input-quad .columns:not(:first-child) input, .input-trio .columns:not(:first-child) input { margin-left: -1px; width: calc(100% + 1px); } .input-pair .columns:last-child input, .input-quad .columns:last-child input, .input-trio .columns:last-child input { border-radius: 0 4px 4px 0; } .input-pair.row { margin-bottom: 16px; } .input-pair.row:first-child input { border-radius: 4px 0 0 4px; } .input-quad.row, .input-trio.row { margin-bottom: 16px; } .input-quad.row input, .input-trio.row input { border-radius: 0; width: 100%; } .dividerless .columns input { border-left: 0; border-right: 0; } .dividerless .columns:first-child input { border-left: 1px; } .dividerless .columns:last-child input { border-right: 1px; } .postfix, .postinput, .prefix, .preinput { font-weight: 500; font-size: 0.8rem; line-height: 1rem; color: #c1c1ba; padding: 0 10px; } .donate-amount.with-amount-buttons .postinput { padding: 0 15px; } .prefix { text-align: right; } .input-field-container { position: relative; } .postinput, .preinput { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); } .postinput ~ input, .preinput ~ input { padding-left: 30px !important; } .preinput { left: 0; } .postinput { right: 0; } input[type="checkbox"], input[type="file"], input[type="radio"] { border: 0; padding: 0; box-shadow: none; } input[type="checkbox"] + label, input[type="file"] + label, input[type="radio"] + label { text-transform: none; font-size: 16px; font-weight: 500; } input[type="submit"] { border: 0; box-shadow: none; } input[type="submit"]::-moz-focus-inner { border: 0; } input[type="file"] { width: 100%; } select { background-color: #fff; background-image: url(/packs/media/images/select-arrow-be2aa237ded33ba16db4b9da1b48bde3.png); background-repeat: no-repeat; background-size: 12px 9px; background-position: calc(100% - 9px) 50%; -moz-appearance: none; appearance: none; } select[multiple] { background-image: none; } select::-ms-expand { display: none; } input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="textarea"], input[type="time"], input[type="url"], input[type="week"], select, textarea { font-size: 16px; line-height: 1.4; padding: 13px 10px; border-radius: 4px; border: 1px solid #c1c1ba; margin-bottom: 0; height: 48px; text-align: left; color: #333232; width: 100%; cursor: pointer; vertical-align: bottom; -moz-appearance: none; appearance: none; position: relative; } input[type="date"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="textarea"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder { color: #c1c1ba !important; } input[type="date"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="textarea"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #c1c1ba !important; } input[type="date"]::placeholder, input[type="datetime-local"]::placeholder, input[type="datetime"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="textarea"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, select::placeholder, textarea::placeholder { color: #c1c1ba !important; } input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="textarea"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus { border-color: #036; outline: 0; z-index: 1; } input[type="date"][readonly]:not(.hasDatepicker), input[type="datetime-local"][readonly]:not(.hasDatepicker), input[type="datetime"][readonly]:not(.hasDatepicker), input[type="email"][readonly]:not(.hasDatepicker), input[type="month"][readonly]:not(.hasDatepicker), input[type="number"][readonly]:not(.hasDatepicker), input[type="password"][readonly]:not(.hasDatepicker), input[type="search"][readonly]:not(.hasDatepicker), input[type="tel"][readonly]:not(.hasDatepicker), input[type="text"][readonly]:not(.hasDatepicker), input[type="textarea"][readonly]:not(.hasDatepicker), input[type="time"][readonly]:not(.hasDatepicker), input[type="url"][readonly]:not(.hasDatepicker), input[type="week"][readonly]:not(.hasDatepicker), select[readonly]:not(.hasDatepicker), textarea[readonly]:not(.hasDatepicker) { border: 1px solid #c1c1ba; cursor: default; color: #71716c; background: #f4f5f0; } input[type="date"]::-ms-clear, input[type="datetime-local"]::-ms-clear, input[type="datetime"]::-ms-clear, input[type="email"]::-ms-clear, input[type="month"]::-ms-clear, input[type="number"]::-ms-clear, input[type="password"]::-ms-clear, input[type="search"]::-ms-clear, input[type="tel"]::-ms-clear, input[type="text"]::-ms-clear, input[type="textarea"]::-ms-clear, input[type="time"]::-ms-clear, input[type="url"]::-ms-clear, input[type="week"]::-ms-clear, select::-ms-clear, textarea::-ms-clear { display: none; } input[type="date"].error, input[type="datetime-local"].error, input[type="datetime"].error, input[type="email"].error, input[type="month"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="textarea"].error, input[type="time"].error, input[type="url"].error, input[type="week"].error, select.error, textarea.error { border-color: #fa575d; } input[type="date"]:disabled, input[type="datetime-local"]:disabled, input[type="datetime"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="textarea"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled { background: #f4f5f0; color: #71716c; } textarea { resize: vertical; width: 100%; height: auto; } select { line-height: 1.3; } select.disabled, select:disabled { border: 1px solid #c1c1ba; cursor: default; color: #71716c; background-color: #f4f5f0; background-image: url(/packs/media/images/select-arrow-disabled-1c1871429fbae4556035fc60f72d460a.png); } select.disabled.bg-transparent, select:disabled.bg-transparent { opacity: 0.5; } .input-wrapper.readonly { pointer-events: none; } .input-wrapper.readonly:after { content: ""; font-family: cw-icons; color: #c1c1ba; position: absolute; top: 50%; right: 10px; font-size: 16px; } input[type="number"] { -moz-appearance: textfield; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { display: none; margin: 0; } .input-wrapper, .input-wrapper.collapse, .row .input-wrapper.collapse { margin-bottom: 16px; position: relative; } label, small.error, span.error { font-weight: 500; text-transform: uppercase; margin-bottom: 5px; display: block; font-size: 13px; } form.error small.error, form.error span.error, form small.error, form span.error { text-align: left; } .error input, .error select, .error textarea, .ss-error input, .ss-error select, .ss-error textarea { border-color: #fa575d; position: relative; } .error input:focus, .error select:focus, .error textarea:focus, .ss-error input:focus, .ss-error select:focus, .ss-error textarea:focus { border-color: #fa575d; } .error .error.ss, .error small.error, .error span.error, .ss-error .error.ss, .ss-error small.error, .ss-error span.error { color: #fa575d; display: block; margin-top: 8px; line-height: 1.4; } .lh, .lii { position: relative; } .lh label, .lii label { position: absolute; padding: 0; top: 9px; left: 11px; z-index: 5; } .lh label { top: -4px; left: 10px; background: #fff; font-size: 8px; line-height: 1; opacity: 0; } .lii .postfix, .lii .prefix, .lii input, .lii select, .lii textarea { padding: 30px 10px 5px; min-height: 64px; } .nav-bar-section { max-width: 980px; margin-left: auto; margin-right: auto; } .nav-bar-section .nav-items { display: block; } .nav-bar-section .right-side { display: flex; align-items: center; } @media only screen and (min-width: 1025px) { .nav-bar-section .offcanvas-open-link { display: none; } } .nav-bar-section .logo { left: 0; } .nav-bar-section .offcanvas-open-link { right: -20px; } .nav-bar-section .nav-items { margin-left: 135px; float: left; display: flex; align-items: center; } .nav-bar-section .nav-items:after { clear: both; content: ""; display: table; } .nav-bar-section .nav-items > li { display: block; margin-left: 15px; height: 58px; } .nav-bar-section .nav-items:hover .icn, .nav-bar-section .nav-items:hover a { opacity: 0.75; } .nav-bar-section .nav-items a { display: block; transition-property: opacity, color; } .nav-bar-section .nav-items a:hover { opacity: 1; color: #333232; } .nav-bar-section .right-side { float: right; } @media only screen and (min-width: 1025px) { .nav-bar-section .right-side { height: 58px; } } .nav-bar-section .right-side .mycw-nav { float: right; } .nav-bar-section .right-side .mycw-nav .dropdown { top: 45px; width: 275px; } .nav-bar-section .right-side .mycw-nav .dropdown .truncate-line { width: 178px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .nav-bar-section .right-side .mycw-nav .has-dropdown { position: relative; } .nav-bar-section .right-side .mycw-nav .has-dropdown:hover:before { height: 60px; } .nav-bar-section .right-side .mycw-nav .has-dropdown:before { content: ""; display: block; width: 80px; height: 30px; position: absolute; top: 0; left: -15px; } .nav-bar-section .right-side .mycw-nav .has-dropdown a { position: relative; display: flex; align-items: center; padding-right: 15px; } .nav-bar-section .right-side .mycw-nav .cw-icon-caret-down { top: 50%; position: absolute; right: 0; transform: translateY(-50%); font-size: 13px; } .nav-bar-section .right-side .mycw-nav img { vertical-align: middle; position: relative; margin-right: 5px; display: block; border-radius: 50%; } .nav-bar-section .right-side .mycw-nav .user-access { line-height: 58px; } .nav-bar-section .nav-buttons { float: left; display: flex; } @media only screen and (min-width: 1025px) { .nav-bar-section .button-links:not(.country-dropdown) { margin-right: 15px; padding-right: 15px; position: relative; } .nav-bar-section .button-links:not(.country-dropdown):after { content: ""; display: block; width: 1px; height: 26px; position: absolute; top: 50%; right: -2px; background: rgba(0, 0, 0, 0.1); transform: translateY(-50%); } .nav-bar-section .button-links:not(.country-dropdown).sponsor-button { padding-right: 0; } .nav-bar-section .button-links:not(.country-dropdown).sponsor-button:after { display: none; } } .nav-bar-section .dropdown { text-align: left; display: none; padding: 0; position: absolute; left: -10px; top: 58px; background: rgba(0, 0, 0, 0.8); z-index: 100000; min-width: 140px; } .nav-bar-section .dropdown:hover { display: block; } .nav-bar-section .dropdown.dropdown-right { left: auto; right: 0; } .nav-bar-section .dropdown.dropdown-right .profile-caret .icn { left: auto; right: 28px; } .nav-bar-section .dropdown .country-dropdown-option, .nav-bar-section .dropdown a, .nav-bar-section .dropdown input[type="submit"], .nav-bar-section .dropdown li { display: block; width: 100%; color: #fff; font-weight: 400; } .nav-bar-section .dropdown .country-dropdown-option:hover, .nav-bar-section .dropdown a:hover, .nav-bar-section .dropdown input[type="submit"]:hover, .nav-bar-section .dropdown li:hover { color: #fff; } .nav-bar-section .dropdown .country-dropdown-option, .nav-bar-section .dropdown a, .nav-bar-section .dropdown input[type="submit"] { padding: 12px; white-space: nowrap; transition: background 0.15s linear; } .nav-bar-section .dropdown .country-dropdown-option:hover, .nav-bar-section .dropdown a:hover, .nav-bar-section .dropdown input[type="submit"]:hover { background: rgba(0, 0, 0, 0.5); } .nav-bar-section .dropdown .country-dropdown-option { cursor: pointer; } .nav-bar-section .dropdown form { margin: 0; } .nav-bar-section .dropdown input[type="submit"] { font-size: 12px; line-height: 24px; letter-spacing: 0.9px; height: auto; background: none; outline: none; text-align: left; cursor: pointer; position: inherit; text-transform: uppercase; font-family: Proxima Nova, sans-serif; font-weight: 400; } .nav-bar-section .dropdown .contains-caret { position: relative; display: block; } .nav-bar-section .dropdown .cw-icon-caret-up { position: absolute; top: -11px; color: rgba(0, 0, 0, 0.75); } .nav-bar-section .dropdown .donate-caret .icn { left: 40px; } .nav-bar-section .dropdown .fundraise-caret .icn { left: 52px; } .nav-bar-section .dropdown .profile-caret .icn { left: 18px; } .nav-bar-section .has-dropdown { position: relative; line-height: 58px; } .nav-bar-section .has-dropdown:hover .dropdown-parent-link a, .nav-bar-section .has-dropdown:hover .icn { opacity: 1; } .nav-bar-section .has-dropdown:hover .dropdown-parent-link a { color: #333232; } .nav-bar-section .has-dropdown:hover .dropdown, .nav-bar-section .has-dropdown:hover .nav-hover-extender { display: block; } .nav-bar-section .has-dropdown:hover .super-dropdown-container { display: flex; top: 50px; } .nav-bar-section .nav-hover-extender { left: 50%; transform: translateX(-50%); width: 200%; height: 110px; display: none; } .nav-bar-section .super-dropdown-container { width: 840px; transform: translateX(-350px); } .nav-bar-section .dropdown-border-nub { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #99becc; top: -8px; left: 375px; } .nav-bar-section .dropdown-border-nub:after { content: ""; display: block; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #f7f7f7; position: absolute; top: 2px; left: -6px; } .nav-bar-section .super-link-bg { top: -2px; left: -2px; } .nav-bar-section .super-box-link-anchor { font-size: 12px; } .nav-bar-section .no-dropdown a { position: relative; z-index: 100001; } .nav-bar { position: absolute; width: 100%; top: 0; left: 0; z-index: 100000; } .nav-bar .fixed-donate { display: none; } .nav-bar.fixed { position: fixed; background: #fff; top: -80px; border-bottom: 1px solid #dfdfd7; transform: translateY(80px); transition: transform 0.5s ease, background 0.25s ease; } .nav-bar.fixed .nav-bar-section .logo a { background-image: url(https://d1sb0ogiqry47s.cloudfront.net/cw-logo.svg); } @media only screen and (min-width: 1025px) { .nav-bar.fixed .fixed-donate { display: inline-block; color: #fff; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } } .nav-bar.fixed .mycw-nav, .nav-bar.fixed .nav-items, .nav-bar.fixed .right-side { display: none; } .nav-bar-section { padding: 0 20px; position: relative; height: 58px; } .nav-bar-section .country-dropdown-option, .nav-bar-section a { color: #333232; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 500; letter-spacing: 0.9px; } .nav-bar-section .country-dropdown-option:hover, .nav-bar-section a:hover { color: #676464; } .nav-bar-section .button-links > a:not(.country) { background: #036; color: #fff; padding: 5px 10px; border-radius: 4px; border: 1px solid #036; } .nav-bar-section .button-links.sponsor-button > a { background: transparent; color: #036; border: 1px solid #036; } .nav-bar-section ul { list-style: none; margin: 0; padding: 0; } .nav-bar-section .nav-items, .nav-bar-section .right-side { display: none; position: relative; line-height: 58px; } .nav-bar-section .logo { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); } .nav-bar-section .logo a { display: block; text-indent: -999em; background-image: url(https://d1sb0ogiqry47s.cloudfront.net/cw-logo-light.svg); background-size: contain; background-position: 50%; background-repeat: no-repeat; width: 138px; height: 24px; } .nav-bar-section .mobile-donate, .nav-bar-section .offcanvas-open-link { position: absolute; top: 50%; transform: translateY(-50%); } .nav-bar-section .mobile-donate { right: 55px; } @media only screen and (min-width: 1025px) { .nav-bar-section .mobile-donate { display: none; } } .nav-bar-section .offcanvas-open-link { right: 0; padding: 20px; cursor: pointer; } .nav-bar-section .offcanvas-open-link .icn { color: #333232; font-size: 18px; position: relative; top: 3px; } .nav-bar-section .country-dropdown.button-links { display: none; } .nav-bar-section .country-dropdown.button-links .dropdown { left: -83px; } .nav-bar-section .country-dropdown.button-links .icn.cw-icon-caret-up { left: 130px; } .nav-bar-section .country-dropdown.button-links .country { padding: 5px 7px 7px; border: 1px solid; border-radius: 4px; } .nav-bar-section .country-dropdown.button-links .country.us:before { background-image: url(/packs/media/images/icons/us-flag-63463bfbd089625aba95076388e29628.svg); } .nav-bar-section .country-dropdown.button-links .country.uk:before { background-image: url(/packs/media/images/icons/uk-flag-aca14e6f02c211b85da18cea532ad515.svg); } .nav-bar-section .country-dropdown.button-links .country:before { background-position: 50%; background-repeat: no-repeat; background-size: contain; content: ""; display: inline-block; height: 20px; vertical-align: middle; width: 20px; } nav.minimal .nav-bar-section { padding: 0; } nav.minimal .nav-bar-section .mobile-donate, nav.minimal .nav-bar-section .nav-items, nav.minimal .nav-bar-section .offcanvas-open-link, nav.minimal .nav-bar-section .right-side ul.donate-link { display: none; } nav.minimal .nav-bar-section .button-links { margin: 0; } nav.show-country-select .country-dropdown.button-links { display: block; } .nav-fade .nav-bar-section { z-index: 100000; } .nav-fade:after { position: absolute; content: ""; display: block; width: 100%; top: 0; left: 0; background: linear-gradient(rgba(0, 0, 0, 0.5), transparent); height: 100px; z-index: 99999; } .invert-all .nav-bar-section { color: #fff; } .invert-all .nav-bar-section .logo a { background-image: url(https://d1sb0ogiqry47s.cloudfront.net/cw-logo-light.svg); } .invert-all .nav-bar-section .offcanvas-open-link .icn { color: #fff; } .invert-all .nav-bar-section a { color: #fff; font-weight: 400; letter-spacing: 1px; } .invert-all .nav-bar-section a:hover { color: hsla(0, 0%, 100%, 0.8); } .invert-all .nav-bar-section .button-links:not(.country-dropdown):after { background: hsla(0, 0%, 100%, 0.35); } .invert-all .nav-bar-section .button-links > a { border: 1px solid; color: #fff; background: transparent; font-weight: 400; } .invert-all .nav-bar-section .dropdown a:hover, .invert-all .nav-bar-section .dropdown input[type="submit"]:hover, .invert-all .nav-bar-section .has-dropdown:hover .dropdown-parent-link a, .invert-all .nav-bar-section .nav-items a:hover { color: #fff; } @media only screen and (min-width: 641px) { .invert-medium-up .nav-bar-section { color: #fff; } .invert-medium-up .nav-bar-section .logo a { background-image: url(https://d1sb0ogiqry47s.cloudfront.net/cw-logo-light.svg); } .invert-medium-up .nav-bar-section .offcanvas-open-link .icn { color: #fff; } .invert-medium-up .nav-bar-section a { color: #fff; font-weight: 400; letter-spacing: 1px; } .invert-medium-up .nav-bar-section a:hover { color: hsla(0, 0%, 100%, 0.8); } .invert-medium-up .nav-bar-section .button-links:not(.country-dropdown):after { background: hsla(0, 0%, 100%, 0.35); } .invert-medium-up .nav-bar-section .button-links > a { border: 1px solid; color: #fff; background: transparent; font-weight: 400; } .invert-medium-up .nav-bar-section .dropdown a:hover, .invert-medium-up .nav-bar-section .dropdown input[type="submit"]:hover, .invert-medium-up .nav-bar-section .has-dropdown:hover .dropdown-parent-link a, .invert-medium-up .nav-bar-section .nav-items a:hover { color: #fff; } } @media only screen and (min-width: 1025px) { .invert-large-up .nav-bar-section { color: #fff; } .invert-large-up .nav-bar-section .logo a { background-image: url(https://d1sb0ogiqry47s.cloudfront.net/cw-logo-light.svg); } .invert-large-up .nav-bar-section .offcanvas-open-link .icn { color: #fff; } .invert-large-up .nav-bar-section a { color: #fff; font-weight: 400; letter-spacing: 1px; } .invert-large-up .nav-bar-section a:hover { color: hsla(0, 0%, 100%, 0.8); } .invert-large-up .nav-bar-section .button-links:not(.country-dropdown):after { background: hsla(0, 0%, 100%, 0.35); } .invert-large-up .nav-bar-section .button-links > a { border: 1px solid; color: #fff; background: transparent; font-weight: 400; } .invert-large-up .nav-bar-section .dropdown a:hover, .invert-large-up .nav-bar-section .dropdown input[type="submit"]:hover, .invert-large-up .nav-bar-section .has-dropdown:hover .dropdown-parent-link a, .invert-large-up .nav-bar-section .nav-items a:hover { color: #fff; } .invert-large-up:before { content: ""; display: block; background-image: linear-gradient(rgba(0, 0, 0, 0.15), transparent); position: absolute; top: 0; left: 0; z-index: 0; width: 100%; height: 60px; } .invert-large-up.fixed:before { display: none; } .invert-large-up .nav-items .has-dropdown:before { content: ""; display: block; position: absolute; top: 0; left: 50%; width: 200vw; height: 200px; background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent); transform: translateX(-50%); z-index: -1; opacity: 0; transition: opacity 0.4s; pointer-events: none; } .invert-large-up .nav-items .has-dropdown:hover .dropdown-parent-link a { color: #fff; } .invert-large-up .nav-items .has-dropdown:hover:before { opacity: 1; } } @media only screen and (min-width: 1025px) { .nav-bar-section { max-width: 980px; margin-left: auto; margin-right: auto; } .nav-bar-section .nav-items { display: block; } .nav-bar-section .right-side { display: flex; align-items: center; } } @media only screen and (min-width: 1025px) and (min-width: 1025px) { .nav-bar-section .offcanvas-open-link { display: none; } } @media only screen and (min-width: 1025px) { .nav-bar-section .logo { left: 0; } } @media only screen and (min-width: 1025px) { .nav-bar-section .offcanvas-open-link { right: -20px; } } @media only screen and (min-width: 1025px) { .nav-bar-section .nav-items { margin-left: 135px; float: left; display: flex; align-items: center; } .nav-bar-section .nav-items:after { clear: both; content: ""; display: table; } .nav-bar-section .nav-items > li { display: block; margin-left: 15px; height: 58px; } .nav-bar-section .nav-items:hover .icn, .nav-bar-section .nav-items:hover a { opacity: 0.75; } .nav-bar-section .nav-items a { display: block; transition-property: opacity, color; } .nav-bar-section .nav-items a:hover { opacity: 1; color: #333232; } } @media only screen and (min-width: 1025px) { .nav-bar-section .right-side { float: right; } } @media only screen and (min-width: 1025px) and (min-width: 1025px) { .nav-bar-section .right-side { height: 58px; } } @media only screen and (min-width: 1025px) { .nav-bar-section .right-side .mycw-nav { float: right; } .nav-bar-section .right-side .mycw-nav .dropdown { top: 45px; width: 275px; } .nav-bar-section .right-side .mycw-nav .dropdown .truncate-line { width: 178px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .nav-bar-section .right-side .mycw-nav .has-dropdown { position: relative; } .nav-bar-section .right-side .mycw-nav .has-dropdown:hover:before { height: 60px; } .nav-bar-section .right-side .mycw-nav .has-dropdown:before { content: ""; display: block; width: 80px; height: 30px; position: absolute; top: 0; left: -15px; } .nav-bar-section .right-side .mycw-nav .has-dropdown a { position: relative; display: flex; align-items: center; padding-right: 15px; } .nav-bar-section .right-side .mycw-nav .cw-icon-caret-down { top: 50%; position: absolute; right: 0; transform: translateY(-50%); font-size: 13px; } .nav-bar-section .right-side .mycw-nav img { vertical-align: middle; position: relative; margin-right: 5px; display: block; border-radius: 50%; } .nav-bar-section .right-side .mycw-nav .user-access { line-height: 58px; } } @media only screen and (min-width: 1025px) { .nav-bar-section .nav-buttons { float: left; display: flex; } } @media only screen and (min-width: 1025px) and (min-width: 1025px) { .nav-bar-section .button-links:not(.country-dropdown) { margin-right: 15px; padding-right: 15px; position: relative; } .nav-bar-section .button-links:not(.country-dropdown):after { content: ""; display: block; width: 1px; height: 26px; position: absolute; top: 50%; right: -2px; background: rgba(0, 0, 0, 0.1); transform: translateY(-50%); } .nav-bar-section .button-links:not(.country-dropdown).sponsor-button { padding-right: 0; } .nav-bar-section .button-links:not(.country-dropdown).sponsor-button:after { display: none; } } @media only screen and (min-width: 1025px) { .nav-bar-section .dropdown { text-align: left; display: none; padding: 0; position: absolute; left: -10px; top: 58px; background: rgba(0, 0, 0, 0.8); z-index: 100000; min-width: 140px; } .nav-bar-section .dropdown:hover { display: block; } .nav-bar-section .dropdown.dropdown-right { left: auto; right: 0; } .nav-bar-section .dropdown.dropdown-right .profile-caret .icn { left: auto; right: 28px; } .nav-bar-section .dropdown .country-dropdown-option, .nav-bar-section .dropdown a, .nav-bar-section .dropdown input[type="submit"], .nav-bar-section .dropdown li { display: block; width: 100%; color: #fff; font-weight: 400; } .nav-bar-section .dropdown .country-dropdown-option:hover, .nav-bar-section .dropdown a:hover, .nav-bar-section .dropdown input[type="submit"]:hover, .nav-bar-section .dropdown li:hover { color: #fff; } .nav-bar-section .dropdown .country-dropdown-option, .nav-bar-section .dropdown a, .nav-bar-section .dropdown input[type="submit"] { padding: 12px; white-space: nowrap; transition: background 0.15s linear; } .nav-bar-section .dropdown .country-dropdown-option:hover, .nav-bar-section .dropdown a:hover, .nav-bar-section .dropdown input[type="submit"]:hover { background: rgba(0, 0, 0, 0.5); } .nav-bar-section .dropdown .country-dropdown-option { cursor: pointer; } .nav-bar-section .dropdown form { margin: 0; } .nav-bar-section .dropdown input[type="submit"] { font-size: 12px; line-height: 24px; letter-spacing: 0.9px; height: auto; background: none; outline: none; text-align: left; cursor: pointer; position: inherit; text-transform: uppercase; font-family: Proxima Nova, sans-serif; font-weight: 400; } .nav-bar-section .dropdown .contains-caret { position: relative; display: block; } .nav-bar-section .dropdown .cw-icon-caret-up { position: absolute; top: -11px; color: rgba(0, 0, 0, 0.75); } .nav-bar-section .dropdown .donate-caret .icn { left: 40px; } .nav-bar-section .dropdown .fundraise-caret .icn { left: 52px; } .nav-bar-section .dropdown .profile-caret .icn { left: 18px; } } @media only screen and (min-width: 1025px) { .nav-bar-section .has-dropdown { position: relative; line-height: 58px; } .nav-bar-section .has-dropdown:hover .dropdown { display: block; } } @media only screen and (min-width: 1025px) { .nav-bar-section .has-dropdown { position: relative; line-height: 58px; } .nav-bar-section .has-dropdown:hover .dropdown-parent-link a, .nav-bar-section .has-dropdown:hover .icn { opacity: 1; } .nav-bar-section .has-dropdown:hover .dropdown-parent-link a { color: #333232; } .nav-bar-section .has-dropdown:hover .dropdown, .nav-bar-section .has-dropdown:hover .nav-hover-extender { display: block; } .nav-bar-section .has-dropdown:hover .super-dropdown-container { display: flex; top: 50px; } } @media only screen and (min-width: 1025px) { .nav-bar-section .nav-hover-extender { left: 50%; transform: translateX(-50%); width: 200%; height: 110px; display: none; } } @media only screen and (min-width: 1025px) { .nav-bar-section .super-dropdown-container { width: 840px; transform: translateX(-350px); } } @media only screen and (min-width: 1025px) { .nav-bar-section .dropdown-border-nub { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #99becc; top: -8px; left: 375px; } .nav-bar-section .dropdown-border-nub:after { content: ""; display: block; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #f7f7f7; position: absolute; top: 2px; left: -6px; } } @media only screen and (min-width: 1025px) { .nav-bar-section .super-link-bg { top: -2px; left: -2px; } } @media only screen and (min-width: 1025px) { .nav-bar-section .super-box-link-anchor { font-size: 12px; } } @media only screen and (min-width: 1025px) { .nav-bar-section .no-dropdown a { position: relative; z-index: 100001; } } .nav-bar.profile-nav.fixed .nav-items { display: flex; } .nav-bar.profile-nav.fixed .nav-items li a.active:after { content: ""; display: block; width: 5px; height: 5px; background-color: #ffca0a; border-radius: 100%; left: 50%; position: absolute; bottom: -8px; } .nav-bar.profile-nav .nav-bar-section .nav-items { display: flex; } .nav-bar.profile-nav .button-links:after { display: none; } .nav-bar.profile-nav .mycw-nav { margin-right: 15px; padding-right: 15px; position: relative; display: none; } @media only screen and (min-width: 1025px) { .nav-bar.profile-nav .mycw-nav { display: block; } } .nav-bar.profile-nav .mycw-nav:after { content: ""; display: block; width: 1px; height: 26px; position: absolute; top: 50%; right: -2px; background: rgba(0, 0, 0, 0.1); transform: translateY(-50%); } .nav-bar-section .dropdown.prodash { background: #fff; border: 1px solid #dfdfd7; top: 40px !important; } .nav-bar-section .dropdown.prodash .cw-icon-caret-up { color: #fff; } .nav-bar-section .dropdown.prodash .cw-icon-caret-up:after, .nav-bar-section .dropdown.prodash .cw-icon-caret-up:before { content: ""; display: block; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; } .nav-bar-section .dropdown.prodash .cw-icon-caret-up:before { top: 5px; right: -5px; border-bottom: 6px solid #fff; z-index: 100000; } .nav-bar-section .dropdown.prodash .cw-icon-caret-up:after { top: 4px; right: -5px; border-bottom: 6px solid #dfdfd7; } .nav-bar-section .dropdown.prodash a, .nav-bar-section .dropdown.prodash li { color: #333232; font-weight: 500; } .nav-bar-section .dropdown.prodash a:hover, .nav-bar-section .dropdown.prodash li:hover { background: #fff; color: #333232; } .nav-bar-section .dropdown.prodash a { padding: 0; } .nav-bar-section .dropdown.prodash a.profile-link { color: #036; transition: color 0.15s linear; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); } .nav-bar-section .dropdown.prodash li:not(.profile-caret) { padding: 20px; } .nav-bar-section .dropdown.prodash li:not(.profile-caret):not(:last-of-type) { border-bottom: 1px solid #dfdfd7; } .nav-bar-section .dropdown.prodash .team-header { font-style: normal; font-size: 12px; line-height: 14px; letter-spacing: 1px; } .nav-bar-section .dropdown.prodash .team-name:not(:last-of-type) { margin-bottom: 20px; } .profile-intro .default-option { font-size: 12px; line-height: 13px; } .cards { display: flex; flex-wrap: wrap; justify-content: space-between; } .cards:after { content: ""; width: 100%; } @media only screen and (min-width: 641px) { .cards:after { width: 48.5%; } } @media only screen and (min-width: 1025px) { .cards:after { width: 32%; } } .card { border-radius: 4px; border: 1px solid #dfdfd7; background-color: #fff; color: #9b9b94; margin-bottom: 20px; position: relative; width: 100%; display: flex; flex-direction: column; justify-content: space-between; text-align: left; text-decoration: none; } .card.accent { border-bottom: 3px solid #036; } @media only screen and (min-width: 641px) { .card { width: 48.5%; } } @media only screen and (min-width: 1025px) { .card { width: 32%; } } .card .card-hero { background-position: 50%; background-size: cover; border-bottom: 5px solid #dfdfd7; border-radius: 4px 4px 0 0; height: 115px; width: 100%; } .card .card-content { padding: 16px 20px 19px; position: relative; } .card .card-content .details .country-name { font-size: 12px; text-transform: uppercase; } .card .card-content .served { position: absolute; top: 16px; right: 20px; } .card .card-footer { border-top: 1px solid #dfdfd7; background-color: #f7f7f7; padding: 15px 16px; } .card .card-footer .em { font-size: 12px; } .card .card-footer .h80, .card .card-footer a { color: #333232; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; } .card .card-footer img { float: left; width: 35px; height: 35px; margin-right: 10px; } .card a { text-decoration: none; } .crypto-grid-wrapper { overflow: hidden; margin-left: -2px; } .crypto-grid-wrapper:hover .crypto-grid-button { opacity: 0.5; } .crypto-grid-wrapper .crypto-grid-button { background-image: linear-gradient(90deg, #c1c1ba 50%, transparent 0), linear-gradient(90deg, #c1c1ba 50%, transparent 0), linear-gradient(180deg, #c1c1ba 50%, transparent 0), linear-gradient(180deg, #c1c1ba 50%, transparent 0); background-position: 0 0, 0 100%, 0 0, 100% 0; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px; margin-bottom: -1px; margin-right: -1px; transition: opacity 0.3s; } .crypto-grid-wrapper .crypto-grid-button:hover { opacity: 1; } .btc-state-donate-success { position: absolute; width: 27px; height: 27px; top: -14px; right: -14px; display: block; } .active-button-state .btc-state-donate-success { background-image: url(/packs/media/images/crypto/icons/_success-check-46a5890012b6610334a883127d5a9b84.svg); } @media only screen and (min-width: 641px) { .crypto-icon-wrapper { width: 45px; } } .crypto-address-copy { resize: none; } @media only screen and (min-width: 641px) { .crypto-address-copy { height: 50px; } } .crypto-modal-for-BCH .crypto-address-copy { height: 95px; } @media screen and (min-width: 433px) { .crypto-modal-for-BCH .crypto-address-copy { height: 72px; } } .crypto-copy-address-action-button { font-size: 12px; letter-spacing: 1px; top: 0; right: 0; height: 50px; line-height: 50px; padding-left: 15px; padding-right: 15px; } .crypto-report-title { max-width: 290px; } .crypto-report-form-wrapper .recaptcha-text { margin-left: auto; margin-right: auto; max-width: 270px; margin-top: 20px; } .select-wrapper:after { content: ""; display: block; z-index: 10; width: 20px; height: 20px; background-size: contain; background-repeat: no-repeat; position: absolute; top: 14px; left: 10px; pointer-events: none; } .select-wrapper.bitcoin-cash:after { background-image: url(/packs/media/images/crypto/coins/BCH-1d73e2e948ca0f09eb38f52d3eecebc4.svg); } .select-wrapper.bitcoin:after { background-image: url(/packs/media/images/crypto/coins/BTC-4cba6880c602ccf9261b3b20c09da7ed.svg); } .select-wrapper.dogecoin:after { background-image: url(/packs/media/images/crypto/coins/DOGE-288e80aa8b367e050fe2a636431f944f.svg); } .select-wrapper.ethereum:after { background-image: url(/packs/media/images/crypto/coins/ETH-f8304ddb69ee660ae6dfbe197c09e87e.svg); } .select-wrapper.filecoin:after { background-image: url(/packs/media/images/crypto/coins/FIL-b8b0244b4814efa4c29ba48fb3f58aa0.svg); } .select-wrapper.litecoin:after { background-image: url(/packs/media/images/crypto/coins/LTC-2a0c3c11a16c3dca8d251a4d0edab54a.svg); } .select-wrapper.tezos:after { background-image: url(/packs/media/images/crypto/coins/XTZ-665dd357fd2f0a79fffbc08aa9f16de7.svg); } .select-wrapper.zcash:after { background-image: url(/packs/media/images/crypto/coins/ZEC-6cbeb364da4e645aa7009130dba66b52.svg); } .crypto-form-field-nudge { margin-left: -2px; } .crypto-date-field:invalid::-webkit-datetime-edit { color: #c1c1ba; } .dtd-search-box { font-family: Proxima Nova, sans-serif; } .hero--text-center { text-align: center; position: relative; padding-top: 60px; } .hero--text-center:before { content: ""; display: block; background: #f7fcff; width: 100%; height: 75%; position: absolute; top: 0; left: 0; z-index: 1; } .hero--text { padding-left: 20px; padding-right: 20px; max-width: 980px; position: relative; z-index: 2; } .hero--description, .hero--text { margin-left: auto; margin-right: auto; } .hero--description { margin-top: 20px; } .hero--media { padding-left: 20px; padding-right: 20px; margin-top: 45px; max-width: 1280px; margin-left: auto; margin-right: auto; position: relative; z-index: 2; } .hero--media.hero--media-grid { display: flex; flex-wrap: wrap; justify-content: space-around; max-width: 600px; } .hero--media.hero--media-grid img { display: block; border-radius: 50%; } .hero--media-grid-item { flex-grow: 1; flex-shrink: 1; flex-basis: calc(33.33% - 30px); margin-right: 30px; max-width: 170px; } @media only screen and (min-width: 641px) { .hero--media-grid-item { flex-grow: 1; flex-shrink: 1; flex-basis: calc(33.33% - 45px); margin-right: 45px; } } .hero--media-grid-item:last-child, .hero--media-grid-item:nth-child(2) { margin-right: 0; } @media only screen and (min-width: 641px) { .hero--media-grid-item:nth-child(2) { margin-right: 45px; } } .hero--media-grid-item:nth-child(3) { display: none; } @media only screen and (min-width: 641px) { .hero--media-grid-item:nth-child(3) { display: block; } } .hero--media-image { display: block; margin: auto; max-height: 75vh; width: 100%; -o-object-fit: cover; object-fit: cover; } @media only screen and (min-width: 641px) { .hero--media-image { min-height: 500px; } } .hero--media-asset-wrapper { display: block; margin: auto; max-height: 75vh; min-height: 500px; width: 100%; position: relative; } @media only screen and (min-width: 641px) { .hero--media-asset-wrapper { min-height: 650px; } } .hero--media-asset-wrapper img, .hero--media-asset-wrapper video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .hero--media-background { background: #fff; padding: 45px 20px 0; } .hero--video-donate-form { text-align: center; position: relative; padding: 90px 20px 0; background-color: var(--hero_bg_color); } @media only screen and (min-width: 1025px) { .hero--video-donate-form { padding-top: 120px; padding-bottom: 60px; } } .hero--video-donate-form:after { content: ""; display: block; width: calc(100% + 40px); height: 0; padding-bottom: 50%; position: relative; margin-top: 60px; left: -20px; background-size: cover; background-image: var(--hero_image); } @media only screen and (min-width: 1025px) { .hero--video-donate-form:after { display: none; } } .hero--video-donate-form .hero--video-container { display: none; } @media only screen and (min-width: 1025px) { .hero--video-donate-form .hero--video-container { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } } .hero--video-donate-form .hero--video-wrapper, .hero--video-donate-form video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .hero--video-donate-form video { -o-object-fit: cover; object-fit: cover; } .hero--video-donate-form .hero--text { color: var(--hero_text_color); } .hero--video-donate-form .hero--donate-form, .hero--video-donate-form .hero--text { position: relative; z-index: 5; } .hero--video-donate-form .hero--donate-form { margin-top: 30px; } @media only screen and (min-width: 1025px) { .hero--video-donate-form .hero--donate-form { flex-shrink: 0; margin-top: 0; } } .hero--video-donate-form .hero--donate-form .toggle-buttons a { background: #fff; } .hero--video-donate-form .hero--donate-form .toggle-buttons a:not(.active):hover { background-color: hsla(0, 0%, 100%, 0.75); } .hero--video-overlay { background-color: var(--hero_bg_color); } .image-hero { align-items: flex-start; background-color: #fff; display: flex; flex-direction: column; margin-top: 0; } @media only screen and (min-width: 1025px) { .image-hero { align-items: center; background-image: url(/packs/media/images/donations/eoy-2017/eoy-donate-hero-desktop-3635b8afc54046b70f0bed503b41cbf2.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover; flex-direction: row; } } .image-hero:after { background-image: url(/packs/media/images/donations/eoy-2017/eoy-donate-hero-mobile-7666e091d6d107cf1ce713cad1916bca.jpg); background-position: top; background-repeat: no-repeat; background-size: cover; content: ""; height: 300px; width: 100%; } @media only screen and (min-width: 641px) { .image-hero:after { background-image: url(/packs/media/images/donations/eoy-2017/eoy-donate-hero-tablet-d07ec0b93f6e6e9735036dbc20d280b1.jpg); height: 500px; } } @media only screen and (min-width: 1025px) { .image-hero:after { display: none; } } .image-hero > .row { padding: 90px 20px 0; text-align: center; width: 100%; } @media only screen and (min-width: 1025px) { .image-hero > .row { padding: 90px 0; } } .image-hero > .row:after { clear: both; content: ""; display: table; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .image-hero .columns { max-width: 66%; margin-left: auto; margin-right: auto; } } .org-links { text-align: center; } .org-links a { display: block; } .org-links img { max-width: 200px; } @media only screen and (min-width: 1025px) { .org-links img { height: 150px; } } .org-links p { max-width: 300px; margin-left: auto; margin-right: auto; } .org-block { margin-top: 60px; } .org-block:first-child { margin-top: 0; } @media only screen and (min-width: 1025px) { .org-block { margin-top: 0; } } .info-stat-item img { max-width: 150px; margin-bottom: 30px; } @media only screen and (min-width: 641px) { .info-stat-item img { max-width: 100%; width: auto; height: 85px; } } @media only screen and (min-width: 1025px) { .info-stat-item img { height: 100px; } } .info-stat-item:not(:first-of-type) { margin-top: 45px; } @media only screen and (min-width: 641px) { .info-stat-item { flex: 1 1; } .info-stat-item:not(:first-of-type) { margin-top: 0; } } .info-stat-container { text-align: center; } .info-stat-header-wrapper { max-width: 980px; margin: auto; } .info-stat-header { font-size: 33px; } .info-stat-text { margin-top: 10px; } @media only screen and (min-width: 641px) { .info-stat-text { max-width: 200px; margin-left: auto; margin-right: auto; } } .info-stat-text .icn { color: #ffc907; font-size: 12px; margin-left: 5px; } @media only screen and (min-width: 1281px) { .content-media-block-left { padding: 45px 0; transform: translateX(calc(-50% + 22.5px)); left: 50%; } } .content-media-block-left .content-media-block-media img, .content-media-block-left .content-media-block-media video { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } @media only screen and (min-width: 1281px) { .content-media-block-left .content-media-block-media img, .content-media-block-left .content-media-block-media video { position: relative; left: -45px; width: calc(100% + 45px); } } @media only screen and (min-width: 1281px) { .content-media-block-right { padding: 45px 0; transform: translateX(calc(-50% + 22.5px)); left: 50%; } } .content-media-block-right .content-media-block-media img, .content-media-block-right .content-media-block-media video { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } @media only screen and (min-width: 1281px) { .content-media-block-right .content-media-block-media img, .content-media-block-right .content-media-block-media video { position: relative; right: 0; width: calc(100% + 45px); } } @media only screen and (min-width: 641px) { .community-tab-container { background-color: rgba(214, 228, 234, 0.8); border-radius: 30px; } } .community-tab-container .community-tab-item { color: #77a8bb; opacity: 0.75; border-radius: 30px; font-size: 12px; } @media only screen and (min-width: 641px) { .community-tab-container .community-tab-item { background-color: hsla(0, 0%, 100%, 0); padding: 10px 25px; } .community-tab-container .community-tab-item:hover { color: #77a8bb; background-color: hsla(0, 0%, 100%, 0); opacity: 1; } } .community-tab-container .community-tab-item.community-tab-active { background-color: #77a8bb; color: #fff; opacity: 1; padding: 10px 25px; } .community-tab-container .community-tab-item.community-tab-active:hover { background-color: #77a8bb; color: #fff; } .community-member-wrapper a * { animation: fadeIn 0.1s linear forwards; } .community-member-wrapper.loading a * { animation: fadeOut 0.1s linear forwards; } .community-item-scroll-container:after { content: ""; display: block; position: absolute; left: calc(100% - 100px); top: 0; width: 100px; height: 100%; background-image: linear-gradient(270deg, #f7fcff, hsla(0, 0%, 100%, 0)); pointer-events: none; } @media only screen and (min-width: 1025px) { .community-item-scroll-container:after { display: none; } } .community-item-scroll-wrapper { width: calc(250% + 50px); } @media only screen and (min-width: 641px) { .community-item-scroll-wrapper { width: calc(150% + 50px); } } @media only screen and (min-width: 1025px) { .community-item-scroll-wrapper { width: 100%; } } .community-member { background-image: url(/packs/media/images/components/wave-eceb15337abce2f9776ed292c58b727c.svg); background-size: calc(300% + 10px) auto; } @media only screen and (min-width: 1025px) { .community-member { background-size: calc(300% + 20px) auto; } } .community-member .community-spring-badge { left: 50%; padding: 5px 15px; font-size: 12px; } .community-member .community-profile-icon { margin-left: 5px; } .community-avatar-wrapper { width: 60px; height: 60px; line-height: 60px; } .community-refresh-icon { margin-right: 5px; } .story-slider .swiper-slide { transition-timing-function: ease-in; } .story-selector-wrapper { max-width: 920px; } .story-selector-media-16-9 { height: 0; padding-bottom: 56.25%; } .generic-selector-item-bubble { border: 2px solid transparent; opacity: 0.5; transition: opacity 0.15s; width: 60px; height: 60px; position: relative; } .generic-selector-item-bubble img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 5px; } .generic-selector-item-bubble.active { border-color: #ffc907; opacity: 1; } .generic-selector-item-bubble:hover:not(.active) { opacity: 0.75; } @media only screen and (min-width: 641px) { .generic-selector-item-bubble { width: 80px; height: 80px; } } .story-selector-media-timestamp:after { content: ""; display: block; width: 100%; height: 100px; background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.75)); position: absolute; left: 0; bottom: 0; z-index: 1; } .story-selector-media-timestamp-line { height: 15px; } .account.default .container { display: block; text-align: center; } .account.default .profile { text-align: center; position: relative; } .account.default .profile .avatar-initial, .account.default .profile img.avatar { line-height: 70px; width: 70px; height: 70px; margin: 0 auto; border-radius: 15px; } @media only screen and (min-width: 641px) { .account.default .profile .avatar-initial, .account.default .profile img.avatar { width: 170px; height: 170px; line-height: 170px; } } .account.default .profile .avatar-initial { font-size: 28px; } @media only screen and (min-width: 641px) { .account.default .profile .avatar-initial { font-size: 56px; } } .account.default .profile h1 { margin-top: 30px; margin-bottom: 0; word-break: break-word; } @media only screen and (min-width: 1025px) { .account.default .profile h1 { margin-bottom: 25px; } } .account.default .profile .mobile-settings { display: block; margin-top: 10px; } @media only screen and (min-width: 1025px) { .account.default .profile .mobile-settings { display: none; } } .account.default .profile .desktop-actions { display: none; } @media only screen and (min-width: 1025px) { .account.default .profile .desktop-actions { width: 280px; margin: 0 auto; text-align: left; display: block; } .account.default .profile .desktop-actions:after { clear: both; content: ""; display: table; } .account.default .profile .desktop-actions a:first-of-type { float: left; } .account.default .profile .desktop-actions a:last-of-type { float: right; } } .account.default .profile .stats { list-style-type: none; margin: 30px -40px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .account.default .profile .stats { margin: 30px -40px 3px; } } @media only screen and (min-width: 1025px) { .account.default .profile .stats { width: 280px; margin: 20px auto; padding: 0; } } .account.default .profile .stats li { padding: 15px 50px 15px 20px; border-top: 1px solid #e9eae4; } .account.default .profile .stats li:after { clear: both; content: ""; display: table; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .account.default .profile .stats li { padding: 15px 60px 15px 42px; } } @media only screen and (min-width: 1025px) { .account.default .profile .stats li { padding: 10px 0; } } .account.default .profile .stats li:last-of-type { border-bottom: 1px solid #e9eae4; } .account.default .profile .stats li span:first-of-type { float: left; } .account.default .profile .stats li span:last-of-type { float: right; } .account.default .campaigns, .account.default .manageable-subscription { text-align: left; border-radius: 4px; margin-bottom: 30px; } .account.default .campaigns:first-of-type, .account.default .manageable-subscription:first-of-type { margin-top: 30px; } @media only screen and (min-width: 1025px) { .account.default .campaigns:first-of-type, .account.default .manageable-subscription:first-of-type { margin-top: 0; } } @media only screen and (min-width: 1025px) { .account.default .campaigns, .account.default .manageable-subscription { width: 100%; display: table; margin-bottom: 50px; border: 1px solid #dfdfd7; } } .account.default .campaigns .header, .account.default .manageable-subscription .header { text-align: center; padding-bottom: 30px; } @media only screen and (min-width: 641px) { .account.default .campaigns .header, .account.default .manageable-subscription .header { height: 60px; padding: 0 20px; text-align: left; background: #f4f5f0; border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom: 1px solid #dfdfd7; display: table; width: 100%; } } .account.default .campaigns .header h1, .account.default .manageable-subscription .header h1 { margin: 0; display: inline-block; } .account.default .campaigns .header .button, .account.default .manageable-subscription .header .button { margin-top: 10px; } @media only screen and (min-width: 641px) { .account.default .campaigns .header .action, .account.default .campaigns .header .title, .account.default .manageable-subscription .header .action, .account.default .manageable-subscription .header .title { display: table-cell; vertical-align: middle; } .account.default .campaigns .header .action, .account.default .manageable-subscription .header .action { text-align: right; } .account.default .campaigns .header .button, .account.default .manageable-subscription .header .button { margin-top: 0; } } .account.default .campaigns .individual, .account.default .manageable-subscription .individual { margin: 0 -40px; } @media only screen and (min-width: 641px) { .account.default .campaigns .individual, .account.default .manageable-subscription .individual { margin: 0; } } .account.default .campaigns .campaign-card .status, .account.default .campaigns .campaign-card .status p, .account.default .campaigns .subscription-card .status, .account.default .campaigns .subscription-card .status p, .account.default .campaigns .team-campaign-card .status, .account.default .campaigns .team-campaign-card .status p, .account.default .manageable-subscription .campaign-card .status, .account.default .manageable-subscription .campaign-card .status p, .account.default .manageable-subscription .subscription-card .status, .account.default .manageable-subscription .subscription-card .status p, .account.default .manageable-subscription .team-campaign-card .status, .account.default .manageable-subscription .team-campaign-card .status p { font-size: 12px; font-weight: 500; margin: 4px 0 0; } @media only screen and (min-width: 641px) { .account.default .campaigns .campaign-card .status, .account.default .campaigns .campaign-card .status p, .account.default .campaigns .subscription-card .status, .account.default .campaigns .subscription-card .status p, .account.default .campaigns .team-campaign-card .status, .account.default .campaigns .team-campaign-card .status p, .account.default .manageable-subscription .campaign-card .status, .account.default .manageable-subscription .campaign-card .status p, .account.default .manageable-subscription .subscription-card .status, .account.default .manageable-subscription .subscription-card .status p, .account.default .manageable-subscription .team-campaign-card .status, .account.default .manageable-subscription .team-campaign-card .status p { margin: 0; } } .account.default .campaigns .campaign-card .active, .account.default .campaigns .campaign-card .open, .account.default .campaigns .subscription-card .active, .account.default .campaigns .subscription-card .open, .account.default .campaigns .team-campaign-card .active, .account.default .campaigns .team-campaign-card .open, .account.default .manageable-subscription .campaign-card .active, .account.default .manageable-subscription .campaign-card .open, .account.default .manageable-subscription .subscription-card .active, .account.default .manageable-subscription .subscription-card .open, .account.default .manageable-subscription .team-campaign-card .active, .account.default .manageable-subscription .team-campaign-card .open { color: #14a947; text-transform: uppercase; } .account.default .campaigns .campaign-card .active:hover, .account.default .campaigns .subscription-card .active:hover, .account.default .campaigns .team-campaign-card .active:hover, .account.default .manageable-subscription .campaign-card .active:hover, .account.default .manageable-subscription .subscription-card .active:hover, .account.default .manageable-subscription .team-campaign-card .active:hover { color: #19d75a; } .account.default .campaigns .campaign-card .closed, .account.default .campaigns .campaign-card .skipped, .account.default .campaigns .campaign-card .updating, .account.default .campaigns .subscription-card .closed, .account.default .campaigns .subscription-card .skipped, .account.default .campaigns .subscription-card .updating, .account.default .campaigns .team-campaign-card .closed, .account.default .campaigns .team-campaign-card .skipped, .account.default .campaigns .team-campaign-card .updating, .account.default .manageable-subscription .campaign-card .closed, .account.default .manageable-subscription .campaign-card .skipped, .account.default .manageable-subscription .campaign-card .updating, .account.default .manageable-subscription .subscription-card .closed, .account.default .manageable-subscription .subscription-card .skipped, .account.default .manageable-subscription .subscription-card .updating, .account.default .manageable-subscription .team-campaign-card .closed, .account.default .manageable-subscription .team-campaign-card .skipped, .account.default .manageable-subscription .team-campaign-card .updating { color: #9064bf; text-transform: lowercase; } .account.default .campaigns .campaign-card .closed:hover, .account.default .campaigns .subscription-card .closed:hover, .account.default .campaigns .team-campaign-card .closed:hover, .account.default .manageable-subscription .campaign-card .closed:hover, .account.default .manageable-subscription .subscription-card .closed:hover, .account.default .manageable-subscription .team-campaign-card .closed:hover { color: #aa88ce; } .account.default .campaigns .campaign-card .failed_payment, .account.default .campaigns .subscription-card .failed_payment, .account.default .campaigns .team-campaign-card .failed_payment, .account.default .manageable-subscription .campaign-card .failed_payment, .account.default .manageable-subscription .subscription-card .failed_payment, .account.default .manageable-subscription .team-campaign-card .failed_payment { color: #fa575d; text-transform: lowercase; } .account.default .campaigns .campaign-card, .account.default .campaigns .subscription-card, .account.default .manageable-subscription .campaign-card, .account.default .manageable-subscription .subscription-card { border-bottom: 1px solid #dfdfd7; padding: 20px 40px; width: 100%; display: table; color: #333232; } .account.default .campaigns .campaign-card:first-child, .account.default .campaigns .subscription-card:first-child, .account.default .manageable-subscription .campaign-card:first-child, .account.default .manageable-subscription .subscription-card:first-child { border-top: 1px solid #dfdfd7; } @media only screen and (min-width: 641px) { .account.default .campaigns .campaign-card, .account.default .campaigns .subscription-card, .account.default .manageable-subscription .campaign-card, .account.default .manageable-subscription .subscription-card { padding: 20px; } .account.default .campaigns .campaign-card:first-child, .account.default .campaigns .subscription-card:first-child, .account.default .manageable-subscription .campaign-card:first-child, .account.default .manageable-subscription .subscription-card:first-child { border-top: 0; } .account.default .campaigns .campaign-card:last-child, .account.default .campaigns .subscription-card:last-child, .account.default .manageable-subscription .campaign-card:last-child, .account.default .manageable-subscription .subscription-card:last-child { border-bottom: 0; } } .account.default .campaigns .campaign-card > div, .account.default .campaigns .subscription-card > div, .account.default .manageable-subscription .campaign-card > div, .account.default .manageable-subscription .subscription-card > div { display: table-cell; vertical-align: middle; } .account.default .campaigns .campaign-card .campaign-image, .account.default .campaigns .subscription-card .campaign-image, .account.default .manageable-subscription .campaign-card .campaign-image, .account.default .manageable-subscription .subscription-card .campaign-image { width: 85px; } .account.default .campaigns .campaign-card .campaign-image div, .account.default .campaigns .subscription-card .campaign-image div, .account.default .manageable-subscription .campaign-card .campaign-image div, .account.default .manageable-subscription .subscription-card .campaign-image div { width: 85px; height: 50px; background-size: cover; background-position: 50%; } .account.default .campaigns .campaign-card .campaign-image img, .account.default .campaigns .subscription-card .campaign-image img, .account.default .manageable-subscription .campaign-card .campaign-image img, .account.default .manageable-subscription .subscription-card .campaign-image img { display: block; } .account.default .campaigns .campaign-card .campaign-details, .account.default .campaigns .campaign-card .subscription-details, .account.default .campaigns .subscription-card .campaign-details, .account.default .campaigns .subscription-card .subscription-details, .account.default .manageable-subscription .campaign-card .campaign-details, .account.default .manageable-subscription .campaign-card .subscription-details, .account.default .manageable-subscription .subscription-card .campaign-details, .account.default .manageable-subscription .subscription-card .subscription-details { padding: 0 0 0 20px; } .account.default .campaigns .campaign-card .campaign-details h2, .account.default .campaigns .campaign-card .campaign-details p, .account.default .campaigns .campaign-card .subscription-details h2, .account.default .campaigns .campaign-card .subscription-details p, .account.default .campaigns .subscription-card .campaign-details h2, .account.default .campaigns .subscription-card .campaign-details p, .account.default .campaigns .subscription-card .subscription-details h2, .account.default .campaigns .subscription-card .subscription-details p, .account.default .manageable-subscription .campaign-card .campaign-details h2, .account.default .manageable-subscription .campaign-card .campaign-details p, .account.default .manageable-subscription .campaign-card .subscription-details h2, .account.default .manageable-subscription .campaign-card .subscription-details p, .account.default .manageable-subscription .subscription-card .campaign-details h2, .account.default .manageable-subscription .subscription-card .campaign-details p, .account.default .manageable-subscription .subscription-card .subscription-details h2, .account.default .manageable-subscription .subscription-card .subscription-details p { margin: 0; } .account.default .campaigns .campaign-card .campaign-details > :not(.clearfix), .account.default .campaigns .campaign-card .subscription-details > :not(.clearfix), .account.default .campaigns .subscription-card .campaign-details > :not(.clearfix), .account.default .campaigns .subscription-card .subscription-details > :not(.clearfix), .account.default .manageable-subscription .campaign-card .campaign-details > :not(.clearfix), .account.default .manageable-subscription .campaign-card .subscription-details > :not(.clearfix), .account.default .manageable-subscription .subscription-card .campaign-details > :not(.clearfix), .account.default .manageable-subscription .subscription-card .subscription-details > :not(.clearfix) { max-width: 70%; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .account.default .campaigns .campaign-card .campaign-details > :not(.clearfix), .account.default .campaigns .campaign-card .subscription-details > :not(.clearfix), .account.default .campaigns .subscription-card .campaign-details > :not(.clearfix), .account.default .campaigns .subscription-card .subscription-details > :not(.clearfix), .account.default .manageable-subscription .campaign-card .campaign-details > :not(.clearfix), .account.default .manageable-subscription .campaign-card .subscription-details > :not(.clearfix), .account.default .manageable-subscription .subscription-card .campaign-details > :not(.clearfix), .account.default .manageable-subscription .subscription-card .subscription-details > :not(.clearfix) { max-width: 380px; } } @media only screen and (min-width: 1025px) { .account.default .campaigns .campaign-card .campaign-details > :not(.clearfix), .account.default .campaigns .campaign-card .subscription-details > :not(.clearfix), .account.default .campaigns .subscription-card .campaign-details > :not(.clearfix), .account.default .campaigns .subscription-card .subscription-details > :not(.clearfix), .account.default .manageable-subscription .campaign-card .campaign-details > :not(.clearfix), .account.default .manageable-subscription .campaign-card .subscription-details > :not(.clearfix), .account.default .manageable-subscription .subscription-card .campaign-details > :not(.clearfix), .account.default .manageable-subscription .subscription-card .subscription-details > :not(.clearfix) { max-width: 420px; } } .account.default .campaigns .campaign-card .campaign-details h2, .account.default .campaigns .campaign-card .subscription-details h2, .account.default .campaigns .subscription-card .campaign-details h2, .account.default .campaigns .subscription-card .subscription-details h2, .account.default .manageable-subscription .campaign-card .campaign-details h2, .account.default .manageable-subscription .campaign-card .subscription-details h2, .account.default .manageable-subscription .subscription-card .campaign-details h2, .account.default .manageable-subscription .subscription-card .subscription-details h2 { font-size: 14px; font-weight: 500; } @media only screen and (min-width: 641px) { .account.default .campaigns .campaign-card .campaign-details h2, .account.default .campaigns .campaign-card .subscription-details h2, .account.default .campaigns .subscription-card .campaign-details h2, .account.default .campaigns .subscription-card .subscription-details h2, .account.default .manageable-subscription .campaign-card .campaign-details h2, .account.default .manageable-subscription .campaign-card .subscription-details h2, .account.default .manageable-subscription .subscription-card .campaign-details h2, .account.default .manageable-subscription .subscription-card .subscription-details h2 { font-size: 16px; } } .account.default .campaigns .campaign-card .campaign-details p, .account.default .campaigns .campaign-card .subscription-details p, .account.default .campaigns .subscription-card .campaign-details p, .account.default .campaigns .subscription-card .subscription-details p, .account.default .manageable-subscription .campaign-card .campaign-details p, .account.default .manageable-subscription .campaign-card .subscription-details p, .account.default .manageable-subscription .subscription-card .campaign-details p, .account.default .manageable-subscription .subscription-card .subscription-details p { font-size: 12px; } .account.default .campaigns .campaign-card .campaign-details .em, .account.default .campaigns .campaign-card .subscription-details .em, .account.default .campaigns .subscription-card .campaign-details .em, .account.default .campaigns .subscription-card .subscription-details .em, .account.default .manageable-subscription .campaign-card .campaign-details .em, .account.default .manageable-subscription .campaign-card .subscription-details .em, .account.default .manageable-subscription .subscription-card .campaign-details .em, .account.default .manageable-subscription .subscription-card .subscription-details .em { color: #c1c1ba; } .account.default .campaigns .campaign-card .campaign-details .raised, .account.default .campaigns .campaign-card .subscription-details .raised, .account.default .campaigns .subscription-card .campaign-details .raised, .account.default .campaigns .subscription-card .subscription-details .raised, .account.default .manageable-subscription .campaign-card .campaign-details .raised, .account.default .manageable-subscription .campaign-card .subscription-details .raised, .account.default .manageable-subscription .subscription-card .campaign-details .raised, .account.default .manageable-subscription .subscription-card .subscription-details .raised { display: none; } @media only screen and (min-width: 641px) { .account.default .campaigns .campaign-card .campaign-details .raised, .account.default .campaigns .campaign-card .subscription-details .raised, .account.default .campaigns .subscription-card .campaign-details .raised, .account.default .campaigns .subscription-card .subscription-details .raised, .account.default .manageable-subscription .campaign-card .campaign-details .raised, .account.default .manageable-subscription .campaign-card .subscription-details .raised, .account.default .manageable-subscription .subscription-card .campaign-details .raised, .account.default .manageable-subscription .subscription-card .subscription-details .raised { display: inline-block; } } .account.default .campaigns .campaign-card .campaign-details .h80, .account.default .campaigns .campaign-card .subscription-details .h80, .account.default .campaigns .subscription-card .campaign-details .h80, .account.default .campaigns .subscription-card .subscription-details .h80, .account.default .manageable-subscription .campaign-card .campaign-details .h80, .account.default .manageable-subscription .campaign-card .subscription-details .h80, .account.default .manageable-subscription .subscription-card .campaign-details .h80, .account.default .manageable-subscription .subscription-card .subscription-details .h80 { font-weight: 500; } .account.default .campaigns .campaign-card .subscription-details, .account.default .campaigns .subscription-card .subscription-details, .account.default .manageable-subscription .campaign-card .subscription-details, .account.default .manageable-subscription .subscription-card .subscription-details { padding-left: 0; } .account.default .campaigns .campaign-card .subscription-details p i, .account.default .campaigns .subscription-card .subscription-details p i, .account.default .manageable-subscription .campaign-card .subscription-details p i, .account.default .manageable-subscription .subscription-card .subscription-details p i { position: absolute; } .account.default .campaigns .campaign-card .subscription-details p span.history, .account.default .campaigns .subscription-card .subscription-details p span.history, .account.default .manageable-subscription .campaign-card .subscription-details p span.history, .account.default .manageable-subscription .subscription-card .subscription-details p span.history { text-indent: 20px; display: inline-block; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; } .account.default .campaigns .campaign-card .subscription-details p span.bold, .account.default .campaigns .subscription-card .subscription-details p span.bold, .account.default .manageable-subscription .campaign-card .subscription-details p span.bold, .account.default .manageable-subscription .subscription-card .subscription-details p span.bold { text-indent: 0; font-weight: 700; } .account.default .campaigns .campaign-card .status.mobile, .account.default .campaigns .subscription-card .status.mobile, .account.default .manageable-subscription .campaign-card .status.mobile, .account.default .manageable-subscription .subscription-card .status.mobile { display: block; } @media only screen and (min-width: 641px) { .account.default .campaigns .campaign-card .status.mobile, .account.default .campaigns .subscription-card .status.mobile, .account.default .manageable-subscription .campaign-card .status.mobile, .account.default .manageable-subscription .subscription-card .status.mobile { display: none; } } .account.default .campaigns .campaign-card .status.desktop, .account.default .campaigns .subscription-card .status.desktop, .account.default .manageable-subscription .campaign-card .status.desktop, .account.default .manageable-subscription .subscription-card .status.desktop { display: none; } @media only screen and (min-width: 641px) { .account.default .campaigns .campaign-card .status.desktop, .account.default .campaigns .subscription-card .status.desktop, .account.default .manageable-subscription .campaign-card .status.desktop, .account.default .manageable-subscription .subscription-card .status.desktop { text-align: right; display: table-cell; } } .account.default .campaigns .team-campaign-card, .account.default .manageable-subscription .team-campaign-card { width: 100%; margin-bottom: 40px; border-radius: 4px; } .account.default .campaigns .team-campaign-card:after, .account.default .manageable-subscription .team-campaign-card:after { clear: both; content: ""; display: table; } .account.default .campaigns .team-campaign-card:last-child, .account.default .manageable-subscription .team-campaign-card:last-child { margin-bottom: 0; } .account.default .campaigns .team-campaign-card h2, .account.default .manageable-subscription .team-campaign-card h2 { margin-bottom: 5px; } .account.default .campaigns .team-campaign-card a, .account.default .manageable-subscription .team-campaign-card a { color: #333232; } .campaigns .account.default .campaigns .team-campaign-card, .campaigns .account.default .manageable-subscription .team-campaign-card { border-radius: 4px; } @media only screen and (min-width: 641px) { .account.default .campaigns .team-campaign-card, .account.default .manageable-subscription .team-campaign-card { padding: 20px; border-bottom: 1px solid #dfdfd7; margin-bottom: 0; } .account.default .campaigns .team-campaign-card:first-child, .account.default .manageable-subscription .team-campaign-card:first-child { border-top: 0; } .account.default .campaigns .team-campaign-card:last-child, .account.default .manageable-subscription .team-campaign-card:last-child { border-bottom: 0; } .account.default .campaigns .team-campaign-card .clearfix, .account.default .manageable-subscription .team-campaign-card .clearfix { display: table; } } .account.default .campaigns .team-campaign-card .campaign-image, .account.default .manageable-subscription .team-campaign-card .campaign-image { position: relative; } .account.default .campaigns .team-campaign-card .campaign-image img, .account.default .manageable-subscription .team-campaign-card .campaign-image img { border-top-left-radius: 6px; border-top-right-radius: 6px; display: block; } @media only screen and (min-width: 641px) { .account.default .campaigns .team-campaign-card .campaign-image img, .account.default .manageable-subscription .team-campaign-card .campaign-image img { border-top-left-radius: 0; border-top-right-radius: 0; } } .account.default .campaigns .team-campaign-card .campaign-image:after, .account.default .manageable-subscription .team-campaign-card .campaign-image:after { border-top-left-radius: 6px; border-top-right-radius: 6px; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.45); content: ""; position: absolute; top: 0; } @media only screen and (min-width: 641px) { .account.default .campaigns .team-campaign-card .campaign-image, .account.default .manageable-subscription .team-campaign-card .campaign-image { padding-right: 20px; min-width: 194px; width: 194px; display: table-cell; vertical-align: top; } .account.default .campaigns .team-campaign-card .campaign-image:after, .account.default .manageable-subscription .team-campaign-card .campaign-image:after { display: none; } } .account.default .campaigns .team-campaign-card .campaign-image h2, .account.default .manageable-subscription .team-campaign-card .campaign-image h2 { color: #fff; font-size: 16px; position: absolute; bottom: 12px; left: 15px; margin-bottom: 0; z-index: 1; } @media only screen and (min-width: 641px) { .account.default .campaigns .team-campaign-card .campaign-image h2, .account.default .manageable-subscription .team-campaign-card .campaign-image h2 { display: none; } } .account.default .campaigns .team-campaign-card .status.mobile p, .account.default .manageable-subscription .team-campaign-card .status.mobile p { color: #fff; } .account.default .campaigns .team-campaign-card .status.desktop, .account.default .manageable-subscription .team-campaign-card .status.desktop { float: right; line-height: 30px; } .account.default .campaigns .team-campaign-card .campaign-details, .account.default .manageable-subscription .team-campaign-card .campaign-details { position: relative; width: 100%; } @media only screen and (min-width: 641px) { .account.default .campaigns .team-campaign-card .campaign-details, .account.default .manageable-subscription .team-campaign-card .campaign-details { display: table-cell; vertical-align: bottom; } } .account.default .campaigns .team-campaign-card .campaign-details h2, .account.default .manageable-subscription .team-campaign-card .campaign-details h2 { display: none; } @media only screen and (min-width: 641px) { .account.default .campaigns .team-campaign-card .campaign-details h2, .account.default .manageable-subscription .team-campaign-card .campaign-details h2 { color: #333232; font-size: 24px; display: block; } } .account.default .campaigns .team-campaign-card .team-stats, .account.default .manageable-subscription .team-campaign-card .team-stats { border: 1px solid #dfdfd7; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; text-align: center; width: 100%; } @media only screen and (min-width: 641px) { .account.default .campaigns .team-campaign-card .team-stats, .account.default .manageable-subscription .team-campaign-card .team-stats { border-radius: 4px; display: table; } } .account.default .campaigns .team-campaign-card .team-stats > .team-stat, .account.default .manageable-subscription .team-campaign-card .team-stats > .team-stat { float: left; padding: 16px 20px; width: 50%; } .account.default .campaigns .team-campaign-card .team-stats > .team-stat:nth-child(odd), .account.default .manageable-subscription .team-campaign-card .team-stats > .team-stat:nth-child(odd) { border-right: 1px solid #dfdfd7; } @media only screen and (min-width: 641px) { .account.default .campaigns .team-campaign-card .team-stats > .team-stat, .account.default .manageable-subscription .team-campaign-card .team-stats > .team-stat { display: table-cell; float: none; width: auto; padding: 13px 0; } .account.default .campaigns .team-campaign-card .team-stats > .team-stat:not(:last-child), .account.default .manageable-subscription .team-campaign-card .team-stats > .team-stat:not(:last-child) { border-right: 1px solid #dfdfd7; } } .account.default .campaigns .team-campaign-card .team-stats > .team-stat.mobile.top, .account.default .manageable-subscription .team-campaign-card .team-stats > .team-stat.mobile.top { border-bottom: 1px solid #dfdfd7; } @media only screen and (min-width: 641px) { .account.default .campaigns .team-campaign-card .team-stats > .team-stat.mobile.top, .account.default .manageable-subscription .team-campaign-card .team-stats > .team-stat.mobile.top { border-bottom: 0; } } .account.default .campaigns .team-campaign-card .team-stats > .team-stat h6, .account.default .manageable-subscription .team-campaign-card .team-stats > .team-stat h6 { margin: 0; } .account.default .campaigns .team-campaign-card .team-stats > .team-stat .stat-name, .account.default .manageable-subscription .team-campaign-card .team-stats > .team-stat .stat-name { color: #c1c1ba; font-size: 10px; white-space: nowrap; } @media only screen and (min-width: 641px) { .account.default .campaigns .campaign-inspiration h1, .account.default .manageable-subscription .campaign-inspiration h1 { padding: 35px 35px 0; } } .account.default .campaigns .campaign-inspiration .video-box, .account.default .manageable-subscription .campaign-inspiration .video-box { padding-top: 90px; width: 112%; margin-left: -6%; margin-top: 35px; background: url(/packs/media/images/users/video-b72a1fc818fc5dbefad38750b8fb61d3.png) no-repeat; background-size: cover; background-position: 50%; } @media only screen and (min-width: 641px) { .account.default .campaigns .campaign-inspiration .video-box iframe, .account.default .manageable-subscription .campaign-inspiration .video-box iframe { width: 90%; left: 5%; } } @media only screen and (max-width: 641px) and (min-width: 500px) { .account.default .campaigns .campaign-inspiration .video-box, .account.default .manageable-subscription .campaign-inspiration .video-box { padding-top: 130px; } } @media only screen and (min-width: 641px) { .account.default .campaigns .campaign-inspiration .video-box, .account.default .manageable-subscription .campaign-inspiration .video-box { padding-top: 0; width: 100%; margin-left: 0; background-size: contain; } } .account.default .campaigns .campaign-inspiration .video-box .play, .account.default .manageable-subscription .campaign-inspiration .video-box .play { border-radius: 100px; width: 70px; height: 70px; left: 54%; } .account.default .campaigns .campaign-inspiration .video-box .play .icn, .account.default .manageable-subscription .campaign-inspiration .video-box .play .icn { font-size: 32px; padding: 4px 0 0 8px; } .account.default .campaigns.d2p-module, .account.default .manageable-subscription.d2p-module { text-align: center; margin: 50px 0 0; } .account.default .campaigns.d2p-module .action, .account.default .manageable-subscription.d2p-module .action { display: none; } @media only screen and (min-width: 641px) { .account.default .campaigns.d2p-module .action, .account.default .manageable-subscription.d2p-module .action { display: table-cell; } } .account.default .campaigns.d2p-module .reporting-information, .account.default .manageable-subscription.d2p-module .reporting-information { width: 100%; display: table; } .account.default .campaigns.d2p-module .reporting-information br, .account.default .manageable-subscription.d2p-module .reporting-information br { display: none; } @media only screen and (min-width: 641px) { .account.default .campaigns.d2p-module .reporting-information br, .account.default .manageable-subscription.d2p-module .reporting-information br { display: block; } } @media only screen and (min-width: 641px) { .account.default .campaigns.d2p-module .reporting-information, .account.default .manageable-subscription.d2p-module .reporting-information { padding: 20px 0; } } .account.default .campaigns.d2p-module .reporting-information > div, .account.default .manageable-subscription.d2p-module .reporting-information > div { text-align: center; vertical-align: middle; display: table-cell; padding: 18px; } .account.default .campaigns.d2p-module .reporting-information > div a, .account.default .manageable-subscription.d2p-module .reporting-information > div a { display: inline-block; } @media only screen and (min-width: 641px) { .account.default .campaigns.d2p-module .reporting-information > div a, .account.default .manageable-subscription.d2p-module .reporting-information > div a { display: none; } } .account.default .campaigns.d2p-module .reporting-information > div img, .account.default .manageable-subscription.d2p-module .reporting-information > div img { margin-bottom: 25px; width: 146px; } @media only screen and (min-width: 641px) { .account.default .campaigns.d2p-module .reporting-information > div img, .account.default .manageable-subscription.d2p-module .reporting-information > div img { width: 166px; } } .account.default .campaigns.d2p-module .reporting-information > div p, .account.default .manageable-subscription.d2p-module .reporting-information > div p { margin: 0 auto 30px; max-width: 450px; } .account.default.giving-history .circle-progress-wrapper { width: 50px; height: 50px; } .account.default.giving-history .circle-progress { transform: rotate(-90deg); } .account.default.giving-history .circle-progress-value { fill: none; transition: all 0.45s cubic-bezier(0.33, 1, 0.68, 1); transform-origin: center; } .account.default.giving-history .circle-progress-value.fundraising { stroke: #77a8bb; } .account.default.giving-history .circle-progress-value.donations { stroke: #036; } .account.default.giving-history .circle-progress-value.referrals { stroke: #bf6c46; } input[type="email"]:disabled { padding-right: 30px; } .additional-email-settings .separator { display: none; } @media only screen and (min-width: 641px) { .additional-email-settings .separator { display: inline-block; } } .additional-email-settings .update-link { display: table; margin-top: 10px; } @media only screen and (min-width: 641px) { .additional-email-settings .update-link { display: inline-block; margin-top: 0; } } .invisible-wrapper label[for="user_invisible"] { max-width: 180px; } @media only screen and (min-width: 641px) { .invisible-wrapper label[for="user_invisible"] { max-width: none; } } .login-form-panel.panel { max-width: 450px; margin: auto; } @media only screen and (min-width: 641px) { .login-form-section { max-width: 500px; margin: auto; } } .login-form-section .text-separator:after, .login-form-section .text-separator:before { background: #9b9b94; } .facebook-signup .button { background-color: #3b5998; } .fade-in-out { transition: visibility 0s, opacity 0.15s linear; } .adminbody { background: #fff; min-width: 1025px; } .admin h2, .admin h3, .admin h4, .admin h5 { margin-bottom: 0.5em; } .admin .admin-nav { position: relative; z-index: 100000; } .admin .admin-nav .has-dropdown { position: relative; } .admin .admin-nav .has-dropdown:hover ul { display: block; } .admin .admin-nav .dropdown { list-style: none; display: none; position: absolute; top: 60px; left: -135px; width: 200px; } .admin .admin-nav .dropdown li { padding: 0; } .admin .admin-nav .dropdown a { padding: 10px 20px; display: block; background: rgba(0, 0, 0, 0.85); } .admin .admin-nav .dropdown a:hover { background: #000; } .admin .admin-nav .dropdown .contains-caret { position: relative; } .admin .admin-nav .dropdown .contains-caret .icn { position: absolute; top: -9px; left: 170px; } .admin .admin-nav .dropdown a { color: #fff; } .admin .admin-nav ul { list-style: none; margin: 0; padding: 0; } .admin .admin-nav li { padding: 20px 10px; } .admin .admin-nav a { color: #333232; transition: all 0.15s linear; font-size: 14px; text-decoration: none; } .admin .admin-nav a:hover { color: #4d4b4b; } .admin .admin-nav .button-link { border: 1px solid; padding: 5px 10px; border-radius: 4px; } .admin .admin-logo .icn { font-size: 20px; } .admin .flashes ul { margin-bottom: 0; list-style: none; } .admin .filter-nav { margin: 20px 0 30px; } .admin .filter-nav form:after { clear: both; content: ""; display: table; } .admin .filter-nav .input-wrapper, .admin .filter-nav input, .admin .filter-nav select { line-height: 1.1em; float: left; margin: 0 0 0 -1px; width: auto; border-radius: 0; } .admin .filter-nav .input-wrapper:first-child, .admin .filter-nav input:first-child, .admin .filter-nav select:first-child { margin: 0; } .admin .filter-nav select { width: 300px; } .admin .pagination .current { background: #f4f5f0; } .admin .bottom-pagination { margin-top: 40px 0; } .admin .admin-container { min-height: calc(100vh - 64px); margin-bottom: 20px; } .admin .row { margin-bottom: 20px; width: 100%; max-width: none; padding-left: 20px; padding-right: 20px; } .admin .row:last-child { margin-bottom: 0; } .admin .actions .button, .admin .donation-actions .button { margin: 5px; } .admin .donation-actions form { display: inline-block; } .admin .panel h1, .admin .panel h2, .admin .panel h3, .admin .panel h4, .admin .panel h5, .admin .panel h6 { margin-top: 0; } .admin form.export { margin: 20px 0 8px; } .admin .dropdown-wrapper .has-dropdown { position: relative; } .admin .dropdown-wrapper .has-dropdown:hover ul { display: block; } .admin .dropdown-wrapper .dropdown { list-style: none; display: none; position: absolute; top: 30px; left: -18px; width: 289px; } .admin .dropdown-wrapper .dropdown li { padding: 0; } .admin .dropdown-wrapper .dropdown a { padding: 10px 20px; display: block; background: #036; } .admin .dropdown-wrapper .dropdown a:hover { background: #004d99; } .admin .dropdown-wrapper .dropdown .contains-caret { position: relative; } .admin .dropdown-wrapper .dropdown .contains-caret .icn { position: absolute; top: -9px; left: 170px; } .admin .dropdown-wrapper .dropdown a { color: #fff; } .admin .dropdown-wrapper .dropdown { font-size: 13px; } .admin .dropdown-wrapper a { text-decoration: none; } .admin .simple_form .input { margin-bottom: 1rem; } .admin .simple_form label abbr[title="required"] { display: inline; } .admin .simple_form.edit_subscription { margin-bottom: 10px; } .admin .simple_form .hint { color: #71716c; font-style: italic; font-size: 0.75em; } .admin .check_boxes .checkbox { display: inline-block; position: relative; padding-left: 0.5rem; width: 50%; margin-bottom: 0.5rem; } .admin .check_boxes .checkbox label { vertical-align: top; letter-spacing: 0; margin-left: 20px; display: inline-block; } .admin .check_boxes .checkbox .input { display: inline-block; } .admin .check_boxes .checkbox input { position: absolute; left: 0; top: 5px; } .admin .side-by-side-inputs { display: flex; flex-direction: column; margin-bottom: 0; } @media only screen and (min-width: 641px) { .admin .side-by-side-inputs { flex-direction: row; } } .admin .side-by-side-inputs > .input { margin-bottom: 0; } @media only screen and (min-width: 641px) { .admin .side-by-side-inputs > .input { margin-right: 20px; } } .admin .subscription_next_payment_datetime select { width: auto; min-width: 100px; } .admin .default-campaign-photos { margin-top: 10px; } .admin .upload { width: 100%; border-bottom: 1px solid #e9eae4; padding: 10px 0; } .admin .upload img { float: left; } .admin .upload .remove { float: right; } .admin .upload label { display: inline; margin-right: 10px; } .admin .upload:last-child { border: 0; } .admin table.maji-form { width: 100%; } .admin table.maji-form .quiet { color: #9b9b94; } .admin table.maji-form .quiet-links a { color: inherit; text-decoration: none; } .admin table.maji-form .quiet-links a:hover { color: #036; } .admin table.maji-form .button { margin-bottom: 0; } .admin table.maji-form a.disabled { background-color: #dfdfd7 !important; } .admin table.maji-form .edit { text-align: right; } .admin table.maji-form .edit .icn { font-size: 24px; color: #c1c1ba; margin: 0 2px; padding: 5px; vertical-align: middle; } .admin table.maji-form .edit .icn:hover { color: #71716c; } .admin .tables tbody th { border-bottom: 0; border-top: 2px solid #e9eae4; padding: 8px 15px; } .admin .tables tbody td, .admin .tables tbody th { border-width: 1px; } .admin .tables tbody tr:last-of-type td, .admin .tables tbody tr:last-of-type th { border-bottom: 1px solid #e9eae4; } .admin .detail-section-header, .admin .notes { margin-top: 20px; } .admin .notes h6, .admin .notes li { font-size: 14px; } .admin .notes .button { margin: 0 0.5rem 0 0; } .admin .notes .button:hover { color: #fff; } .admin tr.notes { border-top: 3px double #fff; vertical-align: top; } .admin .advanced-search-links a { margin-right: 1em; } .admin .advanced-search { margin-bottom: 1em; } .admin .advanced-search .sort-fields { margin-bottom: 0.5em; } .admin .advanced-search button, .admin .advanced-search input, .admin .advanced-search select { width: auto; margin-right: 0.5em; min-width: 8em; } .admin .advanced-search fieldset { margin-top: 0.5em; margin-bottom: 0.5em; } .admin pre.sql { white-space: pre-wrap; } .admin .advanced-search-results { position: relative; } .admin .advanced-search-results h2 { display: inline; margin-right: 10px; } .admin .advanced-search-results form { display: inline; position: absolute; top: 50%; transform: translateY(-50%); } .admin .d2p-update-heading { border-bottom: 1px solid #dfdfd7; padding-bottom: 20px; } .admin .d2p-update-stats h4 i { margin-right: 10px; } .admin .d2p-update-stats li { border-bottom: 1px solid #dfdfd7; padding: 10px 0; } .admin .d2p-update-stats li:last-child { border-bottom: 0; } .admin .user-data { margin-top: 50px; } .admin .version-history pre { white-space: pre-wrap; } .admin .version-history td { word-break: break-all; } .admin .campaign-template-upload { display: table; } .admin .campaign-template-upload a { text-transform: uppercase; font-size: 0.5em; font-weight: 700; vertical-align: middle; display: table-cell; } .admin .campaign-template-upload img { margin-right: 0.5em; display: table-cell; border-radius: 0.2em; } .admin .offline-payment-form { max-width: 980px; margin: 0 auto; } .admin .offline-payment-form .autocomplete-react-select { z-index: 2; } .admin .offline-payment-form .autocomplete-react-select input { height: auto; } .admin .offline-payment-form textarea { min-height: 131px; } .admin .flush-side-by-side-inputs .input-wrapper { z-index: 1; } .admin .flush-side-by-side-inputs .input-wrapper:first-child { float: left; } .admin .flush-side-by-side-inputs .input-wrapper:last-child { float: right; } .admin .flush-side-by-side-inputs .input-wrapper:last-child input, .admin .flush-side-by-side-inputs .input-wrapper:last-child select { border-left-width: 0; } .admin .flush-side-by-side-inputs .input-wrapper:last-child input:focus, .admin .flush-side-by-side-inputs .input-wrapper:last-child select:focus { margin-left: -1px; border-left-width: 1px; } .admin .flush-side-by-side-inputs .custom-check label:before { margin-left: 20px; } .admin .flush-above-input { border-top-width: 0; } .admin .flush-above-input:focus { margin-top: -1px; height: 49px; border-top-width: 1px; } .admin .soft-credit-user-form .parsley-errors-list { margin: 0; } .admin .soft-credit-user-form .parsley-errors-list li { margin-top: 10px; } .admin-docs h1, .admin-docs h2, .admin-docs h3, .admin-docs h4, .admin-docs h5, .admin-docs h6 { color: #333232; margin-top: 20px; margin-bottom: 10px; cursor: pointer; } .admin-docs div > ol, .admin-docs div > ul { margin: 0.5em; } .admin-docs p { margin-bottom: 0.5em; } .admin-docs table { border-collapse: collapse; } .admin-docs table td, .admin-docs table th { border: 1px solid #333232; padding: 5px; } .admin-docs code, .admin-docs pre { background-color: #f4f5f0; padding: 0.2em; } .admin-docs pre > code { font-size: 0.8em; } .nested-badge { padding-right: 4px; padding-left: 10px; } .nested-badge span { margin-left: 2px; } .nested-badge-number { padding: 0 5px; background: rgba(51, 50, 50, 0.15); border-radius: 9999px; } .nested-badge-icon { padding: 2px; font-size: 0.5rem; } .offline-donations .avatar-initial { width: 3em; height: 3em; line-height: 3em; } .offline-donations .campaign-comment textarea { min-height: 116px; } .offline-donations button[type="submit"] span { padding-top: 13px; padding-left: 7px; } .maji-admin-login .mycw-nav { display: none; } .asset-generator-page-container { position: relative; padding-left: 0; padding-right: 0; padding-top: 58px; } .asset-generator-page-container:before { content: ""; display: block; position: absolute; top: 58px; left: -20px; background-color: #f7fcff; width: calc(100% + 40px); height: 400px; z-index: 1; } .asset-generator-page-container .design-template { border-color: #e9eae4; } .asset-generator-page-container .design-template.selected { border-color: #036; } .asset-generator-page-container .design-template img { height: 100px; } @media only screen and (min-width: 1025px) { .asset-generator-page-container .design-template:not(:last-child) { margin-right: 20px !important; } } .asset-generator-page-container .asset-template-selected { background-color: #036; top: -10px; right: -10px; width: 30px; height: 30px; } .asset-generator-page-container .asset-template-selected i { font-size: 16px; } .asset-generator-page-container .asset-select-images { display: grid; grid-template-columns: 1fr 1fr; } @media only screen and (min-width: 641px) { .asset-generator-page-container .asset-select-images { grid-template-columns: 1fr 1fr 1fr; } } .asset-generator-page-container .asset-select-images.vertical { grid-template-columns: 1fr 1fr 1fr; } @media only screen and (min-width: 641px) { .asset-generator-page-container .asset-select-images.vertical { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } } .asset-generator-page-container .asset-select-images.vertical .asset-select-image-wrapper { height: 170px; } .asset-generator-page-container .asset-select-image-wrapper { height: 120px; } .asset-generator-page-container .asset-select-image-wrapper img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; border: 2px solid transparent; padding: 5px; display: block; opacity: 0.6; } .asset-generator-page-container .asset-select-image-wrapper img.selected { border-color: #036; opacity: 1; } .asset-generator-page-container .theme-button { opacity: 0.5; } .asset-generator-page-container .theme-button:hover { opacity: 0.75; } .asset-generator-page-container .theme-button.selected { opacity: 1; } .asset-generator-page-container .preview-iframe-wrapper { position: relative; height: 0; } .input-wrapper .toggle { top: 44px; z-index: 2; } .input-wrapper.lh .toggle { right: 0; top: 25px; z-index: 2; } .toggle { -moz-user-select: none; -ms-user-select: none; user-select: none; background: #fff; position: absolute; right: 0; top: 2.4em; margin: -0.6em 0.6em 0 0; padding-left: 0.5em; } .authorization .reset { margin: 30px 0 10px; display: inline-block; font-weight: 500; } .authorization .register { margin-top: 50px; font-weight: 700; } .authorization .authorization-label { text-align: center; margin-bottom: 0.5em; } .authorization-footer { display: table; margin: 2em auto; } .authorization-links { font-size: 0.8em; list-style: none; display: inline; } .authorization-links li { float: left; } .authorization-links li:after { content: "|"; margin: 0 0.5em; } .authorization-links li:last-child:after { content: none; } .leaving, .whats-next { text-align: center; width: 500px; } .leaving .button:first-of-type { margin-bottom: 20px; } .campaign.default.closed .progress h3 { color: #71716c !important; } .campaign.default.closed .progress .bar .fill { background: #71716c; } .campaign.default.banner-open { overflow: hidden; height: 100%; position: fixed; } .campaign.default .campaign-header .h50 span { display: inline-block; } .campaign.default .donation-thank-you-card { z-index: 100001 !important; } .campaign.default .avatar img { width: 40px; height: 40px; border-radius: 4px; display: block; } .campaign.default .avatar .avatar-initial { width: 40px; height: 40px; line-height: 40px; border-radius: 4px; font-size: 20px; } .campaign.default .campaign-photo { height: 200px; } @media only screen and (min-width: 641px) { .campaign.default .campaign-photo { height: 300px; } } .campaign.default .campaign-edit-button { top: 20px; right: 20px; } .campaign.default .donate-form-container { margin-top: 0; } .campaign.default .social-buttons .text { display: none; } .campaign.default .mobile-heading .avatar img { width: 50px; height: 50px; } .campaign.default .impact .button, .campaign.default .impact p { margin-bottom: 10px; } .campaign.default .impact .button:last-child { margin: 0; } .campaign.default .impact .d2p-module .project-card .d2p-project-img-container { width: 100%; height: 150px; } .campaign.default .impact .d2p-module .project-card .project-details { font-size: 14px; } .campaign.default .whats-next a.learn-more { display: block; margin: 15px 0 -20px; } .campaign.default .children-wrapper, .campaign.default .children-wrapper li, .campaign.default .leaderboard-wrapper, .campaign.default .leaderboard-wrapper li, .campaign.default .progress, .campaign.default .progress li { font-size: 14px; } @media only screen and (min-width: 641px) { .campaign.default .progress { margin-top: -10px; } } .campaign.default .progress sup { font-size: 13px; top: -13px; margin-right: 3px; } @media only screen and (min-width: 1025px) { .campaign.default .progress sup { top: -15px; } } .campaign.default .progress .goal-amount { font-size: 14px; } .campaign.default .progress .goal-amount .raised-label { margin-right: 3px; } .campaign.default .progress p { font-size: 14px; text-align: center; } .campaign.default .progress li span { font-weight: 400; font-size: 14px; width: 20px; text-align: center; display: inline-block; } .campaign.default .progress .bar { height: 5px; margin-bottom: -2px; } .campaign.default .progress .bar .fill { height: 5px; border-radius: 0; } .campaign.default .form-wrapper .donate-form .donate-form-container, .campaign.default .form-wrapper .header h1 { padding: 0 !important; } .campaign.default .leaderboard .header .float-left { line-height: 32px; } .campaign.default .leaderboard table { width: 100%; line-height: 24px; } .campaign.default .leaderboard .amount { text-align: right; } .campaign.default .leaderboard .match-icon { width: 16px; } .campaign.default .leaderboard .matched-x2 { color: #fff; background: #f8c525; padding: 3px 5px 3px 6px; margin-left: 5px; font-size: 8px; letter-spacing: 1px; border-radius: 3px; } .campaign.default .leaderboard .matched { vertical-align: top; } .campaign.default .leaderboard .disabled { transition: opacity 0.2s linear; } .campaign.default .toggle-desktop-mission { display: none; } .campaign.default .mission-truncated { position: relative; max-height: 180px; } .campaign.default .mission-truncated:after { transition: opacity 0.35s linear; background: linear-gradient(hsla(0, 0%, 100%, 0), #fff); content: ""; display: block; position: absolute; bottom: 0; width: 100%; height: 100px; } .campaign.default .mission-truncated.expanded:after { opacity: 0; z-index: -1; } .campaign.default .mission-truncated.expanded + .toggle-desktop-mission:after { content: ""; } .campaign.default .mission-truncated + .toggle-desktop-mission { display: table; text-transform: uppercase; font-size: 13px; margin-top: 10px; letter-spacing: 1px; font-weight: 700; } .campaign.default .mission-truncated + .toggle-desktop-mission:after { font-family: cw-icons; display: inline-block; margin-left: 5px; content: ""; } .campaign.default .mission-statement { transition: max-height 0.25s cubic-bezier(0.77, 0, 0.175, 1); overflow: hidden; } .campaign.default .mission-statement p { margin: 20px 0; } .campaign.default .mission-statement p a { position: relative; display: inline-block; z-index: 1; } .campaign.default .mission-statement p:first-child { margin-top: 0; } .campaign.default .mission-statement p:last-child { margin-bottom: 0; } .campaign.default .children-container .toggle-buttons a { height: 100%; min-height: 34px; line-height: 16px; } .campaign.default .children-container .children { max-height: 270px; overflow: scroll; } .campaign.default .children-container .child-campaign .inner .image, .campaign.default .children-container .child-campaign .inner img { width: 40px; } .campaign.default .children-container .child-campaign .inner .details { padding-left: 10px; } .campaign.default .children-container .child-campaign .inner img { display: block; border-radius: 4px; } .campaign.default .children-container .child-campaign .inner .avatar-initial { width: 40px; height: 40px; line-height: 40px; font-size: 15px; } .campaign.default .children-container .child-campaign .inner .amount { color: #14a947; } .campaign.default .child-campaigns-autocomplete .cw-icon-search { color: #dfdfd7; position: absolute; left: 10px; top: 35%; } .campaign.default .child-campaigns-autocomplete .autocomplete__menu { z-index: 100000; } .campaign.default .child-campaign-module { color: #333232; padding: 12px 14px; width: 100%; position: relative; } @media only screen and (min-width: 641px) { .campaign.default .child-campaign-module { padding: 17px 16px; margin-bottom: 21px; } } .campaign.default .child-campaign-module .remove-child { margin-top: 5px; } .campaign.default .child-campaign-module .remove-child .cw-icon-remove { margin-right: 5px; } .campaign.default .video-box { margin: 20px 0 0; border-top-left-radius: 0; border-top-right-radius: 0; } .campaign.default .hundred-percent { color: #000; font-size: 14px; display: table; } .campaign.default .hundred-percent .badge, .campaign.default .hundred-percent p { display: table-cell; vertical-align: middle; } .campaign.default .hundred-percent p { padding-left: 10px; } @media only screen and (min-width: 641px) { .campaign.default .hundred-percent p { padding-left: 15px; } } .campaign.default .hundred-percent .badge, .campaign.default .hundred-percent .badge img { width: 60px; } @media only screen and (min-width: 1025px) { .campaign.default .hundred-percent .badge { width: 85px; display: table-cell; } .campaign.default .hundred-percent .badge img { width: 85px; } } .campaign.default .paginate { transition: opacity 0; opacity: 0; } .campaign.default .paginate.fade { transition: opacity 1s linear; opacity: 1; } .user-update-form { margin: 10px -20px 0; padding: 20px; background-color: #f4f5f0; border-color: #e9eae4; position: relative; } @media only screen and (min-width: 641px) { .user-update-form { margin: 10px 0 0; } } .user-update-form img { border-radius: 4px; } .user-update-form .update-form-text-input { transition: all 0.15s linear; height: 85px; vertical-align: inherit; position: relative; z-index: 1; display: block; line-height: normal; } .user-update-form .update-form-text-input:focus { border-color: #c1c1ba; } @media only screen and (min-width: 1025px) { .user-update-form .update-form-text-input { height: 70px; line-height: 1.3; } } .user-update-form.expanded .update-form-text-input { height: 100px; } .update-form-media-left { display: none; } @media only screen and (min-width: 641px) { .update-form-media-left { display: block; float: left; margin-right: 20px; } .update-form-media-left .avatar-initial { width: 50px; height: 50px; line-height: 50px; font-size: 18px; } } .update-form-media-body .button { transition: opacity 0.25s linear; display: block; } .update-form-media-body textarea { font-size: 16px; font-weight: 400; } .update-form-media-body textarea::-moz-placeholder { font-style: italic; } .update-form-media-body textarea:-ms-input-placeholder { font-style: italic; } .update-form-media-body textarea::placeholder { font-style: italic; } @media only screen and (min-width: 641px) { .update-form-media-body { float: left; width: calc(100% - 70px); } } .comment-checkbox-and-button { margin-top: 10px; } @media only screen and (min-width: 1025px) { .comment-checkbox-and-button { display: flex; align-items: center; width: 100%; } .comment-checkbox-and-button .button { margin-left: auto; } } @media only screen and (min-width: 1025px) { .campaign.edit .new-campaign-wrapper, .campaign.join .new-campaign-wrapper, .campaign.new .new-campaign-wrapper { position: relative; max-width: 500px; margin-left: auto; margin-right: auto; } } .campaign.edit .campaign_birth_date:after, .campaign.join .campaign_birth_date:after, .campaign.new .campaign_birth_date:after { clear: both; content: ""; display: table; } .campaign.edit .campaign_birth_date select, .campaign.join .campaign_birth_date select, .campaign.new .campaign_birth_date select { margin-bottom: 10px; width: 32%; background-position: 90%; float: left; margin-right: 2%; } .campaign.edit .campaign_birth_date select:last-of-type, .campaign.join .campaign_birth_date select:last-of-type, .campaign.new .campaign_birth_date select:last-of-type { margin-right: 0; } @media only screen and (min-width: 641px) { .campaign.edit .campaign_birth_date select, .campaign.join .campaign_birth_date select, .campaign.new .campaign_birth_date select { background-position: 94%; } } .campaign.edit h2, .campaign.join h2, .campaign.new h2 { max-width: 460px; margin-left: auto; margin-right: auto; } .campaign.edit .photo, .campaign.join .photo, .campaign.new .photo { margin-bottom: 10px; } .campaign.edit .photo input[type="file"], .campaign.join .photo input[type="file"], .campaign.new .photo input[type="file"] { position: absolute; left: 10000px; } .campaign.edit .photo .preview, .campaign.join .photo .preview, .campaign.new .photo .preview { width: 100%; aspect-ratio: 16/9; background: #fff; border: 1px solid #c1c1ba; position: relative; margin-bottom: 15px; background-size: cover; background-position: 50%; border-radius: 4px; overflow: hidden; } @supports not (aspect-ratio: auto) { .campaign.edit .photo .preview, .campaign.join .photo .preview, .campaign.new .photo .preview { padding-top: 56.25%; height: 0; } @media only screen and (min-width: 641px) { .campaign.edit .photo .preview, .campaign.join .photo .preview, .campaign.new .photo .preview { max-height: 300px; } } } .campaign.edit .photo .preview.loading img, .campaign.join .photo .preview.loading img, .campaign.new .photo .preview.loading img { display: none; } .campaign.edit .photo .preview.loading:after, .campaign.join .photo .preview.loading:after, .campaign.new .photo .preview.loading:after { content: ""; background-image: url(/packs/media/images/icons/loading-67f11ff18ca227dd4eca45c63e090376.gif); background-size: contain; height: 60px; width: 60px; top: 52px; left: 48.9%; z-index: 9999; } .campaign.edit .photo .preview:after, .campaign.join .photo .preview:after, .campaign.new .photo .preview:after { position: absolute; left: 50%; top: 60px; width: 50px; margin-left: -25px; font-size: 40px; } .campaign.edit .photo .preview img, .campaign.join .photo .preview img, .campaign.new .photo .preview img { opacity: 0; border-radius: 2px; transition: opacity 2s ease-in; } .campaign.edit .photo .preview.attached input[type="range"], .campaign.join .photo .preview.attached input[type="range"], .campaign.new .photo .preview.attached input[type="range"] { visibility: visible; } .campaign.edit .photo .preview.attached img, .campaign.join .photo .preview.attached img, .campaign.new .photo .preview.attached img { opacity: 1; } @supports not (aspect-ratio: auto) { .campaign.edit .photo .preview.attached img, .campaign.join .photo .preview.attached img, .campaign.new .photo .preview.attached img { position: absolute; top: 0; left: 0; } } .campaign.edit .photo .preview input[type="range"], .campaign.join .photo .preview input[type="range"], .campaign.new .photo .preview input[type="range"] { background: transparent; width: 95%; position: absolute; bottom: 10px; left: 2.5%; padding: 0; outline: none; z-index: 999; -webkit-appearance: none; visibility: hidden; } .campaign.edit .photo .preview input[type="range"]::-webkit-slider-runnable-track, .campaign.join .photo .preview input[type="range"]::-webkit-slider-runnable-track, .campaign.new .photo .preview input[type="range"]::-webkit-slider-runnable-track { background: rgba(0, 0, 0, 0.6); border-radius: 10px; outline: none; height: 16px; cursor: pointer; } .campaign.edit .photo .preview input[type="range"]::-webkit-slider-thumb, .campaign.join .photo .preview input[type="range"]::-webkit-slider-thumb, .campaign.new .photo .preview input[type="range"]::-webkit-slider-thumb { border: 0; height: 16px; width: 16px; border-radius: 50%; background: #fff; cursor: pointer; -webkit-appearance: none; } .campaign.edit .photo .preview input[type="range"]::-moz-range-track, .campaign.join .photo .preview input[type="range"]::-moz-range-track, .campaign.new .photo .preview input[type="range"]::-moz-range-track { background: rgba(0, 0, 0, 0.6); border-radius: 10px; outline: none; height: 16px; cursor: pointer; } .campaign.edit .photo .preview input[type="range"]::-moz-range-thumb, .campaign.join .photo .preview input[type="range"]::-moz-range-thumb, .campaign.new .photo .preview input[type="range"]::-moz-range-thumb { border: 0; height: 16px; width: 16px; border-radius: 50%; background: #fff; cursor: pointer; } .campaign.edit .photo .preview input[type="range"]::-moz-focus-outer, .campaign.join .photo .preview input[type="range"]::-moz-focus-outer, .campaign.new .photo .preview input[type="range"]::-moz-focus-outer { border: 0; } .campaign.edit .photo .preview input[type="range"]::-ms-track, .campaign.join .photo .preview input[type="range"]::-ms-track, .campaign.new .photo .preview input[type="range"]::-ms-track { height: 16px; background: transparent; color: transparent; border-color: transparent; } .campaign.edit .photo .preview input[type="range"]::-ms-fill-lower, .campaign.join .photo .preview input[type="range"]::-ms-fill-lower, .campaign.new .photo .preview input[type="range"]::-ms-fill-lower { background: rgba(0, 0, 0, 0.6); border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .campaign.edit .photo .preview input[type="range"]::-ms-fill-upper, .campaign.join .photo .preview input[type="range"]::-ms-fill-upper, .campaign.new .photo .preview input[type="range"]::-ms-fill-upper { background: rgba(0, 0, 0, 0.6); border-top-right-radius: 10px; border-bottom-right-radius: 10px; } .campaign.edit .photo .preview input[type="range"]::-ms-thumb, .campaign.join .photo .preview input[type="range"]::-ms-thumb, .campaign.new .photo .preview input[type="range"]::-ms-thumb { border: 0; height: 16px; width: 16px; border-radius: 50%; background: #fff; } .campaign.edit .button.images, .campaign.join .button.images, .campaign.new .button.images { background: #e9eae4; border: 1px solid #c1c1ba; color: #71716c; font-weight: 700; padding: 10px; margin-bottom: 10px; height: auto; line-height: normal; text-align: center; display: inline-block; width: 49%; } .campaign.edit .button.images:last-of-type, .campaign.join .button.images:last-of-type, .campaign.new .button.images:last-of-type { float: right; } .campaign.edit .button.images:focus, .campaign.edit .button.images:hover, .campaign.join .button.images:focus, .campaign.join .button.images:hover, .campaign.new .button.images:focus, .campaign.new .button.images:hover { background: #d2d4c7; } .campaign.edit .button.images .em, .campaign.join .button.images .em, .campaign.new .button.images .em { display: block; font-weight: 400; font-family: Georgia, Cambria, Times New Roman, Times, serif; text-transform: lowercase; font-style: italic; letter-spacing: normal; } .campaign.edit .choose-ours .modal-inner, .campaign.join .choose-ours .modal-inner, .campaign.new .choose-ours .modal-inner { padding: 0; } .campaign.edit .choose-ours .modal-inner:after, .campaign.join .choose-ours .modal-inner:after, .campaign.new .choose-ours .modal-inner:after { clear: both; content: ""; display: table; } @media only screen and (min-width: 641px) { .campaign.edit .choose-ours .modal-inner, .campaign.join .choose-ours .modal-inner, .campaign.new .choose-ours .modal-inner { width: 500px; } } .campaign.edit .choose-ours .modal-inner .modal-title, .campaign.join .choose-ours .modal-inner .modal-title, .campaign.new .choose-ours .modal-inner .modal-title { text-align: center; margin: 0; } .campaign.edit .choose-ours .modal-inner .photos, .campaign.join .choose-ours .modal-inner .photos, .campaign.new .choose-ours .modal-inner .photos { padding: 10px; } .campaign.edit .choose-ours .modal-inner .photo, .campaign.join .choose-ours .modal-inner .photo, .campaign.new .choose-ours .modal-inner .photo { background-size: cover; background-position: 50%; overflow: hidden; cursor: pointer; margin-bottom: 8px; height: 180px; } @media only screen and (min-width: 641px) { .campaign.edit .choose-ours .modal-inner .photo, .campaign.join .choose-ours .modal-inner .photo, .campaign.new .choose-ours .modal-inner .photo { width: 49%; float: left; height: 120px; } .campaign.edit .choose-ours .modal-inner .photo:nth-child(2n), .campaign.join .choose-ours .modal-inner .photo:nth-child(2n), .campaign.new .choose-ours .modal-inner .photo:nth-child(2n) { float: right; } } .campaign.edit .team, .campaign.join .team, .campaign.new .team { display: none; } .campaign.edit .team.header, .campaign.join .team.header, .campaign.new .team.header { border-bottom: 1px solid #c1c1ba; margin-bottom: 30px; padding-bottom: 20px; } .campaign.edit .team.header .image, .campaign.edit .team.header p, .campaign.join .team.header .image, .campaign.join .team.header p, .campaign.new .team.header .image, .campaign.new .team.header p { display: table-cell; vertical-align: middle; margin: 0; } .campaign.edit .team.header .image, .campaign.join .team.header .image, .campaign.new .team.header .image { width: 75px; } .campaign.edit .team.header p, .campaign.join .team.header p, .campaign.new .team.header p { padding-left: 20px; } @keyframes expand-bubble { 0% { opacity: 0; max-height: 0; } 50% { opacity: 0; max-height: 300px; } 75% { transform: scale3d(1.05, 1.05, 0); } to { opacity: 1; } } .hundred-percent-to-field { color: #14a947; margin-bottom: 20px; } .hundred-percent-to-field:before { border-bottom: 12.5px solid #14a947; top: -7px; } .hundred-percent-to-field:after, .hundred-percent-to-field:before { height: 0; width: 0; border-left: 12.5px solid transparent; border-right: 12.5px solid transparent; left: 50%; transform: translate(-50%, -50%); } .hundred-percent-to-field:after { border-bottom: 12.5px solid #fff; top: -6px; } .hundred-percent-to-field p { margin: 0; padding: 0; } @media only screen and (min-width: 1025px) { .hundred-percent-to-field { top: 86px; } .hundred-percent-to-field:after, .hundred-percent-to-field:before { top: 50px; } } .alert-box.cta-alert { color: #fff; } @media only screen and (min-width: 1025px) { .alert-box.cta-alert { padding-left: 65px; } } .alert-box.cta-alert.donate-now { background-color: #14a947; } .alert-box.cta-alert.edit-photo { background-color: #036; } .alert-box.cta-alert.edit-mission-statement { background-color: #9064bf; } .alert-box.cta-alert.email-supporters { background-color: #fa575d; } .alert-box.cta-alert.share-socially { background-color: #8ed4cc; } .alert-box.cta-alert.share-socially a { border: 0; } .alert-box.cta-alert .banner-icon { display: none; position: absolute; left: 50%; } @media only screen and (min-width: 641px) { .alert-box.cta-alert .banner-icon { display: block; } } .alert-box.cta-alert .cw-icon-banknote { margin-left: -235px; top: 13px; font-size: 25px; } @media only screen and (min-width: 1025px) { .alert-box.cta-alert .cw-icon-banknote { top: 12px; margin-left: -374px; font-size: 24px; } } .alert-box.cta-alert .cw-icon-camera { top: 14px; margin-left: -245px; font-size: 18px; } @media only screen and (min-width: 1025px) { .alert-box.cta-alert .cw-icon-camera { top: 16px; margin-left: -240px; font-size: 17px; } } .alert-box.cta-alert .cw-icon-pencil { margin-left: -242px; top: 15px; font-size: 16px; } @media only screen and (min-width: 1025px) { .alert-box.cta-alert .cw-icon-pencil { margin-left: -358px; top: 15px; } } .alert-box.cta-alert .cw-icon-mail { margin-left: -236px; top: 14px; font-size: 18px; } @media only screen and (min-width: 1025px) { .alert-box.cta-alert .cw-icon-mail { margin-left: -430px; top: 15px; } } .alert-box.cta-alert .cw-icon-comment { margin-left: -220px; top: 16px; } @media only screen and (min-width: 1025px) { .alert-box.cta-alert .cw-icon-comment { margin-left: -262px; } } .alert-box.cta-alert .cw-icon-facebook, .alert-box.cta-alert .cw-icon-twitter { top: 1px; } .alert-box.cta-alert .cw-icon-facebook { position: relative; margin: 0 20px 0 5px; text-decoration: none; } .alert-box.cta-alert .cw-icon-facebook:after { content: ""; position: absolute; height: 12px; width: 2px; background: #fff; left: 16px; top: 1px; } .alert-box.cta-alert .cw-icon-twitter { text-decoration: none; } .alert-box.cta-alert .cw-icon-question-sign { margin-left: -232px; top: 17px; width: 14px; } @media only screen and (min-width: 1025px) { .alert-box.cta-alert .cw-icon-question-sign { margin-left: -298px; top: 16px; } } .alert-box.cta-alert .dismiss-banner-link { display: none; position: absolute; right: 32px; top: 50%; transform: translateY(-50%); font-size: 17px; color: #fff; } @media only screen and (min-width: 641px) { .alert-box.cta-alert .dismiss-banner-link { display: block; } } .alert-box.cta-alert p { max-width: 480px; margin: auto; } @media only screen and (min-width: 1025px) { .alert-box.cta-alert p { max-width: none; } } .campaign.join .heading { max-width: 500px; padding: 0 20px; } @media only screen and (min-width: 641px) { .campaign.join .heading { padding: 0; } } .campaign.join .heading img { border-radius: 4px; } .campaign.new .preview:not(.attached):after { content: ""; color: #e9eae4; font-family: cw-icons; } .donate-form label { color: #000; } .form-footer { margin-top: 5px; } @media only screen and (min-width: 641px) { .form-footer { margin: 21px 0 -9px; } } .form-footer div { margin-bottom: 0.5em; } .form-footer a { color: #333232; } .form-footer div:last-child, .form-footer p:last-child { margin-bottom: 0; } .page-campaign .form-wrapper { max-width: 390px; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 641px) { .page-campaign .panel { background: hsla(0, 0%, 100%, 0.5); border: 0; border-radius: 10px; } } @media only screen and (min-width: 1025px) { .page-campaign .panel { padding: 30px; } } .donate-form-container { max-width: 390px; position: relative; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; margin-top: 20px; text-align: center; } .donate-form-container form { border: 1px solid #dfdfd7; border-radius: 4px; background: #fff; position: relative; margin: 0; max-width: 100%; } .user-profile.modal-open .donate-form-container .donate-form-wrapper.step-amount form { border: 0; } @media only screen and (min-width: 641px) { .user-profile.modal-open .donate-form-container .donate-form-wrapper.step-amount form .donate-form-body { padding-left: 0; padding-right: 0; } } @media only screen and (max-width: 641px) { .user-profile.modal-open .donate-form-container .donate-form-wrapper { margin-top: -20px; padding-left: 20px; padding-right: 20px; } .user-profile.modal-open .donate-form-container .donate-form-wrapper.step-amount { padding-left: 0; padding-right: 0; } .user-profile.modal-open .donate-form-container .donate-form-wrapper.step-amount .donate-form-body { padding-left: 20px; padding-right: 20px; } } .donate-form form { margin-bottom: 0; } .donate-form label { text-align: left; } .donate-form a { text-decoration: none; } .donate-form .subtitle { margin-bottom: 32px; font-weight: 400; } .donate-form p.subtitle { font-family: Proxima Nova, sans-serif; } .donate-form .heading-note { margin: 0 0 1.75rem; } .donate-form .preview-text { margin-bottom: 1rem; } .adf-form-header { background: #f4f5f0; border-bottom: 1px solid #dfdfd7; border-top-left-radius: 3px; border-top-right-radius: 3px; color: #333232; display: block; font-size: 18px; font-weight: 500; padding: 16px 20px; } .adf-form-header .icn { color: #036; display: inline-block; margin-right: 15px; width: 35px; height: 35px; position: absolute; left: 10px; top: 12px; } .adf-form-header .icn:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 14px; } .adf-form-header .header-step-payment { display: flex; align-items: center; justify-content: center; margin: 0 15px; } .adf-form-header .header-step-payment .edit-amount { padding: 0 0 2px 5px; } .donate-form-body { color: #333232; padding: 20px; line-height: 0; } .donate-form-body .spring-mark { width: 50px; height: 50px; transform: rotate(10deg); top: -25px; } .donate-amount input { height: 60px; font-size: 28px; color: #036; } .donate-amount .postinput, .donate-amount .preinput { color: #333232; font-size: 20px; z-index: 2; } .donate-amount.with-amount-buttons .postinput, .donate-amount.with-amount-buttons .preinput { font-size: 16px; } .amount-buttons-wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 10px; } .amount-buttons-wrapper * { font-weight: 400; } .amount-buttons-wrapper input::-moz-placeholder { color: #c1c1ba; } .amount-buttons-wrapper input:-ms-input-placeholder { color: #c1c1ba; } .amount-buttons-wrapper input::placeholder { color: #c1c1ba; } .amount-buttons-wrapper .button.amount-button, .amount-buttons-wrapper .button.other-amount-button { border: 1px solid #dfdfd7; color: #9b9b94; letter-spacing: 0; margin: 5px 0; padding: 0; } .amount-buttons-wrapper .button.amount-button { text-transform: lowercase; width: calc(33.33333% - 6.66667px); } .amount-buttons-wrapper .button.amount-button.selected { background-color: #036; border-color: #036; color: #fff; } .amount-buttons-wrapper .amount-buttons { font-size: 10px; } .amount-buttons-wrapper .button.other-amount-button, .amount-buttons-wrapper .button.wps-amount-button { text-transform: inherit; } .amount-buttons-wrapper .button.other-amount-button, .amount-buttons-wrapper .input-wrapper.donate-amount { width: calc(66.66667% - 4.66667px); } .amount-buttons-wrapper .input-wrapper.donate-amount { margin: 5px 0; } .amount-buttons-wrapper .input-wrapper.donate-amount input { font-size: 16px; height: 48px; } .amount-buttons-wrapper .postinput, .amount-buttons-wrapper .preinput { font-size: 16px; } .amount-buttons-wrapper .preinput { color: #9b9b94; } .amount-buttons-wrapper .postinput { color: #c1c1ba; } .form-footer { font-size: 12px; line-height: 1.5; margin: 20px auto 0; } .wps-text { margin-top: 20px; } .wps-text a { display: table; background: rgba(0, 0, 0, 0.1); padding: 10px 15px; border-radius: 10px; color: #333232; line-height: 1.5; margin-left: auto; margin-right: auto; } .paypal-tab { background-image: url(/packs/media/images/paypal-grey-158aa03dc468be0d68bf8c6c1e0189db.svg); padding-top: 110px; background-size: 120px; background-position: center 60px; background-repeat: no-repeat; } .donate-form:after { content: url(/packs/media/images/paypal-grey-158aa03dc468be0d68bf8c6c1e0189db.svg); position: absolute; width: 0; height: 0; overflow: hidden; z-index: -1; } .tabs li a { text-transform: uppercase; } .edit-details-button { background-color: #f7f7f7; border-radius: 4px; border: 1px solid #dfdfd7; color: #71716c; cursor: pointer; height: 40px; margin-bottom: 16px; text-align: left; width: 100%; } .edit-details-button span { line-height: 40px; margin-left: 30px; position: relative; } .edit-details-button span:before { color: #c1c1ba; content: ""; display: block; font-family: cw-icons; font-size: 12px; left: -16px; position: absolute; top: -9px; } .monthly-inline-calc-amount, .monthly-inline-calc-impact { border-bottom: 2px solid #ffca0a; } .phone-number-consent-granted-label:before { left: 10px !important; } .mini-button-wrapper .amount-buttons-wrapper { grid-gap: 10px; gap: 10px; justify-content: normal; } .mini-button-wrapper .amount-button { height: auto; line-height: 1; margin: auto !important; width: auto !important; padding: 8px 0 !important; border-radius: 20px; border-width: 0 !important; flex: 1 1; } .mini-button-wrapper .amount-buttons { display: none; } .donate-form-container.four-across-amount-buttons { max-width: 450px !important; } .donate-form-container.four-across-amount-buttons .amount-button, .donate-form-container.four-across-amount-buttons .other-amount-button { min-height: 55px; width: calc(25% - 7.5px); } .donate-form-container.four-across-amount-buttons .amount-button.selected, .donate-form-container.four-across-amount-buttons .other-amount-button.selected { background-color: #036; border-color: #036; color: #fff; } .donate-form-container.four-across-amount-buttons .amount-buttons { font-size: 12px; } .hidden-campaign .donate-form-container, .hidden-campaign .form-wrapper { left: 0; margin-left: 0; margin-right: 0; transform: none; } .hidden-campaign .donate-form-container { margin-top: 0; } .hidden-campaign .opx-donate-form { visibility: hidden; } .hidden-campaign .opx-form-aside-wrapper { text-align: left; } .page-match .match-page-hero { background-image: url(/packs/media/images/matches/match-hero--small-662823a73e5720c01f7036d8eae273d1.jpg); background-position: top; background-repeat: no-repeat; background-size: cover; min-height: 300px; } @media only screen and (min-width: 641px) { .page-match .match-page-hero { background-image: url(/packs/media/images/matches/match-hero--medium-40fb44c1326d49d75960f47f190310ff.jpg); min-height: 400px; } } @media only screen and (min-width: 1025px) { .page-match .match-page-hero { background-attachment: fixed; background-image: url(/packs/media/images/matches/match-hero--large-634520e60a3ad4f4f0be8fc1772b447e.jpg); background-position: -55% top; background-size: 80%; } } @media only screen and (min-width: 1281px) { .page-match .match-page-hero { background-position: -10% top; background-size: 60%; } } .page-match h1 { font-size: 28px; } @media only screen and (min-width: 1025px) { .page-match h1 { font-size: 35px; } } .page-match .match-steps img { max-width: 150px; } @media only screen and (min-width: 641px) { .page-match .match-steps img { height: 115px; } } .page-match .photo-row div { flex: 1 1; } .page-match .photo-row div:first-child img { padding-right: 5px; } .page-match .photo-row div:last-child img { padding-left: 5px; } @media only screen and (min-width: 641px) { .page-match .photo-row div:first-child img, .page-match .photo-row div:last-child img { padding-left: 0; padding-right: 0; } .page-match .photo-row div:nth-child(2) { flex-grow: 2; padding-left: 10px; padding-right: 10px; } } .page-match .dtd-wrapper { text-align: center; max-width: 800px; margin: auto; position: relative; padding: 60px 20px 80px; } @media only screen and (min-width: 641px) { .page-match .dtd-wrapper { padding: 60px 60px 80px; } } .page-match .cw-footer { margin-top: 0; } .page-match .faq-container--singleNoBorder .faq-item { border: 0; padding: 20px 25px 20px 0; } .page-match .faq-container--singleNoBorder .faq-item:hover { background: none; } .page-match .faq-container--singleNoBorder .faq-item:hover .text { text-decoration: underline; } .page-match .faq-item { transition: background 0.2s linear; padding: 15px; border: 1px solid #dfdfd7; margin-top: 2.35765%; color: #333232; line-height: 1.375; display: block; position: relative; text-align: left; text-decoration: none; } .page-match .faq-item:hover { background: #f7f7f7; color: #333232; } .page-match .faq-item .text { display: inline-block; padding: 0 20px; } .page-match .faq-item .icn { color: #036; margin-top: 3px; } .page-match .modal-inner .modal-title h2 { max-width: 450px; } .page-match .modal-inner p:first-child { margin-top: 0; } .page-match .modal-inner p:last-child { margin-bottom: 0; } .page-match .modal-inner li { margin-top: 10px; } .page-match .modal-inner li:first-child { margin-top: 0; } .page-match .faq-content { height: 0; overflow: hidden; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; opacity: 0; text-align: left; padding-left: 30px; padding-right: 30px; } .page-match .faq-content.is-visible { height: auto; opacity: 1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; } .page-match .p-2point5 { padding: 35px; } .page-newthankyou .thank-you-hero-wrapper:before { content: ""; display: block; top: 0; left: 0; height: 260px; width: 100%; background-size: cover; z-index: 1; } @media only screen and (min-width: 641px) { .page-newthankyou .thank-you-hero-wrapper:before { height: 400px; } } @media only screen and (min-width: 1025px) { .page-newthankyou .thank-you-hero-wrapper:before { display: none; } } .page-newthankyou .thank-you-hero-wrapper .hero-message { margin-top: -30px; border-radius: 4px; } @media only screen and (min-width: 1025px) { .page-newthankyou .thank-you-hero-wrapper .hero-message { margin-top: 0; padding-top: 110px; } } .page-newthankyou .thank-you-hero-wrapper .hero-message .edit_mailing_list_subscriber .action-tile { border: 1px solid #e9eae4; } @media only screen and (min-width: 641px) { .page-newthankyou .thank-you-hero-wrapper .hero-message .edit_mailing_list_subscriber .action-tile { max-width: 80%; } } @media only screen and (min-width: 1025px) { .page-newthankyou .thank-you-hero-wrapper .hero-message .edit_mailing_list_subscriber .action-tile { max-width: 100%; background-color: transparent !important; } } @media only screen and (min-width: 1025px) { .page-newthankyou .hero-message-container { max-width: 550px; } } .thank-you-modal .modal-inner { padding: 0; } .thank-you-modal .modal-inner:before { content: ""; display: block; top: 0; left: 0; height: 260px; width: 100%; background-size: cover; } @media only screen and (min-width: 1025px) { .thank-you-modal .modal-inner:before { height: 300px; } } .thank-you-modal .modal-inner .modal-close { color: #fff; font-weight: 100; } .thank-you-modal .modal-inner .impact-section .people-served { line-height: 23px; } .thank-you-modal .modal-inner .edit_mailing_list_subscriber .action-tile { border: 1px solid #e9eae4; min-width: 100%; } .thank-you-modal .modal-inner .edit_mailing_list_subscriber .action-tile .label-switch.small input[type="checkbox"]:checked + .checkbox:before { left: -8px; } .sponsor-thank-you { max-width: 980px; margin-left: auto; margin-right: auto; background: transparent; } .sponsor-thank-you .container { padding-bottom: 40%; } .sponsor-thank-you div.header { margin-top: 0; } .sponsor-thank-you h1, .sponsor-thank-you h3 { margin-bottom: 20px; } .sponsor-thank-you h1 { max-width: 450px; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 1025px) { .sponsor-thank-you h1 { max-width: none; } } .sponsor-thank-you .green-text { color: #14a947; } .sponsor-thank-you .new_sponsorship_form { text-align: left; max-width: 780px; margin: 0 auto 60px; } .sponsor-thank-you .form-header { border-top: 1px solid #c1c1ba; padding: 30px 0 10px; max-width: 780px; margin: 40px auto; } .sponsor-thank-you p { color: #333232; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 641px) { .sponsor-thank-you p { line-height: 1.375; font-size: 16px; } } .sponsor-thank-you .next-steps { max-width: 550px; } @media only screen and (min-width: 1025px) { .sponsor-thank-you .next-steps { max-width: 780px; } } .sponsor-thank-you .dedication, .sponsor-thank-you .dedication label { margin-bottom: 20px; } .sponsor-thank-you .caption, .sponsor-thank-you label { text-transform: uppercase; color: #333232; text-align: left; font-weight: 700; font-size: 0.75rem; letter-spacing: 0.05em; } .sponsor-thank-you textarea { min-height: 120px; } .page-thankyou .donation-thank-you { background-color: #fff; } @media only screen and (max-width: 641px) { .page-thankyou .donation-thank-you { padding-left: 0 !important; padding-right: 0 !important; } } .page-thankyou .donation-thank-you .label-switch.small input[type="checkbox"]:checked + .checkbox:before { left: -5px; } .page-thankyou .donation-thank-you .video-box iframe { border-radius: 4px 4px 0 0 !important; } .page-thankyou .back { text-transform: uppercase; font-size: 14px; font-weight: 500; } @media only screen and (min-width: 641px) { .page-thankyou .back { font-size: 14px; } } .page-thankyou .account-form-heading { margin-top: 60px; } .page-thankyou .account-registration-wrapper { margin-top: 30px; max-width: 440px; margin-left: auto; margin-right: auto; } .page-thankyou .account-registration-wrapper label { display: none; } .page-thankyou .account-registration-wrapper .input-wrapper .toggle { top: 26px; } .thanks-social-share { display: inline-block; margin-bottom: 80px; padding: 20px; background: rgba(0, 0, 0, 0.3); } .thanks-social-share img { display: block; margin-bottom: 20px; max-width: 300px; width: 100%; } .thanks-social-share .button { margin-bottom: 0; position: relative; padding-left: 0; padding-right: 0; width: 140px; } @media only screen and (max-width: 641px) { .thanks-social-share .button { width: 48%; } } .thanks-social-share .icn { font-size: 1.25em; position: relative; top: 4px; } .thanks-social-share span.text { font-size: 0.8em; padding-left: 10px; line-height: 20px; } .social-follow-buttons { max-width: 600px; margin: 18px auto; text-align: center; } .social-follow-buttons .button { font-size: 20px; margin: 0 10px 10px; } .social-follow-buttons .button span + span { padding-left: 5px; } .social-follow-buttons .button .cw-icon-instagram-title { font-size: 1.2em; position: relative; top: 0.2em; } .social-follow-buttons .button.twitter span { position: relative; top: 2px; } @media only screen and (max-width: 641px) { .social-follow-buttons .button { width: 90%; } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .social-follow-buttons .button { width: 90%; } } .social-follow-buttons.page-campaign .form-wrapper { max-width: none; } .thank-you-page-registration { max-width: 390px; } .thank-you-page-registration .text-separator:after, .thank-you-page-registration .text-separator:before { background-color: #9b9b94; } .ach-popout-form { margin-top: 20px; } .ach-popout-form img { height: 55px; width: 60px; } .ach-popout-form .input-wrapper { display: block; margin-bottom: 16px; } .ach-popout-form .ach-base-component { width: 100%; display: inline-block; vertical-align: top; } .apple-pay-button { display: inline-block; background-image: url(/packs/media/images/donations/shared/apple-pay-aa6b768cdaa3acf34cdc23d43b07bcc5.png); background-size: 180px; background-repeat: no-repeat; background-position: 50%; background-color: #000 !important; border-radius: 5px; cursor: pointer; } .ltie9 .donate-form .stripe-donate-button { display: none; } .donate-buttons:after { clear: both; content: ""; display: table; } .button.payment.button--large { height: 64px; line-height: 64px; padding: 0; } .button.payment.stripe-donate-button { width: 100%; text-transform: none; letter-spacing: normal; border-radius: 4px; margin-bottom: 10px; } .button.payment.stripe-donate-button .icn { margin-left: 0; margin-right: 10px; position: relative; top: -2px; } .ach-button-wrapper { border: 1px solid #dfdfd7; border-radius: 4px; display: block; } @media only screen and (min-width: 641px) { .ach-button-wrapper { display: inline-block; width: 50%; } } .ach-button-wrapper .ach-donate-button { color: #333232; background-color: transparent; } .ach-button-wrapper .ach-donate-button.button.button--large { height: 62px; } .ach-button-wrapper .ach-donate-button:hover { color: #676464; } .paypal-link { margin-top: 10px; width: 100%; } @media only screen and (min-width: 641px) { .paypal-link { display: inline-block; width: calc(50% - 10px); margin-top: 0; margin-left: 10px; } } .button.payment.paypal-donate-button { width: 100%; padding: 0; background-image: url(/packs/media/images/donations/shared/paypal-b7210c6a14399ff8105270ea5d3c6b92.png); text-indent: -999em; background-size: 80px auto; background-position: 50%; background-repeat: no-repeat; background-color: transparent; border: 1px solid #dfdfd7; } .donate-by-check .modal-inner { text-align: left; } @media only screen and (min-width: 641px) { .donate-by-check .modal-inner { width: 800px; } } .donate-by-check .modal-inner .row a, .donate-by-check .modal-inner .row p { font-size: 12px; } .donate-by-check .modal-inner .address-box { text-align: center; } .donate-by-check .modal-inner .panel { margin-top: 10px; background: #f6f6f3; } @media only screen and (max-width: 641px) { .donate-by-check .modal-inner .panel { padding: 10px; } } .donate-by-check .modal-inner .address-line { font-size: 14px; line-height: 18px; } .donate-by-check .modal-inner p { font-family: Proxima Nova, sans-serif; line-height: 1.375; } .donate-by-check .modal-inner .info-note { color: #9b9b94; } input[data-behavior="HideShowPassword"] { padding-right: 55px; } .amount-wrapper { width: 100%; } .amount-wrapper input { border-radius: 4px; border: 1px solid #c1c1ba; } .amount-wrapper .donate-amount.with-amount-buttons input { font-family: Kazimir, Georgia, Cambria, Times New Roman, Times, serif; } .giftaid-logo { background-image: url(/packs/media/images/uk/gift-aid-cc75c77528fc1822935705790a58fb19.png); content: ""; display: block; width: 150px; height: 75px; background-size: contain; background-repeat: no-repeat; } .iho-toggle { display: block; font-size: 16px; margin-bottom: 18px; text-align: left; text-decoration: none; } @media only screen and (min-width: 1025px) { .iho .modal-inner { width: 750px; } } @media only screen and (min-width: 641px) { .iho.edit:not(.choose-design) .modal-inner { padding-bottom: 0; } } @media only screen and (min-width: 641px) { .iho.edit.choose-design .modal-footer { flex-direction: row; } } .iho .select-type { margin-top: 5px; } @media only screen and (min-width: 641px) { .iho .select-type { display: flex; } } .iho .select-type .type { border-radius: 4px; border: 2px solid #dfdfd7; color: #333232; cursor: pointer; display: block; opacity: 0.5; padding: 40px 40px 20px; transition: all 0.2s ease-in; } .iho .select-type .type.active, .iho .select-type .type:hover { opacity: 1; border-color: #036; } @media only screen and (min-width: 641px) { .iho .select-type .type { width: 50%; } } .iho .select-type .type:first-of-type { margin-bottom: 20px; } @media only screen and (min-width: 641px) { .iho .select-type .type:first-of-type { margin-bottom: 0; margin-right: 20px; } } .iho .select-type .icon { background-position: 50%; background-repeat: no-repeat; background-size: contain; height: 60px; margin-bottom: 20px; width: 100%; } .iho .select-type .icon.email { background-image: url(/packs/media/images/iho/email-a8299cbf824e5ff57b5800d313c50be5.png); } .iho .select-type .icon.print { background-image: url(/packs/media/images/iho/print-57c7455a958afc080eca7047a4434fcf.png); } .iho .choose-design { display: flex; flex-wrap: wrap; margin-bottom: -10px; padding-top: 5px; } .iho .choose-design .design { margin-bottom: 10px; width: 100%; } @media only screen and (min-width: 641px) { .iho .choose-design .design { margin-right: 9px; width: calc(33.33333% - 6px); } } .iho .choose-design .design.active img, .iho .choose-design .design:hover img { border: 1px solid #036; } .iho .choose-design .design:last-of-type { margin-bottom: 0; } .iho .choose-design .design:nth-child(3n) { margin-right: 0; } .iho .choose-design .design img { display: block; margin: 0 auto; border: 1px solid #dfdfd7; } .iho .iho-header { display: inline-block; } .iho .iho-header h3 { color: #036; margin-top: 20px; text-transform: uppercase; } .iho .iho-header h2 { margin: 0 auto 20px; max-width: 550px; color: #000; } .iho .toggle-buttons { margin: 0 auto 18px; } .iho .iho-form { display: flex; flex-direction: column; height: calc(100% + 1px); } .iho .iho-form.print .iho-preview-wrapper { position: relative; border: 1px solid #dfdfd7; } .iho .iho-form.print .iho-preview-wrapper.loading { border: 0; } @media only screen and (min-width: 1025px) { .iho .iho-form.print .iho-preview-wrapper { border: 0; } } .iho .iho-form.print .iho-preview { border: 0; overflow-x: scroll; } .iho .iho-form.print .fade { background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff); content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 50px; } .iho .iho-body { padding-bottom: 160px; } @media only screen and (min-width: 641px) { .iho .iho-body { padding-bottom: 0; } } .iho .iho-body > .custom-check:last-of-type, .iho .iho-body > .input-wrapper:last-of-type { margin-bottom: 0; } .iho .custom-check.custom-check, .iho .input-wrapper.input-wrapper { display: block; } .iho .iho-preview { overflow-y: scroll; width: 100%; border: 1px solid #dfdfd7; } .iho .iho-preview .loading { border: 0; } .iho .iho-preview .loading iframe { display: none; } .iho .iho-preview iframe { border: 0; display: inherit; height: 400px; width: 100%; } .iho .loading-indicator { display: none; } .iho .loading .iho-preview { visibility: hidden; } .iho .loading .loading-indicator { display: block; margin: 40px 0; } .iho .iho-form.edit { display: block; } .iho .iho-form.edit.print .message { margin-bottom: 0; order: 1; } .iho .iho-form.edit.print .amount-hidden { margin: 20px 0 0; order: 2; } .iho .iho-form.edit.print .recipient-select { margin-bottom: 20px; } .iho .iho-form.edit .iho-body { position: relative; display: flex; flex-direction: column; } @media only screen and (min-width: 641px) { .iho .iho-form.edit .half-sized { width: 50%; } } @media only screen and (min-width: 1025px) { .iho .iho-form.edit .half-sized { width: 60%; } } .iho .iho-form.edit .design { text-align: right; margin-bottom: 20px; } @media only screen and (min-width: 641px) { .iho .iho-form.edit .design { margin-bottom: 0; position: absolute; right: 0; top: 20px; width: 45%; } } @media only screen and (min-width: 1025px) { .iho .iho-form.edit .design { width: 35%; } } .iho .iho-form.edit .design img { border: 1px solid #dfdfd7; } .iho .iho-form.edit .design .cw-icon-chevron-right { font-size: 12px; margin-left: 5px; } .iho .iho-form.edit .recipient-select { border-top: 1px solid #dfdfd7; justify-content: left; margin-top: 6px; padding-top: 20px; } @media only screen and (min-width: 641px) { .iho .iho-form.edit .recipient-delivery { display: flex; } } @media only screen and (min-width: 641px) { .iho .iho-form.edit .recipient-delivery .input-wrapper { margin-right: 20px; } .iho .iho-form.edit .recipient-delivery .input-wrapper:last-child { margin-right: 0; } } .iho .iho-form.edit .send-type { border: 0; padding: 0 0 16px; } .iho .recipient-delivery .input-wrapper { width: 100%; } .iho .input-wrapper.recipient-select { justify-content: center; margin: 0 0 20px; } @media only screen and (min-width: 641px) { .iho .input-wrapper.recipient-select { display: flex; } } .iho .input-wrapper.recipient-select .custom-check { margin: 0 0 10px; } @media only screen and (min-width: 641px) { .iho .input-wrapper.recipient-select .custom-check { margin: 0; } } .iho .input-wrapper.recipient-select .custom-check:first-child { margin-right: 20px; } .send-type { border-top: 1px solid #dfdfd7; padding: 16px 0; } @media only screen and (min-width: 641px) { .send-type { display: flex; align-items: center; } } .send-type p { text-align: left; } .send-type input[readonly] { color: #333232; cursor: pointer; } .send-type p { margin: 0; } @media only screen and (min-width: 641px) { .send-type .input-wrapper, .send-type p { margin: 0; width: 50%; } } @media only screen and (min-width: 641px) { .send-type .input-wrapper:first-child, .send-type p:first-child { margin-right: 20px; } } .honoree { border-color: #dfdfd7; border-style: dashed none; border-width: 0 1px 1px; display: flex; margin: 0 -20px 20px; padding: 0 20px 20px; } .step-payment .honoree { padding-top: 20px; margin-bottom: 0; } .honoree .heart i { background: #036; border-radius: 100px; color: #fff; font-size: 12px; padding: 8px 8px 7px; } .honoree .details { padding-left: 12px; text-align: left; } .honoree .details h3, .honoree .details p { margin: 0; } .honoree .details p { color: #9b9b94; } .honoree .details p .email { word-break: break-all; } .honoree .details a { font-size: 19px; } .honoree .actions a, .honoree .actions i { color: #c1c1ba; cursor: pointer; font-size: 18px; } .honoree .actions a:first-child, .honoree .actions i:first-child { margin-right: 15px; } .honoree .actions a.cw-icon-pencil:hover, .honoree .actions i.cw-icon-pencil:hover { color: #036; } .honoree .actions a.cw-icon-remove:hover, .honoree .actions i.cw-icon-remove:hover { color: #fa575d; } .button.express-donate-button, button.show-next-donate-screen { padding: 0 20px; } @media only screen and (min-width: 641px) { .button.express-donate-button, button.show-next-donate-screen { padding: 0 40px; } } .button.express-donate-button span { padding-top: 11px; } .stripe-elements .card-element-input-padding { padding: 13px 10px; } .stripe-elements ul.parsley-errors-list { margin-bottom: 16px; margin-top: 16px; } .stripe-elements .error { border-color: #fa575d !important; z-index: 1; } .stripe-elements .StripeElement--focus, .stripe-elements input:focus { border-color: #036 !important; z-index: 1; } .stripe-elements.step-payment .donate-form-body { padding-top: 0; } .stripe-elements.step-payment .zipcode { width: calc(50% + 1px); } .stripe-elements .step-payment-errors-list ul.parsley-errors-list { margin-top: 0; } .stripe-elements .saved-payment-options { margin-bottom: 16px; } .stripe-elements .saved-payment-options .header { border: 1px solid #c1c1ba; border-radius: 3px; } .stripe-elements .saved-payment-options .header.expanded { border-radius: 3px 3px 0 0; } .stripe-elements .saved-payment-options .expand { border-radius: 0 0 3px 3px; border: 1px solid #c1c1ba; margin-top: -1px; max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.2s ease-out, opacity 0.13s linear 0.14s; } .stripe-elements .saved-payment-options .expand.expanded { max-height: 160px; opacity: 1; transition: max-height 0.2s ease-in, opacity 0.15s linear 0.15s; } .stripe-elements .saved-payment-options .expand-inner { padding: 5px 0; } .stripe-elements .saved-payment-options .card-option { min-height: 48px; padding: 0 20px 0 10px; } .stripe-elements .saved-payment-options .card-option .card-brand-icon { background-color: #fff; background-position: center 45%; background-repeat: no-repeat; background-size: 50%; border: 1px solid #dfdfd7; content: ""; display: block; height: 35px; padding: 10px; width: 50px; } .stripe-elements .saved-payment-options .card-option .cw-icon-ok { opacity: 0; transform: translateY(5px); transition: opacity 0.1s, transform 0.2s ease-in; } .stripe-elements .saved-payment-options .card-option:hover .cw-icon-ok { opacity: 1; transform: translateY(0); transition: opacity 0.125s, transform 0.2s ease-out; } .stripe-elements .saved-payment-options .card-option .cw-icon-plus { border-radius: 3px; border: 1px dashed #c1c1ba; font-size: 10px; height: 35px; width: 50px; } .dynamic-donate-page .donate-hero:after { background-size: cover !important; } .dynamic-donate-page .updates-swiper { background-color: #fffbf0; } @media only screen and (min-width: 1025px) { .dynamic-donate-page .swiper-container { margin-left: -100px; } } .dynamic-donate-page .side--text-content p { margin-bottom: 10px; } .dynamic-donate-page .side--text-content .nav span { color: #cbb170; font-size: 14px; font-weight: 700; } .dynamic-donate-page .side--text-content .nav span.cw-icon-chevron-left, .dynamic-donate-page .side--text-content .nav span.cw-icon-chevron-right { font-size: 10px; padding-left: 0.5em; padding-right: 0.5em; } .dynamic-donate-page .content-block { display: flex; flex-direction: column; } @media only screen and (min-width: 1025px) { .dynamic-donate-page .content-block { flex-direction: row; } } @media only screen and (min-width: 1025px) { .dynamic-donate-page .content-block .campaign-description-item { flex-basis: 33%; } } .dynamic-donate-page .content-block .campaign-description-item img { width: 80px; height: 80px; } .dynamic-donate-page .outro-row .video-side { height: calc(59.25vw - 40px); } @media only screen and (min-width: 1025px) { .dynamic-donate-page .outro-row .video-side { height: 290px; } } .the-spring-new .hero.spring-hero-bg { align-items: flex-start; background-color: #fff; display: flex; flex-direction: column; margin-top: 0; } @media only screen and (min-width: 1025px) { .the-spring-new .hero.spring-hero-bg { align-items: center; background-image: url(/packs/media/images/donations/spring/spring-landing-section-background-desktop-8ac40fe356e3f14066d4535c2147688b.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover; flex-direction: row; } } .the-spring-new .hero.spring-hero-bg:after { background-image: url(/packs/media/images/donations/spring/donate-hero-mobile-7666e091d6d107cf1ce713cad1916bca.jpg); background-position: top; background-repeat: no-repeat; background-size: cover; content: ""; height: 300px; width: 100%; } @media only screen and (min-width: 641px) { .the-spring-new .hero.spring-hero-bg:after { background-image: url(/packs/media/images/donations/spring/donate-hero-tablet-d07ec0b93f6e6e9735036dbc20d280b1.jpg); height: 500px; } } @media only screen and (min-width: 1025px) { .the-spring-new .hero.spring-hero-bg:after { display: none; } } .the-spring-new .hero.spring-hero-bg > .row { padding: 120px 20px 0; text-align: center; width: 100%; } @media only screen and (min-width: 1025px) { .the-spring-new .hero.spring-hero-bg > .row { padding: 120px 0 90px; } } .the-spring-new .hero.spring-hero-bg > .row:after { clear: both; content: ""; display: table; } .the-spring-new .hero.spring-hero-bg .the-spring-hero-copy { max-width: 380px; } .the-spring-new .hero.spring-hero-bg .new-spring-logo { max-width: 200px; } .the-spring-new .hero .form-wrapper .header { display: none; } .the-spring-new .video-container { max-width: 650px; } .the-spring-new .spring-value .side { padding-bottom: 20px; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-value .side { padding: 0; } } .the-spring-new .spring-value .value-prop-1 .text-left { order: 2; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-value .value-prop-1 .text-left { order: 1; } } .the-spring-new .spring-value .value-prop-1 .cover-image { order: 1; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-value .value-prop-1 .cover-image { order: 2; } } .the-spring-new .spring-value .text { width: 90%; } .the-spring-new .spring-value .cover-image .img { min-height: 250px; width: 100%; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-value .cover-image .img { width: 90%; } } .the-spring-new .spring-benefits .slide { flex-direction: row; overflow: hidden; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-benefits .slide { flex-direction: column; } } .the-spring-new .spring-benefits .slide.swiper-slide-active { z-index: 10; } .the-spring-new .spring-benefits .slide.good-news, .the-spring-new .spring-benefits .slide.journey { min-height: 450px; } @media only screen and (min-width: 641px) { .the-spring-new .spring-benefits .slide.good-news, .the-spring-new .spring-benefits .slide.journey { min-height: 500px; } } @media only screen and (min-width: 1025px) { .the-spring-new .spring-benefits .slide.good-news, .the-spring-new .spring-benefits .slide.journey { min-height: 400px; } } @media only screen and (max-width: 641px) { .the-spring-new .spring-benefits .slide.good-news { align-items: flex-start; background-color: #f8f5f0; display: flex; flex-direction: column; margin-top: 0; } } @media only screen and (max-width: 641px) and (min-width: 1025px) { .the-spring-new .spring-benefits .slide.good-news { align-items: center; background-image: url(/packs/media/images/donations/spring/spring-gn-bg-desktop-c7d6cc9b1f282f121d3584085202739d.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover; flex-direction: row; } } @media only screen and (max-width: 641px) { .the-spring-new .spring-benefits .slide.good-news:after { background-image: url(/packs/media/images/donations/spring/spring-gn-bg-mobile-fd4c109a5a6f25fde97f7164847b9942.jpg); background-position: top; background-repeat: no-repeat; background-size: cover; content: ""; height: 300px; width: 100%; } } @media only screen and (max-width: 641px) and (min-width: 641px) { .the-spring-new .spring-benefits .slide.good-news:after { background-image: url(/packs/media/images/donations/spring/spring-gn-bg-desktop-c7d6cc9b1f282f121d3584085202739d.jpg); height: 500px; } } @media only screen and (max-width: 641px) and (min-width: 1025px) { .the-spring-new .spring-benefits .slide.good-news:after { display: none; } } @media only screen and (max-width: 641px) { .the-spring-new .spring-benefits .slide.good-news > .row { padding: 90px 20px 0; text-align: center; width: 100%; } } @media only screen and (max-width: 641px) and (min-width: 1025px) { .the-spring-new .spring-benefits .slide.good-news > .row { padding: 90px 0; } } @media only screen and (max-width: 641px) { .the-spring-new .spring-benefits .slide.good-news > .row:after { clear: both; content: ""; display: table; } } @media only screen and (min-width: 641px) { .the-spring-new .spring-benefits .slide.good-news { background-image: url(/packs/media/images/donations/spring/spring-gn-bg-desktop-c7d6cc9b1f282f121d3584085202739d.jpg); } } .the-spring-new .spring-benefits .slide.journey .poster-container { max-height: 250px; } .the-spring-new .spring-benefits .slide.journey .poster { height: 320px; width: 225px; background-position: bottom; background-size: cover; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-benefits .slide.journey .poster { background-position: 50%; height: 320px; width: 225px; } } .the-spring-new .spring-benefits .slide.journey .poster.uganda { background-image: url(/packs/media/images/donations/spring/spring-journey-uganda-poster-03dc70711e214622591bf3824655c933.svg); } @media only screen and (min-width: 1025px) { .the-spring-new .spring-benefits .slide.journey .poster.uganda { display: block; left: -20%; } } .the-spring-new .spring-benefits .slide.journey .poster.cambodia { background-image: url(/packs/media/images/donations/spring/spring-journey-cambodia-poster-a533456ab390df291fdd777029ee853b.svg); left: -10%; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-benefits .slide.journey .poster.cambodia { left: 50%; } } .the-spring-new .spring-benefits .slide.journey .poster.ethiopia { background-image: url(/packs/media/images/donations/spring/spring-journey-ethiopia-poster-de446462532f74bd6484ec914d2101d7.svg); left: auto; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-benefits .slide.journey .poster.ethiopia { left: calc(50% + 250px); } } .the-spring-new .spring-benefits .slide.journey .poster.rwanda { background-image: url(/packs/media/images/donations/spring/spring-journey-rwanda-poster-94b62b23906cac41cebcf9e8c201c430.svg); right: -10%; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-benefits .slide.journey .poster.rwanda { left: calc(50% + 500px); } } .the-spring-new .spring-benefits .slide .inside-slide { padding: 0; } @media only screen and (min-width: 641px) { .the-spring-new .spring-benefits .slide .inside-slide { max-width: 980px; margin-left: auto; margin-right: auto; } } @media only screen and (min-width: 641px) { .the-spring-new .spring-benefits .slide .inside-slide .text-content { min-width: 400px; max-width: 500px; } } .the-spring-new .spring-benefits .swiper-pagination { text-align: center; position: relative; display: flex; flex-direction: row; justify-content: space-evenly; align-items: center; max-width: 980px; margin: 0 auto; } .the-spring-new .spring-benefits .swiper-pagination .spring-pagination-bullet { display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; opacity: 0.5; cursor: pointer; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-benefits .swiper-pagination .spring-pagination-bullet { flex-direction: row; } } .the-spring-new .spring-benefits .swiper-pagination .spring-pagination-bullet.swiper-pagination-bullet-active { opacity: 1; background: none; } .the-spring-new .spring-benefits .swiper-pagination .spring-pagination-bullet.swiper-pagination-bullet-active:after { content: ""; font-family: cw-icons; color: #fff; font-size: 30px; position: absolute; z-index: 2; left: 40%; bottom: -40px; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-benefits .swiper-pagination .spring-pagination-bullet.swiper-pagination-bullet-active:after { left: 50%; } } .the-spring-new .spring-benefits .swiper-pagination .spring-pagination-bullet .bullet-icn { width: 60px; height: 70px; background-repeat: no-repeat; background-size: 100% 50px; background-position: 50%; margin-right: 0; } @media only screen and (min-width: 1025px) { .the-spring-new .spring-benefits .swiper-pagination .spring-pagination-bullet .bullet-icn { margin-right: 15px; } } .the-spring-new .spring-benefits .swiper-pagination .spring-pagination-bullet .bullet-label { color: #00ac7f; font-size: 14px; font-weight: 500; text-transform: uppercase; } .the-spring-new .featured-members .swiper-slide { height: auto; opacity: 0.65; } @media only screen and (min-width: 1025px) { .the-spring-new .featured-members .swiper-slide { height: 200px; } } .the-spring-new .featured-members .swiper-slide.swiper-slide-active { opacity: 1; } @media only screen and (max-width: 641px) { .the-spring-new .featured-members .swiper-slide .image { height: 200px; } } .the-spring-new .featured-members .swiper-slide .name { font-size: 13px; } .the-spring-new .proof-container .spring-proof-module-wrapper { height: 960px; } @media only screen and (min-width: 1025px) { .the-spring-new .proof-container .spring-proof-module-wrapper { height: 640px; } } .the-spring-new .proof-container .spring-proof-module { max-width: 490px; } @media only screen and (max-width: 641px), only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .spring-proof-module { margin-bottom: 300px; } } .the-spring-new .proof-container .spring-proof-module .country-list-wrapper { height: 250px; } .the-spring-new .proof-container .spring-proof-module .country-list-wrapper a:first-child div { border-top: 0 !important; } .the-spring-new .proof-container .spring-proof-module .country-flag-image { height: 30px; width: 40px; } .the-spring-new .proof-container .spring-proof-module .country-hero-image, .the-spring-new .proof-container .spring-proof-module .relative:first-child { height: 160px; width: 100%; } .the-spring-new .proof-container .spring-proof-module .header { height: auto; padding: 15px 20px; } @media only screen and (max-width: 641px) { .the-spring-new .proof-container .spring-proof-module .water-projects-text { margin: auto; max-width: 90px; } } .the-spring-new .proof-container .spring-proof-module .overview-wrapper .overflow-auto { max-height: 161px; } .the-spring-new .proof-container .spring-proof-module .all-grant-data-wrapper { max-height: 130px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter { height: 50px; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-0 { align-items: center; display: flex; justify-content: center; position: relative; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-0 .meter-text { color: #14a947; text-align: center; width: 50px; z-index: 3; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-0 .meter-text:after { content: "0%"; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-0 .meter-frame { border-radius: 25px; height: 50px; left: 50%; margin-left: -25px; margin-top: -25px; overflow: hidden; position: absolute; top: 50%; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-0 .meter-back { background-color: #e9eae4; border-radius: 25px; height: 50px; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-0 .meter-front { background-color: #fff; border-radius: 25px; height: 44px; margin-left: 3px; margin-top: 3px; position: absolute; width: 44px; z-index: 2; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-0 .meter-quadrant-1 { background-color: #14a947; height: 0; margin-left: 25px; position: absolute; width: 0; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-0 .meter-quadrant-2 { background-color: #14a947; height: -25px; margin-left: 25px; margin-top: 25px; position: absolute; width: -25px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-0 .meter-quadrant-3 { background-color: #14a947; height: -50px; margin-left: 75px; margin-top: 100px; position: absolute; width: -50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-0 .meter-quadrant-4 { background-color: #14a947; height: -75px; position: absolute; top: 100px; width: 25px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-25 { align-items: center; display: flex; justify-content: center; position: relative; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-25 .meter-text { color: #14a947; text-align: center; width: 50px; z-index: 3; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-25 .meter-text:after { content: "25%"; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-25 .meter-frame { border-radius: 25px; height: 50px; left: 50%; margin-left: -25px; margin-top: -25px; overflow: hidden; position: absolute; top: 50%; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-25 .meter-back { background-color: #e9eae4; border-radius: 25px; height: 50px; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-25 .meter-front { background-color: #fff; border-radius: 25px; height: 44px; margin-left: 3px; margin-top: 3px; position: absolute; width: 44px; z-index: 2; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-25 .meter-quadrant-1 { background-color: #14a947; height: 25px; margin-left: 25px; position: absolute; width: 25px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-25 .meter-quadrant-2 { background-color: #14a947; height: 0; margin-left: 25px; margin-top: 25px; position: absolute; width: 0; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-25 .meter-quadrant-3 { background-color: #14a947; height: -25px; margin-left: 50px; margin-top: 75px; position: absolute; width: -25px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-25 .meter-quadrant-4 { background-color: #14a947; height: -50px; position: absolute; top: 75px; width: 25px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-50 { align-items: center; display: flex; justify-content: center; position: relative; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-50 .meter-text { color: #14a947; text-align: center; width: 50px; z-index: 3; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-50 .meter-text:after { content: "50%"; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-50 .meter-frame { border-radius: 25px; height: 50px; left: 50%; margin-left: -25px; margin-top: -25px; overflow: hidden; position: absolute; top: 50%; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-50 .meter-back { background-color: #e9eae4; border-radius: 25px; height: 50px; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-50 .meter-front { background-color: #fff; border-radius: 25px; height: 44px; margin-left: 3px; margin-top: 3px; position: absolute; width: 44px; z-index: 2; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-50 .meter-quadrant-1 { background-color: #14a947; height: 50px; margin-left: 25px; position: absolute; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-50 .meter-quadrant-2 { background-color: #14a947; height: 25px; margin-left: 25px; margin-top: 25px; position: absolute; width: 25px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-50 .meter-quadrant-3 { background-color: #14a947; height: 0; margin-left: 25px; margin-top: 50px; position: absolute; width: 0; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-50 .meter-quadrant-4 { background-color: #14a947; height: -25px; position: absolute; top: 50px; width: 25px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-75 { align-items: center; display: flex; justify-content: center; position: relative; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-75 .meter-text { color: #14a947; text-align: center; width: 50px; z-index: 3; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-75 .meter-text:after { content: "75%"; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-75 .meter-frame { border-radius: 25px; height: 50px; left: 50%; margin-left: -25px; margin-top: -25px; overflow: hidden; position: absolute; top: 50%; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-75 .meter-back { background-color: #e9eae4; border-radius: 25px; height: 50px; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-75 .meter-front { background-color: #fff; border-radius: 25px; height: 44px; margin-left: 3px; margin-top: 3px; position: absolute; width: 44px; z-index: 2; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-75 .meter-quadrant-1 { background-color: #14a947; height: 75px; margin-left: 25px; position: absolute; width: 75px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-75 .meter-quadrant-2 { background-color: #14a947; height: 50px; margin-left: 25px; margin-top: 25px; position: absolute; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-75 .meter-quadrant-3 { background-color: #14a947; height: 25px; margin-left: 0; margin-top: 25px; position: absolute; width: 25px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-75 .meter-quadrant-4 { background-color: #14a947; height: 0; position: absolute; top: 25px; width: 25px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-100 { align-items: center; display: flex; justify-content: center; position: relative; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-100 .meter-text { color: #14a947; text-align: center; width: 50px; z-index: 3; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-100 .meter-text:after { content: "100%"; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-100 .meter-frame { border-radius: 25px; height: 50px; left: 50%; margin-left: -25px; margin-top: -25px; overflow: hidden; position: absolute; top: 50%; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-100 .meter-back { background-color: #e9eae4; border-radius: 25px; height: 50px; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-100 .meter-front { background-color: #fff; border-radius: 25px; height: 44px; margin-left: 3px; margin-top: 3px; position: absolute; width: 44px; z-index: 2; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-100 .meter-quadrant-1 { background-color: #14a947; height: 100px; margin-left: 25px; position: absolute; width: 100px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-100 .meter-quadrant-2 { background-color: #14a947; height: 75px; margin-left: 25px; margin-top: 25px; position: absolute; width: 75px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-100 .meter-quadrant-3 { background-color: #14a947; height: 50px; margin-left: -25px; margin-top: 0; position: absolute; width: 50px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter.percent-100 .meter-quadrant-4 { background-color: #14a947; height: 25px; position: absolute; top: 0; width: 25px; } .the-spring-new .proof-container .spring-proof-module .grant-completion-meter p { font-weight: 500; } @media only screen and (max-width: 641px), only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-image, .the-spring-new .proof-container .map-pins-wrapper { bottom: 0; position: absolute; } } @media only screen and (max-width: 641px) { .the-spring-new .proof-container .map-image, .the-spring-new .proof-container .map-pins-wrapper { left: 0; min-width: 800px; transform: translateX(-40%); width: 800px; } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-image, .the-spring-new .proof-container .map-pins-wrapper { left: 50%; min-width: 980px; transform: translateX(-50%); width: 980px; } } @media only screen and (min-width: 1025px) { .the-spring-new .proof-container .map-image { bottom: 50%; right: -100px; transform: translateY(50%); } } @media only screen and (min-width: 1441px) { .the-spring-new .proof-container .map-image { right: 0; } } @media only screen and (max-width: 641px), only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pins-wrapper { bottom: -40px; } } @media only screen and (max-width: 641px) { .the-spring-new .proof-container .map-pin, .the-spring-new .proof-container .map-pin--disabled { height: 34px; width: 23px; } } .the-spring-new .proof-container .map-pin--disabled.bangladesh, .the-spring-new .proof-container .map-pin.bangladesh { bottom: 250px; right: 215px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.bangladesh, .the-spring-new .proof-container .map-pin.bangladesh { bottom: 300px; right: 260px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.bangladesh, .the-spring-new .proof-container .map-pin.bangladesh { bottom: 320px; right: 160px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.bangladesh, .the-spring-new .proof-container .map-pin.bangladesh { bottom: 320px; right: 260px; } } .the-spring-new .proof-container .map-pin--disabled.cambodia, .the-spring-new .proof-container .map-pin.cambodia { bottom: 220px; right: 175px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.cambodia, .the-spring-new .proof-container .map-pin.cambodia { bottom: 260px; right: 215px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.cambodia, .the-spring-new .proof-container .map-pin.cambodia { bottom: 280px; right: 115px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.cambodia, .the-spring-new .proof-container .map-pin.cambodia { bottom: 280px; right: 215px; } } .the-spring-new .proof-container .map-pin--disabled.central-african-republic, .the-spring-new .proof-container .map-pin.central-african-republic { bottom: 200px; right: 365px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.central-african-republic, .the-spring-new .proof-container .map-pin.central-african-republic { bottom: 240px; right: 455px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.central-african-republic, .the-spring-new .proof-container .map-pin.central-african-republic { bottom: 260px; right: 355px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.central-african-republic, .the-spring-new .proof-container .map-pin.central-african-republic { bottom: 260px; right: 455px; } } .the-spring-new .proof-container .map-pin--disabled.cote-d-ivoire, .the-spring-new .proof-container .map-pin.cote-d-ivoire { bottom: 205px; right: 415px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.cote-d-ivoire, .the-spring-new .proof-container .map-pin.cote-d-ivoire { bottom: 245px; right: 515px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.cote-d-ivoire, .the-spring-new .proof-container .map-pin.cote-d-ivoire { bottom: 265px; right: 415px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.cote-d-ivoire, .the-spring-new .proof-container .map-pin.cote-d-ivoire { bottom: 265px; right: 515px; } } .the-spring-new .proof-container .map-pin--disabled.ethiopia, .the-spring-new .proof-container .map-pin.ethiopia { bottom: 205px; right: 330px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.ethiopia, .the-spring-new .proof-container .map-pin.ethiopia { bottom: 245px; right: 400px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.ethiopia, .the-spring-new .proof-container .map-pin.ethiopia { bottom: 265px; right: 300px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.ethiopia, .the-spring-new .proof-container .map-pin.ethiopia { bottom: 265px; right: 400px; } } .the-spring-new .proof-container .map-pin--disabled.india, .the-spring-new .proof-container .map-pin.india { bottom: 240px; right: 235px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.india, .the-spring-new .proof-container .map-pin.india { bottom: 285px; right: 290px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.india, .the-spring-new .proof-container .map-pin.india { bottom: 305px; right: 190px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.india, .the-spring-new .proof-container .map-pin.india { bottom: 305px; right: 290px; } } .the-spring-new .proof-container .map-pin--disabled.kenya, .the-spring-new .proof-container .map-pin.kenya { bottom: 186px; right: 330px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.kenya, .the-spring-new .proof-container .map-pin.kenya { bottom: 226px; right: 400px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.kenya, .the-spring-new .proof-container .map-pin.kenya { bottom: 246px; right: 300px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.kenya, .the-spring-new .proof-container .map-pin.kenya { bottom: 246px; right: 400px; } } .the-spring-new .proof-container .map-pin--disabled.madagascar, .the-spring-new .proof-container .map-pin.madagascar { bottom: 145px; right: 305px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.madagascar, .the-spring-new .proof-container .map-pin.madagascar { bottom: 165px; right: 375px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.madagascar, .the-spring-new .proof-container .map-pin.madagascar { bottom: 185px; right: 275px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.madagascar, .the-spring-new .proof-container .map-pin.madagascar { bottom: 185px; right: 375px; } } .the-spring-new .proof-container .map-pin--disabled.malawi, .the-spring-new .proof-container .map-pin.malawi { bottom: 160px; right: 340px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.malawi, .the-spring-new .proof-container .map-pin.malawi { bottom: 190px; right: 415px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.malawi, .the-spring-new .proof-container .map-pin.malawi { bottom: 210px; right: 315px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.malawi, .the-spring-new .proof-container .map-pin.malawi { bottom: 210px; right: 415px; } } .the-spring-new .proof-container .map-pin--disabled.mali, .the-spring-new .proof-container .map-pin.mali { bottom: 230px; right: 405px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.mali, .the-spring-new .proof-container .map-pin.mali { bottom: 270px; right: 495px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.mali, .the-spring-new .proof-container .map-pin.mali { bottom: 290px; right: 395px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.mali, .the-spring-new .proof-container .map-pin.mali { bottom: 290px; right: 495px; } } .the-spring-new .proof-container .map-pin--disabled.mozambique, .the-spring-new .proof-container .map-pin.mozambique { bottom: 145px; right: 335px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.mozambique, .the-spring-new .proof-container .map-pin.mozambique { bottom: 165px; right: 410px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.mozambique, .the-spring-new .proof-container .map-pin.mozambique { bottom: 185px; right: 310px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.mozambique, .the-spring-new .proof-container .map-pin.mozambique { bottom: 185px; right: 410px; } } .the-spring-new .proof-container .map-pin--disabled.nepal, .the-spring-new .proof-container .map-pin.nepal { bottom: 280px; right: 230px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.nepal, .the-spring-new .proof-container .map-pin.nepal { bottom: 330px; right: 280px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.nepal, .the-spring-new .proof-container .map-pin.nepal { bottom: 350px; right: 180px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.nepal, .the-spring-new .proof-container .map-pin.nepal { bottom: 350px; right: 280px; } } .the-spring-new .proof-container .map-pin--disabled.niger, .the-spring-new .proof-container .map-pin.niger { bottom: 230px; right: 385px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.niger, .the-spring-new .proof-container .map-pin.niger { bottom: 270px; right: 475px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.niger, .the-spring-new .proof-container .map-pin.niger { bottom: 290px; right: 375px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.niger, .the-spring-new .proof-container .map-pin.niger { bottom: 290px; right: 475px; } } .the-spring-new .proof-container .map-pin--disabled.rwanda, .the-spring-new .proof-container .map-pin.rwanda { bottom: 180px; right: 360px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.rwanda, .the-spring-new .proof-container .map-pin.rwanda { bottom: 210px; right: 435px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.rwanda, .the-spring-new .proof-container .map-pin.rwanda { bottom: 230px; right: 335px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.rwanda, .the-spring-new .proof-container .map-pin.rwanda { bottom: 230px; right: 435px; } } .the-spring-new .proof-container .map-pin--disabled.sierra-leone, .the-spring-new .proof-container .map-pin.sierra-leone { bottom: 205px; right: 435px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.sierra-leone, .the-spring-new .proof-container .map-pin.sierra-leone { bottom: 245px; right: 535px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.sierra-leone, .the-spring-new .proof-container .map-pin.sierra-leone { bottom: 265px; right: 435px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.sierra-leone, .the-spring-new .proof-container .map-pin.sierra-leone { bottom: 265px; right: 535px; } } .the-spring-new .proof-container .map-pin--disabled.uganda, .the-spring-new .proof-container .map-pin.uganda { bottom: 195px; right: 345px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.uganda, .the-spring-new .proof-container .map-pin.uganda { bottom: 230px; right: 420px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.uganda, .the-spring-new .proof-container .map-pin.uganda { bottom: 250px; right: 320px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.uganda, .the-spring-new .proof-container .map-pin.uganda { bottom: 250px; right: 420px; } } .the-spring-new .proof-container .map-pin--disabled.zambia, .the-spring-new .proof-container .map-pin.zambia { bottom: 167px; right: 359px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .the-spring-new .proof-container .map-pin--disabled.zambia, .the-spring-new .proof-container .map-pin.zambia { bottom: 187px; right: 434px; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.zambia, .the-spring-new .proof-container .map-pin.zambia { bottom: 207px; right: 334px; } } @media only screen and (min-width: 1281px) { .the-spring-new .proof-container .map-pin--disabled.zambia, .the-spring-new .proof-container .map-pin.zambia { bottom: 207px; right: 434px; } } .the-spring-new .donate-form-container { margin-top: 0; } .the-spring.page-campaign .header { max-width: 330px; margin: 0 auto; } @media only screen and (min-width: 1025px) { .the-spring.page-campaign .header { max-width: 390px; margin: 0; } } .the-spring .container { padding: 0; background-color: #f7f8f8; } .the-spring .secondary-body-section { color: #295160; } @media only screen and (min-width: 1025px) { .the-spring .secondary-body-section { padding-left: 20px; padding-right: 20px; } } .the-spring .donate-calc-fixed { display: none; } @media only screen and (min-width: 1025px) { .the-spring .donate-calc-fixed { display: block; opacity: 0; position: fixed; top: 0; left: 0; width: 100%; background: hsla(0, 0%, 100%, 0.85); height: 130px; z-index: 99999; transition: background 0.15s linear, transform 0.4s cubic-bezier(0.86, 0, 0.07, 1); transform: translateY(-90px); } .the-spring .donate-calc-fixed:hover { background: #fff; } .the-spring .donate-calc-fixed h4 { max-width: 530px; line-height: 1.5; margin-left: auto; margin-right: auto; text-align: left; } .the-spring .donate-calc-fixed .donate-calc-fixed-inner { align-items: center; max-width: 980px; display: flex; margin: auto; height: 100%; } .the-spring .donate-calc-fixed .donate-calc-fixed-inner .subtitle { margin-bottom: 0; max-width: unset; padding: 0 60px; } .the-spring .donate-calc-fixed .donate-calc-fixed-inner .button { background: transparent; min-width: 130px; } .the-spring .donate-calc-fixed .donate-calc-fixed-inner .button:hover { background: transparent; } } @media only screen and (min-width: 1025px) { .the-spring.fixed-donate-ask .donate-calc-fixed { opacity: 1; transform: translateY(0); transition: background 0.15s linear, transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.15s linear; } } .the-spring .image-hero { color: #295160; } .the-spring .image-hero h1 { max-width: 330px; margin-left: auto; margin-right: auto; } .the-spring .donate-calc { display: block; padding: 40px 20px; background: #fff; } .the-spring .donate-calc h4 { max-width: 620px; margin-left: auto; margin-right: auto; margin-bottom: 0; color: #295160; line-height: 1.5; font-size: 23px; } @media only screen and (min-width: 1025px) { .the-spring .join-main-cta { min-height: 700px; background-image: url(/packs/media/images/donations/spring/spring-landing-section-background-desktop-8ac40fe356e3f14066d4535c2147688b.jpg); background-position: 50%; background-size: cover; position: relative; } } .the-spring .join-main-cta p { max-width: 480px; margin: 20px auto; padding: 0 20px; } @media only screen and (min-width: 641px) { .the-spring .join-main-cta p { padding: 0; margin-top: 10px; } } @media only screen and (min-width: 1025px) { .the-spring .join-main-cta p { max-width: 570px; } } .the-spring .join-main-cta .join-main-cta-text { padding: 60px 0 40px; background-image: linear-gradient(0deg, #f7f8f8, #f4f7f8); } @media only screen and (min-width: 641px) { .the-spring .join-main-cta .join-main-cta-text { padding: 60px 0; } } @media only screen and (min-width: 1025px) { .the-spring .join-main-cta .join-main-cta-text { position: relative; padding: 60px 0 100px; background-image: none; left: 50%; transform: translateY(5%); max-width: 480px; } } .the-spring .join-main-cta .join-main-cta-text h2 { max-width: 740px; margin: 0 auto 10px; padding: 0 20px; } @media only screen and (min-width: 1025px) { .the-spring .join-main-cta .join-main-cta-text h2 { max-width: 480px; padding: 0; } } .the-spring .join-main-cta .join-main-cta-text h2:before { content: ""; display: block; height: 80px; width: 100%; background-image: url(/packs/media/images/icons/spring-rebranding/spring-logo-legacy-palette-860b1674541cda9dd47ce9b3f6c80a35.svg); background-size: contain; background-repeat: no-repeat; background-position: 50%; margin: 0 auto 30px; } @media only screen and (min-width: 1025px) { .the-spring .join-main-cta .join-main-cta-text h2:before { margin-bottom: 20px; } } .the-spring .join-main-cta .join-main-cta-text .the-spring-video { margin: 0 auto; } @media only screen and (min-width: 641px) { .the-spring .join-main-cta .join-main-cta-text .the-spring-video { max-width: 480px; } } .the-spring .spring-icn { display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto; background-size: contain; background-repeat: no-repeat; background-position: 50%; width: 35px; height: 35px; } .the-spring .water-icon { background-image: url(/packs/media/images/donations/spring/icon-drop-b93eaf08f1b67a0719d92b06e2ecc6db.png); } .the-spring .gear-icon { background-image: url(/packs/media/images/donations/spring/icon-gear-f5787dad34cd371e4a7e7fc67aa151db.png); } .the-spring .email-icon { background-image: url(/packs/media/images/donations/spring/icon-email-2f636e08116635cfeb9a708a790c67e3.png); } .the-spring .impact { width: 100%; padding: 60px 0; background-image: linear-gradient(0deg, #f7f8f8, #f4f7f8); border-top: 1px solid #dfdfd7; border-bottom: 1px solid #dfdfd7; } @media only screen and (min-width: 1025px) { .the-spring .impact { padding: 60px 0 20px; } } .the-spring .impact .impact-items { max-width: 450px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } @media only screen and (min-width: 1025px) { .the-spring .impact .impact-items { flex-direction: row; max-width: 980px; padding-bottom: 60px; } } .the-spring .impact .impact-items .item { margin: 40px 20px 0; } @media only screen and (min-width: 1025px) { .the-spring .impact .impact-items .item { margin: 0 20px; } } .the-spring .impact .impact-items .item:first-child { margin-top: 0; } .the-spring .impact .impact-items .item .icon { min-height: 76px; display: flex; align-items: center; flex-direction: row; justify-content: center; margin-bottom: 20px; } .the-spring .impact .impact-items .item h2 { color: #295160; text-transform: uppercase; } .the-spring .impact .impact-items .item p { color: #295160; } .the-spring .testimonials { padding-top: 60px; color: #295160; background-color: #fff; } @media only screen and (min-width: 1025px) { .the-spring .testimonials { padding-top: 60px; } } .the-spring .testimonials h3 { padding: 0 20px; } .the-spring .desktop-testimonials { display: none; } @media only screen and (min-width: 1025px) { .the-spring .desktop-testimonials { display: flex; max-width: 980px; margin-left: auto; margin-right: auto; } .the-spring .desktop-testimonials h3 { margin-bottom: 30px; } .the-spring .desktop-testimonials .testimonial-slide { flex: 1 1; } .the-spring .desktop-testimonials .testimonial-text { max-width: 460px; padding: 0 10px; margin: 30px auto; } .the-spring .desktop-testimonials .testimonial-person { padding: 0 40px; } } .the-spring .swiper-container { width: 100vw; } @media only screen and (min-width: 1025px) { .the-spring .swiper-container { display: none; } } .the-spring .swiper-button-next, .the-spring .swiper-button-prev { background-size: contain; background-repeat: no-repeat; background-position: 50%; width: 30px; height: 30px; } .the-spring .swiper-button-next:after, .the-spring .swiper-button-prev:after { display: none; } .the-spring .swiper-button-prev, .the-spring .swiper-container-rtl .swiper-button-next { background-image: url(/packs/media/images/donations/spring/arrow-left-f208c3533a141f451e8c63760d9ef815.png); } .the-spring .swiper-button-next, .the-spring .swiper-container-rtl .swiper-button-prev { background-image: url(/packs/media/images/donations/spring/arrow-right-7b66bcbf11201057a8db3d5a0dadbca3.png); } .the-spring .testimonial-image { display: block; width: 100px; height: 100px; margin: 30px auto 0; border-radius: 50%; } .the-spring .testimonial-text { padding: 0 50px; max-width: 300px; margin-left: auto; margin-right: auto; } .the-spring .testimonial-person { padding: 0 75px; margin-top: 15px; margin-bottom: 0; color: #1ba9e0; } .the-spring .testimonial-location { margin-top: 5px; } .the-spring .map-stats-section { padding: 60px 20px; background: #eaf7fc; } @media only screen and (min-width: 1025px) { .the-spring .map-stats-section { padding: 100px 0; } } .the-spring .map-stats-section h3 { max-width: 370px; margin-left: auto; margin-right: auto; margin-bottom: 60px; } @media only screen and (min-width: 1025px) { .the-spring .map-stats-section h3 { max-width: 510px; } } .the-spring .map { display: block; height: 0; padding-bottom: 60%; background-image: url(/packs/media/images/donations/spring/map-a1438debfbdc19467d40c000187db7c4.png); background-size: contain; background-repeat: no-repeat; } @media only screen and (min-width: 641px) { .the-spring .map { padding-bottom: 0; height: 400px; background-position: 50%; margin-bottom: 30px; } } @media only screen and (min-width: 641px) { .the-spring .stat-wrapper { display: flex; text-align: center; max-width: 980px; margin-left: auto; margin-right: auto; } } .the-spring .stat { margin-top: 45px; } @media only screen and (min-width: 641px) { .the-spring .stat { flex: 1 1; } } .the-spring .stat-number { font-weight: 500; } .the-spring .stat-label { margin-top: 10px; color: #1ba9e0; max-width: 150px; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 641px) { .the-spring .stat-label { max-width: none; } } .email-preferences .panel .align-fixed-width-center { max-width: 420px; margin-right: auto; margin-left: auto; } .email-preferences .panel .align-fixed-width-center .avatar { border-radius: 50%; border-width: 3px; border-style: solid; } .email-preferences .panel .align-fixed-width-center .avatar-initial { align-items: center; display: flex; font-size: 36px; height: 120px; justify-content: center; line-height: unset; width: 120px; } .email-preferences .panel .align-fixed-width-center .email { position: relative; top: -4px; font-size: 16px; } .email-preferences .panel .align-fixed-width-center .change-email-link { display: block; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .email-preferences .panel .align-fixed-width-center .change-email-link { display: inline-block; } } .email-preferences .panel .word-break { word-break: break-word; } .email-preferences .action-tile.main_list_outer .action-tile-left { align-items: center; display: flex; } .email-preferences .action-tile.main_list_outer .action-tile-left > span.p30 { margin-right: 10px; } .email-preferences .action-tile.main_list_outer .action-tile-left .cw-icon-caret-down { font-size: 12px; pointer-events: none; position: absolute; right: 8px; top: 9px; z-index: 2; } .email-preferences .action-tile.main_list_outer .action-tile-left .input-wrapper.mailing_list_subscriber_user_country { margin-bottom: 0 !important; } .email-preferences .action-tile.main_list_outer .action-tile-left .input-wrapper.mailing_list_subscriber_user_country select { background-image: none; border-color: #828282; font-size: 14px; font-weight: 500; padding: 5px 20px 5px 35px !important; } .email-preferences .edit_mailing_list_subscriber ul { list-style-type: none; padding: 0; margin: 0; } .email-preferences .edit_mailing_list_subscriber .component-footer { background-color: #f4f5f0; border-top: 1px solid #dfdfd7; padding: 10px; border-radius: 0 0 4px 4px; } @media only screen and (min-width: 641px) { .email-preferences .edit_mailing_list_subscriber .component-footer .row { display: flex; } .email-preferences .edit_mailing_list_subscriber .component-footer .row .columns { float: none; margin-right: 0; width: 50%; } } .email-preferences .edit_mailing_list_subscriber .button { width: 100%; } @media only screen and (min-width: 641px) { .email-preferences .edit_mailing_list_subscriber .button { width: auto; } } .email-preferences .edit_mailing_list_subscriber .unsubscribe-all { background-color: transparent; cursor: pointer; } .email-preferences .edit_mailing_list_subscriber h1 { margin-bottom: 0; } @media only screen and (min-width: 641px) { .email-preferences .edit_mailing_list_subscriber .order-md-first { order: -1; } .email-preferences .edit_mailing_list_subscriber .order-md-last { order: 1; } } .email-preferences .edit_mailing_list_subscriber .email_address_notice { letter-spacing: 0.01em; } .exception { margin: 2.5em 0 0; } .exception p { margin-bottom: 0.2em; } .exception h4 { text-transform: uppercase; font-weight: 500; margin-bottom: 1em; } .exception img.missing { margin-bottom: 2em; } .founders { margin: 0; padding: 0; font-size: 16px; } .founders * { box-sizing: border-box; line-height: 1.5em; } .founders h1, .founders h2, .founders h3, .founders h4, .founders h5, .founders h6 { font-weight: 400; margin: 0; padding: 0; } .founders a { color: #000; } .founders a:hover { color: #4d4d4d; } .founders img { max-width: 100%; } .founders .h2 { font-size: 25px; } @media (min-width: 640px) { .founders .h2 { font-size: 30px; } } @media (min-width: 1000px) { .founders .h2 { font-size: 35px; } } .founders .h3 { font-size: 20px; } @media (min-width: 640px) { .founders .h3 { font-size: 25px; } } .founders .h4 { font-size: 20px; } .founders .h5 { font-size: 16px; } @media (min-width: 640px) { .founders .h5 { font-size: 18px; } } .founders .founders-section-inner { position: relative; z-index: 10; padding: 60px 20px; text-align: center; } @media (min-width: 1000px) { .founders .founders-section-inner { padding-top: 100px; padding-bottom: 100px; } } .founders .founders-section-header { text-transform: uppercase; letter-spacing: 2px; } .founders .swiper-button-next, .founders .swiper-button-prev, .founders .swiper-container-rtl .swiper-button-next, .founders .swiper-container-rtl .swiper-button-prev { background: transparent; cursor: pointer; z-index: 20; } .founders .swiper-button-next { text-align: right; } .founders .founders-hero { position: relative; height: 0; padding-bottom: 600px; } @media (min-width: 640px) { .founders .founders-hero { padding-bottom: 690px; } } .founders .founders-hero:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-size: cover; background-position: bottom; } @media (min-width: 1000px) { .founders .founders-hero:after { width: 50%; } } .founders .founders-hero .founders-section-inner { max-width: 450px; margin-left: auto; margin-right: auto; } @media (min-width: 640px) { .founders .founders-hero .founders-section-inner { max-width: 600px; } } @media (min-width: 1000px) { .founders .founders-hero .founders-section-inner { max-width: 980px; padding-top: 120px; } } .founders .founders-hero .founders-section-inner .cw-icon-jerrycan:before { font-size: 45px; } @media (min-width: 1000px) { .founders .founders-hero .founders-hero-body-copy { max-width: 450px; margin-left: auto; text-align: left; padding-left: 40px; padding-top: 50px; } } .founders .p-default { font-weight: 100; } .founders .main-headline { font-family: ManifoldCF-Regular, serif; font-size: 40px; max-width: 260px; font-weight: 400; text-transform: uppercase; margin: 20px auto 0; line-height: 1; letter-spacing: 5px; } @media (min-width: 640px) { .founders .main-headline { font-size: 50px; max-width: 360px; } } @media (min-width: 1000px) { .founders .main-headline { font-size: 90px; max-width: 510px; } } .founders .founders-hero-scroll-arrow { text-transform: uppercase; display: inline-block; margin-top: 20px; font-size: 13px; letter-spacing: 1px; } .founders .founders-quote { position: relative; } .founders .founders-quote:after { content: ""; display: block; width: 100%; height: 0; padding-bottom: 60%; background-size: cover; background-position: bottom; } @media (min-width: 1000px) { .founders .founders-quote:after { width: 50%; height: 100%; padding-bottom: 0; position: absolute; top: 0; right: 0; background-position: top; } } @media (min-width: 1000px) { .founders .founders-quote .founders-section-inner { max-width: 980px; margin: auto; text-align: left; } } .founders .founders-quote .quote { display: block; margin-left: auto; margin-right: auto; font-size: 30px; height: 12px; } .founders .founders-quote .quote.left { margin-bottom: 30px; } @media (min-width: 1000px) { .founders .founders-quote .quote.left { margin: 0 0 -28px -20px; display: block; position: relative; top: -5px; } } .founders .founders-quote .quote.right { margin-top: 40px; } @media (min-width: 1000px) { .founders .founders-quote .quote { display: inline; } } .founders .founders-quote .quote-text { font-family: ManifoldCF-Regular, serif; text-transform: uppercase; font-size: 40px; max-width: 300px; display: block; margin: auto; } @media (min-width: 1000px) { .founders .founders-quote .quote-text { margin: 0; display: inline; } } .founders .founders-quote-title, .founders .founders-quote-title span { line-height: 1; } @media (min-width: 1000px) { .founders .founders-quote-title { max-width: 350px; } } .founders .founders-quote-person { color: #999; margin-top: 40px; margin-bottom: 0; text-transform: uppercase; font-weight: 100; font-size: 28px; } @media (min-width: 1000px) { .founders .founders-quote-person { margin: 0; position: absolute; top: 215px; left: 190px; } } .founders .section-hosts { background: #e8ecee; } .founders .founders-person-wrapper { display: flex; flex-wrap: wrap; justify-content: center; max-width: 375px; margin: 20px auto 0; } @media (min-width: 1000px) { .founders .founders-person-wrapper { max-width: 980px; } } .founders .founders-person { width: 50%; margin-top: 30px; padding: 0 20px; } @media (min-width: 640px) { .founders .founders-person { padding: 0; } } @media (min-width: 1000px) { .founders .founders-person { width: 25%; } } .founders .founders-person img { display: block; margin: 0 auto 20px; padding: 0; border-radius: 50%; max-width: 105px; } @media (min-width: 640px) { .founders .founders-person img { max-width: 145px; } } .founders .founders-person .h3 { font-size: 16px; } .founders .founders-person .h4 { font-size: 14px; color: #717171; margin-top: 5px; font-weight: 100; } .founders .founders-person .twitter-link { display: inline-block; text-decoration: none; color: #717171; margin-top: 8px; } .founders .founders-person .twitter-link:hover { color: #979797; } .founders .past-peeps-inner { padding: 60px 0; text-align: center; } .founders .past-peeps-inner .swiper-button-next, .founders .past-peeps-inner .swiper-button-prev { background-color: transparent; padding-top: 7px; width: 40px; } .founders .past-peeps-inner .swiper-button-next:hover, .founders .past-peeps-inner .swiper-button-prev:hover { background-color: #000; } .founders .past-peeps-inner .swiper-button-next:hover i, .founders .past-peeps-inner .swiper-button-prev:hover i { color: #fff; } .founders .past-peeps-inner .swiper-button-next { right: 0; } .founders .past-peeps-inner .swiper-button-prev { left: 0; } .founders .past-peeps-inner .swiper-button-next:after, .founders .past-peeps-inner .swiper-button-prev:after { display: none; } .founders .past-peeps-inner .swiper-container:after, .founders .past-peeps-inner .swiper-container:before { content: ""; display: block; position: absolute; height: 100%; width: 100px; top: 0; z-index: 10; } .founders .past-peeps-inner .swiper-container:before { left: 0; background-image: linear-gradient( 270deg, transparent, hsla(0, 0%, 100%, 0.5) ); } .founders .past-peeps-inner .swiper-container:after { right: 0; background-image: linear-gradient( 270deg, hsla(0, 0%, 100%, 0.5), transparent ); } .founders .itinerary { position: relative; background: #f8f7f1; } .founders .itinerary a, .founders .itinerary li, .founders .itinerary p, .founders .itinerary ul { font-size: 14px; } .founders .itinerary ul { padding-left: 40px; } .founders .itinerary .founders-section-inner { padding: 30px 20px; } @media (min-width: 1000px) { .founders .itinerary .founders-section-inner { text-align: left; position: relative; max-width: 50%; left: 50%; padding: 60px 40px; } } .founders .itinerary-header { text-align: center; } .founders .itinerary-header p { margin-top: 0; } .founders .itinerary-header h2 { text-transform: uppercase; } .founders .itinerary-day-header p { margin-top: 5px; margin-bottom: 10px; } @media (min-width: 1000px) { .founders .itinerary-day-header p { margin-top: 0; margin-bottom: 0; } } .founders .itinerary-day-header .itinerary-day-day { flex: 1 1; } .founders .itinerary-day { margin-top: 40px; } @media (min-width: 1000px) { .founders .itinerary-day { margin-top: 20px; } } .founders .itinerary-day li, .founders .itinerary-day p { color: #717171; } .founders .itinerary-day li em, .founders .itinerary-day p em { display: block; font-size: 12px; margin-top: 5px; } .founders .itinerary-day-label { color: #717171; text-transform: uppercase; flex: 1 1; line-height: 1.35; } @media (min-width: 1000px) { .founders .itinerary-day-label { margin-left: auto; text-align: right; } } .founders .itinerary-details { text-align: left; } .founders .itinerary-gallery-link { width: 100%; height: 0; padding-bottom: 60%; background-size: cover; background-position: bottom; position: relative; } @media (min-width: 1000px) { .founders .itinerary-gallery-link { width: 50%; height: 100%; padding-bottom: 0; position: absolute; top: 0; left: 0; background-position: bottom; background-size: contain; background-repeat: no-repeat; } } .founders .open-gallery { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 10px 30px; cursor: pointer; background: #fff; text-transform: uppercase; font-weight: 100; letter-spacing: 2px; text-decoration: none; } .founders .open-gallery:hover { background: #000; color: #fff; } .founders .testimonials .founders-person-wrapper { display: block; max-width: none; } @media (min-width: 1000px) { .founders .testimonials .founders-person-wrapper { display: flex; max-width: 980px; } } .founders .testimonials .founders-person { margin: 45px auto; width: 100%; max-width: 400px; } @media (min-width: 1000px) { .founders .testimonials .founders-person { flex: 1 1; width: auto; padding: 0 20px; max-width: none; } } .founders .faq-container { position: relative; text-align: center; padding: 60px 0 30%; } .founders .faq-container:after { content: ""; display: block; height: 0; padding-bottom: 66%; background-size: cover; position: absolute; bottom: 0; width: 100%; z-index: 1; } @media (min-width: 640px) { .founders .faq-wrapper { margin: 45px auto 0; display: flex; flex-wrap: wrap; max-width: 980px; text-align: left; } } .founders .faq { margin-top: 45px; padding: 0 20px; } .founders .faq em { display: block; font-size: 12px; margin-top: 10px; } .founders .faq p { color: #717171; } @media (min-width: 640px) { .founders .faq { margin-top: 0; width: 50%; margin-bottom: 30px; } } .founders .faq-button { display: inline-block; margin-top: 60px; } @media (min-width: 640px) { .founders .faq-button { padding: 10px 20px; border: 1px solid; text-decoration: none; } .founders .faq-button:hover { background: #000; color: #fff; } } .founders .faq-psudo-inner { position: relative; z-index: 2; } .founders .join-trip { background: #f8f7f1; position: relative; } .founders .join-trip .founders-section-header { text-align: center; padding-top: 60px; } .founders .join-trip .founders-section-inner { margin-left: auto; margin-right: auto; max-width: 680px; text-align: left; } @media (min-width: 1000px) { .founders .join-trip .founders-section-inner { background-image: url(/packs/media/images/founders/dotted-path-35207ccbb33a5c47c560678ed6f2f1ff.png); background-position: 39.7% 33.85%; background-repeat: no-repeat; background-size: 96.25% 76.2%; display: flex; flex-wrap: wrap; height: 1172px; max-width: 980px; } } .founders .trip-block { position: relative; padding-left: 75px; padding-top: 60px; } @media (min-width: 1000px) { .founders .trip-block { width: 450px; padding-right: 20px; padding-left: 95px; padding-top: 0; position: absolute; } .founders .trip-block:first-child { top: 100px; } .founders .trip-block:nth-child(2) { left: 470px; top: 250px; } .founders .trip-block:nth-child(3) { left: 20px; top: 508px; } .founders .trip-block:nth-child(4) { left: 470px; top: 658px; } .founders .trip-block:nth-child(5) { left: 20px; top: 912px; } } .founders .trip-block:first-child { padding-top: 0; } .founders .trip-block:first-child .block-number { top: 0; } .founders .trip-block:nth-child(5):after { height: 70px; } .founders .trip-block:after { content: ""; display: block; height: 100%; position: absolute; top: 0; left: 25px; border-left: 2px dashed rgba(0, 0, 0, 0.25); width: 2px; z-index: 1; } @media (min-width: 1000px) { .founders .trip-block:after { display: none; } } .founders .trip-block p { margin-bottom: 0; } .founders .block-number { display: block; width: 50px; height: 50px; line-height: 45px; border-radius: 50%; background: #fff; text-align: center; position: absolute; left: 0; top: 60px; border: 2px dashed rgba(0, 0, 0, 0.25); z-index: 2; } @media (min-width: 1000px) { .founders .block-number { border: 0; font-size: 22px; width: 70px; height: 70px; line-height: 70px; top: 0; } } .founders .trip-button { display: inline-block; margin-top: 10px; } .founders .swiper-gallery-container { opacity: 0; visibility: hidden; transition: opacity 0.25s linear; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 100; } .founders .swiper-gallery-container:before { content: ""; display: block; background: rgba(0, 0, 0, 0.9); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .founders .swiper-gallery-container.popup { visibility: visible; opacity: 1; } .founders .swiper-gallery-container .swiper-button-next i, .founders .swiper-gallery-container .swiper-button-prev i { color: #fff; } .founders .swiper-gallery-container .swiper-button-next:after, .founders .swiper-gallery-container .swiper-button-prev:after { display: none; } .founders .swiper-gallery-container .swiper-container { position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 50px; } .founders .swiper-gallery-container .swiper-slide { align-items: center; justify-content: center; display: flex; flex-direction: column; } @media (min-width: 1000px) { .founders .swiper-gallery-container .swiper-slide img { max-width: 600px; } } .founders .swiper-gallery-container .swiper-slide p { color: #fff; max-width: 600px; text-align: center; } .founders .swiper-gallery-container .swiper-slide a { color: #fff; } .founders .swiper-gallery-container .swiper-pagination-bullet { width: 15px; height: 15px; border: 1px solid #fff; opacity: 1; background: transparent; } .founders .swiper-gallery-container .swiper-pagination-bullet-active { background: #fff; } .founders .close-gallery { position: absolute; top: 20px; right: 20px; text-transform: uppercase; font-size: 12px; letter-spacing: 2px; cursor: pointer; color: #fff; text-decoration: none; z-index: 999; } .founders .cw-footer [class*="cw-footer-social"] * { line-height: 24px; } .founders .cw-footer a { color: #71716c; } .founders .cw-footer .country-f, .founders .cw-footer .mailing-list-and-info { display: none !important; } .partner-access .right-off-canvas-menu { display: none; } .partner-access .wrapper { background-color: #f7f7f7; } .partner-access .nav { margin: 0 -100%; padding: 0 100%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); } .partner-access .nav .left-side .logo a { display: block; background-image: url(/packs/media/images/partners/partner-access-logo-a41e279062e181fec112621c6e6a049e.png); height: 72px; width: 200px; } .partner-access .nav .right-side li { border: 0; display: block; text-align: right; } @media only screen and (min-width: 1025px) { .partner-access .nav .right-side li { display: table-cell; vertical-align: middle; border-left: 1px solid #f4f5f0; text-align: center; } } .partner-access .nav .right-side li a { color: #9b9b94; font-weight: 300; font-size: 12px; text-decoration: none; } .partner-access .nav .right-side li a br { display: none; } .partner-access .nav .right-side li a.active { color: #036; } .partner-access .nav .right-side li a:hover { color: #333232; } @media only screen and (min-width: 1025px) { .partner-access .nav .right-side li a { font-weight: 700; } .partner-access .nav .right-side li a br { display: block; } } .partner-access.documents .container, .partner-access.map-framework .container { background: transparent; box-shadow: none; } .partner-access .container { margin: 0 auto; background-color: #fff; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); } .partner-access .intro { margin: 0 -100%; padding: 0 100%; } .partner-access .intro .inner { padding: 60px; background-color: rgba(0, 0, 0, 0.3); } .partner-access .intro .inner h1 { letter-spacing: 0.1em; } .partner-access .article p { margin: 10px 0; } .partner-access .article li, .partner-access .article p { line-height: 2; font-size: 18px; } .partner-access .document-wrapper .doc { box-sizing: border-box; width: 100%; margin: 6px; transition: all 0.1s linear; } .partner-access .document-wrapper .doc i { font-size: 16px; line-height: 32px; } @media only screen and (min-width: 641px) { .partner-access .document-wrapper .doc { width: 31%; } } .footer p { letter-spacing: 0.1em; } .account.default.user-profile.impact-profile.modal-open .flash { display: none; } .account.default.user-profile.impact-profile .container { background-position: bottom; background-color: #fff; background-size: 100% auto; background-repeat: no-repeat; text-align: center; padding: 0; } .account.default.user-profile.impact-profile .container .hero { background-position: 50%; background-size: cover; background-repeat: no-repeat; width: 100%; padding: 0; min-height: 214px; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .hero { min-height: 421px; } } .account.default.user-profile.impact-profile .container .hero:after { position: absolute; background-image: linear-gradient(0deg, transparent 57%, rgba(0, 0, 0, 0.5)); top: 0; left: 0; width: 100%; display: block; min-height: 214px; content: ""; } .account.default.user-profile.impact-profile .container .hero .change-link { background: rgba(0, 0, 0, 0.75); position: absolute; right: 30px; top: 310px; letter-spacing: 1.5px; } .account.default.user-profile.impact-profile .container .hero .change-link .icn { padding-right: 7px; font-size: 13px; } .account.default.user-profile.impact-profile .container .hero-divider { height: 30px; width: 100vw; } .account.default.user-profile.impact-profile .container .summary { background-color: #f7f7f7; width: 100%; padding: 60px 0; margin: 0 auto; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary { width: 100%; margin: 0; } } .account.default.user-profile.impact-profile .container .summary .summary-box { position: relative; border: 1px solid #dfdfd7; border-radius: 4px; background-color: #fff; margin: -120px auto 0; width: calc(100% - 40px); } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box { width: 645px; margin-top: -160px; } } .account.default.user-profile.impact-profile .container .summary .summary-box .avatar-box { width: 122px; height: 122px; margin: -60px auto 0; border-radius: 8px; display: flex; align-items: center; position: relative; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .avatar-box { margin-top: -70px; } } .account.default.user-profile.impact-profile .container .summary .summary-box .avatar-box a { height: 100%; width: 100%; } .account.default.user-profile.impact-profile .container .summary .summary-box .avatar-box:hover .edit-avatar { opacity: 1; } .account.default.user-profile.impact-profile .container .summary .summary-box .avatar-box .edit-avatar { opacity: 0; transition: opacity 0.3s; background: rgba(0, 0, 0, 0.8); border-radius: 0 0 8px 8px; bottom: 0; color: #fff; font-size: 14px; font-weight: 500; letter-spacing: 1px; padding: 13px 0; position: absolute; text-align: center; text-transform: uppercase; width: 100%; left: 0; } .account.default.user-profile.impact-profile .container .summary .summary-box .avatar-box .edit-avatar i { margin-right: 3px; } .account.default.user-profile.impact-profile .container .summary .summary-box .avatar-box .avatar { border: 2px solid #dfdfd7; margin: 0 auto; width: 100%; height: 100%; font-size: 30px; border-radius: 8px; align-items: center; justify-content: center; display: flex; } .account.default.user-profile.impact-profile .container .summary .summary-box .name { padding: 20px; } .account.default.user-profile.impact-profile .container .summary .summary-box .name h1 { font-weight: 500; margin: 0; } @media only screen and (max-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .name h1 { font-size: 26px; } } .account.default.user-profile.impact-profile .container .summary .summary-box .social-share-links { list-style: none; padding-left: 0; margin-top: 0; } .account.default.user-profile.impact-profile .container .summary .summary-box .social-share-link { display: inline; padding: 0 8px; } .account.default.user-profile.impact-profile .container .summary .summary-box .social-share-link a { color: #9b9b94; } .account.default.user-profile.impact-profile .container .summary .summary-box .activity-stats { border-top: 1px solid #dfdfd7; margin: 0 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .activity-stats { flex-direction: row; flex-wrap: wrap; justify-content: space-around; } } .account.default.user-profile.impact-profile .container .summary .summary-box .activity-stats .activity { padding: 30px 0 0; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .activity-stats .activity { flex-shrink: 0; padding: 30px 0; } } .account.default.user-profile.impact-profile .container .summary .summary-box .activity-stats .activity:last-child { padding: 30px; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .activity-stats .activity:last-child { padding: 30px 0; } } @media only screen and (max-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .activity-stats .inner span { font-size: 23px; } } .account.default.user-profile.impact-profile .container .summary .summary-box .activity-stats .inner span sup { font-size: 14px; } .account.default.user-profile.impact-profile .container .summary .summary-box .activity-stats .inner p { font-style: italic; color: #9b9b94; margin: 0; } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign { border-top: 1px solid #dfdfd7; padding: 25px 0; width: 100%; } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign:first-child { border-top: 0; } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign { display: block; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign { display: flex; flex-direction: row; height: auto; align-items: center; } } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-image { border-bottom: 0; flex-basis: 100%; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-image { flex-basis: 80px; } } @media only screen and (min-width: 1025px) { .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-image { flex-basis: 160px; } } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-image div { width: 100%; border-radius: 4px; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-image div { width: 160px; height: 80px; } } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-details { height: 80px; width: 100%; margin: 15px 0 0; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-details { width: 242px; margin: 0 20px; } } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-details h5 { margin: 0; font-size: 19px; line-height: 20px; width: 100%; text-align: left; padding: 0; } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-details .progress-wrapper { margin: 0; width: 100%; padding: 5px 0 0; } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-details .progress-wrapper .stats { padding: 5px 0; } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-details .progress-wrapper .stats .float-left, .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-details .progress-wrapper .stats .float-right { font-size: 12px; } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-details .progress-wrapper .stats .stats-label { font-weight: 400; font-size: 13px; } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-link { order: 3; margin-left: auto; width: 100%; margin-top: 15px; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-link { width: auto; margin-top: 0; } } .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-link a { width: 100%; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .summary .summary-box .open-campaigns .campaign .individual-campaign .campaign-link a { width: auto; } } .account.default.user-profile.impact-profile .container .side-by-side { box-shadow: 0 1px 0 0 #dfdfd7, 0 0 0 1px #dfdfd7; text-align: left; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .side-by-side.second-section .trigger-button { left: 50px; right: auto; } } .account.default.user-profile.impact-profile .container .side-by-side .trigger-button { position: absolute; top: 30px; z-index: 100000; right: 50px; } .account.default.user-profile.impact-profile .container .side-by-side .trigger-button:after { content: "Edit"; padding: 0 0 0 10px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.impact-profile .container .side-by-side .trigger-button:after { content: "Edit Section"; } } .account.default.user-profile.impact-profile .container .side-by-side .text { width: 100%; display: flex; align-items: center; } .account.default.user-profile.impact-profile .container .side-by-side .text.order-md-last { order: 2; } .account.default.user-profile.impact-profile .container .side-by-side .text:not(.order-md-last) { justify-content: flex-end; } @media only screen and (max-width: 641px) { .account.default.user-profile.impact-profile .container .side-by-side .text { order: 2; } } @media only screen and (max-width: 641px) { .account.default.user-profile.impact-profile .container .side-by-side .text .inner { padding: 40px 20px 20px; } } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .side-by-side .text .inner { max-width: 550px; padding: 60px; } } .account.default.user-profile.impact-profile .container .side-by-side .cover-image { position: relative; min-height: 250px; } .account.default.user-profile.impact-profile .container .side-by-side .cover-image .centered-overlay { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } @media only screen and (max-width: 641px) { .account.default.user-profile.impact-profile .container .side-by-side .cover-image { order: 1; } } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .side-by-side .cover-image { min-height: 400px; } } .account.default.user-profile.impact-profile .container .side-by-side .cover-image span.cw-icon-play { font-size: 30px; margin-left: 5px; } .account.default.user-profile.impact-profile .container .black-pimp-text, .account.default.user-profile.impact-profile .container .black-pimp-text a { color: #333232; } .account.default.user-profile.impact-profile .container .white-pimp-text, .account.default.user-profile.impact-profile .container .white-pimp-text a { color: #fff; } .account.default.user-profile.impact-profile .container .impact { width: 100%; padding: 60px 0; } .account.default.user-profile.impact-profile .container .impact .impact-items { max-width: 980px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .impact .impact-items { flex-direction: row; } } .account.default.user-profile.impact-profile .container .impact .impact-items .item { margin: 40px 20px 0; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .impact .impact-items .item { margin: 0 20px; } } .account.default.user-profile.impact-profile .container .impact .impact-items .item:first-child { margin-top: 0; } .account.default.user-profile.impact-profile .container .impact .impact-items .item .icon { min-height: 76px; display: flex; align-items: center; flex-direction: row; justify-content: center; margin-bottom: 20px; } .account.default.user-profile.impact-profile .container .impact .impact-items .item h2 { color: #333232; } .account.default.user-profile.impact-profile .container .second-spring-cta { border: 1px solid #dfdfd7; } .account.default.user-profile.impact-profile .container .second-spring-cta .large-8 { margin-bottom: 20px; padding-left: 20px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.impact-profile .container .second-spring-cta { padding: 40px; } .account.default.user-profile.impact-profile .container .second-spring-cta .large-8 { text-align: left; padding-left: 0; margin-bottom: 0; } .account.default.user-profile.impact-profile .container .second-spring-cta .large-4 { text-align: right; } } .account.default.user-profile.impact-profile .container .fundraising-activity { margin: 60px 20px; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .container .fundraising-activity { margin: 60px; } } .account.default.user-profile.impact-profile .container .fundraising-activity .section-header { text-transform: uppercase; max-width: 980px; text-align: left; padding-bottom: 30px; border-bottom: 1px solid #dfdfd7; margin: 0 auto 20px; letter-spacing: 1px; } .account.default.user-profile.impact-profile .spring-logo { height: 77px; width: 77px; } .account.default.user-profile.impact-profile .edit-link { margin-top: 20px; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .edit-link { margin-top: 0; position: absolute; top: 20px; right: 20px; } } .account.default.user-profile.impact-profile .edit-link span { padding-right: 8px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-form { display: flex; flex-direction: column; height: 100%; } .account.default.user-profile.impact-profile .form-container { padding-bottom: 58px; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .form-container { padding-bottom: 0; } } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .modal-inner { padding: 0 0 100px; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .modal-inner { padding: 0; } } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .modal-close { display: none; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .modal-title { margin: -20px -20px 20px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .photo input[type="file"] { position: absolute; opacity: 0; top: 0; left: 0; width: 0; height: 0; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .photo .change-link { background-color: rgba(0, 0, 0, 0.75); position: absolute; top: 10px; right: 10px; letter-spacing: 1.5px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .photo .change-link .icn { padding-right: 7px; font-size: 13px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview { height: 260px; width: 100%; position: relative; background: #fff; background-size: cover; background-position: 50%; overflow: hidden; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview.loading img { display: none; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview.loading:after { content: ""; background-image: url(/packs/media/images/icons/loading-67f11ff18ca227dd4eca45c63e090376.gif); background-size: contain; height: 60px; width: 60px; top: 100px; left: calc(50% - 30px); z-index: 9999; position: absolute; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview input[type="range"] { background: transparent; width: calc(100% - 40px); position: absolute; top: 224px; left: 20px; padding: 0; outline: none; z-index: 999; -webkit-appearance: none; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview input[type="range"]::-webkit-slider-runnable-track { background: rgba(0, 0, 0, 0.6); border-radius: 10px; outline: none; height: 16px; cursor: pointer; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview input[type="range"]::-webkit-slider-thumb { border: 0; height: 16px; width: 16px; border-radius: 50%; background: #fff; cursor: pointer; -webkit-appearance: none; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview input[type="range"]::-moz-range-track { background: rgba(0, 0, 0, 0.6); border-radius: 10px; outline: none; height: 16px; cursor: pointer; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview input[type="range"]::-moz-range-thumb { border: 0; height: 16px; width: 16px; border-radius: 50%; background: #fff; cursor: pointer; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview input[type="range"]::-moz-focus-outer { border: 0; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview input[type="range"]::-ms-track { height: 16px; background: transparent; color: transparent; border-color: transparent; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview input[type="range"]::-ms-fill-lower { background: rgba(0, 0, 0, 0.6); border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview input[type="range"]::-ms-fill-upper { background: rgba(0, 0, 0, 0.6); border-top-right-radius: 10px; border-bottom-right-radius: 10px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .preview input[type="range"]::-ms-thumb { border: 0; height: 16px; width: 16px; border-radius: 50%; background: #fff; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .bio-textarea-wrapper { position: relative; margin: 0 10px 17px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal textarea { overflow: scroll; resize: none; padding: 10px 13px; background-color: transparent; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal textarea::-webkit-scrollbar { display: none; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .character-count { position: absolute; bottom: 6px; right: 6px; font-size: 13px; padding: 2px 7px; border-radius: 4px; background-color: #f4f5f0; min-width: 34px; color: #9b9b94; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .character-count.over-limit { color: #fa575d; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .social-share-link-editor { list-style: none; padding-left: 0; margin-left: 10px; margin-right: 10px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .social-share-link-editor .social-share-link-item { margin-bottom: 16px; display: flex; flex-wrap: wrap; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .social-share-link-editor select { display: inline-block; border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; width: 36%; min-width: 110px; max-width: 119px; background-position: 92%; line-height: 1.45em; order: 1; } @media only screen and (min-width: 1025px) { .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .social-share-link-editor select { width: 119px; } } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .social-share-link-editor input { display: inline-block; border-top-left-radius: 0; border-bottom-left-radius: 0; flex-basis: 120px; flex-grow: 1; order: 2; } @media only screen and (min-width: 1025px) { .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .social-share-link-editor input { max-width: 394px; } } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .social-share-link-editor .remove-social-share-link { display: inline-block; text-align: right; padding-top: 14px; width: 10%; max-width: 26px; color: #c1c1ba; order: 3; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .social-share-link-editor ul { width: 100%; page-break-before: always; order: 4; margin-top: 5px; } @media only screen and (max-width: 641px) { .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .social-share-link-editor .hidden-for-small { display: none; } } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .switch-wrapper { display: block; background-color: #f7f7f7; text-align: left; border: 1px solid #dfdfd7; border-radius: 3px; padding: 10px 6px; margin-right: 10px; margin-left: 10px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .hide-donation-amount-state { font-weight: 500; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .hide-donation-amount-state.hide-donation-amount-off { color: #9b9b94; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .color-chooser { background-color: #fff; border: 1px solid #dfdfd7; padding: 0; margin-bottom: 10px; border-radius: 4px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .color-chooser:after { clear: both; content: ""; display: table; } } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .color-chooser > div:after { clear: both; content: ""; display: table; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .color-chooser span { cursor: pointer; height: 52px; width: 52px; border-radius: 4px; display: block; line-height: 55px; float: left; margin-right: 10px; margin-bottom: 12px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .text-color-chooser { border-bottom: 1px solid #dfdfd7; border-top: 1px solid #dfdfd7; } @media only screen and (min-width: 1025px) { .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .text-color-chooser { border-bottom: 0; border-right: 1px solid #dfdfd7; border-bottom-left-radius: 4px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .text-color-chooser span:last-child { margin-right: 0; } } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .accent-color-chooser, .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .text-color-chooser { background-color: #f7f7f7; padding: 15px 15px 3px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .accent-color-chooser, .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .text-color-chooser { float: left; padding-left: 10px; padding-right: 10px; } } @media only screen and (min-width: 1025px) { .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .accent-color-chooser { border-top: 1px solid #dfdfd7; border-bottom-right-radius: 4px; } } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .example-paragraph-wrapper { margin-top: 10px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .example-paragraph { padding: 20px; margin: 10px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .custom-color-wrapper { float: left; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .custom-color-input { height: 52px; margin-left: 0; padding-left: 10px; border-style: solid; border-width: 1px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; font-size: 16px; float: left; width: 186px; outline-style: none; } @media only screen and (min-width: 641px) { .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .custom-color-input { width: 228px; } } @media only screen and (min-width: 1025px) { .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .custom-color-input { width: 103px; } } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .custom-color-input::-moz-placeholder { color: #c1c1ba; font-weight: 100; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .custom-color-input:-ms-input-placeholder { color: #c1c1ba; font-weight: 100; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .custom-color-input::placeholder { color: #c1c1ba; font-weight: 100; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .accent-color-chooser .custom-color { margin-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .cw-icon-ok, .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .cw-icon-plus { color: #fff; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .cw-icon-plus { font-size: 16px; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .color-ffffff { border: 1px solid #dfdfd7; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal .color-ffffff .cw-icon-ok { color: #333232; } .account.default.user-profile.impact-profile .edit-premium-impact-profile-modal h5 { text-align: left; font-size: 12px; font-weight: 400; text-transform: uppercase; color: #9b9b94; } .account.default.user-profile.impact-profile .transformer-tabs .active a { color: #333232; } @media (-ms-high-contrast: active), (-ms-high-contrast: none) { .account.default.user-profile.impact-profile .campaigns, .account.default.user-profile.impact-profile .individual-campaign { display: block; } .account.default.user-profile.impact-profile .cards { justify-content: flex-start; margin-left: -20px; } .account.default.user-profile.impact-profile .card { margin-left: 20px; } } @supports (-ms-accelerator: true) { .account.default.user-profile.impact-profile .campaigns, .account.default.user-profile.impact-profile .individual-campaign { display: unset; } .account.default.user-profile.impact-profile .cards { justify-content: unset; margin-left: unset; } .account.default.user-profile.impact-profile .card { margin-left: unset; } } .account.user-profile .leaderboard .leaderboard-header .notch, .team-page .leaderboard .leaderboard-header .notch { content: ""; width: 0; height: 0; border: 10px solid transparent; border-top-color: #fffbf0; position: absolute; left: calc(50% - 10px); bottom: -20px; } .account.user-profile .leaderboard .leaderboard-header .border-notch, .team-page .leaderboard .leaderboard-header .border-notch { border-top-color: #dfdfd7; bottom: -21px; } .account.user-profile .leaderboard .current-user-standing .cw-icon-star:before, .team-page .leaderboard .current-user-standing .cw-icon-star:before { color: #ffca0a; } .account.user-profile .leaderboard .current-user-standing.private-lifetime-impact, .team-page .leaderboard .current-user-standing.private-lifetime-impact { background: repeating-linear-gradient( 45deg, #dfdfd7, #dfdfd7 1px, #fff 0, #fff 8px ); } .account.user-profile .leaderboard .leaderboard-content, .team-page .leaderboard .leaderboard-content { max-height: 300px; } .account.user-profile .leaderboard .leaderboard-content .infinite-item, .team-page .leaderboard .leaderboard-content .infinite-item { padding-top: 5px; padding-bottom: 5px; } .account.user-profile .leaderboard .leaderboard-content .infinite-item .index, .team-page .leaderboard .leaderboard-content .infinite-item .index { width: 30px; } .account.user-profile .leaderboard .leaderboard-content .infinite-item img, .team-page .leaderboard .leaderboard-content .infinite-item img { border-radius: 4px; } .account.user-profile .leaderboard .leaderboard-content .infinite-item .avatar-initial, .team-page .leaderboard .leaderboard-content .infinite-item .avatar-initial { width: 40px; height: 40px; line-height: 40px; font-size: 20px; min-width: 40px; } .account.user-profile .leaderboard .leaderboard-content .infinite-item .campaign-info .cw-icon-loop:before, .account.user-profile .leaderboard .leaderboard-content .infinite-item .user-info .cw-icon-loop:before, .team-page .leaderboard .leaderboard-content .infinite-item .campaign-info .cw-icon-loop:before, .team-page .leaderboard .leaderboard-content .infinite-item .user-info .cw-icon-loop:before { color: #ffca0a; font-size: 14px; margin-right: 5px; } .account.user-profile .leaderboard .leaderboard-content .infinite-item .campaign-info .amount-raised, .account.user-profile .leaderboard .leaderboard-content .infinite-item .user-info .amount-raised, .team-page .leaderboard .leaderboard-content .infinite-item .campaign-info .amount-raised, .team-page .leaderboard .leaderboard-content .infinite-item .user-info .amount-raised { font-size: 12px; } .account.default.user-profile.private .explore-panel .impact-label, .account.default.user-profile.private .lifetime-impact .impact-label { font-size: 0.6rem; } .account.default.user-profile.private .explore-panel .people-served p, .account.default.user-profile.private .explore-panel .referrals p, .account.default.user-profile.private .explore-panel .total p, .account.default.user-profile.private .lifetime-impact .people-served p, .account.default.user-profile.private .lifetime-impact .referrals p, .account.default.user-profile.private .lifetime-impact .total p { font-family: kazimir, sans-serif; } .account.default.user-profile.private .explore-panel .total p:first-letter, .account.default.user-profile.private .lifetime-impact .total p:first-letter { font-size: 14px; vertical-align: text-top; float: none; } .account.default.user-profile.private .explore-panel .total p .cw-icon-caret-up, .account.default.user-profile.private .lifetime-impact .total p .cw-icon-caret-up { margin-right: 5px; } .account.default.user-profile.private .explore-panel .monthly-impact, .account.default.user-profile.private .lifetime-impact .monthly-impact { font-family: Proxima Nova, sans-serif; } .account.default.user-profile.private .li-explanation-video-modal .offset-close-button { line-height: 0.6em; right: 5px !important; top: 5px !important; padding: 5px; } .account.default.user-profile.private .li-explanation-video .offset-close-button { line-height: 0.7em; right: -5px !important; top: -10px !important; padding: 5px; } .account.default.user-profile.private .li-explanation-video h1 { font-family: kazimir, sans-serif; } .account.default.user-profile.private .social-share-modal .side-by-side { margin-left: 0; } @media only screen and (min-width: 641px) { .account.default.user-profile.private .social-share-modal .side-by-side { margin-left: -15%; } } .account.default.user-profile.private .lifetime-impact-country-switcher ul, .account.default.user-profile.private .lifetime-impact-privacy-toggle ul { margin-top: 0.7em; } .account.default.user-profile.private .lifetime-impact-country-switcher ul:before, .account.default.user-profile.private .lifetime-impact-privacy-toggle ul:before { content: ""; display: block; position: absolute; left: 62%; bottom: 100%; width: 0; height: 0; border: 10px solid transparent; border-bottom-color: #dfdfd7; } .account.default.user-profile.private .lifetime-impact-country-switcher ul:after, .account.default.user-profile.private .lifetime-impact-privacy-toggle ul:after { content: ""; display: block; position: absolute; left: calc(62% + 1px); bottom: 100%; width: 0; height: 0; border: 9px solid transparent; border-bottom-color: #fff; } .account.default.user-profile.private .lifetime-impact-country-switcher ul li .toggle-option, .account.default.user-profile.private .lifetime-impact-privacy-toggle ul li .toggle-option { font-size: 13px !important; letter-spacing: 0.1em; font-weight: 500; } .account.default.user-profile.private .lifetime-impact-country-switcher ul li .toggle-option-text, .account.default.user-profile.private .lifetime-impact-privacy-toggle ul li .toggle-option-text { font-size: 14px; line-height: 18px; } .account.default.user-profile.private .lifetime-impact-privacy-toggle { width: 130px; } .account.default.user-profile.private .lifetime-impact-privacy-toggle ul { width: 200%; left: -80%; } .account.default.user-profile.private .lifetime-impact-country-switcher ul { width: 350%; left: -175%; } .account.default.user-profile.private .lifetime-impact-country-switcher ul .label-cont:not(.selected) { filter: grayscale(100%); opacity: 0.5; } .account.default.user-profile.private .explore-panel .cw-icon-remove { top: 5px; right: 10px; } .account.default.user-profile.private .explore-panel .explore-intro { min-height: 60%; } .account.default.user-profile.private .explore-panel .impact-stats { min-height: 40%; } .account.default.user-profile.private .explore-panel .new-impact-stats { opacity: 0; } .account.default.user-profile.private .explore-panel .new-impact-stats sup { vertical-align: sub; } .account.default.user-profile.private .explore-panel .referral-or-slider-container { height: 72px; overflow: hidden; } .account.default.user-profile.private .explore-panel .referral-or-slider-container .referral-intro-text { z-index: 10; } .account.default.user-profile.private .explore-panel .slider { z-index: 0; opacity: 0; height: 0; } .account.default.user-profile.private .explore-panel .rc-slider-handle:active { box-shadow: none; cursor: pointer; width: 20px; height: 20px; } .account.default.user-profile.private .explore-panel .clipboard-button .btn.tooltipped:before { bottom: 9px; } .account.default.user-profile.private .explore-panel .clipboard-button .btn.tooltipped:after { margin-top: -10px !important; } .account.default.user-profile.private .lifetime-impact-graph .recharts-responsive-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .account.default.user-profile.private .lifetime-impact-graph .recharts-wrapper { transform: translate(12px, 10px); } .account.default.user-profile.private .lifetime-impact-graph .recharts-wrapper .impact-tooltip { border-radius: 2px; background-color: #71716c; padding: 10px; text-align: center; position: relative; } .account.default.user-profile.private .lifetime-impact-graph .recharts-wrapper .impact-tooltip p { font-size: 14px !important; font-weight: 400 !important; } .account.default.user-profile.private .lifetime-impact-graph .recharts-wrapper .impact-tooltip p span.total { font-size: 16px !important; padding-bottom: 5px; } .account.default.user-profile.private .lifetime-impact-graph .recharts-wrapper .impact-tooltip:after { content: " "; display: block; position: absolute; top: 100%; left: 50%; right: 5px; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #71716c; margin-left: -7px; } .my-projects .projects-in-progress { background-image: url(/packs/media/images/backgrounds/d2p-map-af98057bbc6663778765c9c64e6d4e45.png); background-size: cover; background-position: -525px -100px; border: 1px solid #dfdfd7; display: flex; flex-direction: row; justify-content: center; } @media only screen and (min-width: 1025px) { .my-projects .projects-in-progress { border-radius: 4px; } } .my-projects .projects-in-progress .text-info { max-width: 555px; display: flex; flex-direction: column; padding: 0 20px; } @media only screen and (min-width: 1025px) { .my-projects .projects-in-progress .text-info { padding: 0; } } .my-projects .projects-in-progress .text-info h1 { text-transform: uppercase; } .my-projects .projects-in-progress .text-info a { color: #333232; } .my-projects .pagination .current { background-color: #f4f5f0; } .my-projects .pagination-info { display: flex; justify-content: space-around; } .my-projects .pagination-info p { color: #9b9b94; font-size: 14px; font-style: italic; font-weight: lighter; } .my-projects .pagination-info b { font-weight: lighter; } @media only screen and (min-width: 1025px) { .my-projects:not(.impact-profile) .card { width: 48.5%; } } .my-projects .rig-card { align-items: center; display: flex; flex-direction: column; justify-content: flex-end; } .my-projects .rig-card .button { display: block; } .my-projects .full-width-container { width: 100%; } .my-projects .rig-image-container { margin: auto; max-width: 425px; } .my-projects .tracking-info-container { display: flex; flex-direction: column; } .my-projects .card-section, .my-projects .tracking-info-subsection:last-of-type { border-top: 1px solid #dfdfd7; } .my-projects .icon-wrapper { position: absolute; } .my-projects .tracking-info-wrapper { margin-left: 17px; } .profile-campaign-details .videoask-thumbnail .play-video { color: #333232; font-size: 24px; height: 51px; width: 51px; border-radius: 51px; } .profile-campaign-details .campaign-video-wrapper { background-color: #000; } .profile-campaign-details .campaign-video-wrapper div, .profile-campaign-details iframe, .profile-campaign-details video { width: 100%; height: 100%; } @media only screen and (max-width: 640px) { .profile-campaign-details .profile-video-container { height: 0; padding-bottom: 56.25%; position: relative; } .profile-campaign-details .profile-video-container iframe, .profile-campaign-details .profile-video-container video { position: absolute; top: 0; left: 0; } } @media only screen and (min-width: 641px) { .profile-layout-wrapper { display: grid; grid-template-columns: 60% 1fr; grid-gap: 20px; gap: 20px; } .profile-layout-wrapper.profile-donate-active { grid-template-rows: auto auto minmax(0, 1fr); grid-template-areas: "activity-feed sidebar-block-1" "activity-feed sidebar-block-2" "activity-feed sidebar-block-3"; } .profile-layout-wrapper.profile-donate-active .non-campaign-donate-form { grid-area: sidebar-block-1; margin-top: -40px; } .profile-layout-wrapper.profile-donate-active .profile-hundred-percent-wrapper { grid-area: sidebar-block-2; } .profile-layout-wrapper.profile-donate-active .impact { grid-area: sidebar-block-3; } .profile-layout-wrapper.impact-map-wrapper { grid-template-areas: "impact-map impact-map" "activity-feed sidebar-block-1" "activity-feed sidebar-block-2" "activity-feed sidebar-block-3"; } .profile-layout-wrapper.impact-map-wrapper .impact-map { grid-area: impact-map; margin-top: -80px; } .profile-layout-wrapper.impact-map-wrapper .impact-map .map-container { margin: 0; padding-bottom: 40px; } .profile-layout-wrapper.impact-map-wrapper .impact-map .impact-map-sidebar:after { content: ""; border-top: 1px solid #dfdfd7; position: absolute; width: 100%; height: 75%; left: 0; bottom: 0; background: #f7f7f7; z-index: -1; } .profile-layout-wrapper.impact-map-wrapper .non-campaign-donate-form { margin-top: 0; } .profile-layout-wrapper.profile-campaign-active { grid-template-rows: auto auto auto minmax(0, 1fr); grid-template-areas: "profile-top-bar profile-top-bar" "activity-feed sidebar-block-1" "activity-feed sidebar-block-2" "activity-feed sidebar-block-3"; } .profile-layout-wrapper.profile-campaign-active .profile-campaign-social-share { grid-area: sidebar-block-1; } .profile-layout-wrapper.profile-campaign-active .profile-hundred-percent-wrapper { grid-area: sidebar-block-2; } .profile-layout-wrapper.profile-campaign-active .impact { grid-area: sidebar-block-3; } .profile-activity-feed-container { grid-area: activity-feed; padding-right: 20px; } .campaign-donate-form { grid-area: profile-top-bar; margin-top: -40px; } } @media only screen and (max-width: 641px), only screen and (min-width: 641px) and (max-width: 1025px) { .account.default.user-profile .module { border-radius: 0; } } @media only screen and (min-width: 1025px) { .account.default.user-profile .module { width: auto; margin-left: 0; } } .account.default.user-profile .module .content { text-align: left; padding-left: 20px; } @media only screen and (min-width: 1025px) { .account.default.user-profile .module .content { padding-left: 0; } } .account.default.user-profile .module h1 { margin-bottom: 0; } .account.default.user-profile .container { display: block; text-align: center; padding-top: 78px; } @media only screen and (min-width: 1025px) { .account.default.user-profile .container { padding-top: 88px; } } @media only screen and (max-width: 641px) { .account.default.user-profile .container.membership .history p { margin-right: 0; } } .account.default.user-profile .profile-header .avatar-initial, .account.default.user-profile .profile-header img.avatar { line-height: 90px; width: 90px; height: 90px; margin: 0 auto; border-radius: 15px; font-size: 36px; } @media only screen and (min-width: 1025px) { .account.default.user-profile .profile-header .avatar-initial, .account.default.user-profile .profile-header img.avatar { margin: 0 22px 0 0; float: left; } } .account.default.user-profile .profile-header .profile-header-text { text-align: center; } .account.default.user-profile .profile-header .profile-header-text h1 { margin: 20px 0 0; font-size: 22px; line-height: 31px; } @media only screen and (min-width: 1025px) { .account.default.user-profile .profile-header .profile-header-text h1 { margin: 0; line-height: 34px; font-size: 24px; } } .account.default.user-profile .profile-header .profile-header-text p { color: #71716c; line-height: 20px; margin: 10px 0 0; font-size: 16px; } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .account.default.user-profile .profile-header .profile-header-text p { margin: 5px 0 0; } } .account.default.user-profile .profile-header .profile-header-text p span.joined-on { color: #1080b9; font-weight: 500; } .account.default.user-profile .profile-header .profile-header-text p span.bullet { color: #9b9b94; padding: 0 10px; display: none; } .account.default.user-profile .profile-header .profile-header-text p span.location { display: none; } @media only screen and (min-width: 1025px) { .account.default.user-profile .profile-header .profile-header-text { display: flex; justify-content: center; flex-direction: column; height: 90px; text-align: left; } } .account.default.user-profile .profile-header .profile-link { margin: 20px 0 0; text-align: center; } .account.default.user-profile .profile-header .profile-link a { font-size: 14px; } @media only screen and (min-width: 1025px) { .account.default.user-profile .profile-header .profile-link { display: flex; justify-content: center; flex-direction: column; align-items: flex-end; height: 90px; margin: 0; } } .account.default.user-profile .d2p-module { text-align: center; margin-bottom: 10px; } .account.default.user-profile .d2p-module .reporting-information { background: url(/packs/media/images/backgrounds/d2p-map-af98057bbc6663778765c9c64e6d4e45.png) no-repeat; background-size: cover; background-position: 50%; padding-top: 67px; padding-bottom: 80px; } .account.default.user-profile .d2p-module .reporting-information h1 { font-weight: 700; text-transform: uppercase; letter-spacing: 1px; text-align: center; margin: 0 auto; line-height: 17px; } .account.default.user-profile .d2p-module .reporting-information p { margin: 5px auto 20px; width: 77%; } @media only screen and (min-width: 641px) and (max-width: 1025px), only screen and (min-width: 1025px) { .account.default.user-profile .d2p-module .reporting-information p { width: 65%; } } @media only screen and (max-width: 641px) { .account.default.user-profile .d2p-module .reporting-information { width: 100vw; margin-left: calc(-50vw - -50%); } } @media only screen and (min-width: 641px) and (max-width: 1025px), only screen and (min-width: 1025px) { .account.default.user-profile .d2p-module .reporting-information { padding-bottom: 134px; margin-top: 23px; margin-bottom: 16px; background-size: contain; } } .account.default.user-profile .individual-campaign, .account.default.user-profile .team-campaign { border-top: 1px solid #dfdfd7; display: flex; flex-direction: column; align-items: center; } .account.default.user-profile .individual-campaign:first-child, .account.default.user-profile .team-campaign:first-child { border: 0; } @media only screen and (min-width: 641px) and (max-width: 1025px), only screen and (min-width: 1025px) { .account.default.user-profile .individual-campaign, .account.default.user-profile .team-campaign { flex-direction: row; } } .account.default.user-profile .individual-campaign .campaign-contributions, .account.default.user-profile .individual-campaign .campaign-details, .account.default.user-profile .individual-campaign .campaign-image, .account.default.user-profile .team-campaign .campaign-contributions, .account.default.user-profile .team-campaign .campaign-details, .account.default.user-profile .team-campaign .campaign-image { width: 100%; } @media only screen and (min-width: 641px) and (max-width: 1025px), only screen and (min-width: 1025px) { .account.default.user-profile .individual-campaign .campaign-contributions, .account.default.user-profile .individual-campaign .campaign-details, .account.default.user-profile .individual-campaign .campaign-image, .account.default.user-profile .team-campaign .campaign-contributions, .account.default.user-profile .team-campaign .campaign-details, .account.default.user-profile .team-campaign .campaign-image { width: auto; } } .account.default.user-profile .individual-campaign .campaign-image, .account.default.user-profile .team-campaign .campaign-image { order: 1; } .account.default.user-profile .individual-campaign .campaign-image div, .account.default.user-profile .team-campaign .campaign-image div { height: 110px; background-size: cover; background-position: 50%; } @media only screen and (min-width: 641px) and (max-width: 1025px), only screen and (min-width: 1025px) { .account.default.user-profile .individual-campaign .campaign-image div, .account.default.user-profile .team-campaign .campaign-image div { height: 102px; } } .account.default.user-profile .individual-campaign .campaign-details, .account.default.user-profile .team-campaign .campaign-details { order: 2; } .account.default.user-profile .individual-campaign .campaign-details h5, .account.default.user-profile .team-campaign .campaign-details h5 { color: #333232; line-height: 22px; margin: 0 0 5px; } .account.default.user-profile .individual-campaign .campaign-details h5 a, .account.default.user-profile .team-campaign .campaign-details h5 a { font-size: inherit; color: inherit; text-decoration: none; } .account.default.user-profile .individual-campaign .campaign-details p, .account.default.user-profile .team-campaign .campaign-details p { margin: 0; line-height: 20px; } .account.default.user-profile .individual-campaign .campaign-details p.closed-campaign, .account.default.user-profile .team-campaign .campaign-details p.closed-campaign { color: #71716c; } .account.default.user-profile .individual-campaign .campaign-details p.closed-campaign, .account.default.user-profile .individual-campaign .campaign-details p.team-text, .account.default.user-profile .team-campaign .campaign-details p.closed-campaign, .account.default.user-profile .team-campaign .campaign-details p.team-text { margin: 0; } .account.default.user-profile .individual-campaign .campaign-contributions, .account.default.user-profile .team-campaign .campaign-contributions { order: 3; color: #14a947; flex-grow: 1; text-align: left; } .account.default.user-profile .individual-campaign .campaign-contributions p, .account.default.user-profile .team-campaign .campaign-contributions p { margin: 0; } .account.default.user-profile .individual-campaign .campaign-contributions .members, .account.default.user-profile .team-campaign .campaign-contributions .members { line-height: 17px; font-size: 12px; color: #9b9b94; } .account.default.user-profile .individual-campaign .campaign-contributions .members i, .account.default.user-profile .team-campaign .campaign-contributions .members i { margin-right: 5px; } @media only screen and (min-width: 641px) and (max-width: 1025px), only screen and (min-width: 1025px) { .account.default.user-profile .individual-campaign .campaign-contributions, .account.default.user-profile .team-campaign .campaign-contributions { text-align: right; margin-top: 0; } } .account.default.user-profile .individual-campaign .campaign-raised, .account.default.user-profile .team-campaign .campaign-raised { width: 100%; } .account.default.user-profile .campaigns .individual-campaign.closed .campaign-details h1.h70, .account.default.user-profile .campaigns .team-campaign .campaign-details h1.h70 { font-weight: 400; } .account.default.user-profile .campaigns .individual-campaign.closed .campaign-details .team-text, .account.default.user-profile .campaigns .team-campaign .campaign-details .team-text { font-size: 12px; color: #9b9b94; } .account.default.user-profile .campaigns .individual-campaign.closed .campaign-contributions p.p30, .account.default.user-profile .campaigns .team-campaign .campaign-contributions p.p30 { color: #333232; } .account.default.user-profile .campaigns .individual-campaign.closed h1, .account.default.user-profile .campaigns .team-campaign.closed h1 { margin: 0; } .account.default.user-profile .campaigns .campaign-raised { width: 100%; display: flex; flex-direction: row; align-items: stretch; flex-wrap: wrap; } @media only screen and (min-width: 641px) and (max-width: 1025px), only screen and (min-width: 1025px) { .account.default.user-profile .campaigns .campaign-raised { flex-wrap: nowrap; } } .account.default.user-profile .campaigns .campaign-raised span { color: #c1c1ba; font-size: 10px; display: inline-block; width: 100%; font-weight: 500; } .account.default.user-profile .campaigns .campaign-raised .direct, .account.default.user-profile .campaigns .campaign-raised .team-raised, .account.default.user-profile .campaigns .campaign-raised .total { border-top: 1px solid #dfdfd7; flex-grow: 1; } .account.default.user-profile .campaigns .campaign-raised .direct p, .account.default.user-profile .campaigns .campaign-raised .team-raised p, .account.default.user-profile .campaigns .campaign-raised .total p { margin: 0; color: #000; } @media only screen and (min-width: 641px) and (max-width: 1025px), only screen and (min-width: 1025px) { .account.default.user-profile .campaigns .campaign-raised .direct p, .account.default.user-profile .campaigns .campaign-raised .team-raised p, .account.default.user-profile .campaigns .campaign-raised .total p { line-height: 16px; } } .account.default.user-profile .campaigns .campaign-raised .team-raised, .account.default.user-profile .campaigns .campaign-raised .total { border-right: 1px solid #dfdfd7; } .account.default.user-profile .campaigns .campaign-raised .total { flex-basis: 100%; border-right-style: none; } @media only screen and (min-width: 641px) and (max-width: 1025px), only screen and (min-width: 1025px) { .account.default.user-profile .campaigns .campaign-raised .total { flex-basis: 152px; max-width: 152px; border-right: 1px solid #dfdfd7; } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .account.default.user-profile .campaigns .campaign-raised .direct, .account.default.user-profile .campaigns .campaign-raised .team-raised, .account.default.user-profile .campaigns .campaign-raised .total { max-width: none; } } @media only screen and (min-width: 1025px) { .account.default.user-profile .campaigns .campaign-raised .direct, .account.default.user-profile .campaigns .campaign-raised .team-raised { max-width: 176px; } } .account.default.user-profile .campaigns .campaign-raised .direct { padding: 15px 20px; } .account.default.user-profile .text-strong-heading { font-weight: 500; text-transform: uppercase; letter-spacing: 1px; } .account.default.user-profile .module h2 { margin-bottom: 0; } .account.default.user-profile .module h2:focus { outline: none; } .account.default.user-profile footer { margin-top: 0; } .account.default.user-profile .account-donate-block .bolt-circle { width: 20px; height: 20px; border-radius: 50%; } .account.default.user-profile .account-donate-block .bolt-circle .bolt { width: 12px; height: 12px; background-image: url(/packs/media/images/icons/bolt-ed9f6fc82fc87f3591a1011c8e6aeb75.svg); } .account.default.user-profile .account-donate-block sup { font-size: 14px; margin-right: 3px; transform: translateY(-7px); display: inline-block; } .has-campaign-modal-bg .modal-inner { background: url(/packs/media/images/campaigns/campaign-modal-bg-06d0ddd464fc6c0375d061d58a228d1c.png) no-repeat #fff top; background-size: 100%; } .account.default.user-profile.private .module.impact { border-radius: 4px 4px 0 0; } .account.default.user-profile.private .module.impact .impact-wrapper { display: flex; flex-direction: row; min-height: 507px; } .account.default.user-profile.private .module.impact .impact-wrapper .graph.shift-left, .account.default.user-profile.private .module.impact .impact-wrapper .portrait.shift-left { transform: translateX(-580px); z-index: 20; opacity: 0; } .account.default.user-profile.private .module.impact .impact-wrapper .graph.shift-left.fade-in, .account.default.user-profile.private .module.impact .impact-wrapper .portrait.shift-left.fade-in { opacity: 1; transition: opacity 0.5s ease-in; } .account.default.user-profile.private .module.impact .impact-wrapper .graph { background-color: transparent; position: relative; width: 100%; } @media only screen and (min-width: 1025px) { .account.default.user-profile.private .module.impact .impact-wrapper .graph { max-width: 530px; width: 55vw; } } .account.default.user-profile.private .module.impact .impact-wrapper .graph .quote { display: none; } @media only screen and (min-width: 1025px) { .account.default.user-profile.private .module.impact .impact-wrapper .graph .quote { display: block; } } .account.default.user-profile.private .module.impact .impact-wrapper .portrait { overflow: hidden; position: relative; } .account.default.user-profile.private .module.impact .impact-wrapper .portrait .overlay { content: ""; position: relative; opacity: 1; background-color: transparent; border-bottom-right-radius: 4px; } .account.default.user-profile.private .module.impact .impact-wrapper .portrait .overlay video { display: none; } @media only screen and (min-width: 641px) { .account.default.user-profile.private .module.impact .impact-wrapper .portrait .overlay video { display: block; height: 80vw; max-height: 780px; } } .account.default.user-profile.private .module.impact .impact-wrapper .sly-quiz-content { transform: translateX(100%); } .account.default.user-profile.private .module.impact .impact-wrapper .sly-quiz-content p { margin: 0; } .account.default.user-profile.private .module.impact .impact-wrapper .sly-quiz-content .profile-panel { border-width: 0; } .account.default.user-profile.private .module.impact .impact-wrapper .results { width: 580px; opacity: 0; border-radius: 4px; z-index: -10; } .account.default.user-profile.private .module.impact .impact-wrapper .results .user-avatar-image { width: 110px; border-radius: 50%; margin-right: -190px; } .account.default.user-profile.private .module.impact .impact-wrapper .results a i { font-size: 11px; } .account.default.user-profile.private .module.impact .impact-wrapper .results a.facebook { background-color: #3b5998; } .account.default.user-profile.private .module.impact .impact-wrapper .results a.go-back, .account.default.user-profile.private .module.impact .impact-wrapper .results a.retake-quiz { font-size: 15px; } .account.default.user-profile.private .module.impact .impact-wrapper .results a.retake-quiz { letter-spacing: 2px; } .account.default.user-profile.private .module.impact .impact-wrapper .back-button { width: 398px; height: 80px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0, transparent); top: -100px; left: -398px; padding-top: 15px; } .account.default.user-profile.private .module.impact .impact-wrapper .back-button span { padding-right: 8px; font-size: 11px; } .account.default.user-profile.private .module.impact .impact-wrapper .more-options, .account.default.user-profile.private .module.impact .impact-wrapper .update-portrait { display: none; } @media only screen and (min-width: 641px) { .account.default.user-profile.private .module.impact .impact-wrapper .more-options, .account.default.user-profile.private .module.impact .impact-wrapper .update-portrait { display: inline-block; background-color: rgba(0, 0, 0, 0.5); padding: 18px 20px; text-transform: uppercase; color: #fff; font-size: 12px; letter-spacing: 0.5px; transition: all 0.15s; } .account.default.user-profile.private .module.impact .impact-wrapper .more-options:hover, .account.default.user-profile.private .module.impact .impact-wrapper .update-portrait:hover { background-color: rgba(0, 0, 0, 0.7); transition: all 0.15s; } } @media only screen and (min-width: 641px) { .account.default.user-profile.private .module.impact .impact-wrapper .more-options { right: 10px; } } .account.default.user-profile.private .module.impact .more-options-menu { display: inline-block; right: 0; } @media only screen and (min-width: 1025px) { .account.default.user-profile.private .module.impact .more-options-menu { right: 47px; transform: translateX(50%); } } .account.default.user-profile.private .module.impact .more-options-menu ul { margin-top: -3px; background-color: rgba(0, 0, 0, 0.4); } .account.default.user-profile.private .module.impact .more-options-menu ul:before { height: 0; width: 0; border-bottom: 12.5px solid rgba(0, 0, 0, 0.4); border-left: 12.5px solid transparent; border-right: 12.5px solid transparent; top: -9px; right: 20px; transform: translate(-50%, -54%); position: absolute; display: block; content: ""; } @media only screen and (min-width: 1025px) { .account.default.user-profile.private .module.impact .more-options-menu ul:before { right: auto; left: 50%; } } .account.default.user-profile.private .module.impact .more-options-menu li:hover { background-color: rgba(0, 0, 0, 0.3); transition: all 0.15s; } .account.default.user-profile.private .module.impact .more-options-menu a { text-decoration: none; text-transform: uppercase; } .account.default.user-profile.private .module.badges { border-top: 0; border-radius: 0 0 4px 4px; } .account.default.user-profile.private .module.badges .badge-wrapper { max-width: 130px; min-width: 130px; } .account.default.user-profile.private .module.badges .badge-wrapper img { max-height: 108px; } .account.default.user-profile.private .module.badges .badge-wrapper-overflow-spacer { min-width: 20px; } .account.default.user-profile.private .module.spring .header .title { position: relative; width: 100%; } .account.default.user-profile.private .module.spring .header .title .subscription-state { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #9064bf; color: #9064bf; line-height: 1; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 12px !important; letter-spacing: 0.9px !important; } .account.default.user-profile.private .module.spring .header .title .subscription-state i { margin-right: 5px; } .account.default.user-profile.private .module.spring .header .title .subscription-state.active { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #14a947; color: #14a947; } .account.default.user-profile.private .module.spring .header .title .subscription-state.active i { margin-right: 5px; } .account.default.user-profile.private .module.spring .header .title .subscription-state.skipped { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #71716c; color: #71716c; } .account.default.user-profile.private .module.spring .header .title .subscription-state.skipped i { margin-right: 5px; } .account.default.user-profile.private .module.spring .header .title .subscription-state.canceled, .account.default.user-profile.private .module.spring .header .title .subscription-state.failed_payment { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #fa575d; color: #fa575d; } .account.default.user-profile.private .module.spring .header .title .subscription-state.canceled i, .account.default.user-profile.private .module.spring .header .title .subscription-state.failed_payment i { margin-right: 5px; } .account.default.user-profile.private .module.spring .content { padding: 0; } .account.default.user-profile.private .module.spring .content .section, .account.default.user-profile.private .module.spring .content section { padding: 20px; border-top: 1px solid #dfdfd7; display: flex; flex-direction: row; align-items: center; } .account.default.user-profile.private .module.spring .content .section.no-top-border, .account.default.user-profile.private .module.spring .content section.no-top-border { border-top: 0; } .account.default.user-profile.private .module.spring .content .section.payment-method .plaid-update-form input[type="text"], .account.default.user-profile.private .module.spring .content section.payment-method .plaid-update-form input[type="text"] { margin-bottom: 16px; } .account.default.user-profile.private .module.spring .content .section.payment-method p, .account.default.user-profile.private .module.spring .content section.payment-method p { margin-top: 0; } .account.default.user-profile.private .module.spring .content .section .options, .account.default.user-profile.private .module.spring .content section .options { text-align: left; } .account.default.user-profile.private .module.spring .content .section .options p, .account.default.user-profile.private .module.spring .content section .options p { padding: 0; margin: 0 10px 0 0; } .account.default.user-profile.private .module.spring .content .section .options p.payment-info, .account.default.user-profile.private .module.spring .content section .options p.payment-info { margin-top: 10px; } .account.default.user-profile.private .module.spring .content .section .options p.payment-info .error, .account.default.user-profile.private .module.spring .content section .options p.payment-info .error { margin-top: 10px; color: #fa575d; } .account.default.user-profile.private .module.spring .content .section .monthly-amount sup, .account.default.user-profile.private .module.spring .content .section .subscription-amount sup, .account.default.user-profile.private .module.spring .content section .monthly-amount sup, .account.default.user-profile.private .module.spring .content section .subscription-amount sup { font-size: 16px; line-height: 35px; vertical-align: top; top: 0; } .account.default.user-profile.private .module.spring .content .section .monthly-amount span:after, .account.default.user-profile.private .module.spring .content .section .subscription-amount span:after, .account.default.user-profile.private .module.spring .content section .monthly-amount span:after, .account.default.user-profile.private .module.spring .content section .subscription-amount span:after { content: attr(data-end); font-size: 28px; } .account.default.user-profile.private .module.spring .content .section .monthly-amount .amount, .account.default.user-profile.private .module.spring .content .section .subscription-amount .amount, .account.default.user-profile.private .module.spring .content section .monthly-amount .amount, .account.default.user-profile.private .module.spring .content section .subscription-amount .amount { font-size: 42px; line-height: 1.1em; } .account.default.user-profile.private .module.spring .content .section .monthly-amount .text, .account.default.user-profile.private .module.spring .content .section .subscription-amount .text, .account.default.user-profile.private .module.spring .content section .monthly-amount .text, .account.default.user-profile.private .module.spring .content section .subscription-amount .text { font-size: 16px; } .account.default.user-profile.private .module.spring .content .section .link, .account.default.user-profile.private .module.spring .content section .link { margin-left: auto; } .account.default.user-profile.private .module.spring .content .section .link a, .account.default.user-profile.private .module.spring .content section .link a { text-transform: uppercase; font-size: 15px; vertical-align: middle; } .account.default.user-profile.private .module.spring .content .section { display: block; } .account.default.user-profile.private .module.spring .content .subscription-update section { border-top: 0; } .account.default.user-profile.private .module.spring .content .subscription-update .date-info { margin-bottom: 0; text-align: center; padding-top: 1em; } .account.default.user-profile.private .module.spring .content .subscription-update .change-payment-day-helper-text { margin-bottom: 20px; position: absolute; } .account.default.user-profile.private .module.spring .content .subscription-update .change-payment-day-submit-button { margin-bottom: 60px; } .account.default.user-profile.private .module.spring .content .subscription-payment-update .switch-from-wrapper { display: inline-block; margin-top: 10px; } .account.default.user-profile.private .module.spring .content .subscription-gift-aid section, .account.default.user-profile.private .module.spring .content .subscription-resume section { --tw-border-opacity: 1; border: solid rgba(223, 223, 215, var(--tw-border-opacity)); border-width: 0 0 1px; } .account.default.user-profile.private .module.spring .content .gift-aid-logo-wrapper { padding: 18px 5px; } .account.default.user-profile.private .module.spring .content .gift-aid-logo-wrapper img { max-width: 56px; } .account.default.user-profile.private .module.spring .content .subscription-cancel section, .account.default.user-profile.private .module.spring .content .subscription-change section { padding: 0; border: 0; } .account.default.user-profile.private .module.spring .content .subscription-tax-receipt { display: flex; flex-direction: row; } .account.default.user-profile.private .module.spring .content .subscription-tax-receipt .options { display: none; } @media only screen and (min-width: 641px) { .account.default.user-profile.private .module.spring .content .subscription-tax-receipt .options { width: 30%; display: flex; flex-direction: column; justify-content: center; } .account.default.user-profile.private .module.spring .content .subscription-tax-receipt .options .current-year-icon { height: 90px; } .account.default.user-profile.private .module.spring .content .subscription-tax-receipt .options .current-year-icon text { font-size: 0.5em; font-family: Proxima Nova, sans-serif; font-weight: 700; letter-spacing: 0.1em; } .account.default.user-profile.private .module.spring .content .subscription-tax-receipt .options .current-year-icon .current-year-outline { stroke: #000; stroke-width: 1.25%; } } .account.default.user-profile.private.prodash .module.spring .header .has-dropdown { position: relative; } .account.default.user-profile.private.prodash .module.spring .header .has-dropdown:before { content: ""; display: block; width: 80px; height: 30px; position: absolute; top: 0; right: 0; } .account.default.user-profile.private.prodash .module.spring .header .has-dropdown:hover .dropdown { display: block; } .account.default.user-profile.private.prodash .module.spring .header .dropdown { text-align: left; display: none; position: absolute; top: 20px; right: -15px; z-index: 100000; } .account.default.user-profile.private.prodash .module.spring .header .dropdown:hover { display: block; } .account.default.user-profile.private.prodash .module.spring .header .dropdown .dropdown-nub { position: absolute; top: -11px; right: 0; color: #fff; } .account.default.user-profile.private.prodash .module.spring .header .dropdown .dropdown-nub:after, .account.default.user-profile.private.prodash .module.spring .header .dropdown .dropdown-nub:before { content: ""; display: block; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; } .account.default.user-profile.private.prodash .module.spring .header .dropdown .dropdown-nub:before { top: 5px; right: 30px; border-bottom: 6px solid #fff; z-index: 100000; } .account.default.user-profile.private.prodash .module.spring .header .dropdown .dropdown-nub:after { top: 4px; right: 30px; border-bottom: 6px solid #dfdfd7; } .account.default.user-profile.private.prodash .module.spring .header .dropdown a { white-space: nowrap; font-size: 12px; text-transform: uppercase; letter-spacing: 0.9px; } .account.default.user-profile.private.prodash .module.spring .header .cw-icon-caret-down { top: 50%; position: absolute; right: 0; transform: translateY(-50%); font-size: 13px; } .account.default.user-profile.private.prodash .module.spring .spring-card { margin: 30px; background: linear-gradient(90deg, #15c496, #00ac7f); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25); border-radius: 4px; } .account.default.user-profile.private.prodash .module.spring .spring-card .spring-member-info { font-size: 12px; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .subscription-payment-update .options :first-child { color: #333232; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .subscription-payment-update .options .payment-info { font-size: 16px; color: #71716c; margin-top: 5px; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .subscription-payment-update .options .payment-info small { display: none; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .subscription-payment-update .options.opacity-25 { opacity: 1 !important; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .reactivate .adf-form-header { background-color: #fff; text-align: center !important; border: 0; padding-bottom: 0; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .reactivate .adf-form-header .text { font-size: 14px; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .reactivate .active-subscription { border: 0; margin-bottom: 0; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .reactivate .active-subscription .header { display: none; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .reactivate .active-subscription section { border: 0; padding: 0; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .reactivate .active-subscription .subscription-update { display: none; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .failed-payment-notice img, .account.default.user-profile.private.prodash .module.spring .spring-member-actions .increase-gift img, .account.default.user-profile.private.prodash .module.spring .spring-member-actions .switch-to-bank img { width: 70px; height: 70px; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .failed-payment-notice .text, .account.default.user-profile.private.prodash .module.spring .spring-member-actions .increase-gift .text, .account.default.user-profile.private.prodash .module.spring .spring-member-actions .switch-to-bank .text { font-size: 14px; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .failed-payment-notice .text a, .account.default.user-profile.private.prodash .module.spring .spring-member-actions .increase-gift .text a, .account.default.user-profile.private.prodash .module.spring .spring-member-actions .switch-to-bank .text a { color: #515151; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .skipped-notice .text { font-size: 14px; } .account.default.user-profile.private.prodash .module.spring .spring-member-actions .failed-payment-warning { font-size: 14px; color: #e2343a; border: 1px solid #e2343a; width: 17px; height: 17px; bottom: 3px; right: -20px; } .account.default.user-profile.private.prodash .module.spring .subscription-amount sup { font-size: 16px; line-height: 20px; vertical-align: top; top: 0; padding-right: 5px; font-family: Proxima Nova, sans-serif; } .account.default.user-profile.private.prodash .module.spring .subscription-amount span:after { content: attr(data-end); font-size: 16px; line-height: 20px; vertical-align: top; top: 0; font-family: Proxima Nova, sans-serif; } .account.default.user-profile.private.prodash .module.spring .subscription-amount .amount { font-size: 35px; line-height: 1.1em; } .account.default.user-profile.private.prodash .module.spring .subscription-amount .text { font-size: 14px; padding-left: 5px; } .account.default.user-profile.private.prodash .module.spring .next-payment-date { font-size: 16px; } .account.default.user-profile.private.prodash .module.gift-aid .gift-aid-logo-wrapper { padding: 18px 5px; } .account.default.user-profile.private.prodash .module.gift-aid .gift-aid-logo-wrapper img { max-width: 50px; } .account.default.user-profile.private.prodash .module.gift-aid .text { font-size: 14px; } .account.default.user-profile.private .change-membership-status-modal .modal-inner, .account.default.user-profile.private .reactivate-modal .modal-inner, .account.default.user-profile.private .resume-modal .modal-inner { padding-top: 26px; } .account.default.user-profile.private .change-membership-status-modal .modal-inner .modal-title, .account.default.user-profile.private .reactivate-modal .modal-inner .modal-title, .account.default.user-profile.private .resume-modal .modal-inner .modal-title { margin: -20px -40px 20px !important; } .account.default.user-profile.private .change-membership-status-modal .modal-inner .custom-check, .account.default.user-profile.private .reactivate-modal .modal-inner .custom-check, .account.default.user-profile.private .resume-modal .modal-inner .custom-check { margin: 16px 10px 16px 0; display: block; } .account.default.user-profile.private .change-membership-status-modal .modal-inner .custom-check input, .account.default.user-profile.private .change-membership-status-modal .modal-inner .custom-check label:before, .account.default.user-profile.private .reactivate-modal .modal-inner .custom-check input, .account.default.user-profile.private .reactivate-modal .modal-inner .custom-check label:before, .account.default.user-profile.private .resume-modal .modal-inner .custom-check input, .account.default.user-profile.private .resume-modal .modal-inner .custom-check label:before { width: 20px; height: 20px; } .account.default.user-profile.private .change-membership-status-modal .modal-inner .custom-check label, .account.default.user-profile.private .reactivate-modal .modal-inner .custom-check label, .account.default.user-profile.private .resume-modal .modal-inner .custom-check label { line-height: 20px; margin: 0 0 0 32px; } .account.default.user-profile.private .change-membership-status-modal .modal-inner .custom-check input[type="radio"]:checked + label:after, .account.default.user-profile.private .reactivate-modal .modal-inner .custom-check input[type="radio"]:checked + label:after, .account.default.user-profile.private .resume-modal .modal-inner .custom-check input[type="radio"]:checked + label:after { width: 10px; height: 10px; top: calc(50% - 5px); left: 5px; } @media only screen and (min-width: 641px) { .account.default.user-profile.private .change-membership-status-modal .modal-inner .custom-check, .account.default.user-profile.private .reactivate-modal .modal-inner .custom-check, .account.default.user-profile.private .resume-modal .modal-inner .custom-check { display: inline-block; } } .account.default.user-profile.private .change-membership-status-modal .modal-inner .nevermind, .account.default.user-profile.private .reactivate-modal .modal-inner .nevermind, .account.default.user-profile.private .resume-modal .modal-inner .nevermind { background-color: transparent; color: #9b9b94; padding-right: 0; } .account.default.user-profile.private .change-membership-status-modal a { font-size: 16px !important; } .account.default.user-profile.private .change-membership-status-modal img.supporter-experience-avatars { height: 60px; width: 60px; } .account.default.user-profile.private .change-membership-status-modal .change-membership-intercept .yellow-flair-content { max-width: 180px; } .account.default.user-profile.private .change-membership-status-modal .change-membership-intercept .yellow-flair-edge { height: 50%; width: 20px; } .account.default.user-profile.private .change-membership-status-modal .change-membership-intercept .yellow-flair-edge--bottom { bottom: 0; position: absolute; transform-origin: bottom; transform: skewX(-20deg); } .account.default.user-profile.private .change-membership-status-modal .change-membership-intercept .yellow-flair-edge--top { transform-origin: top; transform: skewX(20deg); } .account.default.user-profile.private .cancel-modal .modal-inner { padding-bottom: 140px; } @media only screen and (min-width: 641px) { .account.default.user-profile.private .cancel-modal .modal-inner { padding-bottom: 0; } } .account.default.user-profile.private .cancel-modal .modal-inner label:before { top: calc(50% - 13px); } .account.default.user-profile.private .cancel-modal .modal-inner label:after { top: calc(50% - 6px); } .account.default.user-profile.private .bar-chart { margin-left: -37px; padding-bottom: 56.25%; position: relative; } .account.default.user-profile.private .bar-chart .recharts-responsive-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .account.default.user-profile.private .recharts-wrapper .recharts-cartesian-grid-horizontal line[y2="0"] { display: none; } .account.default.user-profile.private .recharts-wrapper text { color: #71716c; font-size: 13px; font-weight: 500; } .account.default.user-profile.private .recharts-wrapper line { stroke: #dfdfd7 !important; } .account.default.user-profile.private .recharts-wrapper .tooltip { border-radius: 2px; background-color: #333232; color: #fff; max-width: 80px; font-weight: 500; font-size: 12px; font-style: italic; padding: 5px; text-align: center; } .reactivate-modal, .resume-modal { text-align: center; } .reactivate-modal .modal-inner, .resume-modal .modal-inner { padding-top: 40px; } .reactivate-modal .modal-inner .modal-title, .resume-modal .modal-inner .modal-title { text-align: center; margin: 0 !important; padding: 20px 0 0; border-bottom: 0; } .reactivate-modal .modal-inner .monthly-amount .amount, .resume-modal .modal-inner .monthly-amount .amount { font-size: 42px; line-height: 1.1em; } .reactivate-modal .modal-inner .monthly-amount sup, .resume-modal .modal-inner .monthly-amount sup { font-size: 16px; line-height: 35px; vertical-align: top; top: 0; } .reactivate-modal .paused-badge, .resume-modal .paused-badge { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #14a947; color: #fff; } .reactivate-modal .paused-badge i, .resume-modal .paused-badge i { margin-right: 5px; } .account.default.user-profile.private .tab-content { display: flex; flex-direction: column; } .account.default.user-profile.private .tab-content .left-side { order: 2; } .account.default.user-profile.private .tab-content .right-side { order: 1; } @media only screen and (min-width: 641px) { .account.default.user-profile.private .tab-content { flex-direction: row; } .account.default.user-profile.private .tab-content .left-side { order: 1; } .account.default.user-profile.private .tab-content .right-side { order: 2; } } .account.default.user-profile.private .tab-content.settings-only { display: flex; flex-direction: column; } .account.default.user-profile.private .tab-content.settings-only .left-side { order: 1; } .account.default.user-profile.private .tab-content.settings-only .right-side { order: 2; } @media only screen and (min-width: 1025px) { .account.default.user-profile.private .tab-content.settings-only { display: flex; flex-direction: row; } .account.default.user-profile.private .tab-content.settings-only .left-side { order: 1; } .account.default.user-profile.private .tab-content.settings-only .right-side { order: 2; } } .account.default.user-profile.private .tab-content .module.settings .content { padding: 20px; position: relative; display: table; width: 100%; } .account.default.user-profile.private .tab-content .module.settings .content .input-wrapper.date { display: flex; flex-direction: row; flex-wrap: wrap; } .account.default.user-profile.private .tab-content .module.settings .content .input-wrapper.date label { flex: 0 1 100%; } .account.default.user-profile.private .tab-content .module.settings .content .input-wrapper.date select { background-position: 95%; flex: 1 0 33%; } .account.default.user-profile.private .tab-content .module.settings .content .input-wrapper.date .month { border-radius: 4px 0 0 4px; } .account.default.user-profile.private .tab-content .module.settings .content .input-wrapper.date .month option { color: #333232; } .account.default.user-profile.private .tab-content .module.settings .content .input-wrapper.date .day { border-radius: 0; border-right: 0; border-left: 0; } .account.default.user-profile.private .tab-content .module.settings .content .input-wrapper.date .year { border-radius: 0 4px 4px 0; } .account.default.user-profile.private .tab-content .module.settings .content .input-wrapper.date.uk .day { border: 1px solid #c1c1ba; border-radius: 4px 0 0 4px; } .account.default.user-profile.private .tab-content .module.settings .content .input-wrapper.date.uk .day:focus { border-color: #036; } .account.default.user-profile.private .tab-content .module.settings .content .input-wrapper.date.uk .month { border-radius: 0; border-right: 0; border-left: 0; } .account.default.user-profile.private .tab-content .module.settings .content .content-divider { background-color: #dfdfd7; height: 1px; position: absolute; width: 100%; left: 0; } .account.default.user-profile.private .tab-content .module.settings .content .actions { padding-top: 20px; text-align: right; } .account.default.user-profile.private .tab-content .module.settings .content .actions input { width: 100%; } @media only screen and (min-width: 1025px) { .account.default.user-profile.private .tab-content .module.settings .content .actions input { width: auto; } } .account.default.user-profile.private .tab-content .module.settings .label, .account.default.user-profile.private .tab-content .module.settings .links { width: 50%; } .account.default.user-profile.private .tab-content .module.settings .label { display: table-cell; vertical-align: middle; text-align: left; } .account.default.user-profile.private .tab-content .module.settings .label p { margin: 0; } .account.default.user-profile.private .tab-content .module.settings .label p.email { font-weight: 500; margin-top: 5px; } .account.default.user-profile.private .tab-content .module.settings .links { display: table-cell; vertical-align: middle; font-weight: 500; text-align: right; text-transform: uppercase; } .account.default.user-profile.private .tab-content .module.settings .links a { font-size: 14px; text-decoration: none; } .account.default.user-profile.private .tab-content .donate-form-container { max-width: 100%; margin-top: 0; } .account.default.user-profile.private .adf-form-header { text-align: left !important; } .account.default.user-profile.private .subscription-payment-update form { border: 0; } .account.default.user-profile.private .modal .card-element-input-padding { margin-bottom: 15px; } .account.default.user-profile.private .spring-mark-svg-wrapper { min-width: 117px; } @media only screen and (max-width: 1024px) { .account.default.user-profile.private .donation-thank-you-card { margin-top: -20px !important; } } @media only screen and (min-width: 641px) { .account.default.user-profile.private #donate-form-react .modal-inner { padding-bottom: 0; width: 470px; } } .account.default.user-profile.private .giving-history .spring img { padding-left: 6px; } .account.default.user-profile.private .giving-history .donation-icon { width: 40px; } .account.default.user-profile.private .giving-history .star { width: 30px; height: 30px; left: 5px; } .account.default.user-profile.private .giving-history .avatar-initial { height: 40px; line-height: 40px; width: 40px; } .account.default.user-profile.public .profile-header .spring-badge { max-width: 130px; } .account.default.user-profile.public .profile-header .external-profile-links .external-profile-link { margin-right: 10px; } .account.default.user-profile.public .profile-header .external-profile-links .external-profile-link:last-child { margin-right: 0; } .account.default.user-profile.public .profile-header .about-section-toggle p { font-size: 11px; margin-top: 0; letter-spacing: 1px; } .account.default.user-profile.public .profile-header .about-section-toggle i, .account.default.user-profile.public .profile-header .profile-lifetime-impact p.total sup { font-size: 14px; } .account.default.user-profile.public .activity-feed-filters button { width: 15%; min-width: 80px; } .account.default.user-profile.public .activity-feed-filters button:not(:last-of-type) { margin-right: 10px; } .account.default.user-profile.public .activity-feed-filters button img { width: 50px; height: 50px; } .account.default.user-profile.public .activity-feed-container .empty-avatar .cw-icon-plus, .account.default.user-profile.public .activity-feed .empty-avatar .cw-icon-plus { top: 50%; left: 50%; transform: translate(-50%, -50%); } .account.default.user-profile.public .activity-feed-container .pinned-comment .mission-truncated, .account.default.user-profile.public .activity-feed .pinned-comment .mission-truncated { max-height: 100px; } .account.default.user-profile.public .activity-feed-container .pinned-comment .mission-truncated:after, .account.default.user-profile.public .activity-feed .pinned-comment .mission-truncated:after { background: linear-gradient(hsla(0, 0%, 100%, 0), #fffbf0) !important; } .account.default.user-profile.public .activity-feed-container .pinned-comment .pinned-comment-background, .account.default.user-profile.public .activity-feed .pinned-comment .pinned-comment-background { top: 5px; left: 5px; z-index: -1; } .account.default.user-profile.public .activity-feed-container .campaign-update-lightbulb, .account.default.user-profile.public .activity-feed .campaign-update-lightbulb { width: 15px; margin-right: 5px; } .account.default.user-profile.public .activity-feed-container .closed-mycw-campaign .campaign-banner > div, .account.default.user-profile.public .activity-feed-container .closed-profile-campaign .campaign-banner > div, .account.default.user-profile.public .activity-feed .closed-mycw-campaign .campaign-banner > div, .account.default.user-profile.public .activity-feed .closed-profile-campaign .campaign-banner > div { width: 100% !important; height: 100% !important; } .account.default.user-profile.public .activity-feed-container .closed-mycw-campaign .campaign-banner > div .profile-video-container, .account.default.user-profile.public .activity-feed-container .closed-profile-campaign .campaign-banner > div .profile-video-container, .account.default.user-profile.public .activity-feed .closed-mycw-campaign .campaign-banner > div .profile-video-container, .account.default.user-profile.public .activity-feed .closed-profile-campaign .campaign-banner > div .profile-video-container { background: #333232; width: 100% !important; height: 100% !important; } .account.default.user-profile.public .activity-feed-container .september-campaign-2020 .video-block, .account.default.user-profile.public .activity-feed .september-campaign-2020 .video-block { background: url(/packs/media/images/september-campaign-2020/_sc-activity-feed-block-bg-adedbdd6be44c5f14b4f519992bc84bd.jpg) no-repeat; background-size: cover; background-position-x: 10%; background-position-y: center; height: 200px; color: #fffe00; } .account.default.user-profile.public .activity-feed-container .september-campaign-2020 .video-block .sc-logo img, .account.default.user-profile.public .activity-feed .september-campaign-2020 .video-block .sc-logo img { width: 30%; min-width: 85px; max-width: 115px; } .account.default.user-profile.public .activity-feed-container .september-campaign-2020 .video-block .button.play-video, .account.default.user-profile.public .activity-feed .september-campaign-2020 .video-block .button.play-video { height: 25px; width: 25px; border-radius: 25px; font-size: 12px; color: #fffe00; } .account.default.user-profile.public .activity-feed-container .september-campaign-2020 .video-block .overlay, .account.default.user-profile.public .activity-feed .september-campaign-2020 .video-block .overlay { background-color: #000; } .account.default.user-profile.public .activity-feed-container .badge .star, .account.default.user-profile.public .activity-feed .badge .star { width: 30px; height: 30px; left: 25%; } .account.default.user-profile.public .activity-feed-container .badge .star .cw-icon-star, .account.default.user-profile.public .activity-feed .badge .star .cw-icon-star { transform: translate(-50%, -50%); font-size: 12px; position: absolute; top: 50%; left: 50%; } .account.default.user-profile.public .activity-feed-container .badge .badge-icon, .account.default.user-profile.public .activity-feed .badge .badge-icon { width: 90px; height: 90px; } .account.default.user-profile.public .supporter-avatars { -ms-overflow-style: none; scrollbar-width: none; } .account.default.user-profile.public .supporter-avatars::-webkit-scrollbar { display: none; } .account.default.user-profile.public .supporter-avatars .avatar-initial { width: 35px; height: 35px; line-height: 35px; } .account.default.user-profile.public .supporter-avatars img { border-radius: 4px; } .account.default.user-profile.public .supporter-avatars div:not(:first-child) { margin-left: -4px; } .account.default.user-profile.public .supporter-avatars .additional-count { width: 100%; min-width: 35px; } .account.default.user-profile.public .donations .donation:not(:last-of-type) { border-bottom: 1px solid #dfdfd7; padding-left: 0 !important; margin-left: 20px; } .account.default.user-profile.public .prodash-version .profile-header .avatar-initial, .account.default.user-profile.public .prodash-version .profile-header img.avatar { line-height: 80px; width: 80px; height: 80px; } .account.default.user-profile.public .prodash-version .profile-header .spring-badge { height: 30px; width: 30px; border-radius: 50%; bottom: 12px; left: calc(50% + 14px); } .account.default.user-profile.public .prodash-version .profile-header .external-profile-links { margin: 0 !important; padding: 0 !important; border: 0 !important; } .account.default.user-profile.public .prodash-version .picture-section { height: 300px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .prodash-version .picture-section { height: 350px; } } @media only screen and (min-width: 830px) { .account.default.user-profile.public .prodash-version .picture-section { margin-left: -60px !important; height: auto; margin-bottom: 40px !important; } } .account.default.user-profile.public .prodash-version .about-section { margin-top: -10px; } @media only screen and (min-width: 830px) { .account.default.user-profile.public .prodash-version .about-section { margin-top: 40px !important; } } .account.default.user-profile.public .prodash-version .about-section .profile-stats .stat .number { font-size: 19px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .prodash-version .about-section .profile-stats .stat .number { font-size: 23px; } } .account.default.user-profile.public .prodash-version .about-section .profile-stats .stat .label { font-size: 12px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .prodash-version .about-section .profile-stats .stat .label { font-size: 16px; } } @media only screen and (min-width: 830px) { .account.default.user-profile.public .prodash-version .side-by-side { display: flex; flex-direction: row !important; } } .account.default.user-profile.public .prodash-version .show-for-medium-wide-up { display: none !important; visibility: hidden !important; } @media only screen and (min-width: 830px) { .account.default.user-profile.public .prodash-version .show-for-medium-wide-up { display: block !important; visibility: visible !important; } } .account.default.user-profile.public .prodash-version .campaigns .campaign { min-width: 300px; max-width: 300px; height: 400px; } .account.default.user-profile.public .prodash-version .campaigns .campaign:not(:last-of-type) { margin-right: 20px; } .account.default.user-profile.public .prodash-version .campaigns .campaign:has(.closed-profile-campaign) { background: #333232; } .account.default.user-profile.public .prodash-version .campaigns .campaign .closed-profile-campaign.campaign-banner { width: 100% !important; height: 100% !important; } .account.default.user-profile.public .prodash-version .campaigns .campaign .closed-profile-campaign.campaign-banner img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; border-radius: 0.25rem; } .account.default.user-profile.public .prodash-version .campaigns .campaign .closed-profile-campaign.campaign-banner:after { background-image: linear-gradient( 180deg, transparent 50%, rgba(0, 0, 0, 0.8) ); width: 100%; height: 100%; content: ""; display: block; position: absolute; bottom: 0; border-radius: 0.25rem; } .account.default.user-profile.public .prodash-version .teams .empty-state:after { content: ""; display: block; position: relative; background-image: url(/packs/media/images/teams/_create-group-zero-81638037ec7b4f698452a69f2b0151ff.svg); background-repeat: no-repeat; background-position: 50%; background-size: cover; height: 0; width: calc(100% + 40px); padding-bottom: 45%; left: -20px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .prodash-version .teams .empty-state:after:not(.has-pending) { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } } .account.default.user-profile.public .prodash-version .teams .logo .avatar-initial { width: 40px; height: 40px; line-height: 40px; border-radius: 50%; } .account.default.user-profile.public .prodash-version .teams .logo img { border-radius: 50%; } .account.default.user-profile.public .prodash-version .teams .logo .admin-badge { position: absolute; font-size: 10px; bottom: -8px; left: 50%; transform: translateX(-50%); padding: 4px 10px; } .account.default.user-profile.public .prodash-version .teams .admin-teams .team-wrapper:not(:last-child), .account.default.user-profile.public .prodash-version .teams .member-teams .team-wrapper:not(:last-child) { border-bottom: 1px solid #dfdfd7; } .account.default.user-profile.public .prodash-version .teams .pending-invitations .team-invitation .button.accept, .account.default.user-profile.public .prodash-version .teams .pending-invitations .team-invitation .button.decline { width: 40px; height: 40px; padding: 0; } .account.default.user-profile.public .prodash-version .teams .pending-invitations .team-invitation:not(:last-child) { border-bottom: 1px dashed #dfdfd7; } .account.default.user-profile.public .prodash-version .teams .supporter-avatars { padding-bottom: 0 !important; padding-left: 10px !important; } .account.default.user-profile.public .prodash-version .teams .supporter-avatars .additional-count, .account.default.user-profile.public .prodash-version .teams .supporter-avatars .item-wrapper { border-radius: 50% !important; border-color: #fff !important; } .account.default.user-profile.public .prodash-version .teams .supporter-avatars .avatar-initial { width: 32px; height: 32px; line-height: 32px; } .account.default.user-profile.public .prodash-version .teams .supporter-avatars div:not(:first-child) { margin-left: -10px; } .account.default.user-profile.public .prodash-version .teams .supporter-avatars .additional-count { width: 100%; min-width: 32px; } .account.default.user-profile.public .onboarding-modal .welcome .photo .uploader .placeholder-img, .account.default.user-profile.public .onboarding-modal .welcome .photo .uploader .upload img { width: 80px; height: 80px; } .account.default.user-profile.public .onboarding-modal .hero-photo .selected { border: 2px solid #ffca0a; } .account.default.user-profile.public .onboarding-modal .hero-photo .selected ~ .checkmark { width: 27px; height: 27px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .edit-modal .edit-form { overflow-x: hidden; overflow-y: scroll; } .account.default.user-profile.public .edit-modal .edit-form::-webkit-scrollbar { display: none; } .account.default.user-profile.public .edit-modal .edit-form .modal-footer { position: absolute; bottom: 40px; left: 40px; width: 600px; } } @media only screen and (min-width: 641px) { .account.default.user-profile.public .edit-modal .modal.choose-ours .modal-inner { width: 600px; } } .account.default.user-profile.public .edit-modal .accordion ~ .inner section { padding: 20px; border-top: 1px solid #dfdfd7; } .account.default.user-profile.public .edit-modal .photo .input-visible, .account.default.user-profile.public .edit-modal .photo .upload, .account.default.user-profile.public .onboarding-modal .photo .input-visible, .account.default.user-profile.public .onboarding-modal .photo .upload { display: flex; flex-direction: column; align-items: center; text-align: center; } .account.default.user-profile.public .edit-modal .photo .input-visible img, .account.default.user-profile.public .edit-modal .photo .upload img, .account.default.user-profile.public .onboarding-modal .photo .input-visible img, .account.default.user-profile.public .onboarding-modal .photo .upload img { border-radius: 9999px; } .account.default.user-profile.public .edit-modal .photo .input-visible .inputs, .account.default.user-profile.public .edit-modal .photo .upload .inputs, .account.default.user-profile.public .onboarding-modal .photo .input-visible .inputs, .account.default.user-profile.public .onboarding-modal .photo .upload .inputs { padding: 0; margin-top: 20px; } .account.default.user-profile.public .edit-modal .photo .upload img, .account.default.user-profile.public .onboarding-modal .photo .upload img { border: 1px solid #dfdfd7; } .account.default.user-profile.public .profile-campaign-social-share { background-image: url(/packs/media/images/backgrounds/share_humans-c4b9b70e901108b2b0108ee020d58e01.svg); background-size: 90% auto !important; } .account.default.user-profile.public .profile-campaign-social-share .cw-icon-twitter { color: #55acee; } .account.default.user-profile.public .profile-campaign-social-share .cw-icon-facebook { color: #3b5998; } .account.default.user-profile.public .hundred-percent-profile-info { background-image: url(/packs/media/images/backgrounds/bean-bg-64ca3d2e1615aacdc9960c1e48ac351b.svg); } .account.default.user-profile.public .impact { clear: right; } .account.default.user-profile.public .impact.with-pagination { margin-bottom: 120px; } .account.default.user-profile.public .impact.with-pagination .cards { margin-left: 20px; margin-right: 20px; } .account.default.user-profile.public .impact .impact-text a { color: #333232; text-decoration: underline; } .account.default.user-profile.public .impact .cards .card { width: 100%; } .account.default.user-profile.public .impact .cards .card.rig-card .tracking-info-subsection { display: flex; } .account.default.user-profile.public .impact .cards .card.rig-card .card-section, .account.default.user-profile.public .impact .cards .card.rig-card .tracking-info-subsection:last-of-type { border-top: 1px solid #dfdfd7; } .account.default.user-profile.public .impact .cards .card.rig-card .card-section .button { width: 100%; } .account.default.user-profile.public .impact .pagination { margin-top: -180px; } .account.default.user-profile.public .d2p-container { margin-top: -20px; border-bottom: 1px solid #dfdfd7; width: 100vw; margin-left: calc(-50vw - -50%); margin-bottom: 20px; max-width: none; } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .d2p-container { display: table; border: 1px solid #dfdfd7; border-radius: 4px; padding: 0; margin: 0 auto 30px; position: relative; top: 10px; max-width: 980px; } } .account.default.user-profile.public .d2p-container .d2p-module { margin-bottom: 0; } .account.default.user-profile.public .d2p-container .d2p-module .reporting-information { background: transparent; position: relative; overflow: hidden; margin-bottom: 0; margin-top: 0; background-size: cover; padding-bottom: 67px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .d2p-container .d2p-module .reporting-information { border: 0; margin-top: 0; padding: 40px; } } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .d2p-container .d2p-module .reporting-information .info { display: table-cell; text-align: left; width: 50%; padding: 0; } } .account.default.user-profile.public .d2p-container .d2p-module .reporting-information .info h1 { margin: 0 0 5px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .d2p-container .d2p-module .reporting-information .info h1 { text-align: left; } } .account.default.user-profile.public .d2p-container .d2p-module .reporting-information .info p { margin: 0 auto; width: 70%; padding-bottom: 20px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .d2p-container .d2p-module .reporting-information .info p { margin: 0; width: 100%; padding-bottom: 0; } } .account.default.user-profile.public .d2p-container .d2p-module .reporting-information .image { display: block; position: absolute; z-index: -1; } @media only screen and (max-width: 641px) { .account.default.user-profile.public .d2p-container .d2p-module .reporting-information .image { top: 30%; left: 0; width: 100%; height: 100%; transform: scale(1.75); } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .account.default.user-profile.public .d2p-container .d2p-module .reporting-information .image { top: -5%; left: 0; width: 100%; height: 100%; } } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .d2p-container .d2p-module .reporting-information .image { top: 0; left: 48%; width: 50%; height: 100%; transform: scale(1.45); } } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .d2p-container .d2p-module .reporting-information .link { display: table-cell; padding: 0; text-align: right; vertical-align: middle; } } .account.default.user-profile.public .campaigns.module { margin: 0; border: 0; } .account.default.user-profile.public .campaigns.module .header { background: transparent; border: 0; padding: 0; text-align: left; height: auto; width: 100%; } .account.default.user-profile.public .campaigns.module .header .action { margin-bottom: 20px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .campaigns.module .header .action { margin-bottom: 0; } } .account.default.user-profile.public .campaigns.module .campaign-raised .direct, .account.default.user-profile.public .campaigns.module .campaign-raised .team-raised, .account.default.user-profile.public .campaigns.module .campaign-raised .total { max-width: none; } .account.default.user-profile.public .campaigns.module .campaign-raised .direct p span, .account.default.user-profile.public .campaigns.module .campaign-raised .team-raised p span, .account.default.user-profile.public .campaigns.module .campaign-raised .total p span { display: block; } .account.default.user-profile.public .campaigns.module .campaign-raised .team-raised, .account.default.user-profile.public .campaigns.module .campaign-raised .total { padding: 15px 0 15px 20px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .campaigns.module .campaign-raised .team-raised, .account.default.user-profile.public .campaigns.module .campaign-raised .total { margin: 0; padding: 15px 20px; } } @media only screen and (min-width: 641px) { .account.default.user-profile.public .campaigns.module .teams .card { width: 100%; } } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .campaigns.module .teams .card { width: calc(50% - 10px); } } @media only screen and (min-width: 1025px) { .account.default.user-profile.public:not(.impact-profile) .campaigns.module .teams .card { width: 100%; } } @media only screen and (min-width: 641px) { .account.default.user-profile.public:not(.impact-profile) .campaigns.module .individual .card { width: 48.5%; } } .account.default.user-profile.public .individual-campaign, .account.default.user-profile.public .team-campaign { flex-direction: row; flex-wrap: wrap; padding: 0; } .account.default.user-profile.public .individual-campaign .campaign-image, .account.default.user-profile.public .team-campaign .campaign-image { width: 100%; margin: 0; border-bottom: 5px solid #dfdfd7; } .account.default.user-profile.public .individual-campaign .campaign-image div, .account.default.user-profile.public .team-campaign .campaign-image div { background-color: #dfdfd7; min-width: none; border-radius: 3px 3px 0 0; } .account.default.user-profile.public .individual-campaign .campaign-contributions, .account.default.user-profile.public .individual-campaign .campaign-details, .account.default.user-profile.public .team-campaign .campaign-contributions, .account.default.user-profile.public .team-campaign .campaign-details { padding: 20px; } .account.default.user-profile.public .individual-campaign .campaign-details, .account.default.user-profile.public .team-campaign .campaign-details { justify-content: center; display: flex; flex-direction: column; } .account.default.user-profile.public .individual-campaign { height: 260px; flex-direction: column; align-items: stretch; } @media only screen and (max-width: 641px) { .account.default.user-profile.public .individual-campaign .campaign-image div { height: 107px; } } @media only screen and (min-width: 641px) { .account.default.user-profile.public .individual-campaign .campaign-image div { height: 112px; } } @media only screen and (max-width: 641px) { .account.default.user-profile.public .individual-campaign .campaign-image { flex-basis: 111px; } } @media only screen and (min-width: 641px) { .account.default.user-profile.public .individual-campaign .campaign-image { flex-basis: 116px; } } .account.default.user-profile.public .individual-campaign .campaign-contributions, .account.default.user-profile.public .individual-campaign .campaign-details { width: 100%; text-align: center; } .account.default.user-profile.public .individual-campaign .campaign-details { padding: 0; } .account.default.user-profile.public .individual-campaign .campaign-contributions { padding: 0 20px 20px; } .account.default.user-profile.public .individual-campaign.closed .campaign-details p { margin: 5px 0 0; } .account.default.user-profile.public .individual-campaign.closed .campaign-details p.amount-raised { color: #333232; } .account.default.user-profile.public .closed-profile-campaign-modal .modal-close { color: #fff; } .account.default.user-profile.public .closed-profile-campaign-modal img { border-top-right-radius: 0 !important; border-top-left-radius: 0 !important; } .account.default.user-profile.public .closed-campaign-modal .d2p-update-container { margin-bottom: 89px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .closed-campaign-modal .d2p-update-container { margin-bottom: 0; } } .account.default.user-profile.public .closed-campaign-modal .d2p-update-container .dot { margin: 0 5px; } .account.default.user-profile.public .closed-campaign-modal .d2p-update-container .d2p-update-wrapper--collapsed-height { height: 64px; } .account.default.user-profile.public .closed-campaign-modal .d2p-update-container .d2p-update-wrapper--expanded-height { height: 477px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .closed-campaign-modal .d2p-update-container .d2p-update-wrapper--expanded-height { height: 277px; } } .account.default.user-profile.public .closed-campaign-modal .d2p-update-container .d2p-update-wrapper .d2p-update-message-paragraph:not(:first-child) { margin-top: 20px; } .account.default.user-profile.public .closed-campaign-modal .breadcrumbs-container { margin-bottom: 89px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .closed-campaign-modal .breadcrumbs-container { margin-bottom: 0; } } .account.default.user-profile.public .closed-campaign-modal .breadcrumb-wrapper { opacity: 0.7; } .account.default.user-profile.public .closed-campaign-modal .breadcrumb-wrapper.completed { opacity: 1; } .account.default.user-profile.public .closed-campaign-modal .badge-cw-green, .account.default.user-profile.public .closed-campaign-modal .badge-cw-yellow { bottom: 25px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .closed-campaign-modal .badge-cw-green, .account.default.user-profile.public .closed-campaign-modal .badge-cw-yellow { bottom: inherit; } } .account.default.user-profile.public .closed-campaign-modal--prepped .accent { height: 232px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .closed-campaign-modal--prepped .accent { height: 180px; } } .account.default.user-profile.public .closed-campaign-modal--dispatched .accent { height: 200px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .closed-campaign-modal--dispatched .accent { height: 280px; } } .account.default.user-profile.public .closed-campaign-modal--completed .accent { height: 200px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .closed-campaign-modal--completed .accent { height: 375px; } } .account.default.user-profile.public .closed-campaign-modal--completed .map-button-switcher { top: 10px; } .account.default.user-profile.public .closed-campaign-modal--completed .map-container, .account.default.user-profile.public .closed-campaign-modal--completed .mapboxgl-map { height: 350px; } .account.default.user-profile.public .closed-campaign-modal--completed .mapboxgl-map { margin: 0; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .closed-campaign-modal--completed .project-preview-card { width: 400px; } } .account.default.user-profile.public .closed-campaign-modal--completed .pill { cursor: inherit; } .account.default.user-profile.public .team-campaign .campaign-image div { min-height: 140px; } .account.default.user-profile.public .team-campaign .campaign-contributions p, .account.default.user-profile.public .team-campaign .campaign-details p { margin-top: 5px; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .team-campaign .campaign-contributions p.members, .account.default.user-profile.public .team-campaign .campaign-details p.members { margin-top: 0; } } .account.default.user-profile.public .team-campaign .campaign-details { max-width: 300px; align-items: flex-start; padding-bottom: 0; } .account.default.user-profile.public .team-campaign .campaign-details h5 { margin: 0; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .team-campaign .campaign-details { padding-bottom: 20px; min-height: 87px; } } .account.default.user-profile.public .team-campaign .campaign-contributions { padding-top: 0; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .team-campaign .campaign-contributions { padding-top: 20px; } } .account.default.user-profile.public .activity-placeholder.signed-in { height: 430px; width: 100%; display: flex; flex-direction: column; position: relative; } .account.default.user-profile.public .activity-placeholder.signed-in .info { margin: 150px auto 0; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .activity-placeholder.signed-in .info { width: 50%; margin-top: 90px; } } .account.default.user-profile.public .activity-placeholder.signed-in .info img { position: absolute; z-index: -1; left: -86%; top: 75px; min-width: 980px; transform: scale(1.2); } @media only screen and (min-width: 641px) { .account.default.user-profile.public .activity-placeholder.signed-in .info img { left: 0; top: 10px; transform: scale(1); min-width: 0; } } .account.default.user-profile.public .activity-placeholder.signed-in .info h1 { font-size: 22px; } .account.default.user-profile.public .activity-placeholder.signed-in .info p { margin-bottom: 30px; } .account.default.user-profile.public .activity-placeholder.signed-out .content { margin-top: 30px; color: #9b9b94; } .account.default.user-profile.public .activity-placeholder.signed-out .content p { margin: 10px auto 50px; width: 75%; } @media only screen and (min-width: 641px) { .account.default.user-profile.public .activity-placeholder.signed-out .content p { width: 50%; } } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .activity-placeholder.signed-out .content p { width: 40%; } } .account.default.user-profile.public .activity-placeholder.signed-out .why-water-text .subheader { letter-spacing: 1px; text-transform: uppercase; font-weight: 700; margin: 20px 0 0; } .account.default.user-profile.public .activity-placeholder.signed-out .why-water-text .fact { width: 75%; margin: 5px auto 20px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .activity-placeholder.signed-out .why-water-text .fact { width: 100%; margin: 5px 0 20px; } } .account.default.user-profile.public .lifetime-impact-tooltip-icon { margin-left: 5px; font-size: 11px; } .account.default.user-profile.public .lifetime-impact-tooltip-text { opacity: 0; visibility: hidden; transition: opacity 0.15s; padding: 20px; border-radius: 4px; background: #fff; border: 1px solid #dfdfd7; position: absolute; top: 30px; left: 50%; transform: translateX(-50%); z-index: 100; width: 285px; display: block; font-size: 14px; } @media only screen and (max-width: 1024px) { .account.default.user-profile.public .lifetime-impact-tooltip-text.people-served-enabled { left: 0; transform: translateX(0); } .account.default.user-profile.public .lifetime-impact-tooltip-text.people-served-enabled:before { content: ""; display: block; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #dfdfd7; position: absolute; top: -8px; left: 90px; } .account.default.user-profile.public .lifetime-impact-tooltip-text.people-served-enabled:after { content: ""; display: block; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fff; position: absolute; top: -6px; left: 91px; } } .account.default.user-profile.public .lifetime-impact-tooltip-text:before { content: ""; display: block; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #dfdfd7; position: absolute; top: -8px; left: 180px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .lifetime-impact-tooltip-text:before { left: 316px; } } .account.default.user-profile.public .lifetime-impact-tooltip-text:after { content: ""; display: block; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fff; position: absolute; top: -6px; left: 181px; } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .lifetime-impact-tooltip-text:after { left: 317px; } } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .lifetime-impact-tooltip-text { width: 350px; left: auto; right: -20px; transform: translateX(0); } } .account.default.user-profile.public .lifetime-impact-tooltip-trigger:hover .lifetime-impact-tooltip-text { opacity: 1; visibility: visible; } @media (-ms-high-contrast: active), (-ms-high-contrast: none) { .account.default.user-profile.public .campaigns, .account.default.user-profile.public .card .individual-campaign, .account.default.user-profile.public .card .team-campaign { display: block; } .account.default.user-profile.public .tab-wrapper nav ul { justify-content: flex-start; } } .account.default.user-profile.public #donate-react .modal-inner { padding-bottom: 0; } .account.default.user-profile.public .account-donate-block .toggle-desktop-mission { display: none; } .account.default.user-profile.public .account-donate-block .mission-truncated { position: relative; max-height: 120px; overflow: hidden; } .account.default.user-profile.public .account-donate-block .mission-truncated:after { transition: opacity 0.35s linear; background: linear-gradient(hsla(0, 0%, 100%, 0), #fffbf0); content: ""; display: block; position: absolute; bottom: 0; width: 100%; height: 100px; } .account.default.user-profile.public .account-donate-block .mission-truncated.expanded { overflow: visible; } .account.default.user-profile.public .account-donate-block .mission-truncated.expanded:after { opacity: 0; z-index: -1; } .account.default.user-profile.public .account-donate-block .mission-truncated.expanded + .toggle-desktop-mission:after { content: ""; } .account.default.user-profile.public .account-donate-block .mission-truncated + .toggle-desktop-mission { display: table; text-transform: uppercase; font-size: 13px; margin-top: 20px; letter-spacing: 1px; font-weight: 700; } .account.default.user-profile.public .account-donate-block .mission-truncated + .toggle-desktop-mission:after { font-family: cw-icons; display: inline-block; margin-left: 5px; content: ""; } .account.default.user-profile.public .account-donate-block .mission-statement { transition: max-height 0.25s cubic-bezier(0.77, 0, 0.175, 1); } @media only screen and (min-width: 1025px) { .account.default.user-profile.public .account-donate-block-donate-only { padding: 30px !important; } } .account.default.user-profile.public .profile-animation-container .profile-animation { height: inherit; width: inherit; } .account.default.user-profile.public .profile-privacy-icon { width: 25px; } [class*=" icon-"] { background-repeat: no-repeat; } .icon-bd { background-image: url(/packs/media/images/projects/bd-9396b19779c8d34d4d01823528a0263d.png); } .icon-bf { background-image: url(/packs/media/images/projects/bf-8f440ab019b942a01d1638af10009227.png); } .icon-bo { background-image: url(/packs/media/images/projects/bo-2f39584d69088b5d0140ae72722f6216.png); } .icon-cd { background-image: url(/packs/media/images/projects/cd-577a8e0d400ff0bd229d113b56fb4992.png); } .icon-cf { background-image: url(/packs/media/images/projects/cf-208fffdbe079177f3aeb15f722340040.png); } .icon-ci { background-image: url(/packs/media/images/projects/ci-8b3d607aa3f63aba6df1981ca0a1ebee.png); } .icon-et { background-image: url(/packs/media/images/projects/et-91f37a22560e588064e116680bf51284.png); } .icon-gt { background-image: url(/packs/media/images/projects/gt-45a33383058d5d601c4f9a716aeac971.png); } .icon-hn { background-image: url(/packs/media/images/projects/hn-943a09ffca4a1ba5551f3690849fb048.png); } .icon-ht { background-image: url(/packs/media/images/projects/ht-b91d33868757793048c76d780f59168c.png); } .icon-in { background-image: url(/packs/media/images/projects/in-02454d0d0fc4d0424a98d95374a63ae6.png); } .icon-ir { background-image: url(/packs/media/images/projects/ir-5416bfc8638f58719cf794963a8176e4.png); } .icon-ke { background-image: url(/packs/media/images/projects/ke-29b08ea955eb77796f66f9a5815cc76a.png); } .icon-kh { background-image: url(/packs/media/images/projects/kh-8ceb65b2bf2c16c1631716f36894b236.png); } .icon-lr { background-image: url(/packs/media/images/projects/lr-f0cc6424d14916dd2443340ce60938c3.png); } .icon-ml { background-image: url(/packs/media/images/projects/ml-69078a3ba63fb815b67bdde28fe78855.png); } .icon-mw { background-image: url(/packs/media/images/projects/mw-4ab12fcc578b9ca3877de6442598f48d.png); } .icon-ne { background-image: url(/packs/media/images/projects/ne-28e6331c91a31e01c1f859fe8147c979.png); } .icon-np { background-image: url(/packs/media/images/projects/np-21300b71f6e4654d2bb9a01668939af0.png); } .icon-mz { background-image: url(/packs/media/images/projects/mz-7b64019cfb8fb5a996b52bff6c78fcf2.png); } .icon-pk { background-image: url(/packs/media/images/projects/pk-fb2a4a101cffcd78095a7add8704cef8.png); } .icon-rw { background-image: url(/packs/media/images/projects/rw-60ce125d5d345db126ef3925d5f53027.png); } .icon-sl { background-image: url(/packs/media/images/projects/sl-4912a2e45753dc934271933eea3829be.png); } .icon-tz { background-image: url(/packs/media/images/projects/tz-7c5b6cf6b0f80f26e2cb6b4b396b4459.png); } .icon-ug { background-image: url(/packs/media/images/projects/ug-471ab22b412a98b7234a4175f317a546.png); } .icon-zm { background-image: url(/packs/media/images/projects/zm-286563b016932fda5b305945d6e7df77.png); } .icon-mg { background-image: url(/packs/media/images/static-pages/our_work/countries/mg-abf2785e5b8485933f537048e7f4298a.png); } .icon-sn { background-image: url(/packs/media/images/static-pages/our_work/countries/sn-6fd6ba6c3b23bbc0820875d60526a9db.png); } .container.project { padding: 70px 0 0; } @media only screen and (min-width: 641px) { .container.project { padding: 90px 20px 0; } } .container.project .h35 { font-size: 22px; } @media only screen and (min-width: 1025px) { .container.project .h35 { font-size: 30px; } } .container.project .black { color: #333232; } .container.project .grey-40 { color: #c1c1ba; } .container.project .grey-50 { color: #9b9b94; } .container.project .grey-60 { color: #71716c; } .container.project .yellow { color: #ffca0a; } .container.project .uppercase { text-transform: uppercase; } .container.project .icon.cw-icon-match { color: #f8c525; } .container.project .panel { border-color: #dfdfd7; } .container.project .float-right { text-align: right; } .container.project .community-info { padding: 0 20px; } @media only screen and (min-width: 641px) { .container.project .community-info { border-bottom: 1px solid #e9eae4; margin-bottom: 30px; padding: 0; } } .container.project .community-info .icon.cw-icon-ok { background: #036; border-radius: 12px; border: 5.5px solid #036; font-size: 13px; color: #fff; margin-right: 8px; } .container.project .community-info .community-name { padding-bottom: 30px; } .container.project .community-info p { margin: 0; } .container.project .icon.cw-icon-question-sign { color: #036; opacity: 0.5; font-size: 10px; } .container.project .icon.cw-icon-question-sign:hover { opacity: 1; } .container.project .photos { padding-bottom: 20px; } @media only screen and (min-width: 641px) { .container.project .photos { padding-bottom: 0; } .container.project .photos > div > div { height: 100%; } } .container.project .photos .small-photos { height: 100%; min-height: 195px; position: relative; } .container.project .photos .small-photos .icon { color: #fff; cursor: pointer; font-size: 30px; position: absolute; z-index: 9999; } .container.project .photos .small-photos .icon.cw-icon-angle-left { top: 41%; left: 20px; } .container.project .photos .small-photos .icon.cw-icon-angle-right { top: 41%; right: 20px; } .container.project .photos .small-photos .photo { background-repeat: no-repeat; background-size: cover; cursor: pointer; min-height: 196px; } @media only screen and (min-width: 641px) { .container.project .photos .small-photos .photo { border-radius: 4px; } } .container.project .photos .large-photos .modal-close { color: #fff; position: fixed; } .container.project .photos .large-photos .modal-inner { background: none; width: inherit; max-width: 980px; margin: 0 auto; padding: 40px 0; } .container.project .photos .large-photos .modal-inner .icon { color: #fff; cursor: pointer; font-size: 35px; position: absolute; top: 380px; z-index: 9999; } @media only screen and (min-width: 641px) { .container.project .photos .large-photos .modal-inner .icon { font-size: 70px; } } .container.project .photos .large-photos .cw-icon-angle-left { left: 20px; } @media only screen and (min-width: 1025px) { .container.project .photos .large-photos .cw-icon-angle-left { left: -40px; } } .container.project .photos .large-photos .cw-icon-angle-right { right: 20px; } @media only screen and (min-width: 1025px) { .container.project .photos .large-photos .cw-icon-angle-right { right: -40px; } } .container.project .photos .large-photos .photo { background-position: 50%; background-repeat: no-repeat; background-size: contain; height: 700px; width: 100%; } .container.project .project-info .project-summary { padding-bottom: 30px; } @media only screen and (min-width: 641px) { .container.project .project-info .project-summary { display: flex; } } .container.project .project-info .project-summary .location { padding: 0 20px 20px; display: flex; align-items: center; } @media only screen and (min-width: 641px) { .container.project .project-info .project-summary .location { margin-left: 11px; margin-top: 7px; padding: 0; } } .container.project .project-info .project-summary .location .country-image { background-position: 50%; background-size: contain; display: inline-block; width: 64px; height: 48px; } .container.project .project-info .project-summary .location .country-name { margin-left: 11px; } .container.project .project-info .project-summary .location .country-name h1.h60 { margin-bottom: 0; } .container.project .project-info .project-summary .location .coordinates { line-height: 30px; } .container.project .project-info .project-summary .location .coordinates .icon.cw-icon-location { color: #c1c1ba; font-size: 14px; margin-right: 5px; } .container.project .project-info .project-details { padding: 0 20px; } @media only screen and (min-width: 641px) { .container.project .project-info .project-details { padding: 0; } } .container.project .project-info .project-details .columns { margin-bottom: 30px; } .container.project .project-info .project-details .h80 { margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.5px; } .container.project .project-info .project-details .p40 { margin: 0; } .container.project .project-info .project-details .field-notes .p40, .container.project .project-info .project-details .field-notes p { margin: 0 0 20px; } .container.project .project-info .project-details .field-notes p:first-of-type { margin-top: 20px; } .container.project .project-info .mobile-map { display: block; padding-top: 30px; } @media only screen and (min-width: 1025px) { .container.project .project-info .mobile-map { display: none; } } .container.project .desktop-map { display: none; } @media only screen and (min-width: 1025px) { .container.project .desktop-map { display: block; } } .container.project .map { background: url(/packs/media/images/projects/map-texture-19c8c4a19d9b8389911ab481ac0df62e.png) no-repeat 50%; width: auto; height: 234px; } @media only screen and (min-width: 1025px) { .container.project .map { width: auto; height: 647px; margin-left: 18px; border-radius: 4px; } } .container.project .map .button { position: relative; margin: -48px -88px; width: 176px; height: 48px; top: 45%; left: 50%; } .container.project .donor-info { margin-top: 30px; } .container.project .donor-info .panel { padding: 0 20px 20px; margin-bottom: 0; } .container.project .donor-info .donations { padding: 20px 20px 0; } .container.project .donor-info .donations .donation { padding: 4px 0; } .container.project .donor-info .donations .donation:first-child { padding-top: 0; } .container.project .donor-info .donations .donation:last-child { padding-bottom: 0; } .container.project .donor-info .donations .h70 { color: #9b9b94; } .container.project .donor-info .donations .h70.amount { display: inline; } .container.project .donor-info .donations .match-container { padding-left: 35px; position: relative; } .container.project .donor-info .donations .match-container .cw-icon-match { display: inline; font-size: 30px; left: 0; position: absolute; top: 1px; } .container.project .donor-info .campaign-info { border-bottom: 0; border-top: 0; position: relative; } .container.project .donor-info .campaign-info.single-funding-campaign { min-height: 100px; } .container.project .donor-info .campaign-info.loading:after { position: absolute; display: block; content: ""; background-image: url(/packs/media/images/icons/loading-67f11ff18ca227dd4eca45c63e090376.gif); background-size: contain; height: 60px; width: 60px; top: 52px; left: 48.9%; z-index: 9999; } .container.project .donor-info .campaign-info .campaign-funding-count { border-top-left-radius: 4px; border-top-right-radius: 4px; padding-top: 18px; padding-bottom: 19px; } .container.project .donor-info .campaign-info .campaign-funding-count.panel { background: #f4f5f0; border: 1px solid #dfdfd7; border-bottom: 0; } .container.project .donor-info .campaign-info .campaign-funding-count .h60 { margin-bottom: 0; } .container.project .donor-info .campaign-info .campaign.invis.panel { cursor: default; } .container.project .donor-info .campaign-info .campaign.invis.panel .h60 { color: #71716c; } .container.project .donor-info .campaign-info .campaign.panel { background: #fff; border-bottom: 0; border-top: 1px solid #dfdfd7; padding: 20px 21px; cursor: pointer; } .container.project .donor-info .campaign-info .campaign.panel.closed .cw-icon-caret-up { display: none; } .container.project .donor-info .campaign-info .campaign.panel.last.closed { border-bottom: 1px solid #dfdfd7; } @media only screen and (min-width: 641px) { .container.project .donor-info .campaign-info .campaign.panel.last.closed { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } } .container.project .donor-info .campaign-info .campaign.panel.last + div .donations-info { border-bottom: 1px solid #dfdfd7; border-left: 1px solid #dfdfd7; border-right: 1px solid #dfdfd7; margin-bottom: 20px; } @media only screen and (min-width: 641px) { .container.project .donor-info .campaign-info .campaign.panel.last + div .donations-info { margin-bottom: 0; } } .container.project .donor-info .campaign-info .campaign.panel.open .cw-icon-caret-down { display: none; } .container.project .donor-info .campaign-info .campaign.panel .row { display: flex; align-items: center; } .container.project .donor-info .campaign-info .campaign.panel .row .donation-count { display: none; font-weight: 500; } @media only screen and (min-width: 641px) { .container.project .donor-info .campaign-info .campaign.panel .row .donation-count { color: #71716c; display: inline-block; padding-right: 16px; text-transform: uppercase; } } .container.project .donor-info .campaign-info .campaign .donations-caret { color: #036; display: block; float: right; font-size: 20px; margin-top: 3px; } .container.project .donor-info .campaign-info .campaign .h60 { margin-bottom: 5px; } .container.project .donor-info .campaign-info .campaign .p40 { margin: 0; } .container.project .donor-info .campaign-info .campaign.highlight { background-color: #f1f8fe; } .container.project .donor-info .campaign-info .campaign .icon.cw-icon-star { background: gold; border: 3px solid gold; border-radius: 18px; color: #fff; font-size: 12px; margin-top: 2px; margin-left: 5px; position: absolute; } .container.project .donor-info .campaign-info .funded-by-label { display: none; } .container.project .donor-info .campaign-info.single-funding-campaign .campaign { background-color: #f7f7f7; } .container.project .donor-info .campaign-info.single-funding-campaign .campaign.panel { border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom: 0; border-top: 0; cursor: default; } @media only screen and (min-width: 641px) { .container.project .donor-info .campaign-info.single-funding-campaign .campaign.panel { border-top: 1px solid #dfdfd7; } } .container.project .donor-info .campaign-info.single-funding-campaign .campaign.panel.last.open + div .donations-info.paginated { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .container.project .donor-info .campaign-info.single-funding-campaign .campaign.panel .donation-count { padding-right: 0; } .container.project .donor-info .campaign-info.single-funding-campaign .campaign.highlight { background-color: #f1f8fe; } .container.project .donor-info .campaign-info.single-funding-campaign .campaign-funding-count { display: none; } .container.project .donor-info .campaign-info.single-funding-campaign .funded-by-label { display: block; text-transform: uppercase; } .container.project .donor-info .campaign-info.single-funding-campaign .donations-info { padding-left: 0; padding-right: 0; background-color: #fff; border-bottom: 1px solid #dfdfd7; } @media only screen and (min-width: 641px) { .container.project .donor-info .campaign-info.single-funding-campaign .donations-info { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } } .container.project .donor-info .campaign-info.single-funding-campaign .campaigner-info { margin-top: 5px; display: none; } .container.project .donor-info .paginated.campaign-info .campaign.panel.last, .container.project .donor-info .paginated.campaign-info .campaign.panel.last.open + div .donations-info { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .container.project .donor-info .donations-container { max-height: 0; overflow: hidden; } .container.project .donor-info .donations-container.open { max-height: 1000px; transition: max-height 0.45s ease-in; } .container.project .donor-info .donations-info { background: #f7f7f7; border-bottom: 0; border-top: 1px solid #dfdfd7; } .container.project .donor-info .donations-info .highlight .name { margin-left: -20px; } .container.project .donor-info .donations-info .highlight .name:before { color: #ffca0a; content: ""; font-family: cw-icons; font-size: 22px; margin-right: 10px; vertical-align: middle; display: inline-block; margin-top: -5px; } @media only screen and (max-width: 641px) { .container.project .donor-info .donations-info .highlight .name:before { margin-right: 5px; display: inline; } } .container.project .donor-info .donations-info h1 { display: inline; } .container.project .donor-info .donations-info .pagination-info { background: #f7f7f7; padding: 0 20px; } .container.project .donor-info .donations-info .pagination-info p.em { margin: 0; padding: 10px 0 5px; } @media only screen and (min-width: 641px) { .container.project .donor-info .donations-info .pagination-info p.em { padding-top: 25px; } } .container.project .donor-info .pagination-info { background: #fff; border-top: 0; align-items: center; display: flex; flex-direction: column; } @media only screen and (min-width: 641px) { .container.project .donor-info .pagination-info { display: block; } } .container.project .donor-info .pagination-info.rounded { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .container.project .donor-info .pagination-info .words { order: 2; } .container.project .donor-info .pagination-info .pages { order: 1; } .container.project .donor-info .pagination-info .pagination { padding-top: 20px; } .container.project .donor-info .pagination-info .pagination li.selected { background: #f4f5f0; } .container.project .donor-info .pagination-info .pagination .break { border: 1px solid #dfdfd7; border-left-style: none; color: #9b9b94; font-size: 12px; font-weight: 500; outline: none; min-width: 30px; padding: 2px; } .container.project .donor-info .other-funding { text-align: center; } .container.project .donor-info .other-funding .panel { background: #fff; border: 1px solid #dfdfd7; padding-top: 20px; } @media only screen and (min-width: 641px) { .container.project .donor-info .other-funding .panel { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top: 0; } } .container.project .stats { display: flex; } @media only screen and (min-width: 641px) { .container.project .stats { margin-top: 19px; } } .container.project .stats .stat { align-items: center; border: 1px solid #e9eae4; border-left-style: none; display: flex; flex-direction: column; flex: 1 1; justify-content: center; min-height: 119px; } .container.project .stats .stat .p10, .container.project .stats .stat .p40 { margin: 0; } .container.project .stats .stat .p10 { line-height: 40px; } .container.project .stats .stat .p40 { margin-top: 8px; } .container.project .stats .stat:last-of-type { border-color: #e9eae4; border-style: solid none; border-width: 1px; min-height: 119px; } .container.project .stats .stat:last-of-type .implementation.icon { font-size: 40px; } .container.project.rig .stats { margin-bottom: 30px; } @media only screen and (min-width: 1025px) { .container.project.rig .stats { margin-bottom: 50px; } } @media only screen and (max-width: 641px) { .container.project.rig .stats { margin-top: 20px; display: block; } } @media only screen and (max-width: 641px) { .container.project.rig .stats .stat { border-style: solid solid none; } .container.project.rig .stats .stat:last-of-type { border-style: solid; } } .container.project.rig .general-info h2, .container.project.rig .general-info p, .container.project.rig .rig-info h2, .container.project.rig .rig-info p { margin-left: auto; margin-right: auto; } .container.project.rig .general-info p, .container.project.rig .rig-info p { padding: 20px; margin-top: 10px; margin-bottom: 10px; max-width: 840px; } .container.project.rig .general-info h2, .container.project.rig .rig-info h2 { max-width: 600px; } .container.project.rig .rig-image { margin-top: 30px; } .container.project.rig .media { padding-bottom: 30px; margin-bottom: 40px; border-bottom: 1px solid #dfdfd7; } .container.project.rig .photos h2, .container.project.rig .video h2 { margin: 20px 20px 10px; } @media only screen and (min-width: 641px) { .container.project.rig .photos h2, .container.project.rig .video h2 { margin: 20px 40px 10px 0; } } .container.project.rig .photos p, .container.project.rig .video p { margin: 0 20px; } @media only screen and (min-width: 641px) { .container.project.rig .photos p, .container.project.rig .video p { margin: 0 40px 0 0; } } .container.project.rig .video .embed-container { width: 100%; height: 56.25vw; } @media only screen and (min-width: 641px) { .container.project.rig .video .embed-container { height: auto; padding-bottom: 56.25%; position: relative; } .container.project.rig .video .embed-container > div { position: absolute; width: 100%; height: 100%; } } @media only screen and (min-width: 641px) { .container.project.rig .photos .small-photos { min-height: 0; } .container.project.rig .photos .small-photos .photo { min-height: 0; height: auto; padding-bottom: 56.25%; background-position: 50%; } } .project-show-page .modal-inner .cw-icon-match { display: inline; font-size: 34px; top: 9px; left: auto; position: relative; padding-right: 5px; margin-left: -5px; color: #f8c525; } .rig_twitter_follow a { color: #fff; } @media only screen and (min-width: 641px) { .prodash.private form.search, .search form.search { display: flex; } } @media only screen and (min-width: 641px) { .prodash.private .search-form-query, .search .search-form-query { border-radius: 4px 0 0 4px; } } .prodash.private .search-form-button, .search .search-form-button { width: 100%; margin-top: 10px; } @media only screen and (min-width: 641px) { .prodash.private .search-form-button, .search .search-form-button { border-radius: 0 4px 4px 0; width: 300px; margin-top: 0; } } .prodash.private .campaign-results, .search .campaign-results { display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 40px 0 0 -20px; } .prodash.private .campaign, .search .campaign { width: 100%; margin: 0 0 20px 20px; border: 1px solid #dfdfd7; border-radius: 4px; display: flex; flex-direction: column; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .prodash.private .campaign, .search .campaign { width: calc(50% - 20px); } } @media only screen and (min-width: 1025px) { .prodash.private .campaign, .search .campaign { width: calc(33.3% - 20px); } } .prodash.private .campaign-main-body, .search .campaign-main-body { display: flex; align-items: center; height: 150px; } .prodash.private .campaign-image, .search .campaign-image { border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom: 5px solid #dfdfd7; height: 112px; background-size: cover; background-repeat: no-repeat; background-position: 50%; } .prodash.private .campaign-user, .search .campaign-user { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; background: #f7f7f7; border-top: 1px solid #dfdfd7; padding: 20px; text-align: left; display: flex; align-items: center; flex: 1 1; } .prodash.private .user-avatar, .prodash.private .user-name, .search .user-avatar, .search .user-name { display: inline-block; } .prodash.private .avatar-initial, .search .avatar-initial { height: 35px; width: 35px; line-height: 35px; } .prodash.private .user-avatar, .search .user-avatar { min-width: 35px; } .prodash.private .user-avatar img, .search .user-avatar img { border-radius: 4px; } .prodash.private .user-name, .search .user-name { padding-left: 10px; } .prodash.private .progress-wrapper, .search .progress-wrapper { padding: 10px 0 0; } .prodash.private .stats, .search .stats { font-size: 14px; } .projects-pages { min-width: 0; font-size: 100%; } .projects-pages img { max-width: 100%; } .projects-pages .container { padding-bottom: 0 !important; width: auto !important; } .projects-pages .completed-projects-map { margin-left: -20px; width: 100vw; } .projects-pages .project-section-outer .project-section { max-width: 980px; } .projects-pages .project-section { padding: 60px 25px; font-family: Georgia, serif; color: #010101; width: 980px; margin: auto; } .projects-pages .project-section.intro-area { padding-top: 110px; } @media only screen and (max-width: 641px) { .projects-pages .project-section.intro-area { padding-top: 85px; } } @media only screen and (max-width: 0) { .projects-pages .project-section.intro-area { padding-top: 75px; } } .projects-pages .project-section h1 { font-size: 48px; line-height: 48px; margin-bottom: 25px; } @media only screen and (max-width: 641px) { .projects-pages .project-section h1 { margin-bottom: 10px; } } .projects-pages .project-section h2 { font-weight: 700; font-size: 35px; text-transform: none; } .projects-pages .project-section p { font-size: 18px; line-height: 30px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .project-section { width: auto; } } @media only screen and (max-width: 641px) { .projects-pages .project-section h1 { font-size: 30px; line-height: 48px; } .projects-pages .project-section h2 { font-size: 25px; } .projects-pages .project-section p { font-size: 16px; line-height: 26px; } } @media only screen and (max-width: 0) { .projects-pages .project-section { padding: 60px 15px; } } .projects-pages .intro-area { padding: 20px 0 80px; } @media only screen and (max-width: 641px) { .projects-pages .intro-area { padding: 20px 0.5px; } } .projects-pages .intro-area p { max-width: 700px; margin: 0 auto; } .projects-pages .cwmap_search_bar, .projects-pages .google-map, .projects-pages .sensor-data { margin-left: -20px; margin-right: -20px; } .projects-pages .impact { display: table; padding: 40px 0; } .projects-pages .impact p { margin: 0; } .projects-pages .impact h2 { font-size: 20px; } .projects-pages .impact .copy, .projects-pages .impact img { display: table-cell; vertical-align: middle; } .projects-pages .impact .copy { width: 88%; } @media only screen and (max-width: 641px) { .projects-pages .impact img { margin-bottom: 40px; } .projects-pages .impact .copy { text-align: center; } .projects-pages .impact .copy, .projects-pages .impact img { display: block; margin-left: auto; margin-right: auto; } } .projects-pages .sensor-data { display: flex; } .projects-pages .sensor-data .image { width: 50%; background: url(/packs/media/images/static-pages/our_projects/water-in-jerry-aee4b8a1097203e5718c98866aeaadb6.jpg) no-repeat; background-size: cover; } .projects-pages .sensor-data .copy { color: #333232; padding: 80px; width: 50%; background: #f7f7f7 url(/packs/media/images/static-pages/our_projects/deploy-background-0987112c50bdfd0f5fbaa5232ae0061c.jpg) no-repeat; background-size: 80%; } .projects-pages .sensor-data .button { margin-right: 5px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .sensor-data .image { width: 40%; background-position: -200px; } .projects-pages .sensor-data .copy { width: 70%; padding: 40px; } } @media only screen and (max-width: 641px) { .projects-pages .sensor-data { display: block; height: auto; } .projects-pages .sensor-data .image { height: 400px; } .projects-pages .sensor-data .copy, .projects-pages .sensor-data .image { width: 100%; background-position: 0; } .projects-pages .sensor-data .copy { padding: 40px; } .projects-pages .sensor-data .button { display: block; text-align: center; margin-right: 0; } .projects-pages .sensor-data .button:first-of-type { margin-bottom: 10px; } } .projects-pages .box-link { position: absolute; z-index: 3; width: 100%; height: 100%; display: block; text-indent: -999em; top: 0; left: 0; } .projects-pages .center-it { text-align: center; } .projects-pages .widow-fix p { max-width: 760px; margin-left: auto; margin-right: auto; } .projects-pages .hero-wrapper { background-position: 50%; background-size: cover; position: relative; } .projects-pages .hero-wrapper.mechanics { background-image: url(/packs/media/images/static-pages/stories/mechanic-portraits-7d3900a7d9b1ff4f3fa9c7e1b0167984.jpg); height: 406px; margin-top: 30px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .hero-wrapper.mechanics { background-position: 0; } } @media only screen and (max-width: 0) { .projects-pages .hero-wrapper.mechanics { background-position: -250px; } } .projects-pages .hero-wrapper.countries-map { background-image: url(/packs/media/images/static-pages/our_projects/project-map-85b80df9cf2f8ec377c917031d642f00.png); height: 510px; margin: auto; background-size: contain; background-repeat: no-repeat; background-position: top; position: relative; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .hero-wrapper.countries-map { height: 470px; background-image: url(/packs/media/images/static-pages/our_projects/project-map-pins-e5c2e482304eb30fef8b20cc9dca73d3.png); } } @media only screen and (max-width: 641px) { .projects-pages .hero-wrapper.countries-map { height: 380px; } } @media only screen and (max-width: 0) { .projects-pages .hero-wrapper.countries-map { height: 180px; } } .projects-pages .hero-wrapper .overlay-text { position: absolute; top: 140px; right: 50px; text-align: center; } .projects-pages .hero-wrapper .overlay-text p { color: #fff; width: 375px; font-weight: 700; font-size: 24px; line-height: 30px; margin-bottom: 0; } .projects-pages .hero-wrapper .overlay-text .d-button { margin: 20px auto 0; display: inline-block; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .hero-wrapper .overlay-text { color: rgba(0, 0, 0, 0.5); text-align: left; padding: 15px; top: auto; bottom: 0; width: 100%; right: auto; left: 0; } .projects-pages .hero-wrapper .overlay-text p { margin-right: 30px; font-size: 16px; line-height: 26px; width: 65%; float: left; } .projects-pages .hero-wrapper .overlay-text .d-button { float: right; display: inline-block; margin: 0; padding-top: 15px; } } @media only screen and (max-width: 641px) { .projects-pages .hero-wrapper .overlay-text { padding: 15px 40px; } .projects-pages .hero-wrapper .overlay-text p { float: none; color: #eee; width: 100%; display: inline; margin-right: 0; } .projects-pages .hero-wrapper .overlay-text .d-button { background: none; border: 0; padding: 0; float: none; text-transform: none; box-shadow: none; display: inline; } .projects-pages .hero-wrapper .overlay-text .d-button:hover { text-decoration: underline; } } .projects-pages .hero-wrapper .full-wrapper { position: relative; max-width: 980px; margin: auto; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .hero-wrapper .full-wrapper { position: static; } } .projects-pages .d-button { padding: 1.1em 1.6em; } .projects-pages .image-border { border: 1px solid #ddd; box-shadow: 0 0 3px 1px #ddd; padding: 5px; } .projects-pages .three-box .box-col { width: 30%; float: left; margin: 0.1 0.5%; position: relative; } .projects-pages .two-box .box-col { width: 45%; } .projects-pages .two-box .first-box { float: left; } .projects-pages .two-box .last-box { float: right; } .projects-pages .two-box-row { margin-bottom: 60px; } .projects-pages .overlay-title .box-col { position: relative; } .projects-pages .overlay-title .box-col:before { z-index: 1; content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); transition: background 0.1s linear; } .projects-pages .overlay-title .box-col img { display: block; position: relative; z-index: 1; } .projects-pages .overlay-title .box-col p { color: #fff; text-align: center; z-index: 2; position: absolute; width: 100%; left: 0; top: 50%; font-weight: 700; font-size: 20px; } .projects-pages .overlay-title .box-col:hover:before { background-color: rgba(0, 0, 0, 0.15); } .projects-pages .page-header p { color: #444; } .projects-pages .how-we-work { border-bottom: 1px solid #e0e0e0; } .projects-pages .how-we-work .three-box { margin-top: 62px; } .projects-pages .how-we-work .three-box .box-col:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 2; transition: background 0.1s linear; } .projects-pages .how-we-work .three-box .box-col:hover:before { background-color: rgba(0, 0, 0, 0.15); } .projects-pages .how-we-work .three-box .box-col img { display: block; z-index: 1; position: relative; } .projects-pages .how-we-work .three-box .box-col a { color: #fff; } .projects-pages .how-we-work .three-box .box-col a:hover { text-decoration: none; } .projects-pages .how-we-work .three-box p { color: #fff; font-weight: 700; position: absolute; z-index: 2; top: 50%; left: 0; margin: -25px 0 0; width: 100%; font-size: 20px; letter-spacing: 2px; text-transform: uppercase; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .how-we-work .three-box p { font-size: 14px; line-height: 21px; margin-top: -21px; } } @media only screen and (max-width: 641px) { .projects-pages .how-we-work .three-box p { font-size: 20px; line-height: 30px; margin-top: -25px; } } @media only screen and (max-width: 0) { .projects-pages .how-we-work .three-box p { font-size: 14px; line-height: 21px; margin-top: -21px; } } .projects-pages .how-we-work .three-box .learn { display: block; font-size: 16px; line-height: 18px; } @media only screen and (max-width: 641px) { .projects-pages .how-we-work .three-box .box-col { width: 100%; max-width: 400px; float: none; margin: 0 auto 20px; } } .projects-pages .map-section { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; padding-bottom: 60px; } .projects-pages .map-section p { margin: 30px 0; } .projects-pages .map { height: 800px; } @media only screen and (max-width: 0) { .projects-pages .map { height: 500px; } } .projects-pages .map_wrapper { height: 800px; } .projects-pages .meet-people .under-header { max-width: 820px; margin: auto; } .projects-pages .meet-people .meet { display: block; font-size: 16px; line-height: 18px; margin-bottom: 5px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .meet-people { padding: 30px; } } .projects-pages .future-is-bright { border-top: 1px solid #e0e0e0; } .projects-pages .future-is-bright .two-box { margin-top: 60px; } .projects-pages .future-is-bright h2 { margin: 15px 0.5px; font-size: 24px; } .projects-pages .future-is-bright .icn { color: #46beb8; font-size: 3.25em; margin-bottom: 0.5em; display: block; line-height: 1.5em; } .projects-pages .future-is-bright .icn:hover { text-decoration: none; } @media only screen and (max-width: 641px) { .projects-pages .future-is-bright { text-align: center; } .projects-pages .future-is-bright .box-col { float: none; width: 100%; } .projects-pages .future-is-bright .first-box { margin-bottom: 60px; } } @media only screen and (max-width: 0) { .projects-pages .future-is-bright { text-align: left; } } .projects-pages .future-is-bright .future-approach-section { margin: 25px auto 0; text-align: center; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .circle-box-wrapper { display: inline-block; } } @media only screen and (max-width: 641px) { .projects-pages .circle-box-wrapper { display: block; } } .projects-pages .circle-wrapper { margin: 85px auto 65px; } .projects-pages .circle-wrapper .circle-box { border-radius: 50%; margin: 0 20px; width: 265px; height: 265px; float: left; background-size: cover; } .projects-pages .circle-wrapper .circle-box:before { border-radius: 50%; } .projects-pages .circle-wrapper .circle-box p { line-height: 19px; padding: 0 30px; font-weight: 700; position: absolute; height: 42px; margin: -21px 0 0; top: 50%; z-index: 1; text-transform: uppercase; letter-spacing: 2px; } .projects-pages .circle-wrapper .circle-box .line-one { display: block; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .circle-wrapper .circle-box { width: 175px; height: 185px; } .projects-pages .circle-wrapper .circle-box p { font-size: 11px; } .projects-pages .circle-wrapper .circle-box span { font-size: 13px; margin-bottom: 0; } } @media only screen and (max-width: 641px) { .projects-pages .circle-wrapper .circle-box { width: 280px; height: 280px; margin: 15px auto 30px; float: none; } .projects-pages .circle-wrapper .circle-box p { font-size: 20px; } .projects-pages .circle-wrapper .circle-box span { font-size: 16px; } } @media only screen and (max-width: 0) { .projects-pages .circle-wrapper .circle-box { width: 230px; height: 230px; } .projects-pages .circle-wrapper .circle-box p { font-size: 15px; } .projects-pages .circle-wrapper .circle-box span { font-size: 12px; margin-bottom: 2px; } } @media only screen and (max-width: 0) { .projects-pages .stories .project-section { padding-bottom: 0; } } .projects-pages .story-update { font-style: italic; border-bottom: 1px solid #e0e0e0; padding-bottom: 15px; margin-bottom: 30px; } .projects-pages .story-bq { margin-left: 30px; padding-top: 5px; } .projects-pages .bq-label { text-transform: uppercase; } .projects-pages .story-list-page .intro-area { padding-bottom: 15px; } .projects-pages .story-list-page .intro-area h1 { margin-bottom: 15px; } .projects-pages .story-list-page .container { overflow: hidden; } .projects-pages .story-section-wrapper { margin: auto; } .projects-pages .story-categories { width: 25%; float: left; } .projects-pages .story-categories li { position: relative; } .projects-pages .story-categories li a { display: block; border-bottom: 1px solid #e0e0e0; padding: 15px 25px 15px 100%; margin-left: -150px; color: #c2c2c2; font-weight: 700; font-size: 16px; transition: color 0.1s linear; position: relative; background: #f9f9f9; } .projects-pages .story-categories li a:hover { text-decoration: none; color: #333232; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .story-categories li a { padding: 15px; margin: 0; } } @media only screen and (max-width: 641px) { .projects-pages .story-categories li a { padding: 15px 40px; font-size: 17px; left: auto !important; } } .projects-pages .story-categories li a .cw-icon-angle-close { position: absolute; top: 15px; right: 40px; display: none; font-size: 18px; } .projects-pages .story-categories li.active a { background: #fff; color: #333232; display: block; } .projects-pages .story-categories li.active a:before { content: ""; display: block; width: 20px; height: 20px; background: #fff; border: 1px solid #e0e0e0; border-left: 0; border-bottom: 0; position: absolute; top: 50%; margin-top: -10px; right: -11px; transform: rotate(45deg); } .projects-pages .story-categories .show-more-cat { display: none; } @media only screen and (max-width: 641px) { .projects-pages .story-categories { width: 100%; } .projects-pages .story-categories .show-cat-nav { position: relative; } .projects-pages .story-categories .show-cat-nav .show-more-cat { font-size: 18px; color: #6e6e6e; display: block; position: absolute; height: 13px; top: 17px; right: 40px; transition: all 0.1s linear; } .projects-pages .story-categories.more-cat-active .show-more-cat { transform: rotate(180deg); } .projects-pages .story-categories .collapsible a { display: none; } .projects-pages .story-categories .active .cw-icon-angle-close, .projects-pages .story-categories.more-cat-active .collapsible a { display: block; } } .projects-pages .story-wrapper { width: 75%; min-height: 685px; float: left; border-left: 1px solid #e0e0e0; padding: 40px 25px 0 60px; max-width: 950px; } @media only screen and (max-width: 641px) { .projects-pages .story-wrapper { width: 100%; background: #fff; min-height: 0; } } @media only screen and (max-width: 0) { .projects-pages .story-wrapper { padding: 40px 25px; } } .projects-pages .story-header h1 { margin-bottom: 10px; } @media only screen and (max-width: 641px) { .projects-pages .story-header h1 { line-height: normal; margin-bottom: 0; } } .projects-pages .story-header .summary { width: 580px; margin: auto; color: #adadad; font-style: italic; display: none; } @media only screen and (max-width: 641px) { .projects-pages .story-header .summary { width: auto; } } .projects-pages .story-header .story-attr { font-size: 12px; font-style: italic; line-height: normal; margin-bottom: 0; } .projects-pages .story-header .story-hero-image { background-position: bottom; background-size: cover; background-repeat: no-repeat; } .projects-pages .story-header.sn-equipping-mechanics-in-india h1:before { display: block; content: ""; width: 53px; height: 51px; margin: 0 auto 20px; background: url(/packs/media/images/static-pages/stories/tools-mini-448f5f13721808a6eb5c27dcc83c6017.png); } .projects-pages .story-header.sn-equipping-mechanics-in-india .summary { display: block; } .projects-pages .story-header.sn-equipping-mechanics-in-india .story-hero-image { background-image: url(/packs/media/images/static-pages/stories/story-cover-1-bcd8c18fe3903863326582756f0d384f.jpg); background-position: top; height: 508px; margin-top: 30px; } @media only screen and (max-width: 641px) { .projects-pages .story-header.sn-equipping-mechanics-in-india .story-hero-image { height: 390px; } } @media only screen and (max-width: 0) { .projects-pages .story-header.sn-equipping-mechanics-in-india .story-hero-image { height: 290px; } } .projects-pages .story-header.sn-asharfis-story .story-hero-image { background-image: url(/packs/media/images/static-pages/stories/india_mechanics_image4-5efca11d9ed6e190f1912457819aa3b6.jpg); height: 640px; } @media only screen and (max-width: 641px) { .projects-pages .story-header.sn-asharfis-story .story-hero-image { height: 465px; } } @media only screen and (max-width: 0) { .projects-pages .story-header.sn-asharfis-story .story-hero-image { height: 345px; } } .projects-pages .story-header.sn-asharfis-story h1 { display: none; } .projects-pages .story-header.sn-i-feel-beautiful-for-the-first-time { background-image: url(/packs/media/images/static-pages/stories/uganda_helen_title-a4b669609e20d2435097db98719b4e4f.jpg); background-repeat: no-repeat; background-position: top; width: 800px; height: 379px; margin-top: 60px; } .projects-pages .story-header.sn-i-feel-beautiful-for-the-first-time h1, .projects-pages .story-header.sn-i-feel-beautiful-for-the-first-time p { display: none; } @media only screen and (max-width: 641px) { .projects-pages .story-header.sn-i-feel-beautiful-for-the-first-time { width: auto; height: 275px; background-size: contain; } } @media only screen and (max-width: 0) { .projects-pages .story-header.sn-i-feel-beautiful-for-the-first-time { width: auto; height: 200px; background-size: contain; } } .projects-pages .story-excerpt { padding-left: 150px; min-height: 125px; margin-bottom: 60px; position: relative; color: #333232; } .projects-pages .story-excerpt h2 a { color: #333; text-transform: none; font-size: 18px; transition: color 0.1s linear; } .projects-pages .story-excerpt h2 a:hover { text-decoration: none; color: #2e9df7; } .projects-pages .story-excerpt p { font-family: Georgia, serif; margin: 8px 0; } .projects-pages .story-excerpt a { font-weight: 700; text-transform: uppercase; font-size: 13px; transition: color 0.1s linear; } .projects-pages .story-excerpt a:hover { text-decoration: none; color: #065b9f; } .projects-pages .story-excerpt .story-photo { border-radius: 50%; background-size: cover; background-position: 50%; width: 125px; height: 125px; display: block; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; } @media only screen and (max-width: 0) { .projects-pages .story-excerpt { padding-left: 0; text-align: center; } .projects-pages .story-excerpt .story-photo { position: static; width: 175px; height: 175px; margin: 0 auto 15px; } } .projects-pages .story-body { padding-top: 0; max-width: 800px; } @media only screen and (max-width: 0) { .projects-pages .story-body { padding-top: 30px; } } .projects-pages .story-body p { margin-bottom: 25px; } .projects-pages .story-body .last-paragraph { margin-bottom: 0; } .projects-pages .story-body .span-accross { display: block; margin: 0 auto 25px; } .projects-pages .story-body .span-accross.two-images img { float: left; width: 48%; } .projects-pages .story-body .span-accross.two-images img.first-image { margin-right: 2%; } @media only screen and (max-width: 641px) { .projects-pages .story-body .span-accross.two-images img { width: auto; float: none; display: block; } .projects-pages .story-body .span-accross.two-images img.first-image { margin: 0 0 25px; } } .projects-pages .story-body .span-accross.set-width-1 { max-width: 540px; margin: 0 auto 25px; } .projects-pages .story-body .span-accross.set-width-1 img.first-image { margin-right: 20px; } .projects-pages .story-body .span-accross.height-fix-1 img { width: auto; max-height: 370px; } @media only screen and (max-width: 641px) { .projects-pages .story-body .span-accross.height-fix-1 img { max-height: none; } } .projects-pages .story-body .small-attr { font-size: 14px; line-height: 20px; color: #999; } .projects-pages .story-body .small-attr.video-attr { margin-top: 15px; } .projects-pages .story-body .story-sep-title { margin: 0 auto 25px; text-align: center; border: 1px solid #e0e0e0; border-left: 0; border-right: 0; padding: 30px 0; max-width: 750px; font-size: 25px; } @media only screen and (max-width: 0) { .projects-pages .story-body .story-sep-title { font-size: 19px; line-height: 27px; } } .projects-pages .story-body.sn-gasi-spring-ethiopia { padding-top: 30px; margin-top: 0; } .projects-pages .story-body .compare-before-after { margin-bottom: 80px; } .projects-pages .story-body .compare-before-after h2 { font-size: 25px; padding: 12px; background: #333; color: #fff; } .projects-pages .story-body .compare-before-after p { font-size: 16px; max-width: 750px; margin: 20px auto 0; line-height: 26px; color: #555; } .projects-pages .story-body .compare-before-after .video { padding-bottom: 66.65%; } .projects-pages .story-body .compare-before-after .story-slider { margin-bottom: 0; } @media only screen and (max-width: 641px) { .projects-pages .story-body .compare-before-after h2 { font-size: 20px; } .projects-pages .story-body .compare-before-after p { font-size: 14px; text-align: left; } } .projects-pages .story-body .video { position: relative; padding-bottom: 56.65%; } .projects-pages .story-body .video iframe { position: absolute; width: 100%; height: 100%; } @media only screen and (max-width: 0) { .projects-pages .story-body .india-mechanica-stats { width: 290px; height: 320px; background: url(/packs/media/images/static-pages/stories/india_mechanics_image6b-3502898721931612a9741d073a963043.png) no-repeat; margin: 0 auto 25px; } .projects-pages .story-body .india-mechanica-stats img { display: none; } .projects-pages .story-body .hurricane-stats { width: 290px; height: 274px; background: url(/packs/media/images/static-pages/stories/katrina-vs-sidr-b-98c5a69dfccc9d060c5b4f11ad7f2358.png) no-repeat; margin: 0 auto 25px; } .projects-pages .story-body .hurricane-stats img { display: none; } } .projects-pages .story-media-block { position: relative; } .projects-pages .story-media-block:after { clear: both; content: ""; display: table; } .projects-pages .story-media-block h2 { font-size: 20px; line-height: 28px; margin-bottom: 15px; } .projects-pages .story-media-block.position-right img { float: right; margin: 0 0.15px 15px; } .projects-pages .story-media-block.position-right img.no-mb { margin-bottom: 0; } @media only screen and (max-width: 641px) { .projects-pages .story-media-block.position-right img { display: block; margin: 0 0 25px; float: none; } .projects-pages .story-media-block.position-right img.no-mb { margin-bottom: 25px; } } .projects-pages .story-media-block.position-left img { float: left; margin: 0.15px 15px 0; } .projects-pages .story-media-block.position-left img.no-mb { margin-bottom: 0; } @media only screen and (max-width: 641px) { .projects-pages .story-media-block.position-left img { display: block; margin: 0 0 25px; float: none; } .projects-pages .story-media-block.position-left img.no-mb { margin-bottom: 25px; } } .projects-pages .story-media-block.abs-size-small-left { min-height: 85px; padding-left: 95px; } .projects-pages .story-media-block.abs-size-small-left img { position: absolute; top: 0; left: 0; } @media only screen and (max-width: 0) { .projects-pages .story-media-block.abs-size-small-left { padding-left: 0; } .projects-pages .story-media-block.abs-size-small-left img { display: none; } } .projects-pages .story-share { border-top: 1px solid #e0e0e0; } .projects-pages .story-share .project-section { max-width: 800px; } .projects-pages .related-stories { border-top: 1px solid #e0e0e0; background: #f9f9f9; } .projects-pages .related-stories .project-section { max-width: 800px; } @media only screen and (max-width: 641px) { .projects-pages .related-stories h1 { margin-bottom: 30px; } } @media only screen and (max-width: 0) { .projects-pages .related-stories h1 { text-align: center; } } .projects-pages .story-share-buttons .left-side { float: left; margin-right: 20px; } .projects-pages .story-share-buttons .right-side { float: right; } .projects-pages .story-share-buttons .top-row-buttons { width: 365px; } .projects-pages .story-share-buttons .hollow-btn { display: block; text-transform: uppercase; font-size: 15px; font-weight: 700; background: #fbfbfb; border: 1px solid #c1c1c1; border-radius: 3px; padding: 1.1em 1.6em; color: #333; transition: all 0.1s linear; } .projects-pages .story-share-buttons .hollow-btn:hover { text-decoration: none; background: #fff; border-color: #989898; } .projects-pages .story-share-buttons .socialcount { margin-top: 12px; } @media only screen and (max-width: 641px) { .projects-pages .story-share-buttons .socialcount { text-align: left; } } @media only screen and (max-width: 641px) { .projects-pages .story-share-buttons .top-row-buttons { width: auto; } .projects-pages .story-share-buttons .top-row-buttons .left-side { width: 48.5%; } .projects-pages .story-share-buttons .top-row-buttons .donate { float: left; } .projects-pages .story-share-buttons .top-row-buttons .all-stories { float: right; margin-top: 0; } .projects-pages .story-share-buttons .left-side { float: none; margin-right: 0; text-align: center; } .projects-pages .story-share-buttons .right-side { float: none; } .projects-pages .story-share-buttons .d-button { display: block; } .projects-pages .story-share-buttons .hollow-btn { margin-top: 15px; } } @media only screen and (max-width: 0) { .projects-pages .story-share-buttons .top-row-buttons .left-side { width: auto; } .projects-pages .story-share-buttons .top-row-buttons .donate { float: none; } .projects-pages .story-share-buttons .top-row-buttons .all-stories { float: none; margin-top: 12px; } } .projects-pages .story-slider { position: relative; background: url(/images/loading.gif) no-repeat 50%; margin-bottom: 25px; min-height: 400px; } .projects-pages .story-slider .slideshow { display: none; position: relative; overflow: visible !important; margin: auto; max-width: 800px; } .projects-pages .story-slider .photos-attr { font-size: 12px; font-style: italic; display: none; color: #999; } @media only screen and (max-width: 641px) { .projects-pages .story-slider .photos-attr { text-align: left; } } .projects-pages .story-slider .slide-nav a { background-position: 50%; } .projects-pages .story-slider .slidesjs-navigation { text-indent: -999em; padding: 15px 25px; position: absolute; z-index: 999; top: 50%; display: block; transition: background 0.1s linear; background-color: rgba(0, 0, 0, 0.75); height: 50px; margin-top: -25px; } .projects-pages .story-slider .slidesjs-navigation:hover { text-decoration: none; background-color: rgba(0, 0, 0, 0.95); } .projects-pages .story-slider .slidesjs-next { right: 0; background-image: url(/packs/media/images/static-pages/stories/arrow-next-c2fc60366a4139d9071a69fb154e72be.png); background-repeat: no-repeat; background-size: 20% 30%; } .projects-pages .story-slider .slidesjs-previous { left: 0; background-image: url(/packs/media/images/static-pages/stories/arrow-prev-8d3cf2867aa8ae7aa2701f6e715e8c43.png); background-repeat: no-repeat; background-size: 20% 30%; } @media only screen and (max-width: 641px) { .projects-pages .story-slider .slide-nav { position: static; margin-top: 15px; } .projects-pages .story-slider .slide-nav a { display: inline-block; position: static; top: auto; right: auto; left: auto; margin: 0.5px 0 0; padding: 6px 20px; } } @media only screen and (max-width: 0) { .projects-pages .story-slider { min-height: 300px; } } .projects-pages .m-no-backgroundsize .story-slider .slidesjs-next { background-image: url(/packs/media/images/static-pages/stories/arrow-next-small-87acef58065a4885e1c3b91e16b8f747.png); } .projects-pages .m-no-backgroundsize .story-slider .slidesjs-prev { background-image: url(/packs/media/images/static-pages/stories/arrow-prev-small-89a89422f216a2f43375312299062f98.png); } .projects-pages .featured-hero-blocks { text-align: center; border: 1px solid #e0e0e0; border-left: 0; border-right: 0; } .projects-pages .feature-block { color: #333232; display: inline-block; max-width: 290px; margin: 5px; vertical-align: top; } .projects-pages .feature-block.first-feature { margin-left: 0; } .projects-pages .feature-block.last-feature { margin-right: 0; } .projects-pages .feature-block img { margin: 0; display: block; } .projects-pages .feature-block h2 { font-size: 18px; } @media only screen and (max-width: 641px) { .projects-pages .feature-block h2 { font-size: 18px; } } .projects-pages .feature-block h3 { font-weight: 700; font-size: 12px; text-transform: uppercase; margin-bottom: 10px; } .projects-pages .feature-block p { font-size: 16px; line-height: 26px; margin-bottom: 0; } .projects-pages .feature-block a { display: block; } .projects-pages .feature-block .feature-info { padding: 20px 12px 12px; background: #f8f8f8; border: 1px solid #e0e0e0; border-top: 0; height: 440px; text-align: left; } @media only screen and (max-width: 0) { .projects-pages .feature-block { width: auto; margin-left: 0; margin-right: 0; } .projects-pages .feature-block .feature-info { height: auto; } } .projects-pages .all-partners { text-align: center; } .projects-pages .all-partners .three-box { margin-top: 65px; } .projects-pages .all-partners .project-section { padding-bottom: 60px; } .projects-pages .all-partners p { padding: 0.25px; max-width: 750px; margin-left: auto; margin-right: auto; } .projects-pages .partner-list-wrapper { margin: 40px 30px 0; text-align: center; } .projects-pages .partner-logo-block { position: relative; width: 180px; height: 150px; display: inline-block; border: 1px solid #f0f0f0; margin: 5px; } .projects-pages .partner-logo-block img { position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; opacity: 1; transition: all 0.1s linear; width: 130px; } .projects-pages .partner-logo-block:hover { text-decoration: none; } .projects-pages .partner-logo-block:hover img { opacity: 0.5; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .partner-logo-block { border: 1px solid #f0f0f0 !important; margin: 5px; } } @media only screen and (max-width: 0) { .projects-pages .partner-logo-block { width: 47.5%; height: 100px; margin: 0.75%; } .projects-pages .partner-logo-block img { width: 110px; } } .projects-pages .partners-faq.two-box .box-col { width: 48%; } @media only screen and (max-width: 641px) { .projects-pages .partners-faq.two-box .box-col { width: auto; } } .projects-pages .partners-faq h1 { margin-bottom: 60px; } @media only screen and (max-width: 641px) { .projects-pages .partners-faq h1 { text-align: left; margin-bottom: 60px; } } @media only screen and (max-width: 0) { .projects-pages .partners-faq h1 { margin-bottom: 20px; } } @media only screen and (max-width: 641px) { .projects-pages .partners-faq .faq-questions .box-col { width: 100%; float: none; } } .projects-pages .partners-faq .faq-block { margin-bottom: 60px; height: 210px; } .projects-pages .partners-faq .faq-block .question { font-weight: 700; font-size: 21px; margin-bottom: 10px; } .projects-pages .partners-faq .faq-block .answer { font-size: 16px; line-height: 26px; width: 90%; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .partners-faq .faq-block { height: auto; } } .projects-pages .partners-faq { padding-bottom: 0; } .projects-pages .approach-section { position: relative; padding: 0; margin-bottom: 70px; } .projects-pages .approach-section:before { content: ""; display: block; position: absolute; z-index: 1; left: 50%; margin-left: -1px; width: 2px; height: 100%; top: 0; background: #ff902a; } .projects-pages .approach-section:after { content: ""; display: block; position: absolute; z-index: 1; bottom: -64px; left: 50%; margin-left: -13px; width: 25px; height: 66px; background: url(/packs/media/images/static-pages/our_approach/end-timeline-drop-21db99e3e62f555dbfa7de56d75fc100.png); background-size: cover; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .approach-section { padding: 0.25px; } .projects-pages .approach-section:before { left: 25px; margin-left: 0; } .projects-pages .approach-section:after { left: 13px; margin-left: 0; } } @media only screen and (max-width: 0) { .projects-pages .approach-section { padding: 0.25px; } } .projects-pages .timeline-section { text-align: center; position: relative; z-index: 2; } .projects-pages .timeline-section h2 { background: #ff902a; color: #fff; padding: 10px 15px; font-size: 18px; font-weight: 700; display: inline-block; border-radius: 5px; } @media only screen and (max-width: 641px) { .projects-pages .timeline-section h2 { display: block; width: 50%; font-size: 18px; } } @media only screen and (max-width: 0) { .projects-pages .timeline-section h2 { padding-left: 50px; width: auto; } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .timeline-section { text-align: left; } } .projects-pages .timeline-block-wrapper { margin-top: 60px; } .projects-pages .timeline-block { background: #f8f8f8; margin-bottom: 40px; border: 1px solid #dbdbdb; border-radius: 5px; padding: 20px; display: inline-block; width: 460px; text-align: left; position: relative; } .projects-pages .timeline-block:before { content: ""; display: block; width: 10px; height: 10px; background: #000; border: 5px solid #fff; border-radius: 50%; position: absolute; top: 0; bottom: 0; margin: auto; } .projects-pages .timeline-block:after { content: ""; display: block; background: #f8f8f8; border: 1px solid #dbdbdb; transform: rotate(45deg); width: 16px; height: 16px; position: absolute; top: 0; bottom: 0; margin: auto; } .projects-pages .timeline-block h3 { font-size: 18px; font-weight: 700; text-transform: none; margin-bottom: 5px; } .projects-pages .timeline-block p { margin-bottom: 0; font-size: 16px; line-height: 26px; } .projects-pages .timeline-block.left { float: left; } .projects-pages .timeline-block.left:before { left: 479px; } .projects-pages .timeline-block.left:after { border-left: 0; border-bottom: 0; left: 450px; } .projects-pages .timeline-block.right { float: right; } .projects-pages .timeline-block.right:before { right: 479px; } .projects-pages .timeline-block.right:after { right: 450px; border-right: 0; border-top: 0; } .projects-pages .timeline-block .technology-icons { margin: 30px 0; } .projects-pages .timeline-block .technology-icons a { font-size: 80px; margin-right: 10px; color: #333131; transition: color 0.1s linear; display: inline-block; } .projects-pages .timeline-block .technology-icons a:hover { text-decoration: none; color: #2e9df7; } .projects-pages .timeline-block .technology-icons a:last-child { margin-right: 0; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .timeline-block .technology-icons a { margin: 10px; } .projects-pages .timeline-block .technology-icons a:last-child { margin-right: 10px; } } @media only screen and (max-width: 0) { .projects-pages .timeline-block .technology-icons a { font-size: 70px; } } .projects-pages .timeline-block.text-bubble { padding: 0; } .projects-pages .timeline-block.text-bubble h3 { border-top-left-radius: 5px; border-top-right-radius: 5px; background: #eee; padding: 10px 20px; margin-bottom: 10px; border-bottom: 1px solid #ddd; position: relative; } .projects-pages .timeline-block.text-bubble h3:after { position: absolute; bottom: -2px; left: 0; right: 0; height: 1px; content: ""; display: block; background: #fff; } .projects-pages .timeline-block.text-bubble p { padding: 0 20px 20px; } .projects-pages .timeline-block.text-bubble .d2p-logo-in-bubble { display: block; margin: 15px 0 2px 20px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .timeline-block { width: auto; margin-left: 40px; } .projects-pages .timeline-block.left { float: none; } .projects-pages .timeline-block.left:before { left: -50px; right: auto; } .projects-pages .timeline-block.left:after { left: -10px; right: auto; border: 1px solid #dbdbdb; border-right: 0; border-top: 0; } .projects-pages .timeline-block.right { float: none; } .projects-pages .timeline-block.right:before { left: -50px; right: auto; } .projects-pages .timeline-block.right:after { left: -10px; right: auto; border: 1px solid #dbdbdb; border-right: 0; border-top: 0; } } .projects-pages .image-grid-one:after, .projects-pages .image-grid-one:before { margin-top: 132px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .image-grid-one:after, .projects-pages .image-grid-one:before { margin-top: auto; } } .projects-pages .image-grid-one img { display: inline-block; } .projects-pages .image-grid-one img.apr-img-1 { margin-right: 10px; margin-bottom: 10px; width: 200px; } .projects-pages .image-grid-one img.apr-img-2 { margin-bottom: 10px; width: 200px; } @media only screen and (max-width: 641px) { .projects-pages .image-grid-one img { display: block; width: 100%; } .projects-pages .image-grid-one img.apr-img-1 { margin-right: 0; margin-bottom: 20px; width: 100%; } .projects-pages .image-grid-one img.apr-img-2 { width: 100%; margin-bottom: 20px; } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .image-grid-one { max-width: 460px; } } .projects-pages .image-single img { display: block; margin: auto; width: 100%; } .projects-pages .monitoring-evaluating:after, .projects-pages .monitoring-evaluating:before { margin-top: 65px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .monitoring-evaluating:after, .projects-pages .monitoring-evaluating:before { margin-top: auto; } } .projects-pages .ensuring-sustainability:after, .projects-pages .ensuring-sustainability:before { margin-top: 135px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .ensuring-sustainability:after, .projects-pages .ensuring-sustainability:before { margin-top: auto; } } .projects-pages .d2p-logo { background: none; border: 0; width: 200px; margin-bottom: 0; margin-right: 280px; } .projects-pages .d2p-logo:after, .projects-pages .d2p-logo:before { display: none; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .d2p-logo { margin-right: 0; } } .projects-pages .pie-chart-label { font-weight: 700; text-transform: uppercase; padding: 0 20px; } .projects-pages .pie-chart-wrapper { margin-top: 20px; padding: 0 20px 20px; } .projects-pages .pie-chart-wrapper .pie-chart { float: left; width: 70px; margin-right: 20px; } .projects-pages .pie-chart-wrapper .chart-number-key { float: left; font-weight: 700; text-transform: uppercase; width: 320px; } .projects-pages .pie-chart-wrapper .chart-number-key p { position: relative; padding: 0 0 0.25px; float: left; font-size: 12px; line-height: normal; margin-bottom: 10px; margin-right: 10px; width: 150px; } .projects-pages .pie-chart-wrapper .chart-number-key p:before { content: ""; display: block; width: 15px; height: 15px; position: absolute; left: 0; top: 0; } .projects-pages .pie-chart-wrapper .chart-number-key p.materials:before { background: #2e9df7; } .projects-pages .pie-chart-wrapper .chart-number-key p.materials .percent { color: #2e9df7; } .projects-pages .pie-chart-wrapper .chart-number-key p.personnel:before { background: #f03 0.1; } .projects-pages .pie-chart-wrapper .chart-number-key p.personnel .percent { color: #f03 0.1; } .projects-pages .pie-chart-wrapper .chart-number-key p.capital-costs:before { background: #ff902a; } .projects-pages .pie-chart-wrapper .chart-number-key p.capital-costs .percent { color: #ff902a; } .projects-pages .pie-chart-wrapper .chart-number-key p.support-costs:before { background: #f5402c; } .projects-pages .pie-chart-wrapper .chart-number-key p.support-costs .percent { color: #f5402c; } .projects-pages .pie-chart-wrapper .chart-number-key p.consumables:before { background: #4fcb53; } .projects-pages .pie-chart-wrapper .chart-number-key p.consumables .percent { color: #4fcb53; } .projects-pages .pie-chart-wrapper .chart-number-key p.transportation:before { background: #7b2cff; } .projects-pages .pie-chart-wrapper .chart-number-key p.transportation .percent { color: #7b2cff; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .pie-chart-wrapper .pie-chart { width: auto; max-width: 200px; } .projects-pages .pie-chart-wrapper .chart-number-key { width: auto; max-width: 320px; margin-top: 25px; } } @media only screen and (max-width: 0) { .projects-pages .pie-chart-wrapper .pie-chart { width: 100%; max-width: auto; margin: 0 0 20px; } } .projects-pages .technology-block-wrapper { padding-top: 0; padding-bottom: 0; } @media only screen and (max-width: 0) { .projects-pages .technology-block-wrapper { padding-top: 0; } } .projects-pages .tech-block { width: 33%; height: 280px; float: left; padding: 15px; text-align: center; cursor: pointer; } .projects-pages .tech-block:hover i { color: #2e9df7; } .projects-pages .tech-block i { font-size: 85px; margin-bottom: 10px; display: block; transition: color 0.1s linear; } .projects-pages .tech-block h2 { font-size: 20px; margin-bottom: 5px; } @media only screen and (max-width: 641px) { .projects-pages .tech-block h2 { font-size: 20px; } } .projects-pages .tech-block p { font-size: 16px; line-height: 26px; } .projects-pages .tech-block a { font-weight: 700; font-size: 14px; color: #2e9df7; text-transform: uppercase; transition: color 0.1s linear; } .projects-pages .tech-block a:hover { text-decoration: none; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .tech-block { width: 50%; } } @media only screen and (max-width: 641px) { .projects-pages .tech-block { max-width: 350px; width: auto !important; float: none; height: auto; padding: 0; margin: 0 auto 60px; } } .projects-pages .countries-map-overlay { position: relative; overflow: hidden; } .projects-pages .marker-overlay { height: 321px; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 980px; white-space: nowrap; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .marker-overlay { display: none; } } .projects-pages .info-window { position: absolute; top: 0; transition: all 0.15s linear; } .projects-pages .info-window:hover { text-decoration: none; } .projects-pages .info-window .dot { width: 20px; height: 30px; background-image: url(/packs/media/images/static-pages/our_projects/map-marker-2-da9a0185acbf4cb85b5277d3cdee744c.png); background-size: 100%; display: block; position: relative; z-index: 998; opacity: 0; transition: all 0.25s linear; } .projects-pages .info-window .country { opacity: 0; color: #444; visibility: hidden; font-weight: 700; text-transform: uppercase; display: block; top: -75px; left: -16px; padding: 10px 35px 10px 12px; min-width: 170px; transition: all 0.1s linear; background-image: linear-gradient(#fff, #f2f2f2); border-radius: 5px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); border: 1px solid #ccc; position: relative; z-index: 999; } .projects-pages .info-window .country:before { content: ""; display: block; background: #f2f2f2; border: 1px solid #aaa; border-top: 0; border-left: 0; transform: rotate(45deg); width: 10px; height: 10px; left: 18px; position: absolute; bottom: -6px; margin: auto; } .projects-pages .info-window .country:after { content: ""; display: block; border: 3px solid #ccc; border-left: 0; border-bottom: 0; transform: rotate(45deg); width: 6px; height: 6px; position: absolute; top: 18px; right: 10px; transition: border-color 0.25s linear; } .projects-pages .info-window .country:hover { text-decoration: none; color: #000; border-color: #aaa; } .projects-pages .info-window .country:hover:after { border-color: #aaa; } .projects-pages .info-window .country i { background-size: contain; background-repeat: no-repeat; display: block; width: 30px; height: 20px; float: left; margin-right: 10px; } .projects-pages .info-window.mouseover .country { opacity: 1; visibility: visible; top: -83px; } .projects-pages .info-window.marker-bangladesh .country, .projects-pages .info-window.marker-cambodia .country, .projects-pages .info-window.marker-india .country, .projects-pages .info-window.marker-nepal .country { left: -99px; } .projects-pages .info-window.marker-bangladesh .country:before, .projects-pages .info-window.marker-cambodia .country:before, .projects-pages .info-window.marker-india .country:before, .projects-pages .info-window.marker-nepal .country:before { left: auto; right: 18px; } .projects-pages .info-window.marker-india .country { left: -99px; } .projects-pages .info-window.marker-nepal .country { left: -106px; } .projects-pages .info-window.marker-bangladesh .country { left: -161px; } .projects-pages .info-window.marker-cambodia .country { left: -139px; } .projects-pages .info-window.marker-bd { left: 767px; } .projects-pages .info-window.marker-bo { left: 267px; } .projects-pages .info-window.marker-bf { left: 487px; } .projects-pages .info-window.marker-kh { left: 830px; } .projects-pages .info-window.marker-cf { left: 543px; } .projects-pages .info-window.marker-ci { left: 466px; } .projects-pages .info-window.marker-cd { left: 561px; } .projects-pages .info-window.marker-et { left: 614px; } .projects-pages .info-window.marker-gt { left: 182px; } .projects-pages .info-window.marker-ht { left: 243px; } .projects-pages .info-window.marker-hn { left: 195px; } .projects-pages .info-window.marker-in { left: 740px; } .projects-pages .info-window.marker-ke { left: 608px; } .projects-pages .info-window.marker-lr { left: 452px; } .projects-pages .info-window.marker-ml { left: 477px; } .projects-pages .info-window.marker-mw { left: 592px; } .projects-pages .info-window.marker-mz { left: 601px; } .projects-pages .info-window.marker-ne { left: 506px; } .projects-pages .info-window.marker-np { left: 747px; } .projects-pages .info-window.marker-pk { left: 704px; } .projects-pages .info-window.marker-rw { left: 590px; } .projects-pages .info-window.marker-sl { left: 441px; } .projects-pages .info-window.marker-tz { left: 602px; } .projects-pages .info-window.marker-ug { left: 594px; } .projects-pages .info-window.begin-animate .dot { opacity: 1; } .projects-pages .info-window.begin-animate.marker-bd { top: 182px; } .projects-pages .info-window.begin-animate.marker-bo { top: 333px; } .projects-pages .info-window.begin-animate.marker-bf { top: 215px; } .projects-pages .info-window.begin-animate.marker-kh { top: 220px; } .projects-pages .info-window.begin-animate.marker-cf { top: 245px; } .projects-pages .info-window.begin-animate.marker-ci { top: 241px; } .projects-pages .info-window.begin-animate.marker-cd { top: 282px; } .projects-pages .info-window.begin-animate.marker-et { top: 237px; } .projects-pages .info-window.begin-animate.marker-gt { top: 211px; } .projects-pages .info-window.begin-animate.marker-ht { top: 193px; } .projects-pages .info-window.begin-animate.marker-hn { top: 212px; } .projects-pages .info-window.begin-animate.marker-in { top: 195px; } .projects-pages .info-window.begin-animate.marker-ke { top: 268px; } .projects-pages .info-window.begin-animate.marker-lr { top: 245px; } .projects-pages .info-window.begin-animate.marker-ml { top: 197px; } .projects-pages .info-window.begin-animate.marker-mw { top: 314px; } .projects-pages .info-window.begin-animate.marker-mz { top: 330px; } .projects-pages .info-window.begin-animate.marker-ne { top: 207px; } .projects-pages .info-window.begin-animate.marker-np { top: 166px; } .projects-pages .info-window.begin-animate.marker-pk { top: 161px; } .projects-pages .info-window.begin-animate.marker-rw { top: 272px; } .projects-pages .info-window.begin-animate.marker-sl { top: 236px; } .projects-pages .info-window.begin-animate.marker-tz { top: 294px; } .projects-pages .info-window.begin-animate.marker-ug { top: 263px; } .projects-pages .countries-single .story-slider .slidesjs-navigation { margin-top: 0; } @media only screen and (max-width: 641px) { .projects-pages .country-videos .country-video { display: none; } } .projects-pages .country-videos .embed-video-wrap { display: none; position: relative; height: 0; padding-bottom: 56.25%; margin-bottom: 20px; } .projects-pages .country-videos .embed-video-wrap:last-child { margin-bottom: 0; } .projects-pages .country-videos .embed-video-wrap iframe { position: absolute; width: 100%; height: 100%; } @media only screen and (max-width: 641px) { .projects-pages .country-videos .embed-video-wrap { display: block; } } .projects-pages .hero-header-wrapper { height: 400px; background: url(/images/loading.gif) no-repeat 50%; } .projects-pages .hero-header-wrapper.loaded { background: none; } .projects-pages .hero-header-wrapper.loaded .hero-wrapper { opacity: 1; } .projects-pages .hero-header-wrapper .hero-wrapper { opacity: 0; transition: opacity 0.25s linear; } @media only screen and (max-width: 641px) { .projects-pages .hero-header-wrapper { height: 300px; } } @media only screen and (max-width: 0) { .projects-pages .hero-header-wrapper { height: 200px; } } .projects-pages .country-header { background-size: cover; height: 400px; } .projects-pages .country-header:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100px; background: linear-gradient(rgba(0, 0, 0, 0.5), transparent); z-index: 10; } @media only screen and (max-width: 641px) { .projects-pages .country-header { height: 300px; background-position: top; } .projects-pages .country-header.header-bangladesh, .projects-pages .country-header.header-burkina-faso, .projects-pages .country-header.header-cambodia { background-position: 100% 0; } .projects-pages .country-header.header-guatemala, .projects-pages .country-header.header-liberia { background-position: 0 0; } } @media only screen and (max-width: 0) { .projects-pages .country-header { height: 200px; } } .projects-pages .country-overflow-wrapper { overflow: hidden; position: relative; } .projects-pages .country-display-table-wrapper { padding-top: 0; } .projects-pages .country-display-table-wrapper .country-label { display: none; font-size: 18px; text-transform: uppercase; margin-bottom: 15px; padding-bottom: 5px; padding-left: 20px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .country-display-table-wrapper .country-label { display: block; } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .country-display-table-wrapper { padding: 60px 0; } } @media only screen and (max-width: 0) { .projects-pages .country-display-table-wrapper { padding: 60px 0; } } .projects-pages .country-display-table { width: 100%; margin-top: 30px; } .projects-pages .country-display-table tr td { border: 1px solid #ddd; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .country-display-table tr td { border: 0; } } .projects-pages .country-display-table thead { border: 1px solid #ddd; background: #f5f5f5; } .projects-pages .country-display-table thead .cw-table-col2 .sort { text-indent: 0; } .projects-pages .country-display-table thead .hint--bottom:after { text-transform: none; } .projects-pages .country-display-table tbody tr { transition: background 0.1s linear; } .projects-pages .country-display-table tbody tr:hover { background: #fff; } .projects-pages .country-display-table th { text-align: left; font-weight: 700; text-transform: uppercase; padding: 15px 0.15px 10px; width: 25%; -moz-user-select: none; -ms-user-select: none; user-select: none; } .projects-pages .country-display-table td { padding: 10px; vertical-align: middle; } .projects-pages .country-display-table tr { cursor: pointer; } .projects-pages .country-display-table tr a { color: inherit; } .projects-pages .country-display-table tr a:hover { text-decoration: none; } .projects-pages .country-display-table tr .cw-table-col2 { transition: color 0.1s linear; } .projects-pages .country-display-table tr .cw-table-col2 .label-link { max-width: 200px; display: block; } .projects-pages .country-display-table tr.row-link:hover { text-decoration: none; } .projects-pages .country-display-table tr.coming-soon td em { color: #ccc; } .projects-pages .country-display-table .cw-table-col1 { width: 7.5%; } .projects-pages .country-display-table .cw-table-col2 { width: 23.5%; } .projects-pages .country-display-table .cw-table-col3, .projects-pages .country-display-table .cw-table-col4, .projects-pages .country-display-table .cw-table-col5 { width: 23%; } .projects-pages .country-display-table .sortable { cursor: pointer; transition: color 0.1s linear; color: #212121; } .projects-pages .country-display-table .sortable:hover { color: #666; } .projects-pages .country-display-table .sortable:hover .sort { color: #aaa; } .projects-pages .country-display-table .sortable .sort { display: inline-block; margin-left: 10px; color: #ccc; font-size: 18px; transition: color 0.1s linear; } .projects-pages .country-display-table .sortable.active-sort .sort { color: #2e9df7; } .projects-pages .country-display-table .country-image { background-size: contain; display: block; width: 100%; height: 30px; } .projects-pages .country-display-table .cw-country img { display: inline-block; margin-right: 15px; } .projects-pages .country-display-table .tech-icons i { display: inline-block; margin: 5px 5px 5px 0; color: #333; font-size: 35px; transition: color 0.1s linear; } .projects-pages .country-display-table .cw-icon-chevron-right { display: none; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .country-display-table thead { display: none; } .projects-pages .country-display-table tr { display: block; position: relative; transition: color 0.1s linear; cursor: pointer; -moz-user-select: none; -ms-user-select: none; user-select: none; } .projects-pages .country-display-table tr .cw-icon-chevron-right { display: block; color: #999; position: absolute; height: 20px; top: 50%; margin-top: -10px; right: 20px; transition: color 0.1s linear; font-size: 13px; } .projects-pages .country-display-table tr:hover { color: #999; } .projects-pages .country-display-table tr:hover .sort { color: #222; } .projects-pages .country-display-table tr.active-country:hover { color: #000; } .projects-pages .country-display-table td:before { display: block; float: left; content: " " attr(data-label) ":"; margin-right: 15px; font-weight: 700; width: 125px; } .projects-pages .country-display-table .cw-table-col1 { display: inline-block; width: 80px; margin-left: 10px; margin-right: -20px; } .projects-pages .country-display-table .cw-table-col2 { display: inline-block; width: auto; } .projects-pages .country-display-table .cw-table-col1:before, .projects-pages .country-display-table .cw-table-col2:before { content: ""; } .projects-pages .country-display-table .cw-table-col3, .projects-pages .country-display-table .cw-table-col4, .projects-pages .country-display-table .cw-table-col5 { display: none; } } @media only screen and (max-width: 0) { .projects-pages .country-display-table td:before { float: none; margin-bottom: 5px; } } .projects-pages .country-content { width: 595px; float: left; } .projects-pages .country-content .country-sub { margin-top: 40px; } .projects-pages .country-content h2 { margin-bottom: 15px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .country-content { width: 60%; } } @media only screen and (max-width: 641px) { .projects-pages .country-content { width: 100%; float: none; } } .projects-pages .country-details { width: 305px; float: right; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .country-details { width: 35%; } } @media only screen and (max-width: 641px) { .projects-pages .country-details { width: 100%; float: none; margin-top: 60px; } } .projects-pages .aside-country-block-info:first-child h3 { border-top: 1px solid #dcdcdc; } .projects-pages .aside-country-block-info h3 { background: #fbfbfb; font-weight: 700; text-transform: uppercase; padding: 20px; border: 1px solid #dcdcdc; border-top: 0; } .projects-pages .aside-country-block-info ul { border: 1px solid #dcdcdc; border-top: 0; border-bottom: 0; padding: 35px 20px; } .projects-pages .aside-country-block-info ul:last-child { border-bottom: 1px solid #dcdcdc; } .projects-pages .aside-country-block-info ul li { margin-bottom: 10px; } .projects-pages .aside-country-block-info ul li:last-child { margin-bottom: 0; } .projects-pages .aside-country-block-info ul a { color: inherit; transition: color 0.1s linear; } .projects-pages .aside-country-block-info ul a:hover { text-decoration: none; color: #2e9df7; } .projects-pages .aside-country-block-info ul.partners-listing a { display: table; } .projects-pages .aside-country-block-info ul.partners-listing .partner-image { display: table-cell; width: 50px; } .projects-pages .aside-country-block-info ul.partners-listing .partner-title { display: table-cell; vertical-align: middle; padding-left: 10px; } .projects-pages .aside-country-block-info ul.tech-icons li { margin-bottom: 15px; } .projects-pages .aside-country-block-info ul.tech-icons li:last-child { margin-bottom: 0; } .projects-pages .aside-country-block-info ul.tech-icons a { display: table; } .projects-pages .aside-country-block-info ul.tech-icons i { display: table-cell; margin-right: 10px; font-size: 40px; } .projects-pages .aside-country-block-info ul.tech-icons .solution-label { display: table-cell; vertical-align: middle; padding-left: 20px; } .projects-pages .aside-country-block-info .country-detail-note { font-style: italic; color: #999; font-size: 14px; line-height: 20px; display: none; } .m-touch .projects-pages .aside-country-block-info .icn, .projects-pages .aside-country-block-info .star { display: none; } .m-touch .projects-pages .aside-country-block-info .country-detail-note { display: block; } .m-touch .projects-pages .aside-country-block-info .star { display: inline; } @media only screen and (max-width: 641px) { .projects-pages .aside-country-block-info .icn { display: none; } .projects-pages .aside-country-block-info .country-detail-note { display: block; } .projects-pages .aside-country-block-info .star { display: inline-block; } } .projects-pages .country-video { position: relative; display: inline-block; width: 30%; margin: 0.75%; } .projects-pages .country-video:before { content: ""; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 60px; height: 60px; border-radius: 50%; border: 2px solid hsla(0, 0%, 100%, 0.9); background-color: rgba(0, 0, 0, 0.4); transition: background 0.1s linear; } .projects-pages .country-video:after { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 50%; margin: auto auto auto -7px; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 20px solid hsla(0, 0%, 100%, 0.85); transition: border-color 0.1s linear; } .projects-pages .country-video:hover:before { background-color: rgba(0, 0, 0, 0.55); } .projects-pages .country-video:hover:after { border-left-color: #fff; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .projects-pages .country-video:before { width: 45px; height: 45px; } .projects-pages .country-video:after { margin-left: -3px; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 11px solid hsla(0, 0%, 100%, 0.85); } } @media only screen and (max-width: 641px) { .projects-pages .country-video { width: 47.5%; } .projects-pages .country-video:before { width: 60px; height: 60px; } .projects-pages .country-video:after { margin-left: -7px; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 20px solid hsla(0, 0%, 100%, 0.85); } } @media only screen and (max-width: 0) { .projects-pages .country-video { width: 100%; margin: 0 0.15px; } } .projects-pages .bottom-country-wrapper { background: #f9f9f9; border: 1px solid #e0e0e0; padding: 20px; } .projects-pages .next-prev-countries { max-width: 920px; margin: auto; } .projects-pages .next-prev-countries:after { clear: both; content: ""; display: table; } .projects-pages .next-prev-countries .prev-country { float: left; } .projects-pages .next-prev-countries .prev-country .country-flag { margin-right: 15px; } .projects-pages .next-prev-countries .next-country { float: right; } .projects-pages .next-prev-countries .next-country .country-flag { margin-left: 15px; } .projects-pages .next-prev-countries a { color: #ccc; } .projects-pages .next-prev-countries a:hover { text-decoration: none; } .projects-pages .next-prev-countries a:hover .country-label { color: #555; } .projects-pages .next-prev-countries .next-prev-arrow { vertical-align: middle; font-size: 35px; display: inline-block; } .projects-pages .next-prev-countries .next-prev-arrow.cw-icon-angle-left { margin-right: 15px; } .projects-pages .next-prev-countries .next-prev-arrow.cw-icon-angle-right { margin-left: 15px; } .projects-pages .next-prev-countries .country-flag { vertical-align: middle; display: inline-block; width: 60px; height: 45px; background-size: contain; } .projects-pages .next-prev-countries .country-label { vertical-align: middle; font-weight: 700; font-size: 16px; text-transform: uppercase; transition: color 0.1s linear; } .projects-pages .next-prev-countries .mobile-country-label { display: none; color: #555; text-transform: uppercase; font-size: 14px; font-weight: 700; } @media only screen and (max-width: 641px) { .projects-pages .next-prev-countries .country-flag { width: 30px; height: 23px; } .projects-pages .next-prev-countries .country-label { display: none; } .projects-pages .next-prev-countries .mobile-country-label { display: inline-block; } .projects-pages .next-prev-countries .next-prev-arrow { font-size: 20px; color: #444; } .projects-pages .next-prev-countries .next-prev-arrow.cw-icon-angle-left { margin-right: 10px; } .projects-pages .next-prev-countries .next-prev-arrow.cw-icon-angle-right { margin-left: 10px; } } .projects-pages Fancy Box .responsive .fancybox-nav span { visibility: visible; } .projects-pages Fancy Box .responsive .fancybox-prev span { left: -39px; } .projects-pages Fancy Box .responsive .fancybox-next span { right: -35px; background-position: 0 -69px; } .projects-pages Fancy Box .responsive .fancybox-close { top: 32px; right: 4px; } .projects-pages Fancy Box .responsive .fancybox-overlay { background-color: hsla(0, 0%, 100%, 0.9); } .projects-pages Fancy Box .responsive .fancybox-skin { border-radius: none; padding: 40px !important; background: transparent; } .projects-pages Fancy Box .responsive .fancybox-opened .fancybox-skin { box-shadow: none; } .projects-pages .m-no-js .country-video { display: block; } .projects-pages .m-no-js .hero-header-wrapper.loaded .hero-wrapper { opacity: 1; } .projects-pages .m-no-svg .icon-bd { background-image: url(/packs/media/images/static-pages/our_work/countries/bd-9396b19779c8d34d4d01823528a0263d.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-bf { background-image: url(/packs/media/images/static-pages/our_work/countries/bf-8f440ab019b942a01d1638af10009227.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-bo { background-image: url(/packs/media/images/static-pages/our_work/countries/bo-2f39584d69088b5d0140ae72722f6216.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-cd { background-image: url(/packs/media/images/static-pages/our_work/countries/cd-577a8e0d400ff0bd229d113b56fb4992.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-cf { background-image: url(/packs/media/images/static-pages/our_work/countries/cf-208fffdbe079177f3aeb15f722340040.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-ci { background-image: url(/packs/media/images/static-pages/our_work/countries/ci-8b3d607aa3f63aba6df1981ca0a1ebee.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-et { background-image: url(/packs/media/images/static-pages/our_work/countries/et-91f37a22560e588064e116680bf51284.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-gt { background-image: url(/packs/media/images/static-pages/our_work/countries/gt-45a33383058d5d601c4f9a716aeac971.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-hn { background-image: url(/packs/media/images/static-pages/our_work/countries/hn-943a09ffca4a1ba5551f3690849fb048.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-ht { background-image: url(/packs/media/images/static-pages/our_work/countries/ht-b91d33868757793048c76d780f59168c.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-in { background-image: url(/packs/media/images/static-pages/our_work/countries/in-02454d0d0fc4d0424a98d95374a63ae6.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-ir { background-image: url(/packs/media/images/static-pages/our_work/countries/ir-5416bfc8638f58719cf794963a8176e4.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-ke { background-image: url(/packs/media/images/static-pages/our_work/countries/ke-29b08ea955eb77796f66f9a5815cc76a.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-kh { background-image: url(/packs/media/images/static-pages/our_work/countries/kh-48b958fb3de9aebb14138af2f3fb24cb.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-lr { background-image: url(/packs/media/images/static-pages/our_work/countries/lr-f0cc6424d14916dd2443340ce60938c3.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-mw { background-image: url(/packs/media/images/static-pages/our_work/countries/mw-4ab12fcc578b9ca3877de6442598f48d.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-np { background-image: url(/packs/media/images/static-pages/our_work/countries/np-21300b71f6e4654d2bb9a01668939af0.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-mz { background-image: url(/packs/media/images/static-pages/our_work/countries/mz-7b64019cfb8fb5a996b52bff6c78fcf2.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-pk { background-image: url(/packs/media/images/static-pages/our_work/countries/pk-fb2a4a101cffcd78095a7add8704cef8.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-rw { background-image: url(/packs/media/images/static-pages/our_work/countries/rw-60ce125d5d345db126ef3925d5f53027.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-sl { background-image: url(/packs/media/images/static-pages/our_work/countries/sl-4912a2e45753dc934271933eea3829be.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-tz { background-image: url(/packs/media/images/static-pages/our_work/countries/tz-7c5b6cf6b0f80f26e2cb6b4b396b4459.png); background-repeat: no-repeat; } .projects-pages .m-no-svg .icon-ug { background-image: url(/packs/media/images/static-pages/our_work/countries/ug-471ab22b412a98b7234a4175f317a546.png); background-repeat: no-repeat; } .projects-pages .ie8 .hero-wrapper.countries-map { background-image: url(/packs/media/images/static-pages/our_projects/project-map-pins-e5c2e482304eb30fef8b20cc9dca73d3.png); } .projects-pages .ie8 .marker-overlay { display: none; } .projects-pages .ie8 .how-we-work .three-box .box-col:before, .projects-pages .ie8 .overlay-title .box-col:before { z-index: 2; } .projects-pages .ie8 .box-link { z-index: 99; background: transparent; } .projects-pages .ie8 .circle-wrapper .circle-box p { z-index: 0; } .css-docs-page.css-docs-page-all { overflow-x: hidden; } .css-docs-page.css-docs-page-all .css-docs-nav-all, .css-docs-page.css-docs-page-base .css-docs-nav-base, .css-docs-page.css-docs-page-components .css-docs-nav-components, .css-docs-page.css-docs-page-home .css-docs-nav-home, .css-docs-page.css-docs-page-tailwind .css-docs-nav-tailwind, .css-docs-page.css-docs-page-ui .css-docs-nav-ui { color: #036; } .css-docs-page .wrapper { overflow: visible; } .css-docs-page .swiper-not-active .swiper-wrapper { display: block; } .css-docs-nav a { color: #9b9b94; } .active .blob-container:first-child { padding-top: 60px; } .blob-container:not(:last-child), .blob-sub-section { padding-bottom: 60px; border-bottom: 1px solid #dfdfd7; margin-bottom: 60px; } .css-docs { margin: auto; } .css-docs .introduction { line-height: 1.4; } .css-docs .example { display: block; margin: 19px; padding: 19px; border: 1px solid #e9eae4; } .css-docs pre { font-size: 16px; } .css-docs .badge .example-filled { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #036; color: #fff; } .css-docs .badge .example-filled i { margin-right: 5px; } .css-docs .badge .example-outline { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: transparent; border: 1px solid #14a947; color: #14a947; } .css-docs .badge .example-outline i { margin-right: 5px; } .css-docs .avatar-initial { width: 90px; height: 90px; line-height: 90px; font-size: 36px; background-color: #036; } .css-docs .example-progress-meter { padding: 25px; width: 130px; } .css-docs .example-progress-meter.percent-0 { align-items: center; display: flex; justify-content: center; position: relative; } .css-docs .example-progress-meter.percent-0 .meter-text { color: #14a947; text-align: center; width: 65px; z-index: 3; } .css-docs .example-progress-meter.percent-0 .meter-text:after { content: "0%"; } .css-docs .example-progress-meter.percent-0 .meter-frame { border-radius: 32.5px; height: 65px; left: 50%; margin-left: -32.5px; margin-top: -32.5px; overflow: hidden; position: absolute; top: 50%; width: 65px; } .css-docs .example-progress-meter.percent-0 .meter-back { background-color: #e9eae4; border-radius: 32.5px; height: 65px; width: 65px; } .css-docs .example-progress-meter.percent-0 .meter-front { background-color: #fff; border-radius: 32.5px; height: 55px; margin-left: 5px; margin-top: 5px; position: absolute; width: 55px; z-index: 2; } .css-docs .example-progress-meter.percent-0 .meter-quadrant-1 { background-color: #14a947; height: 0; margin-left: 32.5px; position: absolute; width: 0; } .css-docs .example-progress-meter.percent-0 .meter-quadrant-2 { background-color: #14a947; height: -32.5px; margin-left: 32.5px; margin-top: 32.5px; position: absolute; width: -32.5px; } .css-docs .example-progress-meter.percent-0 .meter-quadrant-3 { background-color: #14a947; height: -65px; margin-left: 97.5px; margin-top: 130px; position: absolute; width: -65px; } .css-docs .example-progress-meter.percent-0 .meter-quadrant-4 { background-color: #14a947; height: -97.5px; position: absolute; top: 130px; width: 32.5px; } .css-docs .example-progress-meter.percent-25 { align-items: center; display: flex; justify-content: center; position: relative; } .css-docs .example-progress-meter.percent-25 .meter-text { color: #14a947; text-align: center; width: 65px; z-index: 3; } .css-docs .example-progress-meter.percent-25 .meter-text:after { content: "25%"; } .css-docs .example-progress-meter.percent-25 .meter-frame { border-radius: 32.5px; height: 65px; left: 50%; margin-left: -32.5px; margin-top: -32.5px; overflow: hidden; position: absolute; top: 50%; width: 65px; } .css-docs .example-progress-meter.percent-25 .meter-back { background-color: #e9eae4; border-radius: 32.5px; height: 65px; width: 65px; } .css-docs .example-progress-meter.percent-25 .meter-front { background-color: #fff; border-radius: 32.5px; height: 55px; margin-left: 5px; margin-top: 5px; position: absolute; width: 55px; z-index: 2; } .css-docs .example-progress-meter.percent-25 .meter-quadrant-1 { background-color: #14a947; height: 32.5px; margin-left: 32.5px; position: absolute; width: 32.5px; } .css-docs .example-progress-meter.percent-25 .meter-quadrant-2 { background-color: #14a947; height: 0; margin-left: 32.5px; margin-top: 32.5px; position: absolute; width: 0; } .css-docs .example-progress-meter.percent-25 .meter-quadrant-3 { background-color: #14a947; height: -32.5px; margin-left: 65px; margin-top: 97.5px; position: absolute; width: -32.5px; } .css-docs .example-progress-meter.percent-25 .meter-quadrant-4 { background-color: #14a947; height: -65px; position: absolute; top: 97.5px; width: 32.5px; } .css-docs .example-progress-meter.percent-50 { align-items: center; display: flex; justify-content: center; position: relative; } .css-docs .example-progress-meter.percent-50 .meter-text { color: #14a947; text-align: center; width: 65px; z-index: 3; } .css-docs .example-progress-meter.percent-50 .meter-text:after { content: "50%"; } .css-docs .example-progress-meter.percent-50 .meter-frame { border-radius: 32.5px; height: 65px; left: 50%; margin-left: -32.5px; margin-top: -32.5px; overflow: hidden; position: absolute; top: 50%; width: 65px; } .css-docs .example-progress-meter.percent-50 .meter-back { background-color: #e9eae4; border-radius: 32.5px; height: 65px; width: 65px; } .css-docs .example-progress-meter.percent-50 .meter-front { background-color: #fff; border-radius: 32.5px; height: 55px; margin-left: 5px; margin-top: 5px; position: absolute; width: 55px; z-index: 2; } .css-docs .example-progress-meter.percent-50 .meter-quadrant-1 { background-color: #14a947; height: 65px; margin-left: 32.5px; position: absolute; width: 65px; } .css-docs .example-progress-meter.percent-50 .meter-quadrant-2 { background-color: #14a947; height: 32.5px; margin-left: 32.5px; margin-top: 32.5px; position: absolute; width: 32.5px; } .css-docs .example-progress-meter.percent-50 .meter-quadrant-3 { background-color: #14a947; height: 0; margin-left: 32.5px; margin-top: 65px; position: absolute; width: 0; } .css-docs .example-progress-meter.percent-50 .meter-quadrant-4 { background-color: #14a947; height: -32.5px; position: absolute; top: 65px; width: 32.5px; } .css-docs .example-progress-meter.percent-75 { align-items: center; display: flex; justify-content: center; position: relative; } .css-docs .example-progress-meter.percent-75 .meter-text { color: #14a947; text-align: center; width: 65px; z-index: 3; } .css-docs .example-progress-meter.percent-75 .meter-text:after { content: "75%"; } .css-docs .example-progress-meter.percent-75 .meter-frame { border-radius: 32.5px; height: 65px; left: 50%; margin-left: -32.5px; margin-top: -32.5px; overflow: hidden; position: absolute; top: 50%; width: 65px; } .css-docs .example-progress-meter.percent-75 .meter-back { background-color: #e9eae4; border-radius: 32.5px; height: 65px; width: 65px; } .css-docs .example-progress-meter.percent-75 .meter-front { background-color: #fff; border-radius: 32.5px; height: 55px; margin-left: 5px; margin-top: 5px; position: absolute; width: 55px; z-index: 2; } .css-docs .example-progress-meter.percent-75 .meter-quadrant-1 { background-color: #14a947; height: 97.5px; margin-left: 32.5px; position: absolute; width: 97.5px; } .css-docs .example-progress-meter.percent-75 .meter-quadrant-2 { background-color: #14a947; height: 65px; margin-left: 32.5px; margin-top: 32.5px; position: absolute; width: 65px; } .css-docs .example-progress-meter.percent-75 .meter-quadrant-3 { background-color: #14a947; height: 32.5px; margin-left: 0; margin-top: 32.5px; position: absolute; width: 32.5px; } .css-docs .example-progress-meter.percent-75 .meter-quadrant-4 { background-color: #14a947; height: 0; position: absolute; top: 32.5px; width: 32.5px; } .css-docs .example-progress-meter.percent-100 { align-items: center; display: flex; justify-content: center; position: relative; } .css-docs .example-progress-meter.percent-100 .meter-text { color: #14a947; text-align: center; width: 65px; z-index: 3; } .css-docs .example-progress-meter.percent-100 .meter-text:after { content: "100%"; } .css-docs .example-progress-meter.percent-100 .meter-frame { border-radius: 32.5px; height: 65px; left: 50%; margin-left: -32.5px; margin-top: -32.5px; overflow: hidden; position: absolute; top: 50%; width: 65px; } .css-docs .example-progress-meter.percent-100 .meter-back { background-color: #e9eae4; border-radius: 32.5px; height: 65px; width: 65px; } .css-docs .example-progress-meter.percent-100 .meter-front { background-color: #fff; border-radius: 32.5px; height: 55px; margin-left: 5px; margin-top: 5px; position: absolute; width: 55px; z-index: 2; } .css-docs .example-progress-meter.percent-100 .meter-quadrant-1 { background-color: #14a947; height: 130px; margin-left: 32.5px; position: absolute; width: 130px; } .css-docs .example-progress-meter.percent-100 .meter-quadrant-2 { background-color: #14a947; height: 97.5px; margin-left: 32.5px; margin-top: 32.5px; position: absolute; width: 97.5px; } .css-docs .example-progress-meter.percent-100 .meter-quadrant-3 { background-color: #14a947; height: 65px; margin-left: -32.5px; margin-top: 0; position: absolute; width: 65px; } .css-docs .example-progress-meter.percent-100 .meter-quadrant-4 { background-color: #14a947; height: 32.5px; position: absolute; top: 0; width: 32.5px; } .css-docs .example-progress-meter p { font-weight: 500; } .css-docs .example-progress-meter-customized { padding: 25px; width: 130px; } .css-docs .example-progress-meter-customized.percent-0 { align-items: center; display: flex; justify-content: center; position: relative; } .css-docs .example-progress-meter-customized.percent-0 .meter-text { color: #036; text-align: center; width: 50px; z-index: 3; } .css-docs .example-progress-meter-customized.percent-0 .meter-text:after { content: "0%"; } .css-docs .example-progress-meter-customized.percent-0 .meter-frame { border-radius: 25px; height: 50px; left: 50%; margin-left: -25px; margin-top: -25px; overflow: hidden; position: absolute; top: 50%; width: 50px; } .css-docs .example-progress-meter-customized.percent-0 .meter-back { background-color: #e9eae4; border-radius: 25px; height: 50px; width: 50px; } .css-docs .example-progress-meter-customized.percent-0 .meter-front { background-color: #fff; border-radius: 25px; height: 44px; margin-left: 3px; margin-top: 3px; position: absolute; width: 44px; z-index: 2; } .css-docs .example-progress-meter-customized.percent-0 .meter-quadrant-1 { background-color: #036; height: 0; margin-left: 25px; position: absolute; width: 0; } .css-docs .example-progress-meter-customized.percent-0 .meter-quadrant-2 { background-color: #036; height: -25px; margin-left: 25px; margin-top: 25px; position: absolute; width: -25px; } .css-docs .example-progress-meter-customized.percent-0 .meter-quadrant-3 { background-color: #036; height: -50px; margin-left: 75px; margin-top: 100px; position: absolute; width: -50px; } .css-docs .example-progress-meter-customized.percent-0 .meter-quadrant-4 { background-color: #036; height: -75px; position: absolute; top: 100px; width: 25px; } .css-docs .example-progress-meter-customized.percent-25 { align-items: center; display: flex; justify-content: center; position: relative; } .css-docs .example-progress-meter-customized.percent-25 .meter-text { color: #036; text-align: center; width: 50px; z-index: 3; } .css-docs .example-progress-meter-customized.percent-25 .meter-text:after { content: "25%"; } .css-docs .example-progress-meter-customized.percent-25 .meter-frame { border-radius: 25px; height: 50px; left: 50%; margin-left: -25px; margin-top: -25px; overflow: hidden; position: absolute; top: 50%; width: 50px; } .css-docs .example-progress-meter-customized.percent-25 .meter-back { background-color: #e9eae4; border-radius: 25px; height: 50px; width: 50px; } .css-docs .example-progress-meter-customized.percent-25 .meter-front { background-color: #fff; border-radius: 25px; height: 44px; margin-left: 3px; margin-top: 3px; position: absolute; width: 44px; z-index: 2; } .css-docs .example-progress-meter-customized.percent-25 .meter-quadrant-1 { background-color: #036; height: 25px; margin-left: 25px; position: absolute; width: 25px; } .css-docs .example-progress-meter-customized.percent-25 .meter-quadrant-2 { background-color: #036; height: 0; margin-left: 25px; margin-top: 25px; position: absolute; width: 0; } .css-docs .example-progress-meter-customized.percent-25 .meter-quadrant-3 { background-color: #036; height: -25px; margin-left: 50px; margin-top: 75px; position: absolute; width: -25px; } .css-docs .example-progress-meter-customized.percent-25 .meter-quadrant-4 { background-color: #036; height: -50px; position: absolute; top: 75px; width: 25px; } .css-docs .example-progress-meter-customized.percent-50 { align-items: center; display: flex; justify-content: center; position: relative; } .css-docs .example-progress-meter-customized.percent-50 .meter-text { color: #036; text-align: center; width: 50px; z-index: 3; } .css-docs .example-progress-meter-customized.percent-50 .meter-text:after { content: "50%"; } .css-docs .example-progress-meter-customized.percent-50 .meter-frame { border-radius: 25px; height: 50px; left: 50%; margin-left: -25px; margin-top: -25px; overflow: hidden; position: absolute; top: 50%; width: 50px; } .css-docs .example-progress-meter-customized.percent-50 .meter-back { background-color: #e9eae4; border-radius: 25px; height: 50px; width: 50px; } .css-docs .example-progress-meter-customized.percent-50 .meter-front { background-color: #fff; border-radius: 25px; height: 44px; margin-left: 3px; margin-top: 3px; position: absolute; width: 44px; z-index: 2; } .css-docs .example-progress-meter-customized.percent-50 .meter-quadrant-1 { background-color: #036; height: 50px; margin-left: 25px; position: absolute; width: 50px; } .css-docs .example-progress-meter-customized.percent-50 .meter-quadrant-2 { background-color: #036; height: 25px; margin-left: 25px; margin-top: 25px; position: absolute; width: 25px; } .css-docs .example-progress-meter-customized.percent-50 .meter-quadrant-3 { background-color: #036; height: 0; margin-left: 25px; margin-top: 50px; position: absolute; width: 0; } .css-docs .example-progress-meter-customized.percent-50 .meter-quadrant-4 { background-color: #036; height: -25px; position: absolute; top: 50px; width: 25px; } .css-docs .example-progress-meter-customized.percent-75 { align-items: center; display: flex; justify-content: center; position: relative; } .css-docs .example-progress-meter-customized.percent-75 .meter-text { color: #036; text-align: center; width: 50px; z-index: 3; } .css-docs .example-progress-meter-customized.percent-75 .meter-text:after { content: "75%"; } .css-docs .example-progress-meter-customized.percent-75 .meter-frame { border-radius: 25px; height: 50px; left: 50%; margin-left: -25px; margin-top: -25px; overflow: hidden; position: absolute; top: 50%; width: 50px; } .css-docs .example-progress-meter-customized.percent-75 .meter-back { background-color: #e9eae4; border-radius: 25px; height: 50px; width: 50px; } .css-docs .example-progress-meter-customized.percent-75 .meter-front { background-color: #fff; border-radius: 25px; height: 44px; margin-left: 3px; margin-top: 3px; position: absolute; width: 44px; z-index: 2; } .css-docs .example-progress-meter-customized.percent-75 .meter-quadrant-1 { background-color: #036; height: 75px; margin-left: 25px; position: absolute; width: 75px; } .css-docs .example-progress-meter-customized.percent-75 .meter-quadrant-2 { background-color: #036; height: 50px; margin-left: 25px; margin-top: 25px; position: absolute; width: 50px; } .css-docs .example-progress-meter-customized.percent-75 .meter-quadrant-3 { background-color: #036; height: 25px; margin-left: 0; margin-top: 25px; position: absolute; width: 25px; } .css-docs .example-progress-meter-customized.percent-75 .meter-quadrant-4 { background-color: #036; height: 0; position: absolute; top: 25px; width: 25px; } .css-docs .example-progress-meter-customized.percent-100 { align-items: center; display: flex; justify-content: center; position: relative; } .css-docs .example-progress-meter-customized.percent-100 .meter-text { color: #036; text-align: center; width: 50px; z-index: 3; } .css-docs .example-progress-meter-customized.percent-100 .meter-text:after { content: "100%"; } .css-docs .example-progress-meter-customized.percent-100 .meter-frame { border-radius: 25px; height: 50px; left: 50%; margin-left: -25px; margin-top: -25px; overflow: hidden; position: absolute; top: 50%; width: 50px; } .css-docs .example-progress-meter-customized.percent-100 .meter-back { background-color: #e9eae4; border-radius: 25px; height: 50px; width: 50px; } .css-docs .example-progress-meter-customized.percent-100 .meter-front { background-color: #fff; border-radius: 25px; height: 44px; margin-left: 3px; margin-top: 3px; position: absolute; width: 44px; z-index: 2; } .css-docs .example-progress-meter-customized.percent-100 .meter-quadrant-1 { background-color: #036; height: 100px; margin-left: 25px; position: absolute; width: 100px; } .css-docs .example-progress-meter-customized.percent-100 .meter-quadrant-2 { background-color: #036; height: 75px; margin-left: 25px; margin-top: 25px; position: absolute; width: 75px; } .css-docs .example-progress-meter-customized.percent-100 .meter-quadrant-3 { background-color: #036; height: 50px; margin-left: -25px; margin-top: 0; position: absolute; width: 50px; } .css-docs .example-progress-meter-customized.percent-100 .meter-quadrant-4 { background-color: #036; height: 25px; position: absolute; top: 0; width: 25px; } .css-docs .example-progress-meter-customized p { font-weight: 500; } .css-docs .centered-overlay .example-icon { position: relative; width: 440px; font-size: 51px; } .css-docs .centered-overlay .example-icon i { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } .css-docs .centered-overlay .example-text { position: relative; width: 440px; font-weight: 700; } .css-docs .centered-overlay .example-text span { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } .css-docs .blob-left { width: 200px; } .css-docs .blob-left h2 { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.0625rem; color: #71716c; } .css-docs .blob-right { flex: 1 1; margin-left: 40px; } .css-docs .blob-right .tables code { padding: 5px; background-color: #f4f5f0; font-size: 12px; font-weight: 500; } .css-docs .blob-right .tables a { text-decoration: underline; } .css-docs .blobs li code, .css-docs .blobs p code { padding: 5px; background-color: #f4f5f0; font-size: 12px; } .css-docs .blobs .example-slim-code, .css-docs .blobs .highlight { margin: 60px 0; } .css-docs .blobs .example-slim-code:last-of-type, .css-docs .blobs .highlight:last-of-type { margin-bottom: 0; } .css-docs .blobs .example-slim-code .highlight, .css-docs .blobs .highlight .highlight { margin: 0; } .css-docs .blobs .highlight + .example-slim-code { margin-top: -61px; } .css-docs .blobs .example-slim-code { border: 1px solid #e9eae4; } .css-docs .blobs .example-slim-code .err { display: none; } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .css-docs .guide-page .nav-bar { left: 340px; } .css-docs .guide-page .nav-bar-section { margin: 0; padding: 0; } } .css-docs .sidebar-nav { display: none; } @media only screen and (min-width: 641px) { .css-docs .sidebar-nav { display: block; position: fixed; width: 260px; top: 0; left: 0; list-style-type: none; padding: 0; margin: 0; height: 100vh; overflow-y: scroll; } } .css-docs .sidebar-nav a { color: #036; padding: 10px; display: block; border: 1px #e9eae4; border-style: solid solid none; font-size: 12px; } .css-docs .sidebar-nav a.active, .css-docs .sidebar-nav a:hover { background: #f4f5f0; } .css-docs .sidebar-nav a.active { border-right: 5px solid #036; } .css-docs .sidebar-nav li:last-of-type a { border-style: solid; } .css-docs .hamburger-nav { padding: 20px 20px 20px 0; display: table; float: right; } .css-docs .hamburger-nav .menu-text { font-size: 16px; position: relative; top: -3px; } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .css-docs .hamburger-nav { display: none; } } .css-docs .clear-hamburger-navigation-float { clear: both; } @media only screen and (min-width: 641px) { .css-docs .doc-collections { position: relative; left: 320px; width: calc(100% - 375px); } } .css-docs .docs-example { position: relative; padding: 15px; font-size: 13px; line-height: 1.4; border: 1px solid #e9eae4; margin-top: 20px; } .css-docs .docs-example .button, .css-docs .docs-example button { margin-top: 10px; } .css-docs .docs-example .button:first-of-type, .css-docs .docs-example button:first-of-type { margin-top: 0; } .css-docs .docs-example + .highlight { margin-top: -1px; border: 1px solid #e9eae4; } .css-docs figure.highlight { margin: 0; } .css-docs .highlight pre { padding: 0; overflow: auto; font-size: 13px; line-height: 18px; background-color: #f7f7f7; margin: 0; } .css-docs .example-grid .columns { background: #f4f5f0; padding: 20px; height: 100px; margin-bottom: 20px; font-size: 12px; } .css-docs .hero { background: #f4f5f0; text-align: center; padding: 35px; margin-top: 20px; } .css-docs .hero img { height: 20px; } .css-docs .hero h1 { font-size: 40px; text-transform: uppercase; margin: 20px 0 0; } .css-docs .hero h2 { margin: 10px auto 0; font-size: 16px; max-width: 480px; } .css-docs .hero .button { display: inline-block; margin-top: 20px; } .css-docs .footer { color: #9b9b94; margin: 60px 0 0; font-size: 12px; } .css-docs .footer .hearts { color: #fa575d; } .css-docs .icon-wrapper { display: table; border-bottom: 1px solid #e9eae4; padding: 20px 0; width: 100%; } .css-docs .icon-wrapper:last-child { border-bottom: 0; } .css-docs .icon-wrapper span { width: 150px; display: table-cell; font-size: 40px; } .css-docs .icon-wrapper p { display: table-cell; font-family: Proxima Nova, sans-serif; font-size: 14px; vertical-align: middle; font-style: italic; text-align: right; } .css-docs table.options { margin-top: 40px; } .css-docs table.options code { background: #e9eae4; } .css-docs .hex-color-block { display: inline-block; position: relative; width: 50px; height: 15px; margin-right: 10px; border: 1px solid rgba(0, 0, 0, 0.5); } .css-docs .change-color-based-on-media-queries { padding: 100px 20px; color: #fff; background: #333232; margin-bottom: 20px; text-align: center; } @media only screen and (max-width: 641px) { .css-docs .change-color-based-on-media-queries { background: #036; } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .css-docs .change-color-based-on-media-queries { background: #14a947; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .css-docs .change-color-based-on-media-queries { background: #fe813a; } } @media only screen and (min-width: 1281px) { .css-docs .change-color-based-on-media-queries { background: #9064bf; } } .css-docs .max-color-change { padding: 10px; margin-top: 20px; background: #333232; color: #fff; } @media only screen and (max-width: 0) { .css-docs .change-color-xs-only { background: #036; } } @media only screen and (max-width: 641px) { .css-docs .change-color-sm-only { background: #14a947; } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .css-docs .change-color-md-only { background: #fe813a; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .css-docs .change-color-lg-only { background: #9064bf; } } @media only screen and (min-width: 1281px) { .css-docs .change-color-xl-only { background: #fa575d; } } .css-docs .components-container .docs-example { padding: 0; } .css-docs .action-tile-icon { background-image: url(/packs/media/images/icons/main-list-7401c12539279f6b95778fa561836ec6.svg); } .css-docs .full-bottom-bg { margin-top: 13%; } .css-docs .css-docs-donate-form { width: 390px; height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 20px; background: #fff; border: 1px solid #f4f5f0; } .css-docs .highlight .hll { background-color: #ffc; } .css-docs .highlight .c { color: #999; } .css-docs .highlight .err { color: #a00; background-color: #faa; } .css-docs .highlight .k { color: #069; } .css-docs .highlight .o { color: #555; } .css-docs .highlight .cm { color: #09f; font-style: italic; } .css-docs .highlight .cp { color: #099; } .css-docs .highlight .c1, .css-docs .highlight .cs { color: #999; } .css-docs .highlight .gd { background-color: #fcc; border: 1px solid #c00; } .css-docs .highlight .ge { font-style: italic; } .css-docs .highlight .gr { color: red; } .css-docs .highlight .gh { color: #030; } .css-docs .highlight .gi { background-color: #cfc; border: 1px solid #0c0; } .css-docs .highlight .go { color: #aaa; } .css-docs .highlight .gp { color: #009; } .css-docs .highlight .gu { color: #030; } .css-docs .highlight .gt { color: #9c6; } .css-docs .highlight .kc, .css-docs .highlight .kd, .css-docs .highlight .kn, .css-docs .highlight .kp, .css-docs .highlight .kr { color: #069; } .css-docs .highlight .kt { color: #078; } .css-docs .highlight .m { color: #f60; } .css-docs .highlight .s { color: #d44950; } .css-docs .highlight .na { color: #4f9fcf; } .css-docs .highlight .nb { color: #366; } .css-docs .highlight .nc { color: #0a8; } .css-docs .highlight .no { color: #360; } .css-docs .highlight .nd { color: #99f; } .css-docs .highlight .ni { color: #999; } .css-docs .highlight .ne { color: #c00; } .css-docs .highlight .nf { color: #c0f; } .css-docs .highlight .nl { color: #99f; } .css-docs .highlight .nn { color: #0cf; } .css-docs .highlight .nt { color: #2f6f9f; } .css-docs .highlight .nv { color: #033; } .css-docs .highlight .ow { color: #000; } .css-docs .highlight .w { color: #bbb; } .css-docs .highlight .mf, .css-docs .highlight .mh, .css-docs .highlight .mi, .css-docs .highlight .mo { color: #f60; } .css-docs .highlight .sb, .css-docs .highlight .sc { color: #c30; } .css-docs .highlight .sd { color: #c30; font-style: italic; } .css-docs .highlight .s2, .css-docs .highlight .se, .css-docs .highlight .sh { color: #c30; } .css-docs .highlight .si { color: #a00; } .css-docs .highlight .sx { color: #c30; } .css-docs .highlight .sr { color: #3aa; } .css-docs .highlight .s1 { color: #c30; } .css-docs .highlight .ss { color: #fc3; } .css-docs .highlight .bp { color: #366; } .css-docs .highlight .vc, .css-docs .highlight .vg, .css-docs .highlight .vi { color: #033; } .css-docs .highlight .il { color: #f60; } .css-docs .css .nt + .nt, .css-docs .css .o, .css-docs .css .o + .nt { color: #999; } .education-page .container { padding: 0; } .education-page .underlined { display: inline-block; border-bottom: 7px solid #ffca0a; line-height: 10px; font-weight: 500; } .education-page .decorative-lines { display: none; } @media only screen and (min-width: 1025px) { .education-page .decorative-lines { position: absolute; width: 20%; height: 129px; max-width: 300px; display: inline-block; } .education-page .decorative-lines.left-side { left: -40px; bottom: -60px; } .education-page .decorative-lines.right-side { right: -40px; top: -30px; } } .education-page .hero { display: flex; align-items: flex-start; background-image: url(/packs/media/images/static-pages/education/hero-mobile-46d6440e070aa86f66583fc617504710.jpg); background-color: #97a1a2; background-size: 200%; background-repeat: no-repeat; background-position: -275px 196px; min-height: 500px; padding-top: 196px; } @media only screen and (max-width: 768px) and (min-width: 640px) { .education-page .hero { background-size: cover; min-height: 500px; background-position: -275px 145px; padding-top: 145px; } } @media only screen and (min-width: 641px) { .education-page .hero { background-size: cover; min-height: 500px; background-position: center 145px; padding-top: 145px; } } @media only screen and (min-width: 1025px) { .education-page .hero { align-items: center; background-image: url(/packs/media/images/static-pages/education/hero-desktop-aa9c0693e1583b7b6975ed7176e9f7ac.jpg); min-height: 400px; background-position: bottom; padding-top: 0; } } .education-page .hero .hero-content { width: 980px; z-index: 1000; margin: 0 auto; } .education-page .hero .hero-content .text { text-align: center; margin-top: -98px; } @media only screen and (min-width: 641px) { .education-page .hero .hero-content .text { margin-top: -48px; } } @media only screen and (min-width: 1025px) { .education-page .hero .hero-content .text { text-align: left; margin-top: 0; } } .education-page .hero .hero-content .text h1 { font-family: 500; color: #fff; max-width: 75%; margin: 0 auto; line-height: 40px; } @media only screen and (max-width: 768px) and (min-width: 640px) { .education-page .hero .hero-content .text h1 { width: 40%; top: 141px; height: 152px; } } @media only screen and (min-width: 641px) { .education-page .hero .hero-content .text h1 { width: 35%; } } @media only screen and (min-width: 1025px) { .education-page .hero .hero-content .text h1 { margin: 0; line-height: 50px; } } .education-page .stats { padding: 20px 0; margin: 0 auto; overflow: hidden; position: relative; max-width: 100%; } @media only screen and (max-width: 768px) and (min-width: 640px), only screen and (min-width: 641px) { .education-page .stats { max-width: 567px; margin: 40px auto 60px; } .education-page .stats:before { content: ""; position: absolute; border-left: 1px solid #dfdfd7; left: 50%; height: 90%; top: 5%; } .education-page .stats:after { content: ""; position: absolute; border-top: 1px solid #dfdfd7; top: 50%; width: 100%; left: 0; } } @media only screen and (min-width: 1025px) { .education-page .stats { max-width: 980px; margin: auto; padding: 60px 0; } .education-page .stats:after, .education-page .stats:before { display: none; } } .education-page .stats .individual-stat { position: relative; text-align: center; border-bottom: 1px solid #dfdfd7; padding: 30px; margin: 0 20px; } .education-page .stats .individual-stat a { color: #333232; font-style: normal; position: relative; } .education-page .stats .individual-stat:last-child { border-bottom: 0; } .education-page .stats .individual-stat p { padding: 0; color: #333232; max-width: 230px; margin: 0 auto; } @media only screen and (min-width: 641px) { .education-page .stats .individual-stat { border-bottom: 0; width: 50%; float: left; display: inline-block; margin: 0; padding: 20px; } .education-page .stats .individual-stat p { margin: 0; max-width: none; } } @media only screen and (min-width: 1025px) { .education-page .stats .individual-stat { width: 25%; padding: 0 15px; } .education-page .stats .individual-stat:after { content: ""; border-left: 1px solid #dfdfd7; position: absolute; left: 0; height: 170px; top: 10%; } .education-page .stats .individual-stat:first-child:after { display: none; } } .education-page .stats .individual-stat .icon { width: 120px; height: 100px; background-size: contain; background-position: 50%; background-repeat: no-repeat; margin: 0 auto 20px; } .education-page .impact { position: relative; display: flex; max-width: 980px; align-items: center; margin: 0 40px; height: auto; flex-direction: column; } @media only screen and (min-width: 1025px) { .education-page .impact { margin: 0 auto; height: 230px; flex-direction: row; } } @media only screen and (min-width: 1441px) { .education-page .impact { margin: 0 auto; height: auto; flex-direction: column; max-width: 650px; } } .education-page .impact .impact-content { display: flex; flex-direction: column; width: 100%; } @media only screen and (min-width: 641px) { .education-page .impact .impact-content { margin: 0 auto; flex-direction: row; } } @media only screen and (min-width: 1025px) { .education-page .impact .impact-content { position: absolute; margin-left: -18%; width: auto; } } @media only screen and (min-width: 1441px) { .education-page .impact .impact-content { position: relative; width: auto; padding-bottom: 20px; margin: 0 auto; flex-direction: row; } } .education-page .impact .impact-content .img { height: 230px; background-size: cover; background-repeat: no-repeat; min-width: 100%; margin-bottom: 20px; border-radius: 4px; } @media only screen and (min-width: 641px) { .education-page .impact .impact-content .img { min-width: 49%; margin-bottom: 0; } .education-page .impact .impact-content .img:first-child { margin-right: 1%; } .education-page .impact .impact-content .img:last-child { margin-left: 1%; } } @media only screen and (min-width: 1025px) { .education-page .impact .impact-content .img { min-width: 268px; width: 268px; } .education-page .impact .impact-content .img:first-child { margin-right: 20px; } .education-page .impact .impact-content .img:last-child { margin-left: 0; } } .education-page .impact .text { text-align: center; margin: 0 20px; } @media only screen and (min-width: 1025px) { .education-page .impact .text { text-align: left; margin-left: 45%; } } @media only screen and (min-width: 1441px) { .education-page .impact .text { text-align: center; margin: 0 20px; } } .education-page .impact .text p { margin: 30px 0 0; } @media only screen and (min-width: 1025px) { .education-page .impact .text p { margin: 0; } } .education-page .faq { margin: 40px; position: relative; } @media only screen and (max-width: 768px) and (min-width: 640px), only screen and (min-width: 641px) { .education-page .faq { margin: 80px 40px; } } @media only screen and (min-width: 1025px) { .education-page .faq { margin: 80px 0; } } .education-page .faq .withAside { margin: -120px auto -80px; position: relative; z-index: 1; display: flex; } .education-page .faq .withAside .large-4 { display: flex; align-items: center; } .education-page .faq .withAside .large-8 { padding-top: 120px; padding-bottom: 80px; } .education-page .faq .aside { height: 100%; display: flex; align-items: center; position: absolute; max-width: 180px; } @media only screen and (min-width: 1025px) { .education-page .faq .aside { max-width: 270px; } } .education-page .faq .aside .vertical { height: 100%; border-left: 2px solid #ffca0a; position: absolute; left: 50%; } .education-page .faq .aside .cta { text-align: center; background-color: #fff; padding: 40px 0; position: relative; z-index: 2; } .education-page .faq .aside .cta .h35 { font-style: italic; margin-bottom: 20px; line-height: 42px; } .education-page .faq .stat-footnotes { color: #9b9b94; margin-top: 90px; text-align: left; } .education-page .faq .items { text-align: center; } @media only screen and (min-width: 641px) { .education-page .faq .items { text-align: left; } } .education-page .faq .items .item p { margin-bottom: 30px; } .education-page .faq .items .item:last-child p { margin-bottom: 0; } .education-page .cta-section { background-color: #f7f7f7; padding: 60px 0 0; } @media only screen and (min-width: 641px) { .education-page .cta-section { padding: 60px 20px 0; } } .education-page .cta-section .content { position: relative; } .education-page .cta-section .content:after { content: ""; background-image: url(/packs/media/images/static-pages/education/coda-b09d69209a81f11a2804d00577fcdf22.jpg); display: block; height: 0; background-size: cover; background-repeat: no-repeat; background-position: bottom; position: relative; padding-bottom: 120%; margin-top: 0; } @media only screen and (min-width: 641px) { .education-page .cta-section .content:after { padding-bottom: 75%; width: calc(100% + 40px); left: -20px; margin-top: -100px; } } @media only screen and (min-width: 1025px) { .education-page .cta-section .content:after { margin-top: -200px; } } .education-page .cta-section .content .stories { min-height: 424px; border-bottom: 1px solid #dfdfd7; padding-bottom: 40px; text-align: center; position: relative; z-index: 10000; margin: 0 40px 40px; } @media only screen and (min-width: 1025px) { .education-page .cta-section .content .stories { padding: 0 0 40px; max-width: 980px; margin: 0 auto 40px; } } .education-page .cta-section .content .stories h3 { margin: 0 -5px 40px; } .education-page .cta-section .content .stories .outer-next-button, .education-page .cta-section .content .stories .outer-prev-button { position: absolute; display: block; color: #c1c1ba; width: 15px; height: 17px; font-size: 24px; margin-top: 30%; } @media only screen and (min-width: 641px) { .education-page .cta-section .content .stories .outer-next-button, .education-page .cta-section .content .stories .outer-prev-button { margin-top: 15%; } } @media only screen and (min-width: 1025px) { .education-page .cta-section .content .stories .outer-next-button, .education-page .cta-section .content .stories .outer-prev-button { display: none; } } .education-page .cta-section .content .stories .outer-next-button:hover, .education-page .cta-section .content .stories .outer-prev-button:hover { color: #a9a99f; } .education-page .cta-section .content .stories .outer-prev-button { left: -30px; } @media only screen and (min-width: 641px) { .education-page .cta-section .content .stories .outer-prev-button { left: -40px; } } .education-page .cta-section .content .stories .outer-next-button { right: -30px; } @media only screen and (min-width: 641px) { .education-page .cta-section .content .stories .outer-next-button { right: -40px; } } .education-page .cta-section .content .stories .swiper-container { text-align: left; } .education-page .cta-section .content .stories .swiper-container .image a img { border-radius: 4px; } .education-page .cta-section .content .stories .swiper-container .text-content a { color: #333232; display: inline-block; } .education-page .cta-section .content .stories .swiper-container .text-content a.header { margin-top: 20px; line-height: 22px; font-weight: 500; } .education-page .cta-section .content .stories .swiper-container .text-content a span.icon { width: 13px; height: 17px; display: inline-block; vertical-align: middle; margin-right: 5px; } .education-page .cta-section .content .stories .swiper-container .text-content .subheader { text-transform: uppercase; margin-top: 5px; line-height: 17px; } .education-page .cta-section .content .stories .swiper-container .text-content .subheader a { color: #71716c; } .education-page .cta-section .content .stories .swiper-container .text-content p { line-height: 19px; margin: 5px 0 0; cursor: default; } .education-page .cta-section .content .cta { text-align: center; width: 100%; max-width: 100%; position: absolute; z-index: 1000; } @media only screen and (min-width: 641px) { .education-page .cta-section .content .cta { width: 100%; max-width: 580px; left: 50%; transform: translateX(-50%); } } @media only screen and (min-width: 1025px) { .education-page .cta-section .content .cta { width: auto; max-width: 580px; } } .education-page .cta-section .content .cta h1 { max-width: 65%; margin: 0 auto 20px; line-height: 30px; } @media only screen and (min-width: 641px) { .education-page .cta-section .content .cta h1 { max-width: 65%; line-height: 42px; margin-bottom: 30px; } } @media only screen and (min-width: 1025px) { .education-page .cta-section .content .cta h1 { max-width: 100%; } } .education-page .focus { background-color: #f7f7f7; margin-top: 60px; } .education-page .focus .float-left { order: 2; } @media only screen and (min-width: 641px) { .education-page .focus .float-left { order: 1; } } .education-page .focus .side .inner { padding: 40px; } @media only screen and (min-width: 641px) { .education-page .focus .side .inner { padding: 80px 60px; } } @media only screen and (min-width: 1025px) { .education-page .focus .side .inner { padding: 80px 20%; } } .education-page .focus .side .inner h1 { font-weight: 500; margin-bottom: 0; } .education-page .focus .side .inner hr { width: 30px; height: 1px; background-color: #dfdfd7; display: inline-block; border: 0; margin: 0; } .education-page .focus .side .inner p:last-child { margin-bottom: 0; } .education-page .focus .cover-image { background-image: url(/packs/media/images/static-pages/education/img-manita-753d295764be180ef3c054bb3a22638f.jpg); } .education-page .focus .float-right { order: 1; } @media only screen and (min-width: 641px) { .education-page .focus .float-right { order: 2; min-height: 0; } } .education-page .focus.with-video { background-color: #036; color: #fff; } .education-page .focus.with-video .float-left { order: 1; } @media only screen and (min-width: 641px) { .education-page .focus.with-video .float-left { order: 1; } } .education-page .focus.with-video .float-right { order: 2; } @media only screen and (min-width: 641px) { .education-page .focus.with-video .float-right { order: 2; min-height: 0; } } .education-page .focus.with-video .cover-image { display: flex; align-items: center; justify-content: center; } @media only screen and (max-width: 641px) { .education-page .focus.with-video .cover-image { min-height: 295px; } } @media only screen and (min-width: 641px) { .page-error .nav-bar-section { margin: auto; max-width: 980px; } .page-error .right-side { display: block; float: right; } .page-error .nav-buttons { display: flex; } .page-error .button-links { line-height: 58px; margin-right: 10px; } } @media only screen and (min-width: 641px) { .financials-page .header { max-width: 600px; margin: auto; } } .financials-page .side-by-side { text-align: center; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .financials-page .side-by-side { flex-direction: column; } } @media only screen and (max-width: 641px) { .financials-page .side-by-side .image { width: 140vw; left: -20vw; position: relative; } } .financials-page .side-by-side .paragraph { padding-top: 20px; } @media only screen and (min-width: 1025px) { .financials-page .side-by-side .paragraph { padding-top: 0; } } @media only screen and (min-width: 641px) { .financials-page .side-by-side .image { width: 480px; } .financials-page .side-by-side .paragraph { max-width: 440px; margin: auto; } } @media only screen and (min-width: 641px) and (min-width: 1025px) { .financials-page .side-by-side .paragraph { max-width: none; margin-left: 40px; text-align: left; } } @media only screen and (min-width: 641px) { .financials-page .side-by-side img { border-radius: 4px; } } .financials-page .links { display: flex; flex-direction: column; align-items: left; } @media only screen and (min-width: 641px) { .financials-page .links { flex-direction: row; } } .financials-page .third-party { display: flex; overflow: auto; white-space: nowrap; width: calc(100% + 40px); } @media only screen and (min-width: 641px) { .financials-page .third-party { width: auto; margin-top: 0; flex-direction: column; } } .financials-page .third-party a { display: inline-flex; width: 140px; height: 140px; min-width: 140px; min-height: 140px; border: 1px solid #dfdfd7; border-right: 0; align-items: center; justify-content: center; } .financials-page .third-party a:last-of-type { border-right: 1px solid #dfdfd7; } @media only screen and (min-width: 641px) { .financials-page .third-party a { border-right: 1px solid #dfdfd7; border-bottom: 0; } .financials-page .third-party a:first-of-type { border-top: 0; } .financials-page .third-party a:last-of-type { border-bottom: 1px solid #dfdfd7; } } @media only screen and (min-width: 641px) { .financials-page .years { display: flex; flex-wrap: wrap; width: 75%; } .financials-page .years .year { width: 33%; } } .financials-page .years .year a { font-size: 16px; color: #333232; } .fundraise-page .container { max-width: none; padding-left: 0; padding-right: 0; padding-top: 0; overflow: hidden; } .fundraise-page .container .btn { clear: both; letter-spacing: 0.14em; padding: 1.1em 2em 1em; font-size: 16px; white-space: nowrap; } .fundraise-page .home-section { text-align: center; padding-left: 0.75em; padding-right: 0.75em; } @media only screen and (min-width: 1025px) { .fundraise-page .home-section { padding-left: 0.5em; padding-right: 0.5em; max-width: 50em; margin-left: auto; margin-right: auto; } } .fundraise-page .home-section.even-sep { padding-top: 3em; padding-bottom: 3em; border-bottom: 1px solid #e5e5e5; } @media only screen and (min-width: 1025px) { .fundraise-page .home-section.even-sep { padding-top: 4em; padding-bottom: 4em; } } @media only screen and (max-width: 641px) { .fundraise-page .home-section .button { font-size: 14px; } } .fundraise-page .home-section h4 { font-size: 30px; } @keyframes zoomIn { 0% { transform: scale(0.85); } to { transform: scale(1); } } @keyframes zoomOut { 0% { transform: scale(1); } to { transform: scale(0.85); } } .fundraise-page h2, .fundraise-page h3, .fundraise-page h4, .fundraise-page p { margin-left: auto; margin-right: auto; } @keyframes bob { 0% { transform: translateY(10px); } 50% { transform: translateY(0); } to { transform: translateY(10px); } } @keyframes little-bob { 0% { transform: translateY(5px); } 50% { transform: translateY(0); } to { transform: translateY(5px); } } @keyframes shadow { 0% { transform: scale(1.05); background: rgba(0, 0, 0, 0.25); } 50% { transform: scale(1); background: rgba(0, 0, 0, 0.2); } to { transform: scale(1.05); background: rgba(0, 0, 0, 0.25); } } .fundraise-page .wrapper { overflow: visible; } @media only screen and (min-width: 1025px) { .fundraise-page .home-section { max-width: 100%; } } .fundraise-page .home-section .title { font-size: 25px; } @media only screen and (min-width: 641px) { .fundraise-page .home-section .title { font-size: 40px; } } .fundraise-page .home-section h2, .fundraise-page .home-section h3 { font-size: 22px; line-height: 1.125; font-weight: 700; } @media only screen and (min-width: 641px) { .fundraise-page .home-section h2, .fundraise-page .home-section h3 { font-size: 40px; } } .fundraise-page .home-section.section-hof h4 { font-size: 22px; line-height: 1.125; font-weight: 700; } @media only screen and (min-width: 641px) { .fundraise-page .home-section.section-hof h4 { font-size: 30px; } } .fundraise-page .home-section p { line-height: 1.4; margin: 10px auto; font-weight: 400; } @media only screen and (min-width: 641px) { .fundraise-page .home-section p { max-width: 600px; } } .fundraise-page .home-section.even-sep { padding-top: 20px; padding-bottom: 20px; } @media only screen and (min-width: 1025px) { .fundraise-page .home-section.even-sep { padding-top: 20px; padding-bottom: 20px; } } .fundraise-page .inner { overflow: hidden; position: relative; padding-top: 40px; padding-bottom: 40px; } @media only screen and (min-width: 641px) { .fundraise-page .inner { padding-top: 45px; } } @media only screen and (min-width: 1025px) { .fundraise-page .inner { max-width: 980px; margin-left: auto; margin-right: auto; padding-top: 60px; } } .fundraise-page .sub-cta { margin-top: 0.75em; } .fundraise-page .sub-cta a { font-size: 16px; color: #fff; display: inline-block; font-weight: 700; } @media only screen and (min-width: 1025px) { .fundraise-page .sub-header { font-size: 18px; } } .fundraise-page .hp-org-info { background-color: #ff833d; color: #fff; } .fundraise-page .map-image { background-image: url(/packs/media/images/static-pages/fundraise/map-70f83e6ef7bfb3ea15bd094f9927dbcc.png); } @media only screen and (min-width: 641px) { .fundraise-page .section-wce .full-width { left: calc(50% + 35px); right: 0; } .fundraise-page .section-wce .inner { padding: 35px 50% 35px 35px; } } @media only screen and (min-width: 1025px) { .fundraise-page .section-wce .full-width { left: 50%; right: auto; } .fundraise-page .section-wce .inner { padding: 120px 580px 120px 0; } } @media only screen and (max-width: 641px) { .fundraise-page .with-background { background-image: url(/packs/media/images/static-pages/fundraise/Video768-269fddea3651cc8116f755ef32e96f29.jpg); background-position: bottom; background-repeat: no-repeat; background-size: cover; } } .fundraise-page .hero-wrapper { min-height: 250px; background-color: #000; color: #fff; } .fundraise-page .hero-wrapper .home-section { padding-top: 75px; padding-bottom: 75px; } @media only screen and (min-width: 641px) { .fundraise-page .hero-wrapper .home-section { padding-top: 85px; padding-bottom: 85px; } } @media only screen and (min-width: 1025px) { .fundraise-page .hero-wrapper .home-section { padding-top: 110px; padding-bottom: 110px; } } .fundraise-page .hero-wrapper .tagline-top { display: none; } @media only screen and (min-width: 1025px) { .fundraise-page .hero-wrapper .tagline-top { display: block; } } .fundraise-page .hero-wrapper .tagline-bottom { display: block; } @media only screen and (min-width: 1025px) { .fundraise-page .hero-wrapper .tagline-bottom { display: none; } } .fundraise-page .home-section .title { margin-bottom: 22px; white-space: nowrap; } @media only screen and (min-width: 641px) { .fundraise-page .home-section .title { font-size: 38px; margin-left: auto; margin-right: auto; margin-bottom: 45px; } } @media only screen and (min-width: 1025px) { .fundraise-page .home-section .title { font-size: 40px; max-width: 900px; margin-bottom: 30px; } .fundraise-page .home-section .title br { display: none; } } .fundraise-page .switch { display: inline-block; transition: all 0.5s ease; position: relative; top: 0; white-space: nowrap; } .fundraise-page .switch .text { transition: opacity 0.5s ease; } .fundraise-page .animating.switch .text { opacity: 0; } .fundraise-page .hero-wrapper { margin-bottom: -1px; position: relative; } .fundraise-page .hero-wrapper .btn { font-size: 14px; } @media only screen and (min-width: 641px) { .fundraise-page .hero-wrapper .btn { font-size: 20px; } } .fundraise-page .hero-wrapper p { max-width: 550px; margin: 20px auto 10px; } @media only screen and (min-width: 641px) { .fundraise-page .hero-wrapper p { max-width: 550px; font-size: 22px; margin-top: 50px; } } @media only screen and (min-width: 1025px) { .fundraise-page .hero-wrapper p { margin-top: 30px; margin-bottom: 40px; } .fundraise-page .hero-wrapper p.small { font-size: 0.75em; margin-top: 12px; } } .fundraise-page .header-text { position: relative; z-index: 1; } .fundraise-page .hero-video { position: absolute; background-size: 100% 100%; top: 0; left: 50%; margin-left: -50%; min-width: 100%; min-height: 100%; max-width: 200%; width: auto; height: auto; transition: opacity 0.5s linear; opacity: 0.7; } @media only screen and (min-width: 1025px) { .fundraise-page .hero-video { width: 100%; } } .fundraise-page .phone-1 { z-index: 5; } .fundraise-page .lemon-1 { z-index: 4; } .fundraise-page .lemon-2 { z-index: 6; } .fundraise-page .lemon-3 { z-index: 7; } .fundraise-page .balloon { z-index: 10; } .fundraise-page .section-campaigning { color: #fff; position: relative; } @media only screen and (min-width: 1025px) { .fundraise-page .section-campaigning { text-align: left; } } .fundraise-page .phone { position: absolute; bottom: 0; left: 50%; max-width: 220px; margin-left: -110px; background-size: 100% auto; padding: 1px; -webkit-background-clip: content-box; -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; } @media only screen and (min-width: 641px) { .fundraise-page .phone { max-width: 500px; margin-left: -250px; } } .fundraise-page .phone-screenshot-image { display: block; background-size: contain; background-repeat: no-repeat; } .fundraise-page .part-1 { background-color: #fe5f5e; } .fundraise-page .part-1 h3 { text-align: center; padding-top: 52px; position: relative; } .fundraise-page .part-1 h4 { max-width: 370px; } @media only screen and (min-width: 1025px) { .fundraise-page .part-1 h4 { margin-bottom: 20px; max-width: 510px; } } .fundraise-page .part-1 p { margin-left: auto; margin-right: auto; max-width: 510px; } .fundraise-page .part-1 .inner { padding-bottom: 335px; } @media only screen and (min-width: 641px) { .fundraise-page .part-1 .inner { padding-bottom: 505px; } } @media only screen and (min-width: 1025px) { .fundraise-page .part-1 .inner { overflow: visible; padding: 60px 600px 400px 20px; } } @media only screen and (min-width: 1025px) { .fundraise-page.uk-page-template .part-1 .inner { padding-bottom: 270px; } } .fundraise-page .phone-1 { bottom: -155px; } @media only screen and (min-width: 641px) { .fundraise-page .phone-1 { bottom: -30px; margin-left: -245px; } } @media only screen and (min-width: 1025px) { .fundraise-page .phone-1 { left: auto; bottom: auto; right: -10px; top: 60px; margin-left: 0; max-width: 56%; } } .fundraise-page .glass, .fundraise-page .lemon { position: absolute; display: block; overflow: hidden; } .fundraise-page .lemon img { width: 100%; position: relative; } @media only screen and (min-width: 1025px) { .fundraise-page .lemon img { animation-name: bob; animation-timing-function: ease; animation-iteration-count: infinite; } } .fundraise-page .lemon-1 { width: 185px; bottom: 115px; left: -35px; transform: rotate(-120deg); } .fundraise-page .lemon-1 img { animation-duration: 4s; } @media only screen and (min-width: 641px) { .fundraise-page .lemon-1 { width: 240px; bottom: 195px; left: 10px; } } @media only screen and (min-width: 1025px) { .fundraise-page .lemon-1 { bottom: 0; left: 20.9754460453%; height: 160px; transform: rotate(0deg); } } .fundraise-page .lemon-2 { bottom: 225px; right: -25px; transform: rotate(-40deg); } .fundraise-page .lemon-2 img { animation-duration: 3s; } @media only screen and (min-width: 641px) { .fundraise-page .lemon-2 { bottom: 400px; right: 70px; } } @media only screen and (min-width: 1025px) { .fundraise-page .lemon-2 { width: 340px; bottom: 0; right: 15.6096342663%; height: 240px; transform: rotate(0deg); } .fundraise-page .lemon-2 img { transform: rotate(-75deg); } } .fundraise-page .lemon-3 { width: 120px; bottom: -35px; right: -25px; transform: rotate(-5deg); } .fundraise-page .lemon-3 img { animation-duration: 5s; } @media only screen and (min-width: 641px) { .fundraise-page .lemon-3 { width: 210px; bottom: -15px; right: -15px; transform: rotate(-80deg); } } @media only screen and (min-width: 1025px) { .fundraise-page .lemon-3 { bottom: 0; right: -percentage(0.1024382249); transform: rotate(0deg); height: 115px; } .fundraise-page .lemon-3 img { transform: rotate(-140deg); } } .fundraise-page .glass { bottom: -7px; opacity: 0; transform: translateX(40px); z-index: 7; } .fundraise-page .part-2 { background-color: #0fa3f2; } .fundraise-page .part-2 .inner { padding-bottom: 270px; } @media only screen and (min-width: 641px) { .fundraise-page .part-2 .inner { padding-top: 60px; padding-bottom: 405px; } } @media only screen and (min-width: 1025px) { .fundraise-page .part-2 .inner { padding: 200px 20px 370px 440px; overflow: visible; } } .fundraise-page .part-2 p { margin-top: 15px; max-width: 460px; } @media only screen and (min-width: 1025px) { .fundraise-page .part-2 p { margin-left: 0; } } .fundraise-page .part-2 h4 { max-width: 380px; } @media only screen and (min-width: 641px) { .fundraise-page .part-2 h4 { max-width: 520px; } } @media only screen and (min-width: 1025px) { .fundraise-page .part-2 h4 { max-width: 800px; } } .fundraise-page .step-name { border-radius: 3px; background: rgba(0, 0, 0, 0.2); display: inline-block; letter-spacing: 0.075em; margin-bottom: 16px; font-weight: 700; text-transform: uppercase; text-align: center; width: 90px; height: 30px; line-height: 32px; font-size: 15px; } @media only screen and (min-width: 641px) { .fundraise-page .step-name { width: 110px; height: 40px; line-height: 42px; font-size: 20px; } } .fundraise-page .phone-2 { bottom: -215px; } @media only screen and (min-width: 641px) { .fundraise-page .phone-2 { bottom: -30px; } } @media only screen and (min-width: 1025px) { .fundraise-page .phone-2 { max-width: 260px; bottom: 105px; margin-left: 0; left: 85px; transform: rotate(-12deg); } } .fundraise-page .kgm-logo { max-width: 110px; margin-top: 20px; margin-bottom: 5px; } .fundraise-page .envelope { position: absolute; display: block; overflow: hidden; background-size: 100% auto; background-repeat: no-repeat; } .fundraise-page .envelope svg { width: 100%; } .fundraise-page .balloon { position: absolute; display: block; overflow: hidden; background-size: 100% auto; background-repeat: no-repeat; opacity: 0.9; animation-name: float; animation-timing-function: ease; animation-iteration-count: infinite; } .fundraise-page .balloon svg { width: 100%; max-width: 100%; } .fundraise-page .balloon.hp-yellow { width: 150px; height: 158px; animation-duration: 4s; background-image: url(/packs/media/images/static-pages/fundraise/balloon-yellow-44462ad912fe1e98bd6c2e0c9a14ca87.png); } .fundraise-page .balloon.hp-yellow path { fill: #fe5f5e; } .fundraise-page .balloon.hp-red { width: 110px; height: 121px; animation-duration: 2s; background-image: url(/packs/media/images/static-pages/fundraise/balloon-red-e92874d5d713c28de6c6da09e6ebf665.png); } .fundraise-page .balloon.hp-red path { fill: #fe5f5e; } .fundraise-page .balloon.hp-green { width: 150px; height: 165px; animation-duration: 6s; background-image: url(/packs/media/images/static-pages/fundraise/balloon-green-410f56e9e4c91efa336565068c8de3bc.png); } .fundraise-page .balloon.hp-green path { fill: #179b49; } .fundraise-page .balloon.balloon-1 { bottom: 130px; width: 110px; height: 115px; right: -25px; transform: rotate(12deg); } @media only screen and (min-width: 641px) { .fundraise-page .balloon.balloon-1 { bottom: 275px; right: 95px; transform: rotate(20deg); } } @media only screen and (min-width: 1025px) { .fundraise-page .balloon.balloon-1 { width: 150px; height: 170px; bottom: -60px; right: 40.4874888781%; transform: rotate(-5deg); } } .fundraise-page .balloon.balloon-2 { width: 95px; bottom: 70px; right: -35px; transform: rotate(25deg); animation-delay: -1s; } @media only screen and (min-width: 641px) { .fundraise-page .balloon.balloon-2 { width: 145px; height: 165px; bottom: 155px; right: 40px; transform: rotate(-15deg); } } @media only screen and (min-width: 1025px) { .fundraise-page .balloon.balloon-2 { right: -percentage(0.0682921499); bottom: -50px; z-index: 1; } } .fundraise-page .balloon.balloon-3 { width: 120px; bottom: 20px; left: -75px; animation-delay: -2s; transform: rotate(50deg); } @media only screen and (min-width: 641px) { .fundraise-page .balloon.balloon-3 { left: 45px; } } @media only screen and (min-width: 1025px) { .fundraise-page .balloon.balloon-3 { right: 37.0728813824%; width: 150px; } } .fundraise-page .set-2 .balloon:first-child { bottom: -60px; left: auto; right: 110px; width: 150px; height: 160px; animation-delay: -1s; transform: rotate(20deg); z-index: 7; } @media only screen and (min-width: 1025px) { .fundraise-page .set-2 .balloon:first-child { right: 7.8048171331%; bottom: -40px; z-index: 1; } } .fundraise-page .set-2 .balloon:nth-child(2) { width: 110px; bottom: 115px; left: 5px; transform: rotate(50deg); } @media only screen and (min-width: 1025px) { .fundraise-page .set-2 .balloon:nth-child(2) { bottom: 135px; left: 5.365811779%; } } .fundraise-page .set-2 .balloon:nth-child(3) { bottom: -80px; left: -55px; animation-delay: -2s; } @media only screen and (min-width: 1025px) { .fundraise-page .set-2 .balloon:nth-child(3) { left: 21.4632471161%; } } .fundraise-page .set-2 .balloon:nth-child(4) { bottom: 20px; left: auto; right: 10px; } @media only screen and (min-width: 1025px) { .fundraise-page .set-2 .balloon:nth-child(4) { bottom: 20px; right: 2.4390053541%; z-index: 7; } } .fundraise-page .set-2 .balloon:nth-child(5) { width: 110px; bottom: 200px; left: 90px; transform: rotate(-40deg); } @media only screen and (min-width: 1025px) { .fundraise-page .set-2 .balloon:nth-child(5) { bottom: 25px; left: 38.5362845949%; } } .fundraise-page .set-2 .balloon:nth-child(6) { width: 110px; bottom: 20px; left: 90px; animation-delay: -1s; transform: rotate(-10deg); } @media only screen and (min-width: 1025px) { .fundraise-page .set-2 .balloon:nth-child(6) { bottom: 60px; left: 3.9024085666%; } } .fundraise-page .envelope { bottom: -100px; z-index: 6; opacity: 0; } .fundraise-page .ballon-with-string { bottom: -60px; left: 54%; z-index: 3; } .fundraise-page .ballon-with-string .balloon:first-child { bottom: 0; left: 65%; z-index: 3; transform: rotate(40deg); } .fundraise-page .ballon-with-string .balloon:nth-child(3) { bottom: 65px; left: 54.6337199319%; animation-delay: -1s; } .fundraise-page .ballon-with-string .balloon:nth-child(4) { bottom: 55px; left: 69.7555531274%; transform: rotate(-40deg); animation-delay: -2s; } .fundraise-page .balloon.hp-yellow { transition: all 2s ease; } .fundraise-page .balloon.hp-green, .fundraise-page .balloon.hp-red { transition: all 1s ease; } @keyframes float { 0% { transform: translate3d(0, 4%, 0); } 50% { transform: translate3d(0, -4%, 0); } to { transform: translate3d(0, 4%, 0); } } .fundraise-page .part-3 { background-color: #179b49; z-index: 5; } .fundraise-page .part-3 .inner { padding-bottom: 300px; } @media only screen and (min-width: 641px) { .fundraise-page .part-3 .inner { padding-top: 70px; padding-bottom: 440px; } } @media only screen and (min-width: 1025px) { .fundraise-page .part-3 .inner { overflow: visible; padding: 235px 650px 260px 20px; } } .fundraise-page .part-3 p { max-width: 370px; } @media only screen and (min-width: 641px) { .fundraise-page .part-3 p { max-width: 490px; } } .fundraise-page .part-3 h4 { max-width: 400px; } .fundraise-page .part-3 .phone { bottom: -45px; } @media only screen and (min-width: 641px) { .fundraise-page .part-3 .phone { bottom: -1px; } } @media only screen and (min-width: 1025px) { .fundraise-page .part-3 .phone { max-width: 56%; left: auto; right: -10px; bottom: 150px; } } .fundraise-page .part-3 .marker { position: absolute; bottom: 100px; left: 50%; margin-left: -20px; width: 60px; } @media only screen and (min-width: 641px) { .fundraise-page .part-3 .marker { bottom: 120px; margin-left: 50px; width: 85px; } } @media only screen and (min-width: 1025px) { .fundraise-page .part-3 .marker { bottom: 400px; right: 275px; left: auto; } } .fundraise-page .section-hof .inner { overflow: visible; } .fundraise-page .section-hof .tabs-content { margin: 20px 0; } .fundraise-page .section-hof p { max-width: 350px; } .fundraise-page .section-hof h3 { max-width: none; } .fundraise-page .slides { list-style: none; padding-left: 0; } .fundraise-page .famer { width: 280px; height: 325px; display: inline-block; border-radius: 3px; overflow: hidden; color: #fff; background: #179b49; position: relative; padding: 225px 15px 20px; text-decoration: none; } .fundraise-page .famer .profile-image { position: absolute; width: 100%; height: 215px; left: 0; top: 0; background: #333; display: block; } .fundraise-page .famer .icn { position: absolute; right: 10px; top: 180px; width: 70px; height: 70px; } .fundraise-page .famer h5 { text-transform: uppercase; font-weight: 700; font-size: 15px; letter-spacing: 0.05em; line-height: 1.35; margin-bottom: 0; } .fundraise-page .famer p { font-weight: 400; font-size: 14px; margin: 5px 0; } .fundraise-page .famer p.quiet { font-weight: 700; color: rgba(0, 0, 0, 0.3); font-style: italic; } .fundraise-page .famer .description, .fundraise-page .famer .quiet, .fundraise-page .famer h5, .fundraise-page .famer img { transition: all 0.35s ease; } .fundraise-page .famer .description, .fundraise-page .famer .icn, .fundraise-page .famer .quiet, .fundraise-page .famer h5 { transform: translateX(0); } .fundraise-page .m-no-touch .famer:hover h5, .fundraise-page .m-no-touch .famer:hover img { opacity: 0.035; } .fundraise-page .m-no-touch .famer:hover .description, .fundraise-page .m-no-touch .famer:hover .quiet { opacity: 0.175; } .fundraise-page .m-no-touch .famer:hover .description, .fundraise-page .m-no-touch .famer:hover .icn, .fundraise-page .m-no-touch .famer:hover .quiet, .fundraise-page .m-no-touch .famer:hover h5 { transform: translateY(-5px); } .fundraise-page .tab-slider li:first-child .famer { background: #0fa3f2; } .fundraise-page .tab-slider li:nth-child(2) .famer { background: #fe5f5e; } .fundraise-page .tab-slider li:nth-child(3) .famer { background: #89d3cc; } .fundraise-page .tab-slider li:nth-child(4) .famer { background: #ff833d; } .fundraise-page .tab-slider li:nth-child(5) .famer { background: #54c381; } .fundraise-page .tab-slider li:nth-child(6) .famer { background: #fcb910; } .fundraise-page .section-hof h4 { font-size: 22px; font-weight: 700; padding: 0 20px; } .fundraise-page .section-hof .button { padding: 0 2.5em; font-size: 16px; margin: 20px 0; } .fundraise-page .section-hof a.find-a-campaign { color: #036; display: block; font-weight: 700; font-size: 16px; } @media only screen and (max-width: 64em) { .fundraise-page .tab-slider input[name="tabs"] { display: none; } .fundraise-page .dots { display: none; margin-bottom: 30px; white-space: nowrap; } .fundraise-page .dots button { background: transparent; border: 0; cursor: pointer; margin: 0 9px; } .fundraise-page .dots button:focus { outline: none; } .fundraise-page .dots button .dot { background: #dfdfd7; display: block; width: 15px; height: 15px; border-radius: 15px; } .fundraise-page .dots button.active .dot { background-color: #036; } .fundraise-page .tab-nav { margin-bottom: 30px; } .fundraise-page .tab-nav label { display: inline-block; width: 20px; height: 20px; font-size: 4em; line-height: 20px; color: #dfdfd7; margin: 0 5px; } .fundraise-page .dots.active { display: block; } .fundraise-page .dots.active + .tab-nav { display: none; } .fundraise-page .tabs-content { width: 100%; height: 345px; position: relative; overflow: hidden; } .fundraise-page .slides { position: absolute; left: 0; top: 0; width: 600%; height: 100%; transform: translateX(0); transition: all 0.75s ease; } .fundraise-page .slides li { height: 100%; width: 16.6666666667%; float: left; } .fundraise-page #slide-1:checked ~ .tab-nav label:first-child, .fundraise-page #slide-2:checked ~ .tab-nav label:nth-child(2), .fundraise-page #slide-3:checked ~ .tab-nav label:nth-child(3), .fundraise-page #slide-4:checked ~ .tab-nav label:nth-child(4), .fundraise-page #slide-5:checked ~ .tab-nav label:nth-child(5), .fundraise-page #slide-6:checked ~ .tab-nav label:nth-child(6) { color: #036; } .fundraise-page #slide-1:checked ~ .tabs-content .slides { transform: translateX(0); } .fundraise-page #slide-2:checked ~ .tabs-content .slides { transform: translateX(-16.6666666667%); } .fundraise-page #slide-3:checked ~ .tabs-content .slides { transform: translateX(-33.3333333333%); } .fundraise-page #slide-4:checked ~ .tabs-content .slides { transform: translateX(-50%); } .fundraise-page #slide-5:checked ~ .tabs-content .slides { transform: translateX(-66.6666666667%); } .fundraise-page #slide-6:checked ~ .tabs-content .slides { transform: translateX(-83.3333333333%); } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .fundraise-page .section-hof .tabs-content { width: 90%; margin-left: auto; margin-right: auto; } .fundraise-page .slides { width: 300%; } .fundraise-page .tab-nav label:nth-child(2), .fundraise-page .tab-nav label:nth-child(4), .fundraise-page .tab-nav label:nth-child(5) { display: none; } .fundraise-page #slide-3:checked ~ .tabs-content .slides { transform: translateX(-33%); } .fundraise-page #slide-6:checked ~ .tabs-content .slides { transform: translateX(-66%); } } @media only screen and (min-width: 50em) and (max-width: 64.063em) { .fundraise-page .slides { width: 200%; } .fundraise-page .famer { width: 250px; padding-top: 220px; } .fundraise-page .famer .profile-image { height: 190px; } .fundraise-page .famer .icn { top: 150px; } .fundraise-page .tab-nav label:nth-child(6) { display: none; } .fundraise-page #slide-3:checked ~ .tabs-content .slides { transform: translateX(-50%); } } @media only screen and (min-width: 1025px) { .fundraise-page .section-hof input[name="tabs"] { display: none; } .fundraise-page .section-hof p { max-width: 500px; } .fundraise-page .section-hof .end h4, .fundraise-page .section-hof .end p { max-width: 670px; } .fundraise-page .tab-slider { margin-top: 60px; } .fundraise-page .tab-nav { display: none; } .fundraise-page .slides li { display: inline-block; margin: 0 20px 40px; } } .infosite-page-homepage .info .funding-info-section .funding-info .label { letter-spacing: 2px; } .infosite-page-homepage .info .funding-info-section .funding-info .stat { display: inline-block; background-size: contain; background-position: 50%; padding: 10px 15px; margin: -10px; background-repeat: no-repeat; } .infosite-page-homepage .info .funding-info-section .funding-info .stat-short { background-image: url(/packs/media/images/static-pages/home/brush-short-f49633d5db87d21489ae4d9592019604.png); } .infosite-page-homepage .info .funding-info-section .funding-info .stat-long { background-image: url(/packs/media/images/static-pages/home/brush-long-09f2dcbd04d4666d63ba9fa0cd22cebb.png); } .infosite-page-homepage .info .funding-info-section .funding-info .custom-show-for-large-up { display: none; } @media only screen and (min-width: 1025px) { .infosite-page-homepage .info .funding-info-section .funding-info .custom-show-for-large-up { display: inline-block !important; } } .hundred-percent-model-page .container { padding: 75px 0 0; } @media only screen and (min-width: 641px) { .hundred-percent-model-page .container { padding-top: 85px; } } @media only screen and (min-width: 1025px) { .hundred-percent-model-page .container { padding-top: 110px; } } @media only screen and (min-width: 1025px) { .hundred-percent-model-page .large-p40 { font-size: 16px; } } .hundred-percent-model-page .page-section { margin-bottom: 40px; padding-bottom: 40px; padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #e9eae4; } @media only screen and (min-width: 1025px) { .hundred-percent-model-page .page-section { text-align: left; } } .hundred-percent-model-page .page-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; } .hundred-percent-model-page .page-section.the-pool img, .hundred-percent-model-page .page-section.the-well img { width: 311px; } .hundred-percent-model-page .page-section.angels .columns:first-child { order: 2; } .hundred-percent-model-page .page-section.angels .columns:last-child { order: 1; } @media only screen and (min-width: 1025px) { .hundred-percent-model-page .page-section.angels .columns:first-child { order: 1; } .hundred-percent-model-page .page-section.angels .columns:last-child { order: 2; } } .hundred-percent-model-page .readable-content { max-width: 650px; margin-left: auto; margin-right: auto; text-align: center; } @media only screen and (min-width: 1025px) { .hundred-percent-model-page .readable-content { max-width: 980px; text-align: left; } } @media only screen and (min-width: 1025px) { .hundred-percent-model-page .readable-content.image-on-left { padding-left: 30px; } .hundred-percent-model-page .readable-content.image-on-right { padding-right: 30px; } } .hundred-percent-model-page .intro { padding-bottom: 100px; margin-bottom: 100px; position: relative; } .hundred-percent-model-page .intro:after { content: ""; display: block; width: 100px; height: 100px; background-image: url(/packs/media/images/static-pages/hundred_percent_model/100percent-52f20f1602106779f6ce3075641bf4ab.jpg); background-size: cover; position: absolute; bottom: -50px; left: 50%; margin-left: -50px; } .hundred-percent-model-page .intro .row, .hundred-percent-model-page .sub-intro .row { max-width: 780px; margin-left: auto; margin-right: auto; } .hundred-percent-model-page .birch-photo { max-width: 100%; display: block; margin: auto; } @media only screen and (min-width: 641px) { .hundred-percent-model-page .birch-photo { max-width: 550px; } } @media only screen and (min-width: 1025px) { .hundred-percent-model-page .birch-photo { max-width: 100%; } } .hundred-percent-model-page .mobile-well-image { max-width: 75%; display: block; margin: auto; } @media only screen and (min-width: 641px) { .hundred-percent-model-page .mobile-well-image { max-width: 300px; } } @media only screen and (min-width: 1025px) { .hundred-percent-model-page .mobile-well-image { display: none; } } .hundred-percent-model-page .other-funding { background-image: linear-gradient(#fff, #e7f4fa); margin-bottom: 0; border-bottom: 0; } .hundred-percent-model-page .funding-panel { text-align: center; max-width: 280px; padding: 20px; } @media only screen and (max-width: 641px) { .hundred-percent-model-page .funding-panel { margin-left: auto; margin-right: auto; } } .hundred-percent-model-page .funding-panel img { width: 75px; } .hundred-percent-model-page .funding-panel ul { list-style: none; padding-left: 0; } .hundred-percent-model-page .funding-panel li { line-height: 1.25; margin-bottom: 12px; } .hundred-percent-model-page .funding-panel li:last-child { margin-bottom: 0; } @media only screen and (min-width: 1025px) { .hundred-percent-model-page .funding-panel li { margin-bottom: 8px; } .hundred-percent-model-page .funding-panel li:last-child { margin-bottom: 0; } } .hundred-percent-model-page .funding-panel p:last-child, .hundred-percent-model-page .funding-panel ul { margin-bottom: 0; } @media only screen and (min-width: 641px) { .hundred-percent-model-page .funding-panel { background-image: linear-gradient(#fff, #e7f4fa); border-color: #d2eaf6; max-width: none; } } .hundred-percent-model-page .funding-bottom { display: block; background-image: url(/packs/media/images/static-pages/hundred_percent_model/bottom-bg-small-bd6f7c705705106b9877b4dab5f35d1e.jpg); height: 0; padding-bottom: 68%; background-size: cover; margin-left: -20px; margin-right: -20px; background-position: top; } @media only screen and (min-width: 641px) { .hundred-percent-model-page .funding-bottom { background-image: url(/packs/media/images/static-pages/hundred_percent_model/bottom-bg-medium-758950d4d99a472dc184b96599d9a69f.jpg); } } @media only screen and (min-width: 1025px) { .hundred-percent-model-page .funding-bottom { background-image: url(/packs/media/images/static-pages/hundred_percent_model/bottom-bg-large-4e8e1f8bfb82b3ae57b4bcd1609a9772.jpg); } } .in-kind .container { padding-bottom: 60px; } .in-kind .container .in-kind-header { max-width: 710px; margin: 0 auto 60px; text-align: center; } .in-kind .container .in-kind-donors .donor { max-width: 400px; margin: 0 auto 60px; position: relative; vertical-align: top; display: block; } .in-kind .container .in-kind-donors .donor:after { content: ""; display: block; position: absolute; top: 0; left: 10px; right: 10px; bottom: 0; background: #fff; opacity: 0; transition: opacity 0.15s linear; border: 2px solid #f4f5f0; } @media only screen and (min-width: 641px) { .in-kind .container .in-kind-donors .donor { padding: 0 10px; max-width: none; width: 49.45%; display: inline-block; margin-bottom: 3%; } .in-kind .container .in-kind-donors .donor:hover .over-data, .in-kind .container .in-kind-donors .donor:hover:after { opacity: 1; } } @media only screen and (min-width: 1025px) { .in-kind .container .in-kind-donors .donor { width: 32.85%; } } .in-kind .container .in-kind-donors .donor .ngkf img { transform: scale3d(1.25, 1.25, 1); } .in-kind .container .in-kind-donors .donor .image-wrapper { background: #f4f5f0; padding: 20px; display: block; } .in-kind .container .in-kind-donors .donor .image-wrapper img { width: 150px; margin: auto; } .in-kind .container .in-kind-donors .donor .over-data { color: #333232; } @media only screen and (min-width: 641px) { .in-kind .container .in-kind-donors .donor .over-data { position: absolute; opacity: 0; top: calc(50% - 10px); left: 50%; width: 100%; transform: translate(-50%, -50%); padding: 0 30px; max-width: 370px; margin-left: auto; margin-right: auto; z-index: 5; transition: opacity 0.15s linear; line-height: 1.5; } } .in-kind .container .in-kind-donors .donor .over-data .url { display: table; margin: auto; word-break: break-all; color: #036; } .in-kind .container .in-kind-donors .donor .over-data .url:hover { color: #004d99; } @media only screen and (min-width: 641px) { .in-kind .container .in-kind-footer { margin-top: 60px; } } .in-kind .container .in-kind-footer .button { margin-top: 20px; } .internships-page .internships { align-items: flex-start; background-color: #fff; display: flex; flex-direction: column; margin-top: 0; border-top: 1px solid #dfdfd7; } @media only screen and (min-width: 1025px) { .internships-page .internships { align-items: center; background-image: url(/packs/media/images/static-pages/internships/internships-8b04415ca5cc6a45ff54942fc7810721.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover; flex-direction: row; } } .internships-page .internships:after { background-image: url(/packs/media/images/static-pages/internships/internships-8b04415ca5cc6a45ff54942fc7810721.jpg); background-position: top; background-repeat: no-repeat; background-size: cover; content: ""; height: 300px; width: 100%; } @media only screen and (min-width: 641px) { .internships-page .internships:after { background-image: url(/packs/media/images/static-pages/internships/internships-8b04415ca5cc6a45ff54942fc7810721.jpg); height: 500px; } } @media only screen and (min-width: 1025px) { .internships-page .internships:after { display: none; } } .internships-page .internships > .row { padding: 90px 20px 0; text-align: center; width: 100%; } @media only screen and (min-width: 1025px) { .internships-page .internships > .row { padding: 90px 0; } } .internships-page .internships > .row:after { clear: both; content: ""; display: table; } .internships-page .internships:after { height: 370px; } @media only screen and (min-width: 1025px) { .internships-page .internships { padding-bottom: 54%; background-size: 100%; background-position: bottom; } .internships-page .internships .row:after { display: none; } } .partner-logo-block { width: 47.5%; height: 120px; margin: 0.75%; } @media only screen and (min-width: 641px) { .partner-logo-block { width: 180px; height: 150px; } } .partner-logo-block img { transition: all 0.1s linear; width: 100px; } @media only screen and (min-width: 641px) { .partner-logo-block img { width: 130px; } } .feature-block { max-width: 290px; } @media only screen and (min-width: 641px) { .feature-block .feature-info { height: 440px !important; } } .feature-block .feature-info h3 { font-size: 12px; } .media-page .container { padding: 95px 0 50px; } .media-page .photography .bg-img { background-image: none; min-height: 0; } @media only screen and (min-width: 1025px) { .media-page .photography .bg-img { background-position: -125px; background-image: url(/packs/media/images/static-pages/media/resource-photography-7fd01717d1aefb4e253dffe2c8c40495.jpg); min-height: 300px; } } .media-page .photography .bg-img .cover-image { min-height: 0 !important; } @media only screen and (min-width: 1025px) { .media-page .photography .bg-img .cover-image { min-height: 200px !important; } } .media-page .branding .column:last-child { min-height: 220px; } .media-page .branding .column a.horizontal, .media-page .branding .column a.main { text-align: center; display: table-cell; vertical-align: middle; box-sizing: border-box; line-height: 0; } .media-page .branding .column a.horizontal.main, .media-page .branding .column a.main.main { width: 200px; height: 200px; } .media-page .branding .column a.horizontal.horizontal, .media-page .branding .column a.main.horizontal { width: 200px; height: 70px; } .media-page .branding .column a.horizontal.white, .media-page .branding .column a.main.white { background: #fff; border: 1px solid #c1c1ba; } .media-page .branding .column a.horizontal.black, .media-page .branding .column a.main.black { background: #000; } .media-page .videos .vimeo-logo { background: url(/packs/media/images/static-pages/media/icon-vimeo-e4fb0d4f9a8d346aae106f1defc2c607.png) no-repeat; text-indent: -9999px; font-size: 0; width: 65px; height: 19px; display: inline-block; line-height: 36px; } .media-page hr.arrow-down:after, .media-page hr.arrow-down:before { content: " "; height: 0; position: absolute; width: 0; border: 10px solid transparent; left: 49%; } .media-page hr.arrow-down:before { top: -1px; border-top: 10px solid #fff; z-index: 10; } .media-page hr.arrow-down:after { top: 0; border-top: 10px solid #c1c1ba; } .our-approach .project-section { padding: 0 15px 60px; width: auto; } .our-approach .project-section.intro-area p { max-width: 700px; margin: 0 auto; } .our-approach .project-section h1 { font-size: 30px; margin-bottom: 10px; } @media only screen and (min-width: 1025px) { .our-approach .project-section h1 { font-size: 48px; margin-bottom: 25px; } } .our-approach .project-section h2 { font-size: 35px; text-transform: none; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .our-approach .project-section h2 { font-size: 25px; } } .our-approach .project-section p { font-size: 16px; line-height: 26px; } @media only screen and (min-width: 1025px) { .our-approach .project-section p { font-size: 18px; line-height: 30px; } } @media only screen and (min-width: 1025px) { .our-approach .project-section { width: 980px; margin: auto; padding: 0 0 60px; } } .our-approach .approach-section { position: relative; } .our-approach .approach-section:before { content: ""; display: block; position: absolute; z-index: 1; left: 25px; margin-left: 0; width: 2px; height: 100%; top: 0; background: #fe813a; } .our-approach .approach-section:after { content: ""; display: block; position: absolute; z-index: 1; bottom: -64px; left: 13px; margin-left: 0; width: 25px; height: 66px; background: url(/packs/media/images/static-pages/our_approach/end-timeline-drop-21db99e3e62f555dbfa7de56d75fc100.png); background-size: cover; } @media only screen and (min-width: 1025px) { .our-approach .approach-section:before { left: 50%; margin-left: -1px; } .our-approach .approach-section:after { left: 50%; margin-left: -13px; } } .our-approach .timeline-section { text-align: left; position: relative; z-index: 2; } .our-approach .timeline-section h2 { background: #fe813a; color: #fff; padding: 10px 15px; font-size: 18px; display: inline-block; border-radius: 5px; width: 50%; } @media only screen and (min-width: 1025px) { .our-approach .timeline-section h2 { width: auto; } } @media only screen and (min-width: 1025px) { .our-approach .timeline-section { text-align: center; } } .our-approach .timeline-block-wrapper { margin-top: 60px; } .our-approach .timeline-block { background: #f7f7f7; margin-bottom: 40px; margin-left: 40px; border: 1px solid #dfdfd7; border-radius: 5px; padding: 20px; display: inline-block; width: auto; text-align: left; position: relative; } .our-approach .timeline-block:after { content: ""; display: block; background: #f7f7f7; border: 1px solid #dfdfd7; transform: rotate(45deg); width: 16px; height: 16px; position: absolute; top: 0; bottom: 0; margin: auto; } .our-approach .timeline-block.left { float: none; } .our-approach .timeline-block.left:after { left: -10px; right: auto; border-right: 0; border-top: 0; } .our-approach .timeline-block.right { float: none; } .our-approach .timeline-block.right:after { left: -10px; right: auto; border-right: 0; border-top: 0; } .our-approach .timeline-block.text-bubble { padding: 0; } .our-approach .timeline-block.text-bubble h3 { font-size: 18px; text-transform: none; background: #f4f5f0; padding: 10px 20px; margin-bottom: 10px; border-bottom: 1px solid #dfdfd7; border-radius: 5px 5px 0 0; position: relative; } .our-approach .timeline-block.text-bubble h3:after { position: absolute; bottom: -2px; left: 0; right: 0; height: 1px; content: ""; display: block; background: #f7f7f7; } .our-approach .timeline-block.text-bubble p { padding: 0 20px 20px; margin-bottom: 0; font-size: 16px; line-height: 26px; } .our-approach .timeline-block .technology-icons { margin: 30px 0; } .our-approach .timeline-block .technology-icons a { font-size: 70px; margin: 10px; transition: color 0.1s linear; display: inline-block; } @media only screen and (min-width: 641px) { .our-approach .timeline-block .technology-icons a { font-size: 80px; } } @media only screen and (min-width: 1025px) { .our-approach .timeline-block .technology-icons a { margin: 0 10px 0 0; } .our-approach .timeline-block .technology-icons a:last-child { margin-right: 0; } } @media only screen and (min-width: 1025px) { .our-approach .timeline-block { width: 460px; margin-left: 0; } .our-approach .timeline-block.left { float: left; } .our-approach .timeline-block.left:after { border: 1px solid #dfdfd7; border-left: 0; border-bottom: 0; left: 450px; } .our-approach .timeline-block.right { float: right; } .our-approach .timeline-block.right:after { border: 1px solid #dfdfd7; right: 450px; border-right: 0; border-top: 0; } } .our-approach .image-grid-one img { display: block; width: 100%; } .our-approach .image-grid-one img.apr-img-1 { margin-right: 0; margin-bottom: 20px; width: 100%; } .our-approach .image-grid-one img.apr-img-2 { width: 100%; margin-bottom: 20px; } @media only screen and (min-width: 641px) { .our-approach .image-grid-one img { display: inline-block; } .our-approach .image-grid-one img.apr-img-1 { margin-right: 10px; margin-bottom: 10px; width: 200px; } .our-approach .image-grid-one img.apr-img-2 { margin-bottom: 10px; width: 200px; } } @media only screen and (min-width: 641px) { .our-approach .image-grid-one { max-width: 460px; } } .our-approach .image-single img { display: block; margin: auto; width: 100%; } .our-approach .monitoring-evaluating:after, .our-approach .monitoring-evaluating:before { margin-top: auto; } @media only screen and (min-width: 1025px) { .our-approach .monitoring-evaluating:after, .our-approach .monitoring-evaluating:before { margin-top: 65px; } } .our-approach .ensuring-sustainability:after, .our-approach .ensuring-sustainability:before { margin-top: auto; } @media only screen and (min-width: 1025px) { .our-approach .ensuring-sustainability:after, .our-approach .ensuring-sustainability:before { margin-top: 135px; } } .our-projects-page strong { font-weight: 700; } .our-projects-page .hero-wrapper { height: 200px; } @media only screen and (min-width: 641px) { .our-projects-page .hero-wrapper { height: 300px; } } @media only screen and (min-width: 1025px) { .our-projects-page .hero-wrapper { height: 400px; } } .our-projects-page .hero-wrapper:after { content: " "; background: linear-gradient(rgba(0, 0, 0, 0.5), transparent); height: 100px; position: absolute; top: 0; left: 0; width: 100%; } .our-projects-page .country-content { flex: 2 1; } .our-projects-page .country-content p { line-height: 1.5 !important; margin-top: 20px; } .our-projects-page .country-details { flex: 1 1; } .our-projects-page .country-details .module .content li { line-height: 18px; list-style: none; margin-bottom: 10px; } .our-projects-page .country-details .module .content li:last-child { margin-bottom: 0; } .our-projects-page .country-details .module .content a[data-hint] { display: none !important; } @media only screen and (min-width: 1025px) { .our-projects-page .country-details .module .content a[data-hint] { display: inline !important; display: initial !important; padding-left: 5px; } } .our-projects-page .country-details .module .content .cw-icon-question-sign { color: #2e9df7; font-size: 12px; } @media only screen and (min-width: 1025px) { .our-projects-page .country-details .module .content span.star { display: none !important; } } .our-projects-page .country-details .module .content .country-detail-note { color: #999; font-size: 14px; font-style: italic; line-height: 20px; } @media only screen and (min-width: 1025px) { .our-projects-page .country-details .module .content .country-detail-note { display: none !important; } } .our-projects-page .country-details .module .content ul.aside-country-block-info { padding-left: 0; } .our-projects-page .country-details .module .content ul.aside-country-block-info a { align-items: center; color: inherit; display: flex; transition: color 0.1s linear; } .our-projects-page .country-details .module .content ul.aside-country-block-info a:hover { color: #2e9df7; } .our-projects-page .country-details .module .content ul.aside-country-block-info a i { font-size: 40px; } .our-projects-page .country-details .module .content ul.aside-country-block-info .partner-image { display: none; opacity: 0; position: absolute; } .our-projects-page .country-details .module .content ul.aside-country-block-info .solution-label { padding: 10px 0 10px 20px; } .our-work-section-page .container { padding-left: 0; padding-right: 0; padding-top: 58px; color: #222; } .our-work-section-page .container h1, .our-work-section-page .container h2, .our-work-section-page .container h3 { font-family: Kazimir, Georgia, Cambria, Times New Roman, Times, serif; line-height: 1.25em; } .our-work-section-page .container p { line-height: 1.4em; } .our-work-section-page .map-wrapper { margin-top: 45px; position: relative; } .our-work-section-page .our-work-map-wrapper { margin: 0; position: relative; } @media only screen and (min-width: 1441px) { .our-work-section-page .our-work-map-wrapper { width: calc(100% + 100px); left: -50px; } } .our-work-section-page .mapboxgl-map { margin: 20px 0 0; } .our-work-section-page .icon-describe--wrapper { margin: 60px auto; padding-left: 20px; padding-right: 20px; text-align: center; max-width: 980px; } .our-work-section-page .icon-describe--wrapper h2 { margin-bottom: 15px; } .our-work-section-page .icon-describe--wrapper .icon-describe--image { max-width: 125px; margin-left: auto; margin-right: auto; display: block; } @media only screen and (min-width: 641px) { .our-work-section-page .icon-describe--wrapper { display: flex; text-align: left; margin-top: 80px; margin-bottom: 80px; } } @media only screen and (min-width: 1025px) { .our-work-section-page .icon-describe--double-wrapper { display: flex; max-width: 1280px; margin-left: auto; margin-right: auto; } .our-work-section-page .icon-describe--double-wrapper .icon-describe--wrapper { flex: 1 1; } } .our-work-section-page .icon-describe--content { margin-top: 30px; } @media only screen and (min-width: 641px) { .our-work-section-page .icon-describe--content { margin-top: 0; margin-left: 30px; flex: 1 1; } } .our-work-section-page .icon-describe--content .button { margin-top: 15px; } .our-work-section-page .story-block--wrapper { background: #d6e4ea; padding: 60px 30px; text-align: center; } @media only screen and (min-width: 641px) { .our-work-section-page .story-block--wrapper { padding-top: 80px; padding-bottom: 80px; } } .our-work-section-page .story-block--wrapper p { margin-top: 20px; } .our-work-section-page .story-block--header { max-width: 980px; margin-left: auto; margin-right: auto; } .our-work-section-page .story-block--header p { margin-left: auto; margin-right: auto; } .our-work-section-page .story-block--grid-wrapper { margin-top: 60px; max-width: 980px; margin-left: auto; margin-right: auto; } .our-work-section-page .story-block--grid { margin-top: 30px; } @media only screen and (min-width: 641px) { .our-work-section-page .story-block--grid { display: flex; } } .our-work-section-page .story-block--item { flex: 1 1; padding-left: 20px; padding-right: 20px; display: block; } .our-work-section-page .story-block--item:hover .story-block--image-wrapper { opacity: 0.75; } .our-work-section-page .story-block--item:hover .story-block--item-title { color: rgba(0, 0, 0, 0.5); } .our-work-section-page .story-block--item:not(:last-of-type) { margin-bottom: 30px; } @media only screen and (min-width: 641px) { .our-work-section-page .story-block--item:not(:last-of-type) { margin-bottom: 0; } } .our-work-section-page .story-block--image-wrapper { position: relative; margin-bottom: 10px; transition: opacity 0.15s; } .our-work-section-page .story-block--image-wrapper img { display: block; } .our-work-section-page .approach-info--wrapper { padding: 45px 20px; max-width: 980px; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 641px) { .our-work-section-page .approach-info--wrapper { display: flex; padding-top: 60px; padding-bottom: 60px; padding-top: 100px; padding-bottom: 100px; } } @media only screen and (min-width: 641px) { .our-work-section-page .approach-info--text { flex: 1 1; } } .our-work-section-page .approach-info--text p { margin: 20px 0; } .our-work-section-page .approach-info--text a { margin-top: 10px; } .our-work-section-page .approach-info--timeline { margin-top: 60px; } @media only screen and (min-width: 641px) { .our-work-section-page .approach-info--timeline { margin-top: 0; margin-left: 60px; flex: 1 1; } } .our-work-section-page .approach-info--block { position: relative; } .our-work-section-page .approach-info--block:not(:first-of-type) { margin-top: 30px; } .our-work-section-page .approach-info--block:not(:last-of-type) h3:after { content: ""; display: block; width: 3px; background: #fff5cf; height: calc(100% + 10px); position: absolute; top: 20px; left: 6px; z-index: 1; } .our-work-section-page .approach-info--block .approach-info--title { padding-left: 40px; font-size: 19px; font-family: Proxima Nova, sans-serif; } .our-work-section-page .approach-info--block .approach-info--title:before { content: ""; display: block; background: #ffc907; width: 14px; height: 14px; border-radius: 50%; position: absolute; top: 0; left: 0; box-shadow: 0 0 0 6px #fff, 0 0 0 8px #fff7e1; z-index: 2; } .our-work-section-page .approach-info--block p { padding-left: 40px; margin-top: 10px; } .our-work-section-page .sensors-cta--section { background-color: #fbfcfe; padding: 60px 40px 350px; margin-bottom: 60px; background-repeat: no-repeat; border-top: 1px solid #e7eff3; border-bottom: 1px solid #e7eff3; position: relative; overflow: hidden; } .our-work-section-page .sensors-cta--section:after { content: ""; display: block; background-image: url(/packs/media/images/static-pages/our_work/sensor-7fb61261ce9c06dd6c9706dde03b13f0.svg); width: 500px; height: 416px; background-size: cover; position: absolute; bottom: -70px; left: 50%; z-index: 1; transform: translateX(-80%); } @media only screen and (min-width: 641px) { .our-work-section-page .sensors-cta--section:after { transform: translateX(-150%); } } @media only screen and (min-width: 641px) { .our-work-section-page .sensors-cta--section { padding: 60px 40px; background-color: #fff; } } .our-work-section-page .sensors-cta--content { max-width: 640px; position: relative; z-index: 2; } @media only screen and (min-width: 641px) { .our-work-section-page .sensors-cta--content { padding-left: 25%; } } @media only screen and (min-width: 1025px) { .our-work-section-page .sensors-cta--content { position: relative; left: 50%; transform: translateX(-25%); padding-left: 0; } } .our-work-section-page .sensors-cta--content p { margin: 20px 0; } .our-work-section-page .sensors-cta--content a { margin-top: 10px; } .our-work-section-page .solutions-collection--info-wrapper { margin-top: 45px; padding-left: 20px; padding-right: 20px; } @media only screen and (min-width: 1025px) { .our-work-section-page .solutions-collection--info-wrapper { margin-top: 0; padding: 0 45px; } } .our-work-section-page .solutions-collection--items { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; max-width: 350px; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 641px) { .our-work-section-page .solutions-collection--items { max-width: 1280px; } } .our-work-section-page .solutions-collection--items .solution-collection--item { margin-top: 30px; text-align: left; padding-left: 80px; position: relative; width: 100%; } @media only screen and (min-width: 641px) { .our-work-section-page .solutions-collection--items .solution-collection--item { width: calc(50% - 30px); } } @media only screen and (min-width: 1025px) { .our-work-section-page .solutions-collection--items .solution-collection--item { width: calc(33.33% - 30px); } } .our-work-section-page .solutions-collection--items .solution-collection--item h4 { font-size: 19px; margin-bottom: 5px; line-height: 1.35; } .our-work-section-page .solutions-collection--items .cw-solution-icon { font-size: 50px; position: absolute; top: 0; left: 0; } .our-work-section-page .partners-section { padding: 60px 20px 0; margin-top: 60px; border-top: 2px solid #ffc907; } @media only screen and (min-width: 1025px) { .our-work-section-page .partners-section { border-top: 0; } } .our-work-section-page .partners-section--header { max-width: 700px; margin-left: auto; margin-right: auto; text-align: center; } .our-work-section-page .partners-section--header .button--text { margin-top: 15px; } .our-work-section-page .partners-section--image { margin-top: 45px; } @media only screen and (min-width: 1025px) { .our-work-section-page .partners-section--image { width: 65%; max-width: 800px; margin-left: auto; margin-right: auto; position: relative; } .our-work-section-page .partners-section--image img { display: block; z-index: 2; position: relative; } .our-work-section-page .partners-section--image:before { content: ""; position: absolute; top: 15px; left: -15px; width: 100%; height: 100%; background: #d6e4ea; z-index: 1; } } .our-work-section-page .partners-section--content-row { max-width: 980px; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 641px) { .our-work-section-page .partners-section--content-row { display: flex; flex-wrap: wrap; margin-top: 45px; } } .our-work-section-page .partners-section--content-block { max-width: 980px; margin-top: 45px; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 641px) { .our-work-section-page .partners-section--content-block { flex: 50% 1; padding-left: 20px; padding-right: 20px; } } .our-work-section-page .partners-section--content-block .partners-section--content-title { font-family: Proxima Nova, sans-serif; font-size: 19px; margin-bottom: 15px; } .our-work-section-page .partner-media--container { position: relative; left: -20px; width: calc(100% + 40px); background: #fffbf0; padding: 30px 20px; margin: 45px 0; } @media only screen and (min-width: 641px) { .our-work-section-page .partner-media--container { margin-top: 80px; padding-top: 60px; padding-bottom: 60px; } } @media only screen and (min-width: 1025px) { .our-work-section-page .partner-media--wrapper { max-width: 980px; margin-left: auto; margin-right: auto; } } .our-work-section-page .partner-media--content { margin-bottom: 30px; text-align: center; } @media only screen and (min-width: 641px) { .our-work-section-page .partner-media--content { max-width: 700px; margin-left: auto; margin-right: auto; } } .our-work-section-page .partner-media--title { margin-bottom: 15px; font-size: 26px; } .our-work-section-page .partner-logos--container { position: relative; margin: 60px 0 0; width: calc(100vw + 40px); left: -20px; } .our-work-section-page .partner-logos--container .swiper-wrapper { align-items: center; } .our-work-section-page .partner-logos--container .swiper-container { padding-bottom: 45px; max-width: 1440px; margin-left: auto; margin-right: auto; } .our-work-section-page .partner-logos--container .swiper-slide { width: 33.33vw; } .our-work-section-page .partner-logos--container .swiper-pagination { bottom: 0; } .our-work-section-page .partner-logo { display: flex; align-items: center; justify-content: center; max-width: 125px; padding: 15px; opacity: 0.5; transition: opacity 0.15s; } .our-work-section-page .partner-logo:hover { opacity: 1; } .our-work-section-page .partner-logo:hover img { filter: grayscale(0); } .our-work-section-page .partner-logo img { max-height: 90px; filter: grayscale(1); transition: filter 0.15s; } .privacy-page .privacy-wrapper h2 { margin-top: 30px; } .privacy-page .privacy-wrapper p { line-height: 1.75; color: #71716c; } .privacy-page .privacy-wrapper .icn { color: #036; display: block; margin: auto; background: #fff; padding: 0 10px; font-size: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .scott-harrison-story .video-box { margin-left: -20px; margin-right: -20px; padding-bottom: 62%; } .scott-harrison-story .thirst-wrapper:before { content: ""; display: inline-block; width: 230px; height: 230px; background-image: url(/packs/media/images/static-pages/scott_harrison_story/thirst-footer-mobile-80f766effd30e831f8e966e1faeea9c5.jpg); background-size: contain; background-position: bottom; background-repeat: no-repeat; flex-shrink: 0; align-self: center; } @media only screen and (min-width: 641px) { .scott-harrison-story .thirst-wrapper:before { width: 270px; height: 260px; background-image: url(/packs/media/images/static-pages/scott_harrison_story/thirst-footer-c66d1a02053d6eaea80813efc52a59e0.jpg); align-self: flex-end; } } @media only screen and (max-width: 641px) { .scott-harrison-story .video-box { margin-left: -20px; margin-right: -20px; padding-bottom: 62%; } } .page-the-pool .text-pool-headline { font-family: kazimir, sans-serif; } .page-the-pool .bg-pool-white { background-color: #f5f2e0; } .page-the-pool .bg-pool-blush { background-color: #e8c7b8; } .page-the-pool .border-pool-white { border-color: #f5f2e0; } .page-the-pool .border-pool-blush { border-color: #e8c7b8; } .page-the-pool .border-pool-green { border-color: #8f9133; } .page-the-pool .border-pool-orange { border-color: #c24f21; } .page-the-pool .mark-after:after, .page-the-pool .mark-aside:after, .page-the-pool .mark-before:before { content: ""; display: block; width: 50px; height: 50px; position: absolute; } .page-the-pool .mark-aside:after { top: -26px; right: -50px; background-image: url(/packs/media/images/static-pages/the_pool/pool-mark-orange-89a76bb247cc5157c3244f095770fbea.svg); } .page-the-pool .mark-before:before { top: -50px; left: -25px; background-image: url(/packs/media/images/static-pages/the_pool/pool-mark-white-bc171847d71972c1b3dff1f19a80c656.svg); } .page-the-pool .mark-after:after { bottom: -50px; left: -25px; background-image: url(/packs/media/images/static-pages/the_pool/pool-mark-blush-667b538265e9387cfb4250f77e8df362.svg); } .page-the-pool .hero { min-height: 550px; background-position: bottom; } .page-the-pool .hero .pool-logo { opacity: 0; transition: all 0.75s ease-out 0.5s; } .page-the-pool .coda { min-height: 600px; background-size: cover; background-position: 50%; } .page-the-pool .member-wrapper { opacity: 0; margin-bottom: -20px; transition: all 0.5s; } .page-the-pool .member-wrapper:after, .page-the-pool .member-wrapper:before { content: ""; margin: auto; } .page-the-pool .member-logo { width: 110px; height: 110px; background-color: #fff; background-size: 75%; background-repeat: no-repeat; background-position: 50%; } .page-the-pool .member-img { width: 50px; height: 50px; right: -8px; bottom: -5px; } .page-the-pool .image-separator { background-size: cover; background-position: 50%; min-height: 400px; max-width: 1100px; } .page-the-pool .image-aside { height: 400px; background-size: cover; background-position: 50%; } .page-the-pool .about-rule { right: 280px; top: 50px; } .page-the-pool .logos img { opacity: 0; margin-bottom: -20px; transition: all 0.5s; } .page-the-pool .pool-icon { width: 100px; height: 100px; position: relative; z-index: -1; background-repeat: no-repeat; background-size: 40%; background-position: 50%; border-radius: 50%; } .page-the-pool .pool-icon .inner { width: 90px; height: 90px; border-radius: 50%; } .page-the-pool .pool-icon.donate { background-image: url(/packs/media/images/static-pages/the_pool/pool-dollar-icon-a26b94bdb0e67e1cf693b0c16cb782b3.svg); box-shadow: 50px -50px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #1c2b40; } .page-the-pool .pool-icon.donate.animate { animation: border 0.5s ease 1 forwards; } .page-the-pool .pool-icon.donate .inner { border: 1px solid #1c2b40; } .page-the-pool .pool-icon.liquidity { background-image: url(/packs/media/images/static-pages/the_pool/pool-dollar-icon-a26b94bdb0e67e1cf693b0c16cb782b3.svg); border: 1px solid #214a4f; transition: all 0.5s; opacity: 0; } .page-the-pool .pool-icon.liquidity:nth-child(2) { background-image: url(/packs/media/images/static-pages/the_pool/pool-dollar-icon-yellow-fdd84887e9688cbe66c4a7f4504db955.svg); border-color: #ffca0a; margin-top: -20px; } .page-the-pool .pool-icon.liquidity .inner { border: 1px solid #214a4f; } .page-the-pool .pool-icon.opex { background-image: url(/packs/media/images/static-pages/the_pool/pool-opex-icon-d64afa7596d1d3bfc575e51aa65f43ef.svg); background-size: 65%; box-shadow: 50px -50px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #214a4f; } .page-the-pool .pool-icon.opex.animate { animation: borderTeal 0.5s ease 1 forwards; } .page-the-pool .pool-icon.opex .inner { border: 1px solid #214a4f; } .page-the-pool .pool-icon.employee { background-image: url(/packs/media/images/static-pages/the_pool/pool-employee-icon-2f2e6973cfbf0f06090861aacdd12782.svg); background-size: 78%; box-shadow: 50px -50px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #ffca0a; } .page-the-pool .pool-icon.employee.animate { animation: borderYellow 0.5s ease 1 forwards; } .page-the-pool .pool-icon.employee .inner { border: 1px solid #ffca0a; } .page-the-pool .pool-icon.payday { background-image: url(/packs/media/images/static-pages/the_pool/pool-dollar-icon-green-4eb6eba2af60497c04fb156b9829ec84.svg); box-shadow: 50px -50px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #8f9133; } .page-the-pool .pool-icon.payday.animate { animation: borderGreen 0.5s ease 1 forwards; } .page-the-pool .pool-icon.payday .inner { border: 1px solid #8f9133; } .page-the-pool .svg-container { width: 60%; max-width: 500px; } .page-the-pool .dashed { stroke-dasharray: 10; } .page-the-pool .path { opacity: 0; } .page-the-pool .path.animate { stroke-dasharray: 1000; stroke-dashoffset: 1000; opacity: 1; animation: dash 3s linear forwards; } @keyframes dash { 0% { stroke-dashoffset: 1000; } to { stroke-dashoffset: 0; } } @keyframes border { 0% { box-shadow: 50px -50px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #1c2b40; } 25% { box-shadow: 0 -105px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #1c2b40; } 50% { box-shadow: 0 -105px 0 1px #fff, -105px 0 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #1c2b40; } 75% { box-shadow: 0 -105px 0 1px #fff, -105px 0 0 1px #fff, 0 105px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #1c2b40; } to { box-shadow: 0 -105px 0 1px #fff, -105px 0 0 1px #fff, 0 105px 0 1px #fff, 100px 40px 0 1px #fff, 0 0 0 1px #1c2b40; } } @keyframes borderTeal { 0% { box-shadow: 50px -50px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #214a4f; } 25% { box-shadow: 0 -105px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #214a4f; } 50% { box-shadow: 0 -105px 0 1px #fff, -105px 0 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #214a4f; } 75% { box-shadow: 0 -105px 0 1px #fff, -105px 0 0 1px #fff, 0 105px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #214a4f; } to { box-shadow: 0 -105px 0 1px #fff, -105px 0 0 1px #fff, 0 105px 0 1px #fff, 100px 40px 0 1px #fff, 0 0 0 1px #214a4f; } } @keyframes borderYellow { 0% { box-shadow: 50px -50px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #ffca0a; } 25% { box-shadow: 0 -105px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #ffca0a; } 50% { box-shadow: 0 -105px 0 1px #fff, -105px 0 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #ffca0a; } 75% { box-shadow: 0 -105px 0 1px #fff, -105px 0 0 1px #fff, 0 105px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #ffca0a; } to { box-shadow: 0 -105px 0 1px hsla(0, 0%, 100%, 0), -105px 0 0 1px hsla(0, 0%, 100%, 0), 0 105px 0 1px hsla(0, 0%, 100%, 0), 100px 40px 0 1px hsla(0, 0%, 100%, 0), 0 0 0 1px #ffca0a; } } @keyframes borderGreen { 0% { box-shadow: 50px -50px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #8f9133; } 25% { box-shadow: 0 -105px 0 1px #fff, -50px -50px 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #8f9133; } 50% { box-shadow: 0 -105px 0 1px #fff, -105px 0 0 1px #fff, -50px 50px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #8f9133; } 75% { box-shadow: 0 -105px 0 1px #fff, -105px 0 0 1px #fff, 0 105px 0 1px #fff, 50px 50px 0 1px #fff, 0 0 0 1px #8f9133; } to { box-shadow: 0 -105px 0 1px #fff, -105px 0 0 1px #fff, 0 105px 0 1px #fff, 100px 40px 0 1px #fff, 0 0 0 1px #8f9133; } } .volunteer-page .volunteer-hero { padding: 70px 20px; background-image: url(/packs/media/images/static-pages/volunteer/hero-38481ccc92299dadf5d05d254350f114.jpg); background-size: cover; background-position: 50%; color: #fff; position: relative; } .volunteer-page .volunteer-hero p { max-width: 510px; margin-left: auto; margin-right: auto; margin-bottom: 0; } @media only screen and (min-width: 641px) { .volunteer-page .volunteer-hero { background-image: url(/packs/media/images/static-pages/volunteer/hero-medium-up-3fe9868f9bfbf11df8de501833c06969.jpg); padding-top: 85px; padding-bottom: 85px; } } @media only screen and (min-width: 1025px) { .volunteer-page .volunteer-hero { background-image: url(/packs/media/images/static-pages/volunteer/hero-large-up-9b967460a55d2aa5967027fb3225f2dc.jpg); padding-top: 110px; padding-bottom: 110px; } } .volunteer-page .volunteer-cta-wrapper { padding: 30px 20px 0; margin-bottom: 30px; } @media only screen and (min-width: 641px) { .volunteer-page .volunteer-cta-wrapper { display: flex; padding-top: 60px; margin-bottom: 60px; padding-top: 100px; margin-bottom: 100px; } } .volunteer-page .volunteer-cta { text-align: center; margin-bottom: 60px; } .volunteer-page .volunteer-cta p { margin-bottom: 30px; } @media only screen and (min-width: 641px) { .volunteer-page .volunteer-cta p { max-width: 380px; margin-left: auto; margin-right: auto; } } @media only screen and (min-width: 641px) { .volunteer-page .volunteer-cta { flex: 1 1; padding: 0 10px; margin-bottom: 0; } } .volunteer-page .timecounts-button { background-image: url(/packs/media/images/static-pages/volunteer/timecounts-fcb412ce28b13e6137a2d0c6e4d92a52.png); width: 200px; background-size: 60% auto; background-repeat: no-repeat; background-position: 50%; background-color: #5397ce; } .volunteer-page .timecounts-button:hover { background-color: #7bafd9; } .volunteer-page .facebook-button { line-height: 48px; font-size: 20px; width: 200px; background: #3b5998; } .volunteer-page .facebook-button:hover { background-color: #4c70ba; } .volunteer-page .volunteer-conclusion { text-align: center; padding: 60px 20px; background: #f4f5f0; } .bg-stories-bg-black { background-color: #232425; } .top-60-percent { top: 60%; } .stories-index-hero { margin-left: auto; margin-right: auto; } .stories-index-hero:before { content: ""; display: block; position: absolute; left: 50%; transform: translateX(-50%); width: 100vw; z-index: 0; background-image: none; background: #232425; top: -30px; height: 65%; } @media only screen and (min-width: 1025px) { .stories-index-hero:before { height: 75%; } } @media only screen and (min-width: 1025px) { .stories-index-hero { max-width: 1200px; } } .story-hero { max-width: 680px; margin-left: auto; margin-right: auto; } .story-hero:before { content: ""; display: block; position: absolute; left: 50%; transform: translateX(-50%); width: 100vw; z-index: 0; background-image: none; background: #232425; top: -30px; height: 90%; } @media only screen and (min-width: 641px) { .story-hero:before { height: 60%; } } @media only screen and (min-width: 1025px) { .story-hero { max-width: 1200px; } } @media only screen and (min-width: 1025px) { .story-hero-media { position: relative; top: 60px; margin-bottom: 120px; } } @media only screen and (min-width: 1025px) { .story-hero-content { padding-top: 30px; padding-bottom: 30px; } } .story-hero-title { font-family: Kazimir, Georgia, Cambria, Times New Roman, Times, serif; font-size: 42px; line-height: 1.25; } @media only screen and (min-width: 1025px) { .story-hero-title { max-width: 1000px; text-align: center; margin-left: auto; margin-right: auto; font-size: 65px; } } .story-hero-description { max-width: 600px; font-size: 19px; } @media only screen and (min-width: 1025px) { .story-hero-description { text-align: center; margin-left: auto; margin-right: auto; } } .story-hero-category { font-size: 11px; letter-spacing: 1px; } @media only screen and (min-width: 1025px) { .story-hero-category { text-align: center; } } .story-hero-author { margin-top: 30px; font-size: 14px; } .story-hero-author-wrapper img { width: 50px; height: 50px; border: 2px solid #fff; } .story-hero-author-wrapper .story-hero-author-2 { position: absolute; top: 0; left: 35px; } .story-hero-author-wrapper.story-hero-double-author { padding-right: 35px; } .story-content-wrapper { max-width: 680px; margin-top: 60px; } @media only screen and (min-width: 1025px) { .story-content-wrapper { margin-top: 90px; } } .story-content-wrapper h1, .story-content-wrapper h2, .story-content-wrapper h3 { font-family: Kazimir, Georgia, Cambria, Times New Roman, Times, serif; font-weight: 500; line-height: 1.4; } .story-content-wrapper h2 { margin: 80px 0 40px; } .story-content-wrapper h3 { margin: 40px 0; font-family: Proxima Nova, sans-serif; line-height: 1.35; } .story-content-wrapper hr { background: transparent; display: flex; align-items: center; justify-content: center; margin: 35px 0 45px; height: 20px; } .story-content-wrapper hr:before { content: "***"; font-size: 50px; letter-spacing: 10px; font-family: Proxima Nova, sans-serif; color: #e9eae4; height: 30px; } .story-content-wrapper ol, .story-content-wrapper ul { margin: 40px 0; font-size: 16px; line-height: 1.45; color: #71716c; } @media only screen and (min-width: 1025px) { .story-content-wrapper ol, .story-content-wrapper ul { font-size: 19px; } } .story-content-wrapper ol li, .story-content-wrapper ul li { margin-bottom: 20px; } .story-content-wrapper ol li:last-child, .story-content-wrapper ul li:last-child { margin-bottom: 0; } .story-content-wrapper p { margin: 20px 0; font-size: 19px; line-height: 1.45; color: #71716c; } @media only screen and (min-width: 1025px) { .story-content-wrapper p { margin: 40px 0; } } .story-content-wrapper p:first-of-type { margin-top: 0; } .story-content-wrapper p img { width: 100%; display: block; } .story-content-wrapper p.story-content-category { border-left: 4px solid #ffca0a; letter-spacing: 1px; padding: 5px 5px 5px 10px; } .story-content-wrapper blockquote { position: relative; padding: 125px 30px 0; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 60px; } @media only screen and (min-width: 1025px) { .story-content-wrapper blockquote { padding-left: 45px; padding-right: 45px; } } .story-content-wrapper blockquote:before { content: "”"; display: block; position: absolute; font-size: 150px; top: 20px; left: 0; right: 0; margin: auto; font-family: Proxima Nova, sans-serif; font-weight: 400; color: #e9eae4; z-index: -1; } .story-content-wrapper blockquote p { color: #c1c1ba; font-style: italic; font-size: 21px; font-weight: 300; } @media only screen and (min-width: 1025px) { .story-content-wrapper blockquote p { font-size: 33px; } } .story-content-wrapper blockquote p:first-child { margin-top: 0; } .story-content-wrapper blockquote p:last-child { margin-bottom: 0; } .story-content-wrapper blockquote p a { color: #a9a99f; } .story-content-wrapper .video { margin: 20px 0; } @media only screen and (min-width: 1025px) { .story-content-wrapper .video { margin: 40px 0; } } .story-gallery-wrapper { margin: 20px 0 0; } @media only screen and (min-width: 1025px) { .story-gallery-wrapper { transform: translateX(-50%); left: 50%; width: 800px; position: relative; margin-top: 40px; } .story-gallery-wrapper:not(.story-gallery-count-1) { display: flex; } } @media only screen and (min-width: 1025px) { .story-gallery-wrapper + .story-gallery-wrapper { margin-top: 10px; } } .story-gallery-item-wrapper { margin-bottom: 20px; } .story-gallery-item-wrapper:last-child { margin-bottom: 0; } @media only screen and (min-width: 1025px) { .story-gallery-item-wrapper { padding-left: 5px; padding-right: 5px; margin-bottom: 0; } .story-gallery-item-wrapper:first-child { padding-left: 0; } .story-gallery-item-wrapper:last-child { padding-right: 0; } } .story-content-footer { text-align: center; margin-top: 60px; } .story-content-footer p { font-size: 12px; color: #dfdfd7; } .story-content-thanks { border-left: 3px solid #ffca0a; padding: 10px 30px; } @media only screen and (min-width: 1025px) { .right-hero-image .story-hero:before { height: calc(100% + 55px); } } .right-hero-image .story-hero-category { text-align: left; } .right-hero-image .story-hero-title { font-size: 26px; margin-left: 0; text-align: left; } @media only screen and (min-width: 1025px) { .right-hero-image .story-hero-title { font-size: 35px; max-width: none !important; } } .right-hero-image .story-hero-description { font-size: 19px; margin-left: 0; text-align: left; } @media only screen and (min-width: 1025px) { .right-hero-image .story-hero-inner { display: flex; align-items: center; max-width: 980px; margin-left: auto; margin-right: auto; } } @media only screen and (min-width: 1025px) { .right-hero-image .story-hero-content { width: 500px; padding: 40px 40px 40px 0; } } @media only screen and (min-width: 1025px) { .right-hero-image .story-hero-media { flex: 1 1; margin-bottom: 0; } } .right-hero-image .story-hero-author { justify-content: flex-start !important; } @media only screen and (min-width: 1025px) { .right-hero-image .story-content-wrapper { margin-top: 120px; } } @media only screen and (min-width: 1025px) { .cat-tiny-heroes .story-hero:before { background-color: #c9e4eb; } } .cat-tiny-heroes .story-hero-title { font-size: 40px; } @media only screen and (min-width: 1025px) { .cat-tiny-heroes .story-hero-title { font-size: 55px; } } .cat-tiny-heroes .story-content-wrapper blockquote p, .cat-tiny-heroes .story-content-wrapper h1, .cat-tiny-heroes .story-content-wrapper h2, .cat-tiny-heroes .story-content-wrapper h3 { font-family: gopher, sans-serif; font-weight: 400; } .tiny-hero-bg-color { background-color: #c9e4eb; } .font-gopher { font-family: gopher, sans-serif; font-weight: 400; } .monthly-subscription.toggle-buttons a { width: 50%; text-align: center; border: 1px solid #036; background: transparent; transition: all 0.1s; color: #036; } .monthly-subscription.toggle-buttons a.active, .monthly-subscription.toggle-buttons a.active:hover { color: #fff; background-color: #036; } .monthly-subscription.toggle-buttons a:hover { background-color: transparent; } .sitewide-resume-subscription-form .resume-link { display: none !important; } .sitewide-update-payment-modal .modal-inner { width: 470px !important; padding-bottom: 0; } @media only screen and (max-width: 640px) { .team-page .modal-inner { padding-left: 20px; padding-right: 20px; padding-bottom: 20px; } } .team-page .container { padding-top: 59px !important; } .team-page .container .pending-invitation-banner img { max-width: 250px; } .team-page .container .pending-invitation-banner .response-buttons { font-size: 14px; } .team-page .container .pending-invitation-banner .response-buttons .button.accept, .team-page .container .pending-invitation-banner .response-buttons .button.decline { width: 40px; height: 40px; } .team-page .container .logo .avatar-initial { width: 90px; height: 90px; line-height: 90px; border-radius: 50%; } .team-page .container .logo img { border-radius: 50%; } .team-page .container .live-profile-campaign .logo .avatar-initial { width: 55px; height: 55px; line-height: 55px; border-radius: 50%; } .team-page .container .live-profile-campaign .logo img { border-radius: 50%; } .team-page .container .team-admin-drawer .modal-links-container { margin-right: -100%; padding-right: 100%; } .team-page .container .team-admin-drawer .modal-links-container img { width: 40px; height: 40px; } .team-page .container a.drawer-toggle { font-size: 10px; line-height: 11px; } .team-page .container .drawer-toggle.open { top: -1px; } @supports not (aspect-ratio: auto) { .team-page .team-hero-photo-wrapper { padding-top: 56.25%; height: 0; } .team-page .team-hero-photo { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } } .team-page .team-hero-photo { aspect-ratio: 16/9; } .team-page .customize-modal .name-input { border-bottom-left-radius: 0; border-bottom-right-radius: 0; z-index: 2; } .team-page .customize-modal .tagline-input { border-top-color: transparent; border-top-left-radius: 0; border-top-right-radius: 0; z-index: 1; margin-top: -1px; } .team-page .customize-modal .tagline-input:focus { border-top-color: #036; z-index: 3; } .team-page .customize-modal .photo { position: relative; } .team-page .customize-modal .photo input[type="file"] { position: absolute; opacity: 0; top: 0; left: 0; width: 0; height: 0; } .team-page .customize-modal .photo .change-link { background-color: rgba(0, 0, 0, 0.75); position: absolute; bottom: 10px; right: 10px; letter-spacing: 1.5px; } .team-page .customize-modal .photo .change-link .icn { padding-right: 7px; font-size: 13px; } .team-page .customize-modal .preview { aspect-ratio: 16/9; width: 100%; position: relative; background: #fff; background-size: cover; background-position: 50%; overflow: hidden; } @supports not (aspect-ratio: auto) { .team-page .customize-modal .preview { padding-top: 56.25%; height: 0; } @media only screen and (min-width: 641px) { .team-page .customize-modal .preview { max-height: 300px; } } } .team-page .customize-modal .preview.loading img { display: none; } .team-page .customize-modal .preview.loading:after { content: ""; background-image: url(/packs/media/images/icons/loading-67f11ff18ca227dd4eca45c63e090376.gif); background-size: contain; height: 60px; width: 60px; top: 100px; left: calc(50% - 30px); z-index: 9999; position: absolute; } .team-page .customize-modal .preview input[type="range"] { background: transparent; width: calc(100% - 170px); position: absolute; top: 224px; left: 20px; padding: 0; outline: none; z-index: 999; -webkit-appearance: none; } .team-page .customize-modal .preview input[type="range"]::-webkit-slider-runnable-track { background: rgba(0, 0, 0, 0.6); border-radius: 10px; outline: none; height: 16px; cursor: pointer; } .team-page .customize-modal .preview input[type="range"]::-webkit-slider-thumb { border: 0; height: 16px; width: 16px; border-radius: 50%; background: #fff; cursor: pointer; -webkit-appearance: none; } .team-page .customize-modal .preview input[type="range"]::-moz-range-track { background: rgba(0, 0, 0, 0.6); border-radius: 10px; outline: none; height: 16px; cursor: pointer; } .team-page .customize-modal .preview input[type="range"]::-moz-range-thumb { border: 0; height: 16px; width: 16px; border-radius: 50%; background: #fff; cursor: pointer; } .team-page .customize-modal .preview input[type="range"]::-moz-focus-outer { border: 0; } .team-page .customize-modal .preview input[type="range"]::-ms-track { height: 16px; background: transparent; color: transparent; border-color: transparent; } .team-page .customize-modal .preview input[type="range"]::-ms-fill-lower { background: rgba(0, 0, 0, 0.6); border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .team-page .customize-modal .preview input[type="range"]::-ms-fill-upper { background: rgba(0, 0, 0, 0.6); border-top-right-radius: 10px; border-bottom-right-radius: 10px; } .team-page .customize-modal .preview input[type="range"]::-ms-thumb { border: 0; height: 16px; width: 16px; border-radius: 50%; background: #fff; } @supports not (aspect-ratio: auto) { .team-page .customize-modal .preview.attached img { position: absolute; top: 0; left: 0; } } .team-page .manage-members-modal .leaderboard .infinite-item.selected { background-color: #f4f5f0; border-radius: 4px; } .team-page .manage-members-modal .leaderboard .infinite-item .star { top: 0; left: 38px; } .team-page .manage-members-modal .star { position: absolute; background: #036; border-radius: 50%; width: 21px; height: 21px; } .team-page .manage-members-modal .star .icn { transform: translate(-50%, -50%); font-size: 12px; color: #fff; position: absolute; top: 50%; left: 50%; } .team-page .manage-members-modal .expanded-user img { width: 60px !important; height: 60px !important; border-radius: 4px; } .team-page .manage-members-modal .expanded-user .avatar-initial { width: 60px; height: 60px; line-height: 60px; font-size: 20px; min-width: 60px; } .team-page .manage-members-modal .expanded-user .star { top: -7px; left: 50%; transform: translateX(20px); } .team-page .manage-members-modal .expanded-user .cw-icon-loop:before { color: #ffca0a; font-size: 14px; margin-right: 5px; } .team-page .invite-members-modal .react-multi-email, .team-page .invite-team-modal .react-multi-email { border: 1px solid #c1c1ba; font-size: 16px; cursor: pointer; } .team-page .invite-members-modal .react-multi-email [data-tag], .team-page .invite-team-modal .react-multi-email [data-tag] { background-color: #f4f5f0; font-weight: 500; font-size: 14px; } .team-page .invite-members-modal .react-multi-email.focused, .team-page .invite-team-modal .react-multi-email.focused { border-color: #036; } .team-page .invite-members-modal .react-multi-email input, .team-page .invite-team-modal .react-multi-email input { flex-grow: 1; } .team-page .invite-members-modal .react-multi-email.empty span[data-placeholder], .team-page .invite-team-modal .react-multi-email.empty span[data-placeholder] { color: #c1c1ba; margin-top: 7px; z-index: 100000; } @media only screen and (min-width: 641px) { .team-page .welcome-modal .header { background-image: url(/packs/media/images/teams/_lh-illo-team-welcome-fe5875ba02d3c590ba595b745497e227.svg); } } .team-page .welcome-modal .acceptee-info { max-width: 200px; } .team-page .welcome-modal .acceptee-info .avatar-initial { width: 60px; height: 60px; line-height: 60px; } .team-page .welcome-modal .acceptee-info .photo .uploader .placeholder-img { width: 60px; height: 60px; } .team-page .welcome-modal .acceptee-info .photo .uploader .upload img { min-width: 60px; min-height: 60px; } .team-page .donate-modal .modal-inner { padding-bottom: 0; width: 470px; } .team-page .teams-sidebar-container { margin-top: 40px; } @media only screen and (min-width: 641px) { .team-page .teams-sidebar-container { margin-top: 38px; } } @media only screen and (min-width: 641px) { .team-page .teams-sidebar-avatar { margin-top: -45px; } } .team-page .community-board .leaderboard:not(.child-campaigns) { border-top: none !important; padding-top: 20px; } .team-page .community-board .leaderboard .amount-raised { line-height: 21px; } .team-page .community-board .leaderboard .campaign-progress-bar, .team-page .community-board .leaderboard .campaign-progress-bar .fill { height: 3px; } .team-page .community-board .bolt-circle { width: 18px; height: 18px; border-radius: 50%; } .team-page .community-board .bolt-circle .bolt { width: 12px; height: 12px; background-image: url(/packs/media/images/icons/bolt-ed9f6fc82fc87f3591a1011c8e6aeb75.svg); } .team-page .community-board .toggle-desktop-mission { display: none; } .team-page .community-board .mission-truncated { position: relative; max-height: 120px; } .team-page .community-board .mission-truncated:after { transition: opacity 0.35s linear; background: linear-gradient(hsla(0, 0%, 100%, 0), #fff); content: ""; display: block; position: absolute; bottom: 0; width: 100%; height: 100px; } .team-page .community-board .mission-truncated.expanded:after { opacity: 0; z-index: -1; } .team-page .community-board .mission-truncated.expanded + .toggle-desktop-mission:after { content: ""; } .team-page .community-board .mission-truncated + .toggle-desktop-mission { display: table; text-transform: uppercase; font-size: 13px; margin-top: 10px; letter-spacing: 1px; font-weight: 700; } .team-page .community-board .mission-truncated + .toggle-desktop-mission:after { font-family: cw-icons; display: inline-block; margin-left: 5px; content: ""; } .team-page .community-board .mission-statement { transition: max-height 0.25s cubic-bezier(0.77, 0, 0.175, 1); overflow: hidden; } .the-spring-series .badge { border-radius: 20px; font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 4px 14px; text-transform: uppercase; white-space: nowrap; background-color: #1ba9e0; color: #fff; clear: left; float: left; margin: 6px 0 10px; } .the-spring-series .badge i { margin-right: 5px; } @media only screen and (min-width: 1025px) { .the-spring-series .badge { clear: none; margin-left: 20px; } } .the-spring-series .hero .video { align-items: center; } .the-spring-series .video { align-items: center; cursor: pointer; display: flex; } @media only screen and (min-width: 1025px) { .the-spring-series .video { align-items: flex-start; } } .the-spring-series .video.authenticated .unauthenticated, .the-spring-series .video.published .unpublished, .the-spring-series .video.unauthenticated .authenticated, .the-spring-series .video.unpublished .published { display: none; } .the-spring-series .video.active { cursor: auto; } .the-spring-series .video.active .centered-overlay { display: none; } .the-spring-series .video.active .poster { border: 5px solid #1ba9e0; } .the-spring-series .video.active .poster:after { display: none; } .the-spring-series .video .poster { flex-shrink: 0; position: relative; width: 20%; min-width: 115px; } .the-spring-series .video .poster .centered-overlay { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } .the-spring-series .video .poster:hover:after { opacity: 0.2; } .the-spring-series .video .poster:after { background-color: #000; content: ""; height: 100.1%; opacity: 0.4; position: absolute; top: 0; transition: opacity 0.125s linear; width: 100%; z-index: 1; } @media only screen and (min-width: 1025px) { .the-spring-series .video .poster { width: auto; } } .the-spring-series .video .poster img { display: block; position: relative; width: 100%; max-width: 227px; z-index: 0; } .the-spring-series .video .poster span { color: #fff; z-index: 2; } .the-spring-series .video .poster span.badge { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-left: 0; margin-top: 5px; padding-left: 8px; padding-right: 11px; position: absolute; top: 0; } @media only screen and (min-width: 1025px) { .the-spring-series .video .poster span.badge { margin-top: 16px; } } .the-spring-series .video .poster span.badge.grey { background-color: #9b9b94; } .the-spring-series .video .poster span.cw-icon-play { font-size: 15px; } @media only screen and (min-width: 1025px) { .the-spring-series .video .poster span.cw-icon-play { font-size: 25px; } } .the-spring-series .video .poster span.coming-soon { font-size: 9px; font-weight: 700; letter-spacing: 1.12px; text-transform: uppercase; white-space: nowrap; } .the-spring-series .video .poster span.coming-soon .coming { display: none; } @media only screen and (min-width: 1025px) { .the-spring-series .video .poster span.coming-soon .coming { display: inline; } } @media only screen and (min-width: 1025px) { .the-spring-series .video .poster span.coming-soon { font-size: 13px; letter-spacing: 1.62px; } } .the-spring-series .video .info { margin-left: 20px; } .the-spring-series .video .info h3 { margin: 5px 0 0; } .the-spring-series .video .info p { margin: 0; } .the-spring-series .video .availability { margin-left: 0.35em; color: #9b9b94; } .the-spring-series .hero { background-color: #9b9b94; background-size: cover; background-position: bottom; } .the-spring-series .hero .content { color: #fff; margin: auto; max-width: 980px; padding: 160px 20px 40px; } @media only screen and (min-width: 1025px) { .the-spring-series .hero .content { padding: 270px 0 80px; } } .the-spring-series .hero .content a { color: #fff; } .the-spring-series .hero .content h1 { float: left; clear: left; } .the-spring-series .hero .content p { max-width: 543px; clear: left; } @media only screen and (min-width: 1025px) { .the-spring-series .hero .content .video { margin-top: 40px; } .the-spring-series .hero .content .video p.p30 { margin-bottom: 5px; } } .the-spring-series .hero .content .journey-badge { border-radius: 0 4px 4px 0; border: 2px solid #fff; border-left: 0; display: inline-block; float: left; font-size: 0.8em; margin-bottom: 10px; margin-left: 2.5em; padding: 0.75em 0.7em 0.75em 1.75em; position: relative; } .the-spring-series .hero .content .journey-badge .icn-journey { font-size: 3.7em; left: -0.68em; position: absolute; top: -0.18em; } .the-spring-series .hero .content .journey-badge .text { letter-spacing: 1px; text-transform: uppercase; } .the-spring-series .spring-series-player { color: #fff; background-color: #333232; } .the-spring-series .spring-series-player .content { padding-top: 70px; } @media only screen and (min-width: 1025px) { .the-spring-series .spring-series-player .content { margin: auto; width: 980px; } } .the-spring-series .spring-series-player .video-container { background-color: #000; cursor: pointer; height: 56.25vw; position: relative; width: 100%; } @media only screen and (min-width: 1025px) { .the-spring-series .spring-series-player .video-container { width: 980px; height: 551.25px; } } .the-spring-series .spring-series-player .video-container .next-video-cta { display: none; } @media only screen and (min-width: 1025px) { .the-spring-series .spring-series-player .video-container .next-video-cta { background-color: rgba(0, 0, 0, 0.6); bottom: 48px; display: flex; flex-direction: row; height: 130px; margin-right: 10px; max-width: 400px; position: absolute; right: 0; z-index: 100; } .the-spring-series .spring-series-player .video-container .next-video-cta .thumbnail { padding: 20px; } .the-spring-series .spring-series-player .video-container .next-video-cta .thumbnail img { height: auto; width: 160px; } .the-spring-series .spring-series-player .video-container .next-video-cta .details { padding: 20px 20px 20px 0; } .the-spring-series .spring-series-player .video-container .next-video-cta .details h1 { text-transform: uppercase; } .the-spring-series .spring-series-player .video-container .next-video-cta .details h1 .icn { display: inline-block; position: relative; top: 2px; } } .the-spring-series .spring-series-player .info { padding: 20px; margin-top: -5px; } @media only screen and (min-width: 1025px) { .the-spring-series .spring-series-player .info { padding: 29.75px 0 40px; } } .the-spring-series .spring-series-player .info p { margin: 0; } .the-spring-series .spring-series-player .info p.title { float: left; } .the-spring-series .spring-series-player .info div.description { clear: left; margin-top: 10px; } .the-spring-series .spring-series-player .info .share { float: right; } .the-spring-series .spring-series-player .info .share a { color: #fff; } .the-spring-series .spring-series-player .info .share a:first-child { margin-right: 14px; } .the-spring-series .unauthenticated-user-section { background-color: #f4f5f0; border-bottom: 1px solid #dfdfd7; padding: 30px 20px; } .the-spring-series .unauthenticated-user-section .content { display: flex; flex-direction: column; } @media only screen and (min-width: 641px) { .the-spring-series .unauthenticated-user-section .content { flex-direction: row; align-items: center; } } @media only screen and (min-width: 1025px) { .the-spring-series .unauthenticated-user-section .content { width: 980px; margin: auto; } } .the-spring-series .unauthenticated-user-section .content .buttons { display: flex; flex-direction: column; text-align: center; } @media only screen and (min-width: 641px) { .the-spring-series .unauthenticated-user-section .content .buttons { margin-left: auto; } } .the-spring-series .unauthenticated-user-section .content .buttons a { text-align: center; white-space: nowrap; width: 100%; } @media only screen and (min-width: 641px) { .the-spring-series .unauthenticated-user-section .content .buttons a { width: auto; } } .the-spring-series .unauthenticated-user-section .content .buttons a.button { background-color: #1ba9e0; } .the-spring-series .unauthenticated-user-section .content .buttons a.text-link { color: #9b9b94; text-decoration: underline; margin-top: 16px; } @media only screen and (min-width: 641px) { .the-spring-series .unauthenticated-user-section .text { max-width: 574px; margin-right: 20px; } } .the-spring-series .unauthenticated-user-section img { height: 45px; width: 44.36px; margin-bottom: 10px; } @media only screen and (min-width: 641px) { .the-spring-series .unauthenticated-user-section img { height: 70px; width: 69px; margin-right: 20px; } } .the-spring-series .long-description { position: relative; } .the-spring-series .long-description .text { padding: 50px 40px 40px; margin: auto; max-width: 543px; text-align: center; } @media only screen and (min-width: 1025px) { .the-spring-series .long-description .text { padding: 80px 0 55px; } } .the-spring-series .long-description .text img { display: block; max-width: 480px; margin: 0 auto 1.5em; width: 84%; } .the-spring-series .video-section p.header { margin-left: 20px; margin-bottom: 10px; } @media only screen and (min-width: 1025px) { .the-spring-series .video-section p.header { margin-left: 0; } } .the-spring-series .video-section.episode-list { border-top: 1px solid #dfdfd7; } .the-spring-series .video-section .videos { display: flex; flex-direction: column; margin-top: -20px; } @media only screen and (min-width: 1025px) { .the-spring-series .video-section .videos { flex-direction: row; flex-wrap: wrap; margin-top: -10px; margin-left: -12px; width: 1050px; } } .the-spring-series .video-section .videos .video { padding: 20px 20px 0; } @media only screen and (min-width: 1025px) { .the-spring-series .video-section .videos .video { align-items: left; flex-direction: column; padding: 0; margin: 12px; width: 227px; } } @media only screen and (min-width: 1025px) { .the-spring-series .video-section .videos .video .info { margin-left: 0; margin-top: 10px; } } .the-spring-series .journey-season-player { background: #000; } .the-spring-series .journey-season-player img { display: block; opacity: 0.75; transition: opacity 0.15s; } .text-center-on-small { text-align: center; } @media only screen and (min-width: 641px) { .text-center-on-small { text-align: left; } } .thirst-page .cookie-banner.show-for-mobile-only { top: 0 !important; bottom: auto !important; } .thirst-page .hero { background-color: #fff; padding-bottom: 80px; } @media only screen and (min-width: 641px) { .thirst-page .hero { background: linear-gradient(90deg, #fff 50%, #ffca0a 0); background-position: 40%; background-size: contain; } } @media only screen and (min-width: 1025px) { .thirst-page .hero { align-items: baseline; } } .thirst-page .hero:after { height: auto; padding-bottom: 75%; background-size: 100%; background-position: top; } .thirst-page .hero .hero-book { background-image: url(/packs/media/images/static-pages/thirst/mobile-thirst-book-stacks-b24d647051c5b9cef37ae22bfefde1f0.jpg); background-size: 172%; background-repeat: no-repeat; background-position: 26% top; width: 100%; padding-bottom: 108%; } @media only screen and (min-width: 641px) { .thirst-page .hero .hero-book { background-image: url(/packs/media/images/static-pages/thirst/thirst-book-stacks-39b28f2aa785f70ea6214958da40d68b.jpg); background-size: 100%; background-position: top; height: 47vw; max-height: 480px; padding-bottom: 0; } } @media only screen and (min-width: 1025px) { .thirst-page .hero .row { text-align: left; } } .thirst-page .hero h2 { margin: auto; max-width: 50%; min-width: 280px; } .thirst-page .hero .availability { font-size: 12px; padding: 5px 15px; border-radius: 1rem; max-width: -moz-fit-content; max-width: fit-content; margin: 0 auto; } .thirst-page .hero form input.error { margin-bottom: 0 !important; } .thirst-page .hero .toggled-form { display: none; } .thirst-page .hero .toggled-form form { width: 100%; } @media only screen and (min-width: 1025px) { .thirst-page .side-by-side .side .inner { padding: 0; } } .thirst-page .paperback-note { bottom: -55px; } .thirst-page .publishers { border: 1px solid #dfdfd7; background-color: #f7f7f7; } .thirst-page .publishers .inner { display: flex; flex-direction: column; align-items: center; } @media only screen and (min-width: 1025px) { .thirst-page .publishers .inner { flex-direction: row; justify-content: center; max-width: 915px; margin: auto; } } .thirst-page .publishers .inner a { margin-bottom: 40px; opacity: 1; transition: all 0.25s; } .thirst-page .publishers .inner a:hover { opacity: 0.6; transition: all 0.25s; } .thirst-page .form-section .divider { margin-top: 30px; margin-bottom: 30px; } @media only screen and (min-width: 641px) { .thirst-page .form-section .divider { margin-left: 0; } } @media only screen and (min-width: 1025px) { .thirst-page .form-section .form-side { max-width: 420px; } } .thirst-page .form-section .mailing-list-sign-up-button { height: 48px; line-height: 48px; background-color: #ffc907; color: #fff; transition: background-color 0.15s linear; } .thirst-page .form-section .mailing-list-sign-up-button.button--small { height: 32px; line-height: 32px; } .thirst-page .form-section .mailing-list-sign-up-button.button--large { height: 64px; line-height: 64px; } .thirst-page .form-section .mailing-list-sign-up-button.disabled, .thirst-page .form-section .mailing-list-sign-up-button:disabled { opacity: 0.5; pointer-events: none; cursor: default; } .thirst-page .form-section .mailing-list-sign-up-button:focus, .thirst-page .form-section .mailing-list-sign-up-button:hover { background-color: #ffcf21; color: #fff; } .thirst-page .divider { border-top: 2px solid #ffc907; width: 100px; margin: 10px auto; } @media only screen and (min-width: 1025px) { .thirst-page .divider { margin-left: 0; } } .thirst-page .bulk-inquiries .inner, .thirst-page .speaker-request .inner { margin: auto; } @media only screen and (min-width: 1025px) { .thirst-page .bulk-inquiries, .thirst-page .speaker-request { height: 323px; } } .thirst-page .bulk-inquiries { align-items: flex-start; background-color: #f4f6f5; display: flex; flex-direction: column; margin-top: 0; } @media only screen and (min-width: 1025px) { .thirst-page .bulk-inquiries { align-items: center; background-image: url(/packs/media/images/static-pages/thirst/thirst-book-stack-desktop-e9888d8c29722d06d6fe094018695777.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover; flex-direction: row; } } .thirst-page .bulk-inquiries:after { background-image: url(/packs/media/images/static-pages/thirst/thirst-book-stack-mobile-b09a3e46c4702e1b47cdb01c09546198.png); background-position: top; background-repeat: no-repeat; background-size: cover; content: ""; height: 300px; width: 100%; } @media only screen and (min-width: 641px) { .thirst-page .bulk-inquiries:after { background-image: url(/packs/media/images/static-pages/thirst/thirst-book-stack-mobile-b09a3e46c4702e1b47cdb01c09546198.png); height: 500px; } } @media only screen and (min-width: 1025px) { .thirst-page .bulk-inquiries:after { display: none; } } .thirst-page .bulk-inquiries > .row { padding: 90px 20px 0; text-align: center; width: 100%; } @media only screen and (min-width: 1025px) { .thirst-page .bulk-inquiries > .row { padding: 90px 0; } } .thirst-page .bulk-inquiries > .row:after { clear: both; content: ""; display: table; } @media only screen and (min-width: 1025px) { .thirst-page .bulk-inquiries { background-position: calc(100% - 350px); background-size: contain; } .thirst-page .bulk-inquiries .inner { margin-right: 100px; width: 266px; } } .thirst-page .speaker-request { align-items: flex-start; background-color: #000; display: flex; flex-direction: column; margin-top: 0; color: #fff; } @media only screen and (min-width: 1025px) { .thirst-page .speaker-request { align-items: center; background-image: url(/packs/media/images/static-pages/thirst/thirst-scott-speaking-bg-540608c6df254b9d765eb857ae2ab745.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover; flex-direction: row; } } .thirst-page .speaker-request:after { background-image: url(/packs/media/images/static-pages/thirst/thirst-scott-speaking-bg-540608c6df254b9d765eb857ae2ab745.jpg); background-position: top; background-repeat: no-repeat; background-size: cover; content: ""; height: 300px; width: 100%; } @media only screen and (min-width: 641px) { .thirst-page .speaker-request:after { background-image: url(/packs/media/images/static-pages/thirst/thirst-scott-speaking-bg-540608c6df254b9d765eb857ae2ab745.jpg); height: 500px; } } @media only screen and (min-width: 1025px) { .thirst-page .speaker-request:after { display: none; } } .thirst-page .speaker-request > .row { padding: 90px 20px 0; text-align: center; width: 100%; } @media only screen and (min-width: 1025px) { .thirst-page .speaker-request > .row { padding: 90px 0; } } .thirst-page .speaker-request > .row:after { clear: both; content: ""; display: table; } @media only screen and (min-width: 1025px) { .thirst-page .speaker-request .inner { margin-left: 100px; width: 226px; } } .thirst-page .bio { align-items: flex-start; background-color: #d1eaee; display: flex; flex-direction: column; margin-top: 0; } @media only screen and (min-width: 1025px) { .thirst-page .bio { align-items: center; background-image: url(/packs/media/images/static-pages/thirst/thirst-scott-bg-desktop-c1c745d2a160c345fc264bd5d308e21b.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover; flex-direction: row; } } .thirst-page .bio:after { background-image: url(/packs/media/images/static-pages/thirst/thirst-scott-bg-mobile-fad9ae118ff4b4b62ed1f1ba51e68dd4.jpg); background-position: top; background-repeat: no-repeat; background-size: cover; content: ""; height: 300px; width: 100%; } @media only screen and (min-width: 641px) { .thirst-page .bio:after { background-image: url(/packs/media/images/static-pages/thirst/thirst-scott-bg-mobile-fad9ae118ff4b4b62ed1f1ba51e68dd4.jpg); height: 500px; } } @media only screen and (min-width: 1025px) { .thirst-page .bio:after { display: none; } } .thirst-page .bio > .row { padding: 90px 20px 0; text-align: center; width: 100%; } @media only screen and (min-width: 1025px) { .thirst-page .bio > .row { padding: 90px 0; } } .thirst-page .bio > .row:after { clear: both; content: ""; display: table; } .thirst-page .bio p { padding: 0 20px; } @media only screen and (min-width: 1025px) { .thirst-page .bio { height: 500px; } .thirst-page .bio .inner { width: 980px; margin: 40px auto auto; } .thirst-page .bio p { padding: 0; width: 430px; } } .page-uk-privacy.uk-page-template .privacy-wrapper { text-align: left; } .page-uk-privacy.uk-page-template .privacy-wrapper h2 { margin-top: 30px; } .page-uk-privacy.uk-page-template .privacy-wrapper p, .page-uk-privacy.uk-page-template .privacy-wrapper ul li { line-height: 1.75; color: #71716c; } .page-uk-privacy.uk-page-template .privacy-wrapper ul { padding-left: 30px; font-size: 16px; } .page-uk-privacy.uk-page-template .privacy-wrapper li a { font-size: 16px; } .page-uk-privacy.uk-page-template .privacy-wrapper .p30 a { font-size: 19px; } .page-uk-privacy.uk-page-template .privacy-wrapper .icn { color: #036; display: block; margin: auto; background: #fff; padding: 0 10px; font-size: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .page-uk-privacy.uk-page-template footer.text-footer.footer-border { margin-top: 0; } .uk-page-template .uk-hidden { display: none; } .uk-page-template .nav-bar-section .nav-buttons { align-items: center; } .uk-page-template .nav-bar-section .nav-buttons > li em { font-size: 12px; } .uk-page-template .nav-bar-section .nav-buttons .bold-underline { font-weight: 500; text-decoration: underline; letter-spacing: 1px; } .uk-page-template footer.text-footer { padding: 20px; text-align: center; color: #71716c; } .uk-page-template footer.text-footer.footer-border { margin-top: 60px; padding-top: 30px; border-top: 1px solid #dfdfd7; } .uk-page-template footer.text-footer .footer-nav { display: flex; flex-direction: column; list-style: none; margin: 0; } @media only screen and (min-width: 1025px) { .uk-page-template footer.text-footer .footer-nav { flex-direction: row; } } .uk-page-template footer.text-footer .footer-nav .copyright { margin-top: 0; } @media only screen and (max-width: 641px), only screen and (min-width: 641px) and (max-width: 1025px) { .uk-page-template footer.text-footer .footer-nav .copyright { order: 6; margin-top: 12px; } } .uk-page-template footer.text-footer .text-footer-inner { max-width: 560px; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 1025px) { .uk-page-template footer.text-footer .text-footer-inner { max-width: 980px; } } .uk-page-template footer.text-footer p { margin-bottom: 30px; margin-top: 0; line-height: 1.75; } .uk-page-template footer.text-footer a { color: #71716c; } .uk-page-template footer.text-footer a:hover { color: #333232; } .uk-page-template .social-links a { font-size: 22px; margin: 0 10px; } .uk-page-template .sup { font-size: 12px; color: #036; position: relative; top: -1px; letter-spacing: 1px; text-transform: uppercase; } .page-video-landing-page .player .content { padding-top: 70px; } .page-video-landing-page .player .video-container { background-color: #000; height: 56.25vw; } @media only screen and (min-width: 1025px) { .page-video-landing-page .player .video-container { height: 551.25px; } } .page-video-landing-page .player .info { margin-top: -5px; } @media only screen and (min-width: 1025px) { .page-video-landing-page .player .info { padding: 29.75px 0 40px !important; } } .page-video-landing-page .player .info .description { clear: left; } .page-video-landing-page .player .info .share a:first-child { margin-right: 14px; } .page-video-landing-page .cta-section { padding: 30px 20px; } @media only screen and (min-width: 641px) { .page-video-landing-page .cta-section .text { max-width: 574px; } } @media only screen and (min-width: 1025px) { .page-video-landing-page .video-section .videos { margin-left: -12px; width: 1050px; } } @media only screen and (min-width: 1025px) { .page-video-landing-page .video-section .videos .video { margin: 12px; width: 227px; } } .page-video-landing-page .video-section .videos .video .poster { position: relative; flex-shrink: 0; width: 20%; min-width: 115px; } .page-video-landing-page .video-section .videos .video .poster .centered-overlay { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } .page-video-landing-page .video-section .videos .video .poster:hover:after { opacity: 0.2; } .page-video-landing-page .video-section .videos .video .poster:after { background-color: #000; content: ""; height: 100.1%; opacity: 0.4; position: absolute; top: 0; transition: opacity 0.125s linear; width: 100%; z-index: 1; } .page-video-landing-page .video-section .videos .video .poster img { max-width: 227px; } .page-video-landing-page .video-section .videos .video .poster span.cw-icon-play { font-size: 15px; } @media only screen and (min-width: 1025px) { .page-video-landing-page .video-section .videos .video .poster span.cw-icon-play { font-size: 25px; } } .page-video-landing-page .video-section .videos .video .info h3 { margin: 5px 0 0; } .text-cw-wps-navy { color: #32446b; } .wps-thank-you-page .container, .wps-uk-thank-you-page .container { background: #32446b; padding: 95px 0 50px !important; } @media only screen and (min-width: 1025px) { .wps-thank-you-page .container, .wps-uk-thank-you-page .container { padding: 95px 20px 50px; } } .wps-thank-you-page .container .hero, .wps-uk-thank-you-page .container .hero { padding: 120px 0 0; background-size: cover; background-color: #bad0c3 !important; background-image: none !important; } @media only screen and (min-width: 1025px) { .wps-thank-you-page .container .hero, .wps-uk-thank-you-page .container .hero { background-size: cover; background-position: 50%; } } .wps-thank-you-page .container .hero-content, .wps-uk-thank-you-page .container .hero-content { max-width: 980px; text-align: left; font-size: 18px; margin: 60px auto 0; } .wps-thank-you-page .container .hero-heading, .wps-uk-thank-you-page .container .hero-heading { max-width: 480px; text-align: left; margin: 20px auto 20px 0; } @media (min-width: 1000px) { .wps-thank-you-page .container .hero-heading, .wps-uk-thank-you-page .container .hero-heading { max-width: 495px; } } .wps-thank-you-page .container .word, .wps-uk-thank-you-page .container .word { opacity: 0; filter: blur(4px); visibility: visible; display: block; max-height: auto; color: #fff; } .wps-thank-you-page .container .overlay-block, .wps-uk-thank-you-page .container .overlay-block { background: #000; position: absolute; top: 60px; left: 0; display: block; content: ""; height: 100%; width: 100%; opacity: 0.6; } .wps-thank-you-page .container .yellow-underlined, .wps-uk-thank-you-page .container .yellow-underlined { line-height: 0.75em; border-bottom: 6px solid #ffca0a; } .wps-thank-you-page .container #wps-form, .wps-uk-thank-you-page .container #wps-form { margin-top: -10px; } .wps-thank-you-page .container #wps-form .form-container, .wps-uk-thank-you-page .container #wps-form .form-container { margin-top: -60px; padding-bottom: 30px; } @media only screen and (min-width: 1025px) { .wps-thank-you-page .container #wps-form, .wps-uk-thank-you-page .container #wps-form { margin-top: 150px; } } .wps-thank-you-page .container #wps-form .section-header, .wps-uk-thank-you-page .container #wps-form .section-header { font-size: 18px !important; letter-spacing: 0.08em !important; padding: 0 0 0 5px; } @media only screen and (min-width: 641px) { .wps-thank-you-page .container #wps-form .section-header, .wps-uk-thank-you-page .container #wps-form .section-header { padding: 0 15px !important; } } .wps-thank-you-page .container #wps-form label:not(.tracking-normal), .wps-uk-thank-you-page .container #wps-form label:not(.tracking-normal) { letter-spacing: 0.05em !important; } .wps-thank-you-page .container #wps-form input, .wps-thank-you-page .container #wps-form select, .wps-uk-thank-you-page .container #wps-form input, .wps-uk-thank-you-page .container #wps-form select { color: #32446b; } .wps-thank-you-page .container #wps-form .checkmark span, .wps-uk-thank-you-page .container #wps-form .checkmark span { font-size: 14px !important; } .wps-thank-you-page .container #wps-form .add-recipient, .wps-uk-thank-you-page .container #wps-form .add-recipient { font-size: 13px !important; } .wps-thank-you-page .container #wps-form .add-recipient .circle-with-plus, .wps-uk-thank-you-page .container #wps-form .add-recipient .circle-with-plus { border-radius: 50%; border: 1px solid #dfdfd7; display: flex; align-items: center; justify-content: center; width: 15px; height: 15px; margin-right: 5px; } .wps-thank-you-page .container #wps-form .add-recipient .circle-with-plus, .wps-thank-you-page .container #wps-form .breadcrumb-wrapper .checkmark, .wps-uk-thank-you-page .container #wps-form .add-recipient .circle-with-plus, .wps-uk-thank-you-page .container #wps-form .breadcrumb-wrapper .checkmark { border: 1px solid #036; background-color: #e9eae4; } .wps-thank-you-page .container .fade-in, .wps-uk-thank-you-page .container .fade-in { opacity: 1; filter: blur(0); transition: filter 1.3s linear, all 1.3s linear; } .wps-thank-you-page .container .fade-in-form, .wps-uk-thank-you-page .container .fade-in-form { transition: opacity 1.3s ease, visibility 1.3s ease, max-height 1.3s ease; opacity: 1 !important; max-height: none; visibility: visible !important; } .wps-thank-you-page .cw-footer, .wps-uk-thank-you-page .cw-footer { position: relative; background: #fff; padding-top: 60px !important; margin-top: 0 !important; } .page-world-water-day-community { text-align: center; } .page-world-water-day-community .header { margin: 0 auto 30px; font-size: 25px; font-weight: 700; line-height: 1.6; color: #036; } .page-world-water-day-community .header a { font-size: 25px; } .page-world-water-day-community .hero { padding-bottom: 360px; padding-top: 100px; color: #fff; background-color: #000; background-image: url(/packs/media/images/wwd/community/hero-small-7167e35f624f4b830c1b7998739d92b8.jpg); background-repeat: no-repeat; background-position: bottom; background-size: 100% auto; } @media only screen and (min-width: 30.063em) { .page-world-water-day-community .hero { background-image: url(/packs/media/images/wwd/community/hero-medium-333f2df5fca8270712c21e165ef67cd8.jpg); background-position: 100% 100%; background-size: 140% auto; } } @media only screen and (min-width: 641px) { .page-world-water-day-community .hero { background-position: bottom; background-size: 100% auto; padding-top: 160px; padding-bottom: 220px; } } @media only screen and (min-width: 1025px) { .page-world-water-day-community .hero { background-image: url(/packs/media/images/wwd/community/hero-large-535fc50014d8fe8abb39500ba147a57a.jpg); background-size: 80% auto; background-position: 100% 100%; } } .page-world-water-day-community .title { margin-right: auto; margin-bottom: 30px; margin-left: auto; max-width: 250px; line-height: 1.6; } @media only screen and (min-width: 641px) { .page-world-water-day-community .title { margin-bottom: 0; margin-left: 20px; max-width: 310px; text-align: left; } } @media only screen and (min-width: 1025px) { .page-world-water-day-community .title { margin-left: 0; } } .page-world-water-day-community .community { padding-top: 270px; background-color: #fff; background-image: url(/packs/media/images/wwd/community/icon-triangle-1af1ba14b9d9ddc3a874447d073adf12.png); background-position: center 60px; background-size: 171px auto; background-repeat: no-repeat; } @media only screen and (min-width: 641px) { .page-world-water-day-community .community { padding-top: 80px; background-image: none; } } .page-world-water-day-community .community-title { max-width: 310px; } @media only screen and (min-width: 641px) { .page-world-water-day-community .community-title { padding-top: 140px; padding-left: 10px; padding-right: 10px; max-width: 480px; background-image: url(/packs/media/images/wwd/community/icon-line-fde2988ad3a9de3fdf0fdcba2f3ba15e.png); background-position: top; background-size: 470px auto; background-repeat: no-repeat; } } .page-world-water-day-community .community-sub-header { margin: 0 auto; padding-bottom: 60px; max-width: 220px; font-size: 23px; line-height: 1.5; } @media only screen and (min-width: 641px) { .page-world-water-day-community .community-sub-header { max-width: 360px; } } .page-world-water-day-community .community-group-display { display: flex; flex-wrap: wrap; clear: both; } .page-world-water-day-community .community-member-container { padding-top: 100%; height: 0; display: table; } .page-world-water-day-community .community-member-title { margin-bottom: 20px; padding-left: 30px; flex: 1 1; max-width: 100%; background-position: bottom 10px right 20px; background-size: 76px auto; background-repeat: no-repeat; color: #fff; font-weight: 500; text-align: left; z-index: 0; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .page-world-water-day-community .community-member-title { padding-left: 20px; background-size: 50px auto; } } @media only screen and (min-width: 641px) { .page-world-water-day-community .community-member-title { background-position: bottom 5px right 20px; } } .page-world-water-day-community .community-member-title-text { margin-bottom: 0; padding-top: 40px; font-weight: 700; line-height: 1.5; width: 60%; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .page-world-water-day-community .community-member-title-text { font-size: 16px; } } @media only screen and (min-width: 641px) { .page-world-water-day-community .community-member-title-text { line-height: 1.4; } } @media only screen and (min-width: 1025px) { .page-world-water-day-community .community-member-title-text { width: 50%; } } .page-world-water-day-community .display-name { border-bottom: 1px solid #fff; } .page-world-water-day-community .farmers-title { background-image: url(/packs/media/images/wwd/community/farmers-icon-9b19c5e15d812ea98ea7ca8dce8c471c.png); } .page-world-water-day-community .mothers-title { background-image: url(/packs/media/images/wwd/community/mothers-icon-ba0a2655401bcf1699210884c42e3cc0.png); } .page-world-water-day-community .students-title { background-image: url(/packs/media/images/wwd/community/students-icon-664f868fb9cd3de481f558d44e1ee60e.png); } .page-world-water-day-community .shepherds-title { background-image: url(/packs/media/images/wwd/community/shepherds-icon-f4c77e97ca682405ba3f654a403d809f.png); } .page-world-water-day-community .elders-title { background-image: url(/packs/media/images/wwd/community/elders-icon-440dc197e0303e8682dcff1da1d984db.png); } .page-world-water-day-community .young-people-title { background-image: url(/packs/media/images/wwd/community/young-people-icon-b9aa7f213ab7708277ce24f89db0cb88.png); } .page-world-water-day-community .community-member { width: 100%; display: flex; flex: 0 0 3; flex-wrap: wrap; } @media only screen and (min-width: 641px) { .page-world-water-day-community .community-member { flex: 0 0 33.33333%; width: auto; } } .page-world-water-day-community .community-member-profile { position: relative; width: 100%; flex: 0 1 auto; display: flex; align-items: flex-end; background-repeat: no-repeat; background-size: 103%; cursor: pointer; } .page-world-water-day-community .community-member-profile:after { content: ""; display: block; position: absolute; width: 0; height: 0; right: 19px; bottom: 0; opacity: 0; border-left: 39px solid transparent; border-right: 39px solid transparent; border-bottom: 20px solid #fff; margin-top: 20px; transition: all 0.5s ease-in-out 0.2s; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .page-world-water-day-community .community-member-profile:after { border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 12px solid #fff; right: 20px; } } .page-world-water-day-community .community-member-profile.selected:after { opacity: 1; margin-top: 0; transition: all 0.5s ease-in-out 0.2s; } .page-world-water-day-community .overlay { position: absolute; width: 100%; height: 100%; background-color: #000; opacity: 0; transition: opacity 0.2s ease-in-out; } .page-world-water-day-community .overlay:hover { opacity: 0.2; } @media only screen and (min-width: 641px) { .page-world-water-day-community .community-group-display:last-child .community-member-profile:after { top: 0; border-left: 39px solid transparent; border-right: 39px solid transparent; border-top: 20px solid #fff; border-bottom: 0; margin-top: -20px; } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .page-world-water-day-community .community-group-display:last-child .community-member-profile:after { border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 12px solid #fff; border-bottom: 0; right: 20px; } } @media only screen and (min-width: 641px) { .page-world-water-day-community .community-group-display:last-child .community-member-profile.selected:after { opacity: 1; margin-top: 0; transition: all 0.5s ease-in-out; } } .page-world-water-day-community .community-member-details { max-height: 0; transition: max-height 0.5s ease-in-out; overflow: hidden; } @media only screen and (min-width: 641px) { .page-world-water-day-community .community-member-details { display: none; max-height: none; } } .page-world-water-day-community .community-member-details.selected { max-height: 2500px; transition: max-height 0.5s ease-in-out; } .page-world-water-day-community .community-member-details p { text-align: left; line-height: 1.5; } .page-world-water-day-community .community-member-details-desktop-container { padding: 50px 30px; } .page-world-water-day-community .community-member-details-desktop { display: none; } @media only screen and (min-width: 641px) { .page-world-water-day-community .community-member-details-desktop { display: flex; overflow: hidden; width: 100%; max-height: 0; max-width: 980px; margin-left: auto; margin-right: auto; } } .page-world-water-day-community .community-member-details-desktop.selected { max-height: 2500px; transition: max-height 0.6s ease-in-out; } .page-world-water-day-community .community-member-details-desktop .member-details-group { width: 50%; float: left; border-right: 1px solid #036; padding-right: 40px; } @media only screen and (min-width: 1025px) { .page-world-water-day-community .community-member-details-desktop .member-details-group { width: 41%; } } .page-world-water-day-community .community-member-details-desktop .member-details-member { width: 50%; float: right; padding-top: 136px; padding-left: 40px; } @media only screen and (min-width: 1025px) { .page-world-water-day-community .community-member-details-desktop .member-details-member { width: 59%; padding-top: 0; padding-right: 0; padding-left: 80px; } } .page-world-water-day-community .member-details-group { padding: 50px; } @media only screen and (min-width: 641px) { .page-world-water-day-community .member-details-group { padding-top: 0; padding-right: 70px; padding-left: 0; } } .page-world-water-day-community .member-details-group-header, .page-world-water-day-community .member-details-member-header { text-align: left; line-height: 1.35; } @media only screen and (min-width: 641px) { .page-world-water-day-community .member-details-group-header, .page-world-water-day-community .member-details-member-header { padding-top: 20px; } } .page-world-water-day-community .member-details-member-header, .page-world-water-day-community .member-details-member p { padding-left: 43%; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .page-world-water-day-community .member-details-member-header, .page-world-water-day-community .member-details-member p { padding-left: 0; } } .page-world-water-day-community .member-details-member { background-repeat: no-repeat; background-size: 30%; background-position: 40px 5px; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .page-world-water-day-community .member-details-member { background-size: 120px; } } @media only screen and (min-width: 1025px) { .page-world-water-day-community .member-details-member { background-position: 80px top; } } .page-world-water-day-community .farmers { background-image: url(/packs/media/images/wwd/community/farmers-block-fb419509b83dfd2a0e3b65c79370c340.jpg); } @media only screen and (min-width: 641px) { .page-world-water-day-community .farmers { background-image: url(/packs/media/images/wwd/community/farmers-block-larger-e686c2292105770ca5a692028de3b724.jpg); } } .page-world-water-day-community .community-member-details-farmers .member-details-member { background-image: url(/packs/media/images/wwd/community/farmers-head-circle-10448c019a97dd656a493d5ca000c388.jpg); } .page-world-water-day-community .mothers { background-image: url(/packs/media/images/wwd/community/mothers-block-5baead6f69c413eb6609897a40778400.jpg); } @media only screen and (min-width: 641px) { .page-world-water-day-community .mothers { background-image: url(/packs/media/images/wwd/community/mothers-block-larger-b9af81a47ab02e664e0a6b2e75198be5.jpg); } } .page-world-water-day-community .community-member-details-mothers .member-details-member { background-image: url(/packs/media/images/wwd/community/mothers-head-circle-56e2e060e9ae1b8cdc27a3439669ddf8.jpg); } .page-world-water-day-community .students { background-image: url(/packs/media/images/wwd/community/students-block-6da540285b461c79dee6f3efec0f6f17.jpg); } @media only screen and (min-width: 641px) { .page-world-water-day-community .students { background-image: url(/packs/media/images/wwd/community/students-block-larger-a298baef2d83650670911245070c5150.jpg); } } .page-world-water-day-community .community-member-details-students .member-details-member { background-image: url(/packs/media/images/wwd/community/students-head-circle-9ff51404c103b1164468a84c71be068d.jpg); } .page-world-water-day-community .shepherds { background-image: url(/packs/media/images/wwd/community/shepherds-block-e06ecc7bc4b20a2ac4702c40747b51e2.jpg); } @media only screen and (min-width: 641px) { .page-world-water-day-community .shepherds { background-image: url(/packs/media/images/wwd/community/shepherds-block-larger-1ea2cac87f73ba779edfa10d6a1ad6e3.jpg); } } .page-world-water-day-community .community-member-details-shepherds .member-details-member { background-image: url(/packs/media/images/wwd/community/shepherds-head-circle-39d10b0ce2b63b246ede03e8214f9649.jpg); } .page-world-water-day-community .elders { background-image: url(/packs/media/images/wwd/community/elders-block-2a6ceaa30ffd85d2d79f0935650c2478.jpg); } @media only screen and (min-width: 641px) { .page-world-water-day-community .elders { background-image: url(/packs/media/images/wwd/community/elders-block-larger-cd214a8adf608ed70039ce75a1aee9f6.jpg); } } .page-world-water-day-community .community-member-details-elders .member-details-member { background-image: url(/packs/media/images/wwd/community/elders-head-circle-e6211ee051c34e90c6ca9ba2ec13153b.jpg); } .page-world-water-day-community .young-people { background-image: url(/packs/media/images/wwd/community/young-people-block-d4c28c6ea8ace6769a9b3568b3a8357c.jpg); } @media only screen and (min-width: 641px) { .page-world-water-day-community .young-people { background-image: url(/packs/media/images/wwd/community/young-people-block-larger-40a5b7b0b4e0e4504cf4cc4a0d89bd6b.jpg); } } .page-world-water-day-community .community-member-details-young-people .member-details-member { background-image: url(/packs/media/images/wwd/community/young-people-head-circle-9e8cd1d2c4aa8064a6c3f001652c7732.jpg); } .page-world-water-day-community .explore-cta .side .inner { padding-top: 202px; background-image: url(/packs/media/images/wwd/community/link-cta-explore-icon-3ad096cf5e4687ef8ab6be34fcfa7db3.png); background-size: 107px; background-position: center 80px; padding-bottom: 70px; } .page-world-water-day-community .explore-cta .link-cta-header { max-width: 300px; } @media only screen and (min-width: 641px) { .page-world-water-day-community .explore-cta .link-cta-header { max-width: 390px; } } .page-world-water-day-community .explore-cta .cover-image { background-image: url(/packs/media/images/wwd/community/explore-cta-large-215b046bf6195a886b8fc89bd1aeece4.jpg); } .page-world-water-day-community .date-teaser { padding-top: 100px; } .page-world-water-day-community .date-teaser .image { background-image: url(/packs/media/images/wwd/community/22-calendar-icon--blue-bd951247562ae08e859971128a8af771.png); background-position: 50%; background-size: 50px 50px; height: 50px; margin-left: auto; margin-right: auto; margin-bottom: 40px; width: 50px; } .page-world-water-day-community .date-teaser .header { margin-bottom: 18px; max-width: 269px; } @media only screen and (min-width: 641px) { .page-world-water-day-community .date-teaser .header { max-width: 540px; } } .page-world-water-day-community .divider { border-bottom: 1px solid #036; margin: 25px auto; width: 290px; } @media only screen and (min-width: 1025px) { .page-world-water-day-community .sharing a.button { width: 160px; margin: 0 5px; } } .page-world-water-day-discover .sly-quiz-content { padding: 0; } .page-world-water-day-discover .sly-quiz-content .profile-panel { border-width: 1px; } @media only screen and (min-width: 641px) { .page-world-water-day-discover .content-wrapper { background-image: url(/packs/media/images/wwd/discover/faces-bg-d59f32ebea37b16f442c57a5fc868750.jpg); background-position: center -50px; background-repeat: no-repeat; background-size: 100%; min-height: 630px; } } @media only screen and (min-width: 1025px) { .page-world-water-day-discover .content-wrapper { background-image: url(/packs/media/images/wwd/discover/faces-bg--large-d27b671569b7f3e325f08d2d2ff7847b.jpg); min-height: 900px; padding-top: 100px; } } .page-world-water-day-discover .content-wrapper.no-background { background-image: none; } .page-world-water-day-explore .container { padding-left: 0; padding-right: 0; padding-top: 0; text-align: center; } .page-world-water-day-explore .header { line-height: 1.6; margin-left: auto; margin-right: auto; max-width: 330px; } .page-world-water-day-explore .sub-text { font-size: 18px; font-weight: 200; line-height: 1.8; margin-left: auto; margin-right: auto; margin-top: 30px; max-width: 280px; } .page-world-water-day-explore .callout-text { font-size: 18px; font-weight: 300; line-height: 1.7; margin-left: auto; margin-right: auto; margin-top: 30px; max-width: 270px; } .page-world-water-day-explore .title { font-size: 34px; font-weight: 300; line-height: 1.5; margin-left: auto; margin-right: auto; max-width: 259px; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .title { left: 0; max-width: 610px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 1; } } .page-world-water-day-explore .image { background-repeat: no-repeat; background-size: contain; margin-left: auto; margin-right: auto; } .page-world-water-day-explore .video { display: none; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .video { background-repeat: no-repeat; background-size: cover; display: block; height: 100%; left: 50%; min-width: 100%; position: absolute; top: 50%; transform: translate(-50%, -50%); } } .page-world-water-day-explore .rows { padding-bottom: 75px; padding-top: 75px; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .rows { padding-bottom: 50px; padding-top: 50px; } } .page-world-water-day-explore .row-one { background-image: url(/packs/media/images/wwd/explore/row-one--mobile-4d5391965dfd29b347b157d3dcb0a793.jpg); background-repeat: no-repeat; background-size: cover; color: #fff; position: relative; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-one { background-image: none; height: 532px; overflow: hidden; } } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .row-one { height: 600px; } } .page-world-water-day-explore .row-one-video { height: auto; min-height: 56.25vw; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-one-video { width: 150%; } } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .row-one-video { width: 110%; } } @media only screen and (min-width: 1441px) { .page-world-water-day-explore .row-one-video { width: 100%; } } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-four .side.cover-image, .page-world-water-day-explore .row-two .side.cover-image { margin-bottom: -50px; margin-top: -50px; } } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-four .side.text, .page-world-water-day-explore .row-two .side.text { margin: auto; } } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-four, .page-world-water-day-explore .row-two { border-bottom: 1px solid #036; } } .page-world-water-day-explore .row-two { position: relative; } .page-world-water-day-explore .row-two .image { background-image: url(/packs/media/images/wwd/explore/row-two--mobile-b69f2bf69f0314e8adbe540ee8427553.jpg); padding-top: 83%; width: 100%; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-two .image { display: none; } } .page-world-water-day-explore .row-two .side.cover-image { overflow: hidden; position: relative; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-two .side.cover-image { height: 500px; } } .page-world-water-day-explore .row-two-video { background-image: url(/packs/media/images/wwd/explore/row-two--desktop-bc37e4806a4ebd40210bd1878a500700.jpg); } .page-world-water-day-explore .row-three { padding-top: 0; } .page-world-water-day-explore .row-three .header { margin-bottom: 0; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-three .header { max-width: 410px; } } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-three { padding-top: 50px; } } .page-world-water-day-explore .row-four { border-top: 1px solid #036; padding-bottom: 0; } .page-world-water-day-explore .row-four .image { background-image: url(/packs/media/images/wwd/explore/row-four--mobile-46ef2caecad5e9945125565516aa9a24.jpg); margin-top: 50px; padding-top: 115%; width: 100%; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-four .image { background-size: cover; margin-top: 0; min-height: 500px; min-width: 100%; padding-top: 0; } } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .row-four .image { background-image: url(/packs/media/images/wwd/explore/row-four--desktop-a276452682ea1521eb77ac116d6ad115.jpg); background-size: 110%; } } .page-world-water-day-explore .row-four .side.text { order: 0; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-four .side.text { order: 1; } } .page-world-water-day-explore .row-four .side.cover-image { order: 1; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-four .side.cover-image { order: 0; } } @media only screen and (min-width: 641px) { .page-world-water-day-explore .row-four { padding-bottom: 50px; } } .page-world-water-day-explore .row-five { padding-bottom: 0; } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .row-five .marker { width: 8%; height: 8%; } } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .row-five .marker.one { right: -0.5%; } } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .row-five .marker.two { right: 18.2%; } } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .row-five .marker.three { right: 82.8%; } } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .row-five .popup.popup { position: absolute; width: 700px; height: 250px; padding: 0 40px; top: calc(8% - 95px); } } .page-world-water-day-explore .row-five .popup.popup.mobile.toggled { display: block; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .page-world-water-day-explore .row-five .popup.popup.mobile.toggled { display: flex; } } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .row-five .popup.popup.mobile.toggled { display: none; } } .page-world-water-day-explore .row-five .popup.popup.desktop.toggled { display: none; } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .row-five .popup.popup.desktop.toggled { display: flex; } } .page-world-water-day-explore .row-four .callout-text, .page-world-water-day-explore .row-four .header, .page-world-water-day-explore .row-four .sub-text, .page-world-water-day-explore .row-two .callout-text, .page-world-water-day-explore .row-two .header, .page-world-water-day-explore .row-two .sub-text { max-width: 262px; } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .row-four .callout-text, .page-world-water-day-explore .row-four .header, .page-world-water-day-explore .row-four .sub-text, .page-world-water-day-explore .row-two .callout-text, .page-world-water-day-explore .row-two .header, .page-world-water-day-explore .row-two .sub-text { max-width: 350px; text-align: left; } } @media only screen and (min-width: 641px) { .page-world-water-day-explore .three-sixty .header { border-bottom: 1px solid #036; max-width: 100%; } } .page-world-water-day-explore .three-sixty .overlay { background-image: url(/packs/media/images/wwd/explore/three-sixty-overlay--mobile-c5729b237a41dbd28d060727eda24f7f.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover; cursor: pointer; height: 100%; max-height: 56.25vw; opacity: 1; position: absolute; transition-delay: 0s, 0s; transition: opacity 0.9s, height 0s; width: 100%; } .page-world-water-day-explore .three-sixty .overlay.video-active { height: 0; opacity: 0; transition-delay: 0s, 0.9s; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .three-sixty .overlay { background-image: url(/packs/media/images/wwd/explore/three-sixty-overlay--desktop-64a9020cab2710aab774e2151e695080.jpg); } } .page-world-water-day-explore .three-sixty iframe { height: 100%; min-height: 56.25vw; width: 100%; } .page-world-water-day-explore .community-cta .side .inner { padding-top: 253px; background-image: url(/packs/media/images/wwd/explore/icon-pyramid-white-ca6cf87c98c7dd1d6ba2d92054dd285a.png); background-size: 158px; padding-bottom: 70px; } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .community-cta .side .inner { padding-top: 220px; background-image: url(/packs/media/images/wwd/explore/icon-row-white-8d9d375f3250f804c17e33dafb39461d.png); background-size: 327px; background-position: center 110px; } } .page-world-water-day-explore .community-cta .link-cta-header { max-width: 300px; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .community-cta .link-cta-header { max-width: 390px; } } .page-world-water-day-explore .community-cta .cover-image { background-image: url(/packs/media/images/wwd/explore/community-cta-large-90d074c0ef13a15fcaa7d4bcee34f528.jpg); } .page-world-water-day-explore .date-teaser { padding-top: 125px; } .page-world-water-day-explore .date-teaser .image { background-image: url(/packs/media/images/wwd/explore/22-calendar-icon--blue-31ee9f1c8e4dcfa2515c5dda0cd6e1fa.png); background-position: 50%; background-size: 50px 50px; height: 50px; margin-bottom: 40px; width: 50px; } .page-world-water-day-explore .date-teaser .header { margin-bottom: 18px; max-width: 269px; } @media only screen and (min-width: 641px) { .page-world-water-day-explore .date-teaser .header { max-width: 540px; } } .page-world-water-day-explore .divider { border-bottom: 1px solid #036; margin: 25px auto; width: 290px; } .page-world-water-day-explore .sharing a.button { display: block; } @media only screen and (min-width: 1025px) { .page-world-water-day-explore .sharing a.button { display: inline-block; width: 160px; margin: 0 5px; } } .page-world-water-day.page-world-water-day-profile .fixed-nav .avatar { position: absolute; display: none; top: 18px; left: 5%; } @media only screen and (min-width: 1025px) { .page-world-water-day.page-world-water-day-profile .fixed-nav .avatar { display: block; } } .page-world-water-day.page-world-water-day-profile .fixed-nav .avatar img { width: 100px; } @media only screen and (min-width: 1025px) { .page-world-water-day.page-world-water-day-profile .fixed-nav p { max-width: 40%; } } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .main-content { display: flex; } } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .left-column, .page-world-water-day.page-world-water-day-profile .right-column { width: 50%; } } .page-world-water-day.page-world-water-day-profile .left-column { border-right: 1px solid #036; } .page-world-water-day.page-world-water-day-profile .right-column { position: relative; display: none; } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .right-column { display: block; } } .page-world-water-day.page-world-water-day-profile .video-wrapper { position: absolute; right: 0; height: 100vh; width: 100%; } .page-world-water-day.page-world-water-day-profile .video-wrapper.fixed { position: fixed; width: 50%; top: 0; } .page-world-water-day.page-world-water-day-profile .video-wrapper.top { top: 0; } .page-world-water-day.page-world-water-day-profile .video-wrapper.bottom { bottom: 0; } .page-world-water-day.page-world-water-day-profile .video-container { position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; overflow: hidden; z-index: -1; } .page-world-water-day.page-world-water-day-profile .video-container video { min-width: 100%; min-height: 100%; width: auto; height: auto; position: absolute; left: 50%; top: 40%; transform: translate(-50%, -40%); } .page-world-water-day.page-world-water-day-profile .video-container video.category { top: 100%; transform: translate(-50%, -100%); } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .left-column .row { margin: 0 60px 0 50px; padding: 60px 0; } } @media only screen and (min-width: 1025px) and (max-width: 1281px) { .page-world-water-day.page-world-water-day-profile .left-column .row { margin: 0 100px 0 20%; } } @media only screen and (min-width: 1441px) { .page-world-water-day.page-world-water-day-profile .left-column .row { margin: 0 130px 0 30%; } } .page-world-water-day.page-world-water-day-profile .row { border-bottom: 1px solid #036; padding: 60px 30px; } .page-world-water-day.page-world-water-day-profile .row.no-border { border-bottom: 0; } .page-world-water-day.page-world-water-day-profile .cw-footer .row { border-bottom: 0; padding: 0; } .page-world-water-day.page-world-water-day-profile .header { margin-bottom: 50px; line-height: 32px; } .page-world-water-day.page-world-water-day-profile .header-link { text-decoration: underline; } .page-world-water-day.page-world-water-day-profile p { color: #686868; } .page-world-water-day.page-world-water-day-profile p strong { color: #036; font-weight: 700; } .page-world-water-day.page-world-water-day-profile .row.slideshow { margin: 0; padding: 0; } .page-world-water-day.page-world-water-day-profile .row.slideshow, .page-world-water-day.page-world-water-day-profile .row.transform { max-width: 100%; } .page-world-water-day.page-world-water-day-profile .swiper-pagination-bullet-active { background: #fff; } .page-world-water-day.page-world-water-day-profile .slideshow-next, .page-world-water-day.page-world-water-day-profile .slideshow-prev { position: absolute; color: #fff; z-index: 999; cursor: pointer; top: calc(50% - 20px); font-size: 40px; line-height: 40px; } .page-world-water-day.page-world-water-day-profile .slideshow-prev { left: 20px; } .page-world-water-day.page-world-water-day-profile .slideshow-next { right: 20px; } .page-world-water-day.page-world-water-day-profile .hero { max-width: 100%; background-repeat: no-repeat; background-position: 50%; background-size: 100% auto; background-color: #fff; text-align: center; padding: 100px 0 30px; position: relative; } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .hero { background-image: url(/packs/media/images/wwd/profile/hero-bg-09975a21c537d81611c240a353ea3c2d.jpg); padding: 100px 0 60px; } } @media only screen and (min-width: 1025px) { .page-world-water-day.page-world-water-day-profile .hero { padding: 150px 0 80px; } } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .hero:after, .page-world-water-day.page-world-water-day-profile .hero:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .page-world-water-day.page-world-water-day-profile .hero:after { border-color: #fff hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0); border-width: 20px; margin-left: -20px; } .page-world-water-day.page-world-water-day-profile .hero:before { border-color: #036 rgba(61, 149, 250, 0) rgba(61, 149, 250, 0); border-width: 21px; margin-left: -21px; } } .page-world-water-day.page-world-water-day-profile .hero h1 { color: #036; text-align: center; max-width: 350px; margin: 0 auto; } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .hero h1 { font-size: 30px; } } @media only screen and (min-width: 1025px) { .page-world-water-day.page-world-water-day-profile .hero h1 { font-size: 35px; } } .page-world-water-day.page-world-water-day-profile .hero .cw-icon-twitter { font-size: 40px; } .page-world-water-day.page-world-water-day-profile .avatar { background: #e9f0f8; margin: 0 0 20px; border-radius: 1000px; border: 10px solid #f5f9ff; padding: 10px; display: inline-block; } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .avatar { margin: 0 auto 35px; } } .page-world-water-day.page-world-water-day-profile .avatar img { width: 140px; display: block; } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .avatar img { width: 180px; } } @media only screen and (min-width: 1025px) { .page-world-water-day.page-world-water-day-profile .avatar img { width: 250px; } } .page-world-water-day.page-world-water-day-profile .quote { padding-left: 35px; position: relative; } .page-world-water-day.page-world-water-day-profile .quote:before { position: absolute; left: 0; content: ">"; color: #036; } .page-world-water-day.page-world-water-day-profile .quote p { font-size: 20px; color: #036; font-weight: 700; margin: 0 0 20px; } .page-world-water-day.page-world-water-day-profile .quote .credit { color: #686868; font-size: 14px; } .page-world-water-day.page-world-water-day-profile .activities, .page-world-water-day.page-world-water-day-profile .values { background: #036; text-align: center; padding: 30px 0; position: relative; } @media only screen and (min-width: 1025px) { .page-world-water-day.page-world-water-day-profile .activities, .page-world-water-day.page-world-water-day-profile .values { display: flex; align-items: center; height: 200px; width: 100%; text-align: left; padding: 0 30px 0 100px; padding: 0 30px 0 40%; } } .page-world-water-day.page-world-water-day-profile .activities h3, .page-world-water-day.page-world-water-day-profile .values h3 { font-weight: 700; margin-bottom: 30px; color: #fff; font-size: 20px; } @media only screen and (min-width: 1025px) { .page-world-water-day.page-world-water-day-profile .activities h3, .page-world-water-day.page-world-water-day-profile .values h3 { transform: rotate(-90deg); position: absolute; left: 16.5%; top: 43%; } } @media only screen and (min-width: 1441px) { .page-world-water-day.page-world-water-day-profile .activities h3, .page-world-water-day.page-world-water-day-profile .values h3 { left: 28%; } } .page-world-water-day.page-world-water-day-profile .activities .topic, .page-world-water-day.page-world-water-day-profile .values .topic { margin-right: 30px; text-align: center; vertical-align: middle; display: inline-block; } .page-world-water-day.page-world-water-day-profile .activities .topic:last-of-type, .page-world-water-day.page-world-water-day-profile .values .topic:last-of-type { margin: 0; } .page-world-water-day.page-world-water-day-profile .activities .icon-wrapper, .page-world-water-day.page-world-water-day-profile .values .icon-wrapper { display: inline-block; } .page-world-water-day.page-world-water-day-profile .activities .icon-wrapper.circle, .page-world-water-day.page-world-water-day-profile .values .icon-wrapper.circle { height: 80px; width: 80px; line-height: 80px; border-radius: 80px; background: #fff; } .page-world-water-day.page-world-water-day-profile .activities img, .page-world-water-day.page-world-water-day-profile .values img { max-width: 50%; vertical-align: middle; } .page-world-water-day.page-world-water-day-profile .activities .label, .page-world-water-day.page-world-water-day-profile .values .label { color: #fff; display: block; margin-top: 10px; text-transform: capitalize; font-size: 16px; } .page-world-water-day.page-world-water-day-profile .activities { background: #ebf4fe; } .page-world-water-day.page-world-water-day-profile .activities .label, .page-world-water-day.page-world-water-day-profile .activities h3 { color: #036; } @media only screen and (min-width: 1025px) { .page-world-water-day.page-world-water-day-profile .activities h3 { left: 15%; } } @media only screen and (min-width: 1441px) { .page-world-water-day.page-world-water-day-profile .activities h3 { left: 27%; } } .page-world-water-day.page-world-water-day-profile .callout { display: flex; } .page-world-water-day.page-world-water-day-profile .callout .image { width: 90px; } .page-world-water-day.page-world-water-day-profile .callout p { width: 100%; margin: 0; padding-left: 30px; } .page-world-water-day.page-world-water-day-profile .access .callout { margin-bottom: 40px; } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .access .callout .image { width: 100px; } } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .access .callout p { border-bottom: 1px solid #036; padding: 0 0 40px; } } .page-world-water-day.page-world-water-day-profile .access .callout:last-of-type { margin-bottom: 0; } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .access .callout:last-of-type p { border-bottom: 0; padding: 0; } } .page-world-water-day.page-world-water-day-profile .row-five .popup.desktop { display: none; } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .row-five .popup .inner { display: block; } } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .row-five .popup .description, .page-world-water-day.page-world-water-day-profile .row-five .popup .info, .page-world-water-day.page-world-water-day-profile .row-five .popup .marker-wrapper { width: 100%; } } @media only screen and (min-width: 1025px) { .page-world-water-day.page-world-water-day-profile .row-five .popup { padding: 40px 100px 40px 20%; } } @media only screen and (min-width: 1441px) { .page-world-water-day.page-world-water-day-profile .row-five .popup { padding: 40px 130px 40px 30%; } } .page-world-water-day.page-world-water-day-profile .row-five .header { text-align: center; margin-bottom: 0; } .page-world-water-day.page-world-water-day-profile .transform.row { border: 0; background: #036; } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .transform.row { margin: 0; padding: 60px 60px 60px 50px; } } @media only screen and (min-width: 1025px) { .page-world-water-day.page-world-water-day-profile .transform.row { padding: 60px 100px 60px 20%; } } @media only screen and (min-width: 1441px) { .page-world-water-day.page-world-water-day-profile .transform.row { padding: 60px 130px 60px 30%; } } .page-world-water-day.page-world-water-day-profile .transform.row .header, .page-world-water-day.page-world-water-day-profile .transform.row p { color: #fff; margin-bottom: 0; } .page-world-water-day.page-world-water-day-profile .transform.row p { font-size: 20px; } .page-world-water-day.page-world-water-day-profile .give .header { text-align: center; margin-bottom: 0; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .page-world-water-day.page-world-water-day-profile .give .header { font-size: 20px; line-height: 26px; } } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .give .header { max-width: 400px; margin: 0 auto; } } .page-world-water-day.page-world-water-day-profile .give .donate-form { font-family: Proxima Nova, sans-serif; } @media only screen and (min-width: 641px) and (max-width: 1025px) { .page-world-water-day.page-world-water-day-profile .give .donate-form .adf-form-header { font-size: 13px; line-height: 20px; } } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .give .donate-form .adf-form-header { font-size: 14px; } } @media only screen and (min-width: 1441px) { .page-world-water-day.page-world-water-day-profile .give .donate-form .adf-form-header { font-size: 16px; } } @media only screen and (min-width: 641px) and (max-width: 1025px) { .page-world-water-day.page-world-water-day-profile .give .donate-form .amount-wrapper input, .page-world-water-day.page-world-water-day-profile .give .donate-form .postinput, .page-world-water-day.page-world-water-day-profile .give .donate-form .preinput { font-size: 14px; } } .page-world-water-day.page-world-water-day-profile .cpp { background: #ebf4fe; padding: 40px; text-align: center; } @media only screen and (min-width: 641px) { .page-world-water-day.page-world-water-day-profile .cpp { margin: 0; padding: 40px 130px 40px 50px; text-align: left; } } @media only screen and (min-width: 1025px) { .page-world-water-day.page-world-water-day-profile .cpp { padding: 40px 100px 40px 20%; } } @media only screen and (min-width: 1441px) { .page-world-water-day.page-world-water-day-profile .cpp { padding: 40px 130px 40px 30%; } } .page-world-water-day.page-world-water-day-profile .cpp p { color: #036; font-weight: 700; } .page-world-water-day.page-world-water-day-profile .pb20 { padding-bottom: 20px; } .page-world-water-day.off-canvas-open .wrapper { transform: translate3d(-240px, 0, 0); } .page-world-water-day .container, .page-world-water-day .fixed-nav, .page-world-water-day .main-content { font-family: Proxima-Nova-n3, Proxima-Nova-1, Proxima-Nova-2, Proxima Nova, sans-serif; padding: 0; } .page-world-water-day.show-fixed-nav .fixed-nav { display: block; } @media only screen and (min-width: 641px) { .page-world-water-day.show-fixed-nav .fixed-nav { display: flex; } } .page-world-water-day .fixed-nav { display: none; position: fixed; background: #fff; border: 1px solid #036; padding: 20px; z-index: 99999; width: 100%; color: #036; } @media only screen and (min-width: 641px) { .page-world-water-day .fixed-nav { align-items: center; justify-content: center; } } .page-world-water-day .fixed-nav p { max-width: 100%; text-align: center; margin: 0 0 20px; font-size: 16px; } @media only screen and (min-width: 641px) { .page-world-water-day .fixed-nav p { text-align: left; max-width: 60%; margin: 0; font-size: 18px; } } .page-world-water-day .fixed-nav .button { margin-top: 0; text-align: center; max-width: none; display: inline-block; width: 100%; } .page-world-water-day .fixed-nav .cta { width: 100%; } @media only screen and (min-width: 641px) { .page-world-water-day .fixed-nav .cta { margin-left: 50px; width: auto; } } .page-world-water-day .fixed-nav .social-buttons { text-align: center; width: 100%; } @media only screen and (min-width: 641px) { .page-world-water-day .fixed-nav .social-buttons { margin-left: 50px; text-align: left; width: auto; } } .page-world-water-day .fixed-nav .social-buttons a { width: 50%; float: none; display: inline-block; } @media only screen and (min-width: 641px) { .page-world-water-day .fixed-nav .social-buttons a { width: 40px; } } .page-world-water-day .header { color: #036; font-size: 25px; font-weight: 700; } .page-world-water-day .wwd-button { font-family: Proxima-Nova-n3, Proxima-Nova-1, Proxima-Nova-2, Proxima Nova, sans-serif; text-transform: none; letter-spacing: 0; font-weight: 200; font-size: 23px; border-radius: 0; margin-left: auto; margin-right: auto; margin-top: 10px; max-width: 180px; } .page-world-water-day .wwd-button span { position: relative; top: 6px; padding-left: 20px; padding-right: 20px; font-size: 26px; } .page-world-water-day .wwd-button span.cw-icon-angle-right { top: 3px; padding: 0; font-size: 22px; } @media only screen and (min-width: 1025px) { .page-world-water-day .wwd-button { margin-top: 0; margin-right: 10px; } } .page-world-water-day .countdown { padding: 15px 0; } .page-world-water-day .countable { display: inline-block; width: 63px; border-left: 1px solid #c1c1ba; letter-spacing: 2px; text-align: center; } @media only screen and (min-width: 1025px) { .page-world-water-day .countable { width: 120px; } } .page-world-water-day .countable:first-child { border-left: 0; } @media only screen and (min-width: 1025px) { .page-world-water-day .countable:first-child { text-align: left; width: 74px; } } .page-world-water-day .sharing { font-weight: 200; line-height: 1.5; padding-bottom: 30px; } .page-world-water-day .sharing h5 { padding-bottom: 10px; margin-left: auto; margin-right: auto; line-height: 1.6; max-width: 320px; } @media only screen and (min-width: 1025px) { .page-world-water-day .sharing h5 { max-width: inherit; } } .page-world-water-day .sharing .atcb-link { display: inline; font-size: 16px; color: #fff; } .page-world-water-day .sharing .atcb-list { top: 38px; } .page-world-water-day .calendar_icon { width: 39px; } .page-world-water-day .row-five { padding-top: 0; position: relative; } .page-world-water-day .row-five .header { max-width: 100%; background: #036; color: #fff; padding: 50px 0; margin-top: -6px; } .page-world-water-day .row-five .header i { margin-left: 20px; font-size: 30px; vertical-align: text-top; } .page-world-water-day .row-five .image { background: url(/packs/media/images/wwd/shared/map-78473b9732373df7e1c040fadf20991b.jpg) no-repeat 0 0; background-size: 100% auto; padding-bottom: 63%; width: 100%; position: relative; } .page-world-water-day .row-five .image .marker { position: absolute; background-size: contain; background-repeat: no-repeat; cursor: pointer; width: 18%; height: 18%; } @media only screen and (min-width: 641px) { .page-world-water-day .row-five .image .marker { width: 12%; height: 12%; } } .page-world-water-day .row-five .image .marker.one { background-image: url(/packs/media/images/wwd/shared/one-4360a0f639871d200a95cbca82454765.png); bottom: 64%; right: -8.3%; } @media only screen and (min-width: 641px) { .page-world-water-day .row-five .image .marker.one { right: -3.7%; } } .page-world-water-day .row-five .image .marker.two { background-image: url(/packs/media/images/wwd/shared/two-5141f09c9a24f04620e9e012b7b6f141.png); bottom: 25%; right: 10.5%; } @media only screen and (min-width: 641px) { .page-world-water-day .row-five .image .marker.two { right: 15.2%; } } .page-world-water-day .row-five .image .marker.three { background-image: url(/packs/media/images/wwd/shared/three-db097a519f689ba110ac8990b848a4ed.png); bottom: 51%; right: 74.8%; } @media only screen and (min-width: 641px) { .page-world-water-day .row-five .image .marker.three { right: 79.8%; } } .page-world-water-day .row-five .image .marker.school { background-image: url(/packs/media/images/wwd/shared/school-a494a055f7152723fdd87e6e87716ac4.png); bottom: 58%; right: 69.8%; } .page-world-water-day .row-five .image .marker.home { background-image: url(/packs/media/images/wwd/shared/home-fe72c585dbcf088143b9c0df8c4fbd2d.png); bottom: 52%; right: -5%; } .page-world-water-day .row-five .image .marker.field { background-image: url(/packs/media/images/wwd/shared/field-40c4e4fd8933ddc65c694556b3272280.png); bottom: 60%; right: 9%; } .page-world-water-day .row-five .popup { background: #fff; padding: 40px; display: none; align-items: center; text-align: left; z-index: 999; border: 1px solid #036; width: 100%; font-weight: 200; color: #5d5d5d; position: relative; } .page-world-water-day .row-five .popup.toggled { display: block; } @media only screen and (min-width: 641px) { .page-world-water-day .row-five .popup .inner { display: flex; align-items: top; } } .page-world-water-day .row-five .popup p { margin: 0; } .page-world-water-day .row-five .popup .description, .page-world-water-day .row-five .popup .info, .page-world-water-day .row-five .popup .marker-wrapper { width: 100%; } @media only screen and (min-width: 641px) { .page-world-water-day .row-five .popup .marker-wrapper { width: 15%; } } @media only screen and (min-width: 641px) { .page-world-water-day .row-five .popup .info { width: 35%; } } @media only screen and (min-width: 641px) { .page-world-water-day .row-five .popup .description { width: 50%; } } .page-world-water-day .row-five .popup.left, .page-world-water-day .row-five .popup.right { float: none; } .page-world-water-day .row-five .popup.left.desktop { left: 85%; } .page-world-water-day .row-five .popup.left.desktop:after, .page-world-water-day .row-five .popup.left.desktop:before { right: 100%; top: 50%; } .page-world-water-day .row-five .popup.left.desktop:after { border-right-color: #fff; } .page-world-water-day .row-five .popup.left.desktop:before { border-right-color: #036; } .page-world-water-day .row-five .popup.right.desktop { right: calc(100% + 40px); } .page-world-water-day .row-five .popup.right.desktop:after, .page-world-water-day .row-five .popup.right.desktop:before { left: 100%; top: 50%; } .page-world-water-day .row-five .popup.right.desktop:after { border-left-color: #fff; } .page-world-water-day .row-five .popup.right.desktop:before { border-left-color: #036; } .page-world-water-day .row-five .popup.mobile.one:after, .page-world-water-day .row-five .popup.mobile.one:before { left: 94.5%; } .page-world-water-day .row-five .popup.mobile.two:after, .page-world-water-day .row-five .popup.mobile.two:before { left: 75.5%; } .page-world-water-day .row-five .popup.mobile.three:after, .page-world-water-day .row-five .popup.mobile.three:before { left: 11%; } .page-world-water-day .row-five .popup.mobile.school:after, .page-world-water-day .row-five .popup.mobile.school:before { left: 22%; } .page-world-water-day .row-five .popup.mobile.home:after, .page-world-water-day .row-five .popup.mobile.home:before { left: 96%; } .page-world-water-day .row-five .popup.mobile.field:after, .page-world-water-day .row-five .popup.mobile.field:before { left: 82%; } .page-world-water-day .row-five .popup.mobile:after, .page-world-water-day .row-five .popup.mobile:before { bottom: 100%; } .page-world-water-day .row-five .popup.mobile:after { border-bottom-color: #fff; margin-left: -20px; } .page-world-water-day .row-five .popup.mobile:before { border-bottom-color: #036; margin-left: -21px; } .page-world-water-day .row-five .popup:after, .page-world-water-day .row-five .popup:before { border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .page-world-water-day .row-five .popup:after { border-color: hsla(0, 0%, 100%, 0); border-width: 20px; margin-top: -20px; } .page-world-water-day .row-five .popup:before { border-color: rgba(54, 159, 244, 0); border-width: 21px; margin-top: -21px; } .page-world-water-day .row-five .popup h3, .page-world-water-day .row-five .popup h4 { color: #036; margin: 0; } .page-world-water-day .row-five .popup h3 { font-weight: 700; line-height: 1.6; } .page-world-water-day .row-five .popup img { width: 40px; } .page-world-water-day .link-cta-section { background-color: #036; padding-bottom: 0; max-width: none; } .page-world-water-day .details-changed { text-align: center; background-color: #ebf4fe; padding: 30px 20px; } @media only screen and (min-width: 641px) { .page-world-water-day .details-changed { padding: 40px 20px; } } .page-world-water-day .details-changed p { margin: 0; color: #036; font-weight: 700; } .page-world-water-day .discover-cta .side .inner { padding-top: 200px; background-image: url(/packs/media/images/wwd/shared/link-cta-discover-icon-7908d767cc1e59be2ddc4aa635cc86b7.png); background-size: 105px; } @media only screen and (min-width: 1025px) { .page-world-water-day .discover-cta .side .inner { padding-top: 100px; background-image: none; } } .page-world-water-day .discover-cta .link-cta-header { max-width: 305px; } .page-world-water-day .discover-cta .cover-image { background-image: url(/packs/media/images/wwd/shared/discover-cta-large-98ac3db543903a6344f153fe12eec66c.jpg); } .page-world-water-day .link-cta-inner { background-position: center 60px; background-repeat: no-repeat; text-align: center; } @media only screen and (min-width: 1025px) { .page-world-water-day .side-by-side .side .link-cta-inner { padding-bottom: 120px; } } .page-world-water-day .link-cta-header { padding-bottom: 20px; margin: 0 auto; color: #fff; font-weight: 700; font-size: 28px; line-height: 1.35; } @media only screen and (min-width: 20.063em) { .page-world-water-day .link-cta-header { font-size: 25px; } } .page-world-water-day .link-cta-button { max-width: 335px; background-color: #fff; color: #036; font-size: 16px; } @media only screen and (min-width: 20.063em) { .page-world-water-day .link-cta-button { font-size: 20px; } } @media only screen and (min-width: 1025px) { .page-world-water-day .link-cta-button { margin-top: 20px; } } .page-world-water-day .link-cta-button span.cw-icon-angle-right { padding-left: 20px; } .page-world-water-day-welcome .header { margin: 0 auto 30px; font-size: 25px; font-weight: 700; line-height: 1.6; } .page-world-water-day-welcome .community a.button, .page-world-water-day-welcome .explore a.button, .page-world-water-day-welcome .hero a.button { font-size: 16px; max-width: 300px; text-align: center; } @media only screen and (min-width: 20.063em) { .page-world-water-day-welcome .community a.button, .page-world-water-day-welcome .explore a.button, .page-world-water-day-welcome .hero a.button { font-size: 18px; } } .page-world-water-day-welcome .community span.cw-icon-angle-right, .page-world-water-day-welcome .explore span.cw-icon-angle-right, .page-world-water-day-welcome .hero span.cw-icon-angle-right { padding-left: 20px; } .page-world-water-day-welcome .hero { padding-bottom: 80px; padding-top: 100px; color: #fff; background-color: #000; background-image: url(/packs/media/images/wwd/welcome/welcome_hero_small-05c2f3601eaa79734a674e6c3e13f1be.jpg); background-repeat: no-repeat; background-position: top; background-size: 100%; } @media only screen and (min-width: 641px) { .page-world-water-day-welcome .hero { background-image: url(/packs/media/images/wwd/welcome/welcome_hero_large-fed3fa513f65fa340c91c46846088eb5.jpg); background-size: 170%; padding-top: 180px; padding-bottom: 160px; } } @media only screen and (min-width: 1025px) { .page-world-water-day-welcome .hero { background-size: 110%; } } .page-world-water-day-welcome .hero a.button { margin-left: 0; margin-top: 50px; } .page-world-water-day-welcome .hero .row { padding-left: 40px; padding-right: 40px; } .page-world-water-day-welcome .hero .you { border-bottom: 1px solid #fff; padding-bottom: 5px; } .page-world-water-day-welcome .title { margin-bottom: 20px; max-width: 220px; line-height: 1.3; } @media only screen and (min-width: 641px) { .page-world-water-day-welcome .title { max-width: 500px; margin-bottom: 0; } } .page-world-water-day-welcome .explore { padding-bottom: 80px; padding-top: 80px; color: #fff; text-align: center; background-color: #000; background-image: url(/packs/media/images/wwd/welcome/welcome_explore_small-e0c79a44d69b224e706bc6613af4ad76.jpg); background-repeat: no-repeat; background-position: top; background-size: 100%; } @media only screen and (min-width: 641px) { .page-world-water-day-welcome .explore { border-top: 1px solid #fff; background-image: url(/packs/media/images/wwd/welcome/welcome_explore_medium-fb31728201d06dd9b0a55db6c4cf8614.jpg); background-position: 100% 0; background-size: 150%; padding-top: 80px; padding-bottom: 60px; } } @media only screen and (min-width: 1025px) { .page-world-water-day-welcome .explore { padding-bottom: 130px; padding-top: 110px; background-size: 110%; background-position: top; background-image: url(/packs/media/images/wwd/welcome/welcome_explore_large-7acaae876111a1892654e277752a1dc4.jpg); } } .page-world-water-day-welcome .explore .row { padding-left: 20px; padding-right: 20px; } .page-world-water-day-welcome .explore img { width: 76px; margin: 0 auto; } .page-world-water-day-welcome .explore-title { max-width: 300px; padding-top: 20px; padding-bottom: 20px; line-height: 1.3; margin: 0 auto; } @media only screen and (min-width: 641px) { .page-world-water-day-welcome .explore-title { max-width: 440px; margin-bottom: 0; padding-top: 40px; padding-bottom: 40px; } } .page-world-water-day-welcome .community { position: relative; padding-top: 250px; margin-bottom: 120px; text-align: center; background-color: #fff; background-image: url(/packs/media/images/wwd/community/icon-triangle-1af1ba14b9d9ddc3a874447d073adf12.png); background-position: center 80px; background-size: 171px auto; background-repeat: no-repeat; } @media only screen and (min-width: 1025px) { .page-world-water-day-welcome .community { padding-top: 150px; padding-bottom: 100px; background-image: url(/packs/media/images/wwd/welcome/welcome_community_large-4b17591aa601c84bae24792f11546930.png); background-position: top; background-size: contain; } } .page-world-water-day-welcome .community .row { padding-left: 20px; padding-right: 20px; } .page-world-water-day-welcome .community-title { max-width: 300px; margin: 0 auto; padding-top: 20px; padding-bottom: 20px; line-height: 1.3; font-weight: 700; color: #036; } @media only screen and (min-width: 641px) { .page-world-water-day-welcome .community-title { padding: 0 10px 40px; max-width: 450px; } } .page-world-water-day-welcome .community-icon { position: absolute; display: none; width: 119px; } @media only screen and (min-width: 1025px) { .page-world-water-day-welcome .community-icon { display: block; } } .page-world-water-day-welcome .shepherds { top: 10%; left: 15%; } .page-world-water-day-welcome .farmers { top: 50%; left: 5%; } .page-world-water-day-welcome .mothers { top: 80%; left: 22%; } .page-world-water-day-welcome .elders { top: 10%; right: 15%; } .page-world-water-day-welcome .young-people { top: 50%; right: 5%; } .page-world-water-day-welcome .students { top: 80%; right: 22%; } .accordion { cursor: pointer; transition: all 0.125s; } .accordion:after { font-family: cw-icons; font-size: 16px; position: absolute; right: 20px; top: 18px; color: #036; } .accordion.accordion--closed { background-color: transparent; } .accordion.accordion--closed:after { content: ""; } .accordion.accordion--closed ~ .inner, .accordion.accordion--closed ~ .inner-wrapper { display: none; } .accordion.accordion--open:after { content: ""; } .accordion.accordion--open ~ .inner, .accordion.accordion--open ~ .inner-wrapper { display: block; } .action-tile-title { justify-content: space-between; width: 100%; } .action-tile, .action-tile-title { display: flex; align-items: center; } @media only screen and (min-width: 641px) { .action-tile .description { max-width: 80%; } } .action-tile.disabled .p30 { color: #c1c1ba; } .action-tile.disabled .p30:before { content: ""; font-family: cw-icons; font-size: 0.875rem; margin-right: 10px; } .action-tile.disabled .p40 { color: #9b9b94; } .action-tile.disabled .action-tile-icon-wrapper, .action-tile.disabled .switch-wrapper { opacity: 0.5; } .action-tile.disabled .action-tile-icon { filter: grayscale(100%); } .action-tile .action-tile-text { width: 100%; } .action-tile .action-tile-icon-wrapper { display: none; } .action-tile .action-tile-icon-wrapper .action-tile-icon { display: block; width: 80px; height: 75px; margin: 0 auto; content: ""; background-size: contain; background-repeat: no-repeat; background-position: 50%; flex-shrink: 0; } @media only screen and (min-width: 641px) { .action-tile .action-tile-icon-wrapper { display: block; min-width: 120px; content: ""; } } .avatar-initial { width: 25px; height: 25px; line-height: 25px; border-radius: 4px; text-align: center; color: #fff; } .nav-bar .avatar-initial { margin-right: 5px; display: inline-block; text-align: center; border-radius: 0; } .right-off-canvas-menu .avatar-initial { position: absolute; margin-top: -1%; text-align: center; border-radius: 0; font-size: 13px; } .clamp-for-ellipsis { -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; overflow: hidden; } .cw-icon-spin { display: inline-block; animation: spin 1s linear infinite; } .dashed-line { background-image: linear-gradient(90deg, #c1c1ba 50%, transparent 0); background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px; } @media only screen and (min-width: 641px) { .md-dashed-line { background-image: linear-gradient(90deg, #c1c1ba 50%, transparent 0); background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px; } } .dashed-button-wrapper { padding: 1px; border-radius: 4px; background-image: linear-gradient(90deg, #c1c1ba 50%, transparent 0), linear-gradient(90deg, #c1c1ba 50%, transparent 0), linear-gradient(180deg, #c1c1ba 50%, transparent 0), linear-gradient(180deg, #c1c1ba 50%, transparent 0); background-position: 0 0, 0 100%, 0 0, 100% 0; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px; margin-bottom: 14px; } .dashed-button-wrapper .dashed-button { display: block; width: 100%; background-color: #f7f7f7; letter-spacing: 0; color: #036; text-align: center; } .tables tbody td.dashed-border { padding: 4px 15px; } .tables tbody td.dashed-border span { background-image: linear-gradient(90deg, #c1c1ba 50%, transparent 0), linear-gradient(90deg, #c1c1ba 50%, transparent 0), linear-gradient(180deg, #c1c1ba 50%, transparent 0), linear-gradient(180deg, #c1c1ba 50%, transparent 0); background-position: 0 0, 0 100%, 0 0, 100% 0; background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px; background-color: #f7f7f7; color: #71716c; display: inline-block; padding: 0.3em 0.5em; width: 100%; text-align: center; } .full-bottom-bg { padding-bottom: 80%; padding-left: 0; padding-right: 0; position: relative; } @media only screen and (min-width: 641px) { .full-bottom-bg { padding-bottom: 65%; padding-left: 0; padding-right: 0; } } .full-bottom-bg .heading { padding: 0 20px; margin: 0 auto 30px; } @media only screen and (min-width: 641px) { .full-bottom-bg .heading { padding: 0; } } @media only screen and (max-width: 641px) { .full-bottom-bg .panel.fifty { padding: 0 20px; } } .full-bottom-bg .full-bottom-bg-image { width: 100%; position: absolute; bottom: -5px; left: 0; right: 0; z-index: -1; } .full-bottom-bg .full-bottom-bg-image img { width: 100%; } .full-bottom-bg .avatar-initial { width: 80px; height: 80px; line-height: 80px; font-size: 36px; margin: 20px auto; } .image-fill { display: inline-flex; margin-bottom: 20px; position: relative; } @media only screen and (min-width: 641px) { .image-fill { margin-bottom: 0; } } .image-fill.tint:after { content: " "; background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5)); height: 100%; position: absolute; top: 0; left: 0; width: 100%; } .image-fill img { max-width: inherit; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; width: 100%; } .image-fill .overlay { bottom: 0; position: absolute; z-index: 2; } .latest-update-indicator { margin-right: 10px; position: relative; width: 12px; } .latest-update-indicator--outer { background-color: #ffca0a; border-radius: 100%; height: 12px; opacity: 0.3; width: 12px; } .latest-update-indicator--inner { background-color: #ffca0a; border-radius: 100%; height: 10px; left: 1px; opacity: 0.3; position: absolute; top: 1px; width: 10px; } .latest-update-indicator--dot { background-color: #ffca0a; border-radius: 100%; height: 6px; left: 3px; position: absolute; top: 3px; width: 6px; } .latest-update-text { font-size: 14px; letter-spacing: 0.05em; line-height: 1; text-transform: uppercase; } .leading-image-block > .content-row { margin-top: -40px; padding-top: 40px; } .module { border: 1px solid #dfdfd7; border-radius: 0; margin-bottom: 20px; } @media only screen and (min-width: 641px) { .module { border-radius: 4px; } } .module .inner { padding: 20px; } .module .inner-wrapper, .module .inner:not(:first-child) { border-top: 1px solid #dfdfd7; } .module .header, .module .subheader { background-color: #f4f5f0; padding: 0 20px; height: 2.9em; display: flex; align-items: center; position: relative; } .module .header { border-bottom: 1px solid #dfdfd7; border-radius: 0; } @media only screen and (min-width: 641px) { .module .header { border-radius: 4px 4px 0 0; } } .module .subheader { border-radius: 0; border-top: 1px solid #dfdfd7; justify-content: space-between; } .progress .bar { background: #fff; width: 100%; height: 10px; margin-top: 5px; border-radius: 100px; } .progress .bar .fill { background: #14a947; height: 10px; border-radius: 100px; } .side-by-side { display: flex; flex-direction: column; } @media only screen and (min-width: 641px) { .side-by-side { flex-direction: row; } } .side-by-side .side { vertical-align: middle; flex: 1 1; } .side-by-side .side .inner { padding: 20px; } @media only screen and (min-width: 1025px) { .side-by-side .side .inner { padding: 50px; } } .side-by-side .side.cover-image { background-size: cover; background-repeat: no-repeat; background-position: 50%; min-height: 200px; } .sm-tabs ul { border-bottom: 1px solid #dfdfd7; padding: 0; overflow: hidden; position: relative; margin: 0; } .sm-tabs ul:after { content: ""; position: absolute; top: 23px; right: 15px; z-index: 2; pointer-events: none; font-family: cw-icons; font-size: 16px; color: #036; } @media only screen and (max-width: 0) { .sm-tabs ul.open:after { content: ""; } .sm-tabs ul.open a { position: relative; display: block; } .sm-tabs ul.open li { border-bottom: 1px solid #dfdfd7; } .sm-tabs ul.open li:not(.active) { display: block; } .sm-tabs ul.open li:last-child { border-bottom: 0; } } .sm-tabs li { display: none; text-align: left; color: #c1c1ba; } .sm-tabs li.loading { color: #036; } .sm-tabs li.loading a { animation: PulsingText 1.5s cubic-bezier(0.5, 0.01, 0.51, 1) infinite; border-bottom: 3px solid #dfdfd7; } .sm-tabs li.loading:after { content: ""; position: absolute; display: block; left: 0; right: 0; bottom: 3px; width: 102%; margin-bottom: -3px; height: 3px; border-bottom: 3px solid; animation: LoadingBar 1.5s cubic-bezier(0.5, 0.01, 0.51, 1) infinite; } .sm-tabs li:not(.active) a { color: #c1c1ba; } .sm-tabs li:not(.active) a:hover { color: #9b9b94; } .sm-tabs li.loading { display: block; } .sm-tabs li.active { display: block; color: #036; border: 0; position: relative; z-index: 1; } @media only screen and (min-width: 0) { .sm-tabs li.active { border-bottom: 3px solid; } } .sm-tabs a { display: inline-block; position: relative; top: 0; left: 0; width: 100%; height: 100%; padding: 20px; font-size: 19px; border-bottom: 0; color: #036; text-decoration: none; font-weight: 400; } @media only screen and (min-width: 0) { .sm-tabs a { position: absolute; } } .sm-tabs.tabs-mini ul { justify-content: space-between; } .sm-tabs.tabs-mini li { text-transform: uppercase; width: 100%; } .sm-tabs.tabs-mini li.active, .sm-tabs.tabs-mini li.active a, .sm-tabs.tabs-mini li.loading, .sm-tabs.tabs-mini li.loading a { border-bottom-width: 2px; } .sm-tabs.tabs-mini li.loading:after { margin-bottom: -4px; height: 2px; } .sm-tabs.tabs-mini a { font-size: 14px; letter-spacing: 1px; padding: 20px 10px; } @media only screen and (min-width: 0) { .sm-tabs ul { display: flex; justify-content: space-between; } .sm-tabs ul.open:after, .sm-tabs ul:after { content: ""; } .sm-tabs ul.open li:not(.active) { border-bottom: 0; } .sm-tabs li { padding: 0; vertical-align: bottom; width: 100%; text-align: center; overflow: hidden; } .sm-tabs a, .sm-tabs li { position: relative; display: inline-block; } } @media only screen and (min-width: 1025px) { .sm-tabs ul { justify-content: start; } .sm-tabs li { width: auto; } } .md-tabs ul { border-bottom: 1px solid #dfdfd7; padding: 0; overflow: hidden; position: relative; margin: 0; } .md-tabs ul:after { content: ""; position: absolute; top: 23px; right: 15px; z-index: 2; pointer-events: none; font-family: cw-icons; font-size: 16px; color: #036; } @media only screen and (max-width: 641px) { .md-tabs ul.open:after { content: ""; } .md-tabs ul.open a { position: relative; display: block; } .md-tabs ul.open li { border-bottom: 1px solid #dfdfd7; } .md-tabs ul.open li:not(.active) { display: block; } .md-tabs ul.open li:last-child { border-bottom: 0; } } .md-tabs li { display: none; text-align: left; color: #c1c1ba; } .md-tabs li.loading { color: #036; } .md-tabs li.loading a { animation: PulsingText 1.5s cubic-bezier(0.5, 0.01, 0.51, 1) infinite; border-bottom: 3px solid #dfdfd7; } .md-tabs li.loading:after { content: ""; position: absolute; display: block; left: 0; right: 0; bottom: 3px; width: 102%; margin-bottom: -3px; height: 3px; border-bottom: 3px solid; animation: LoadingBar 1.5s cubic-bezier(0.5, 0.01, 0.51, 1) infinite; } .md-tabs li:not(.active) a { color: #c1c1ba; } .md-tabs li:not(.active) a:hover { color: #9b9b94; } .md-tabs li.loading { display: block; } .md-tabs li.active { display: block; color: #036; border: 0; position: relative; z-index: 1; } @media only screen and (min-width: 641px) { .md-tabs li.active { border-bottom: 3px solid; } } .md-tabs a { display: inline-block; position: relative; top: 0; left: 0; width: 100%; height: 100%; padding: 20px; font-size: 19px; border-bottom: 0; color: #036; text-decoration: none; font-weight: 400; } @media only screen and (min-width: 641px) { .md-tabs a { position: absolute; } } .md-tabs.tabs-mini ul { justify-content: space-between; } .md-tabs.tabs-mini li { text-transform: uppercase; width: 100%; } .md-tabs.tabs-mini li.active, .md-tabs.tabs-mini li.active a, .md-tabs.tabs-mini li.loading, .md-tabs.tabs-mini li.loading a { border-bottom-width: 2px; } .md-tabs.tabs-mini li.loading:after { margin-bottom: -4px; height: 2px; } .md-tabs.tabs-mini a { font-size: 14px; letter-spacing: 1px; padding: 20px 10px; } @media only screen and (min-width: 641px) { .md-tabs ul { display: flex; justify-content: space-between; } .md-tabs ul.open:after, .md-tabs ul:after { content: ""; } .md-tabs ul.open li:not(.active) { border-bottom: 0; } .md-tabs li { padding: 0; vertical-align: bottom; width: 100%; text-align: center; overflow: hidden; } .md-tabs a, .md-tabs li { position: relative; display: inline-block; } } @media only screen and (min-width: 1025px) { .md-tabs ul { justify-content: start; } .md-tabs li { width: auto; } } .lg-tabs ul { border-bottom: 1px solid #dfdfd7; padding: 0; overflow: hidden; position: relative; margin: 0; } .lg-tabs ul:after { content: ""; position: absolute; top: 23px; right: 15px; z-index: 2; pointer-events: none; font-family: cw-icons; font-size: 16px; color: #036; } @media only screen and (max-width: 1025px) { .lg-tabs ul.open:after { content: ""; } .lg-tabs ul.open a { position: relative; display: block; } .lg-tabs ul.open li { border-bottom: 1px solid #dfdfd7; } .lg-tabs ul.open li:not(.active) { display: block; } .lg-tabs ul.open li:last-child { border-bottom: 0; } } .lg-tabs li { display: none; text-align: left; color: #c1c1ba; } .lg-tabs li.loading { color: #036; } .lg-tabs li.loading a { animation: PulsingText 1.5s cubic-bezier(0.5, 0.01, 0.51, 1) infinite; border-bottom: 3px solid #dfdfd7; } .lg-tabs li.loading:after { content: ""; position: absolute; display: block; left: 0; right: 0; bottom: 3px; width: 102%; margin-bottom: -3px; height: 3px; border-bottom: 3px solid; animation: LoadingBar 1.5s cubic-bezier(0.5, 0.01, 0.51, 1) infinite; } .lg-tabs li:not(.active) a { color: #c1c1ba; } .lg-tabs li:not(.active) a:hover { color: #9b9b94; } .lg-tabs li.loading { display: block; } .lg-tabs li.active { display: block; color: #036; border: 0; position: relative; z-index: 1; } @media only screen and (min-width: 1025px) { .lg-tabs li.active { border-bottom: 3px solid; } } .lg-tabs a { display: inline-block; position: relative; top: 0; left: 0; width: 100%; height: 100%; padding: 20px; font-size: 19px; border-bottom: 0; color: #036; text-decoration: none; font-weight: 400; } @media only screen and (min-width: 1025px) { .lg-tabs a { position: absolute; } } .lg-tabs.tabs-mini ul { justify-content: space-between; } .lg-tabs.tabs-mini li { text-transform: uppercase; width: 100%; } .lg-tabs.tabs-mini li.active, .lg-tabs.tabs-mini li.active a, .lg-tabs.tabs-mini li.loading, .lg-tabs.tabs-mini li.loading a { border-bottom-width: 2px; } .lg-tabs.tabs-mini li.loading:after { margin-bottom: -4px; height: 2px; } .lg-tabs.tabs-mini a { font-size: 14px; letter-spacing: 1px; padding: 20px 10px; } @media only screen and (min-width: 1025px) { .lg-tabs ul { display: flex; justify-content: space-between; } .lg-tabs ul.open:after, .lg-tabs ul:after { content: ""; } .lg-tabs ul.open li:not(.active) { border-bottom: 0; } .lg-tabs li { padding: 0; vertical-align: bottom; width: 100%; text-align: center; overflow: hidden; } .lg-tabs a, .lg-tabs li { position: relative; display: inline-block; } } @media only screen and (min-width: 1025px) { .lg-tabs ul { justify-content: start; } .lg-tabs li { width: auto; } } .tab-wrapper > div { display: none; } .tab-wrapper > .active { display: block; } .tab-wrapper a { text-decoration: none; } @keyframes LoadingBar { 0% { transform: translateX(-102%); } 45% { transform: translateX(0); } 55% { transform: translateX(0); } 90% { transform: translateX(102%); } to { transform: translateX(102%); } } @keyframes PulsingText { 0% { color: #c1c1ba; } 50% { color: #9b9b94; } to { color: #c1c1ba; } } .text-separator { align-items: center; color: #9b9b94; display: flex; } .text-separator:after, .text-separator:before { background: #dfdfd7; content: ""; flex: 1 1; height: 1px; } .text-separator span { padding: 0 10px; } .yellow-underlined { border-bottom: 10px solid #ffca0a; line-height: 0.35em; margin-top: 0.65em !important; display: inline-block; padding-left: 0.15em; padding-right: 0.15em; } @media only screen and (min-width: 641px) { .yellow-underlined-medium-up { border-bottom: 10px solid #ffca0a; line-height: 0.35em; margin-top: 0.65em !important; display: inline-block; padding-left: 0.15em; padding-right: 0.15em; } } .bp-form .section-heading { padding-left: 5px; } @media only screen and (min-width: 641px) { .bp-form .section-heading { padding-left: 15px; } } .bp-form .section-heading .title { letter-spacing: 0.08em; } .bp-form .giving-levels-section { margin-right: -20px; margin-left: -20px; } @media only screen and (min-width: 641px) { .bp-form .giving-levels-section { margin-right: -60px; margin-left: -60px; } } .bp-form .custom-check input[type="radio"] + label:before { color: #5d90c3; } .bp-form .custom-check input[type="radio"]:checked + label:after { background-color: #5d90c3; } .bp-form .custom-check input[type="radio"]:active + label:before, .bp-form .custom-check input[type="radio"]:focus + label:before, .bp-form .custom-check input[type="radio"]:hover + label:before { border-color: #5d90c3; } .bp-form .custom-check .description { line-height: 18.4px; } .closed-campaign-modal .mapboxgl-map, .impact-map .mapboxgl-map, .our-work-section-page .mapboxgl-map { height: 650px; margin: 20px 0; } .closed-campaign-modal .map-container, .impact-map .map-container, .our-work-section-page .map-container { position: relative; height: 650px; } .closed-campaign-modal .map-loading, .impact-map .map-loading, .our-work-section-page .map-loading { bottom: calc(50% - 25px); color: #fff; position: absolute; text-align: center; width: 100%; z-index: 9999; } .closed-campaign-modal .map-loading img, .impact-map .map-loading img, .our-work-section-page .map-loading img { background: #fff; border-radius: 4px; padding: 5px; height: 50px; width: 50px; } .closed-campaign-modal .mapboxgl-popup-anchor-top .mapboxgl-popup-tip, .impact-map .mapboxgl-popup-anchor-top .mapboxgl-popup-tip, .our-work-section-page .mapboxgl-popup-anchor-top .mapboxgl-popup-tip { border-bottom-color: #f7c953; } .closed-campaign-modal .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .impact-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .our-work-section-page .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip { border-top-color: #f7c953; } .closed-campaign-modal .mapboxgl-popup-anchor-left .mapboxgl-popup-tip, .impact-map .mapboxgl-popup-anchor-left .mapboxgl-popup-tip, .our-work-section-page .mapboxgl-popup-anchor-left .mapboxgl-popup-tip { border-right-color: #f7c953; } .closed-campaign-modal .mapboxgl-popup-anchor-right .mapboxgl-popup-tip, .impact-map .mapboxgl-popup-anchor-right .mapboxgl-popup-tip, .our-work-section-page .mapboxgl-popup-anchor-right .mapboxgl-popup-tip { border-left-color: #f7c953; } .closed-campaign-modal .project-tooltip, .impact-map .project-tooltip, .our-work-section-page .project-tooltip { color: #364d5b; font-weight: 700; padding-bottom: 5px; } .closed-campaign-modal .project-tooltip img.rig, .impact-map .project-tooltip img.rig, .our-work-section-page .project-tooltip img.rig { background: #f7c953; border-radius: 100px; left: -55px; padding: 2px; position: absolute; top: -15px; width: 60px; } .closed-campaign-modal .project-tooltip .mapboxgl-popup-tip, .impact-map .project-tooltip .mapboxgl-popup-tip, .our-work-section-page .project-tooltip .mapboxgl-popup-tip { border-width: 5px; } .closed-campaign-modal .project-tooltip .mapboxgl-popup-content, .impact-map .project-tooltip .mapboxgl-popup-content, .our-work-section-page .project-tooltip .mapboxgl-popup-content { background: #f7c953; box-shadow: none; padding: 3px 10px; } .closed-campaign-modal .project-tooltip .cw-icon-man, .impact-map .project-tooltip .cw-icon-man, .our-work-section-page .project-tooltip .cw-icon-man { font-size: 10px; } .closed-campaign-modal .project-tooltip.spring-funding-source .mapboxgl-popup-content, .impact-map .project-tooltip.spring-funding-source .mapboxgl-popup-content, .our-work-section-page .project-tooltip.spring-funding-source .mapboxgl-popup-content { background: #00ac7f; color: #fff; } .closed-campaign-modal .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-top .mapboxgl-popup-tip, .impact-map .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-top .mapboxgl-popup-tip, .our-work-section-page .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-top .mapboxgl-popup-tip { border-bottom-color: #00ac7f; } .closed-campaign-modal .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .impact-map .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .our-work-section-page .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip { border-top-color: #00ac7f; } .closed-campaign-modal .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-left .mapboxgl-popup-tip, .impact-map .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-left .mapboxgl-popup-tip, .our-work-section-page .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-left .mapboxgl-popup-tip { border-right-color: #00ac7f; } .closed-campaign-modal .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-right .mapboxgl-popup-tip, .impact-map .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-right .mapboxgl-popup-tip, .our-work-section-page .project-tooltip.spring-funding-source.mapboxgl-popup-anchor-right .mapboxgl-popup-tip { border-left-color: #00ac7f; } .closed-campaign-modal .project-preview-card, .impact-map .project-preview-card, .our-work-section-page .project-preview-card { bottom: 20px; left: 0; margin: 0 auto; position: absolute; right: 0; top: 0; transform: none !important; width: 90%; z-index: 99998; } @media only screen and (min-width: 641px) { .closed-campaign-modal .project-preview-card, .impact-map .project-preview-card, .our-work-section-page .project-preview-card { width: 540px; } } .closed-campaign-modal .project-preview-card .mapboxgl-popup-tip, .impact-map .project-preview-card .mapboxgl-popup-tip, .our-work-section-page .project-preview-card .mapboxgl-popup-tip { display: none; } .closed-campaign-modal .project-preview-card .mapboxgl-popup-content, .impact-map .project-preview-card .mapboxgl-popup-content, .our-work-section-page .project-preview-card .mapboxgl-popup-content { border-radius: 4px; box-shadow: none; padding: 10px; } .closed-campaign-modal .project-preview-card .mapboxgl-popup-content a, .impact-map .project-preview-card .mapboxgl-popup-content a, .our-work-section-page .project-preview-card .mapboxgl-popup-content a { text-decoration: none; } .closed-campaign-modal .project-preview-card img, .impact-map .project-preview-card img, .our-work-section-page .project-preview-card img { max-width: 140px; max-height: 140px; } .closed-campaign-modal .project-preview-card .info, .impact-map .project-preview-card .info, .our-work-section-page .project-preview-card .info { line-height: 12px; margin-top: 3px; } .closed-campaign-modal .project-preview-card .pill, .impact-map .project-preview-card .pill, .our-work-section-page .project-preview-card .pill { cursor: pointer; height: 22px; margin-right: 5px; max-width: 22px; overflow: hidden; position: relative; transition: max-width 0.4s; vertical-align: bottom; white-space: nowrap; } .closed-campaign-modal .project-preview-card .pill .icon, .impact-map .project-preview-card .pill .icon, .our-work-section-page .project-preview-card .pill .icon { font-size: 11px; position: absolute; } .closed-campaign-modal .project-preview-card .pill .cw-icon-tools, .impact-map .project-preview-card .pill .cw-icon-tools, .our-work-section-page .project-preview-card .pill .cw-icon-tools { left: 0.23rem; } .closed-campaign-modal .project-preview-card .pill .cw-icon-star, .impact-map .project-preview-card .pill .cw-icon-star, .our-work-section-page .project-preview-card .pill .cw-icon-star { left: 0.25rem; } .closed-campaign-modal .project-preview-card .pill .text, .impact-map .project-preview-card .pill .text, .our-work-section-page .project-preview-card .pill .text { opacity: 0; max-width: 0; transition: max-width 0.4s, opacity 0.4s; visibility: hidden; padding-left: 5px; } .closed-campaign-modal .project-preview-card .pill:hover, .impact-map .project-preview-card .pill:hover, .our-work-section-page .project-preview-card .pill:hover { max-width: 200px; } .closed-campaign-modal .project-preview-card .pill:hover .text, .impact-map .project-preview-card .pill:hover .text, .our-work-section-page .project-preview-card .pill:hover .text { opacity: 1; max-width: 100%; visibility: visible; } .closed-campaign-modal .no-project-results, .impact-map .no-project-results, .our-work-section-page .no-project-results { height: 60px; left: calc(50% - 150px); top: calc(50% - 30px); width: 300px; } .closed-campaign-modal .project-autocomplete, .impact-map .project-autocomplete, .our-work-section-page .project-autocomplete { left: 10px; max-width: 700px; position: absolute; top: 10px; width: calc(100% - 80px); z-index: 99999; text-align: left; } .closed-campaign-modal .project-autocomplete .cw-icon-loop, .impact-map .project-autocomplete .cw-icon-loop, .our-work-section-page .project-autocomplete .cw-icon-loop { right: 10px; top: 14px; } .closed-campaign-modal .project-autocomplete .preinput, .impact-map .project-autocomplete .preinput, .our-work-section-page .project-autocomplete .preinput { top: 26px !important; } .closed-campaign-modal .project-autocomplete-result, .impact-map .project-autocomplete-result, .our-work-section-page .project-autocomplete-result { cursor: pointer; } .closed-campaign-modal .project-autocomplete-result.selected, .closed-campaign-modal .project-autocomplete-result:hover, .impact-map .project-autocomplete-result.selected, .impact-map .project-autocomplete-result:hover, .our-work-section-page .project-autocomplete-result.selected, .our-work-section-page .project-autocomplete-result:hover { background: #f7f7f7; } .closed-campaign-modal .map-button-switcher, .impact-map .map-button-switcher, .our-work-section-page .map-button-switcher { position: absolute; top: 68px; left: 10px; } .closed-campaign-modal .map-container.with-sidebar .mapboxgl-map, .impact-map .map-container.with-sidebar .mapboxgl-map, .our-work-section-page .map-container.with-sidebar .mapboxgl-map { margin: 0; } .closed-campaign-modal .map-container.with-sidebar .project-autocomplete, .impact-map .map-container.with-sidebar .project-autocomplete, .our-work-section-page .map-container.with-sidebar .project-autocomplete { position: relative; width: auto; max-width: 100%; top: 0; left: 0; margin: 0 0 20px; } .closed-campaign-modal .map-container.with-sidebar .sidebar, .impact-map .map-container.with-sidebar .sidebar, .our-work-section-page .map-container.with-sidebar .sidebar { height: 650px; } .closed-campaign-modal .map-container.with-sidebar .sidebar.show-explore-sections .project-details, .closed-campaign-modal .map-container.with-sidebar .sidebar.show-explore-sections .search-results, .impact-map .map-container.with-sidebar .sidebar.show-explore-sections .project-details, .impact-map .map-container.with-sidebar .sidebar.show-explore-sections .search-results, .our-work-section-page .map-container.with-sidebar .sidebar.show-explore-sections .project-details, .our-work-section-page .map-container.with-sidebar .sidebar.show-explore-sections .search-results { max-height: 300px; } .closed-campaign-modal .map-container.with-sidebar .sidebar:not(.show-explore-sections) .project-details, .closed-campaign-modal .map-container.with-sidebar .sidebar:not(.show-explore-sections) .search-results, .impact-map .map-container.with-sidebar .sidebar:not(.show-explore-sections) .project-details, .impact-map .map-container.with-sidebar .sidebar:not(.show-explore-sections) .search-results, .our-work-section-page .map-container.with-sidebar .sidebar:not(.show-explore-sections) .project-details, .our-work-section-page .map-container.with-sidebar .sidebar:not(.show-explore-sections) .search-results { max-height: 520px; } .closed-campaign-modal .map-container.with-sidebar .sidebar:not(.show-explore-sections).impact-map-sidebar .project-details, .closed-campaign-modal .map-container.with-sidebar .sidebar:not(.show-explore-sections).impact-map-sidebar .search-results, .impact-map .map-container.with-sidebar .sidebar:not(.show-explore-sections).impact-map-sidebar .project-details, .impact-map .map-container.with-sidebar .sidebar:not(.show-explore-sections).impact-map-sidebar .search-results, .our-work-section-page .map-container.with-sidebar .sidebar:not(.show-explore-sections).impact-map-sidebar .project-details, .our-work-section-page .map-container.with-sidebar .sidebar:not(.show-explore-sections).impact-map-sidebar .search-results { max-height: 610px; } .closed-campaign-modal .map-container.with-sidebar .search-results .project-search-result-card, .impact-map .map-container.with-sidebar .search-results .project-search-result-card, .our-work-section-page .map-container.with-sidebar .search-results .project-search-result-card { font-size: 12px; line-height: 12px; } .closed-campaign-modal .map-container.with-sidebar .search-results .project-search-result-card:not(:last-child), .impact-map .map-container.with-sidebar .search-results .project-search-result-card:not(:last-child), .our-work-section-page .map-container.with-sidebar .search-results .project-search-result-card:not(:last-child) { border-bottom: 1px solid #dfdfd7; } .closed-campaign-modal .map-container.with-sidebar .search-results .project-search-result-card .country-image, .impact-map .map-container.with-sidebar .search-results .project-search-result-card .country-image, .our-work-section-page .map-container.with-sidebar .search-results .project-search-result-card .country-image { bottom: 15px; left: 15px; width: 30px; height: 23px; } .closed-campaign-modal .map-container.with-sidebar .search-results .project-search-result-card img, .impact-map .map-container.with-sidebar .search-results .project-search-result-card img, .our-work-section-page .map-container.with-sidebar .search-results .project-search-result-card img { max-width: 140px; max-height: 140px; } .closed-campaign-modal .map-container.with-sidebar .project-map-filter-icon, .impact-map .map-container.with-sidebar .project-map-filter-icon, .our-work-section-page .map-container.with-sidebar .project-map-filter-icon { width: 40px; margin-right: 15px; } .closed-campaign-modal .map-container.with-sidebar .project-details, .impact-map .map-container.with-sidebar .project-details, .our-work-section-page .map-container.with-sidebar .project-details { font-size: 12px; line-height: 12px; } .closed-campaign-modal .map-container.with-sidebar .project-details .project-photos img, .impact-map .map-container.with-sidebar .project-details .project-photos img, .our-work-section-page .map-container.with-sidebar .project-details .project-photos img { max-width: 140px; max-height: 140px; } .closed-campaign-modal .map-container.with-sidebar .project-details .project-photos img:not(:last-child), .impact-map .map-container.with-sidebar .project-details .project-photos img:not(:last-child), .our-work-section-page .map-container.with-sidebar .project-details .project-photos img:not(:last-child) { margin-right: 10px; } .closed-campaign-modal .map-container.with-sidebar .project-details .project-photos img:last-child, .impact-map .map-container.with-sidebar .project-details .project-photos img:last-child, .our-work-section-page .map-container.with-sidebar .project-details .project-photos img:last-child { margin-right: 20px; } .closed-campaign-modal .map-container.with-sidebar .project-details .spring-tag, .impact-map .map-container.with-sidebar .project-details .spring-tag, .our-work-section-page .map-container.with-sidebar .project-details .spring-tag { margin-top: -5px; } .closed-campaign-modal .map-container.with-sidebar .project-details .timeline .content, .impact-map .map-container.with-sidebar .project-details .timeline .content, .our-work-section-page .map-container.with-sidebar .project-details .timeline .content { margin-left: -25px; } .closed-campaign-modal .map-container.with-sidebar .project-details .timeline .content .timeline-section:not(:last-of-type):after, .impact-map .map-container.with-sidebar .project-details .timeline .content .timeline-section:not(:last-of-type):after, .our-work-section-page .map-container.with-sidebar .project-details .timeline .content .timeline-section:not(:last-of-type):after { content: ""; display: block; position: absolute; top: 30px; left: 25px; width: 1px; height: 100%; background: #dfdfd7; } .closed-campaign-modal .map-container.with-sidebar .project-details .timeline .content .spring-mark, .impact-map .map-container.with-sidebar .project-details .timeline .content .spring-mark, .our-work-section-page .map-container.with-sidebar .project-details .timeline .content .spring-mark { width: 30px; height: 30px; transform: rotate(-10deg); } .closed-campaign-modal .map-container.with-sidebar .project-details .timeline .content .completion .project-photo, .impact-map .map-container.with-sidebar .project-details .timeline .content .completion .project-photo, .our-work-section-page .map-container.with-sidebar .project-details .timeline .content .completion .project-photo { min-width: 50px; min-height: 50px; } .closed-campaign-modal .map-container.with-sidebar .project-details .timeline .content .completion .checkmark, .impact-map .map-container.with-sidebar .project-details .timeline .content .completion .checkmark, .our-work-section-page .map-container.with-sidebar .project-details .timeline .content .completion .checkmark { width: 20px; height: 20px; bottom: 0; right: -5px; } .closed-campaign-modal .map-container.with-sidebar .map-button-switcher, .impact-map .map-container.with-sidebar .map-button-switcher, .our-work-section-page .map-container.with-sidebar .map-button-switcher { top: 10px; } .closed-campaign-modal .map-container.with-sidebar .no-project-results, .impact-map .map-container.with-sidebar .no-project-results, .our-work-section-page .map-container.with-sidebar .no-project-results { left: calc(50% + 40px); top: calc(50% - 50px); } .impact-wrapper { text-align: left; } .impact-wrapper * { box-sizing: border-box; } .impact-wrapper .mapboxgl-map { height: 650px; margin: 0; } .impact-wrapper .map-container { position: relative; height: 650px; } .impact-wrapper .map-loading { bottom: calc(50% - 25px); color: #fff; position: absolute; text-align: center; width: 100%; z-index: 9999; } .impact-wrapper .map-loading img { background: #fff; border-radius: 4px; padding: 5px; height: 50px; width: 50px; } .impact-wrapper .nice-parallax { height: 1000px; width: 100%; } .impact-wrapper .nice-parallax .swiper-slide { overflow: hidden; } .impact-wrapper .main-slide-text { color: #fff; position: absolute; top: 75px; left: 25px; text-align: left; z-index: 1; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s; transform: translate3d(0, 5%, 0); opacity: 0; } .impact-wrapper .swiper:not(.inner-slider) > .swiper-wrapper > .swiper-slide > .slide-inner:after { content: ""; width: 100%; height: 400px; background: linear-gradient( 0deg, #000, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.5) ); display: block; position: absolute; top: 0; z-index: -1; } .impact-wrapper .nice-parallax .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-size: cover; background-position: 50%; } .impact-wrapper .nice-parallax .slide-inner .cw-icon-location, .impact-wrapper .nice-parallax .slide-inner .cw-icon-man-3 { width: 14px; text-align: center; } .impact-wrapper .nice-parallax .slide-inner .cw-icon-location:before { font-size: 12px; margin-right: 5px; } .impact-wrapper .nice-parallax .slide-inner .cw-icon-man-3 { line-height: 12px; } .impact-wrapper .nice-parallax .slide-inner .cw-icon-man-3:before { font-size: 14px; margin-top: -5px; margin-right: 5px; } .impact-wrapper .slide-inner { display: flex; } .impact-wrapper .inner-slider .swiper-slide, .impact-wrapper .single-card { width: calc(100% - 70px); min-width: 270px; max-width: 450px; height: auto; margin-left: 0; background-color: #fff; border-radius: 4px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s; transform: translate3d(0, 20px, 0); opacity: 0; } .impact-wrapper .inner-slider .swiper-slide p, .impact-wrapper .single-card p { font-size: 15px; } .impact-wrapper .inner-slider { margin-top: 275px; } @media (min-width: 750px) { .impact-wrapper .inner-slider { margin-top: 230px; } } .impact-wrapper .inner-slider .swiper-slide { margin: 40px 10px 0; } @media (min-width: 750px) { .impact-wrapper .inner-slider .swiper-slide { margin-top: 10px; margin-bottom: 10px; } } @media only screen and (max-width: 641px) { .impact-wrapper .inner-slider .swiper-slide { height: -moz-fit-content !important; height: fit-content !important; } } .impact-wrapper .inner-slider .swiper-slide .slide-inner { height: auto; } .impact-wrapper .single-card { align-self: start; margin-left: 25px; margin-top: 230px; width: calc(100% - 60px); max-width: none; } @media only screen and (min-width: 641px) { .impact-wrapper .single-card { margin-left: 30px; } } .impact-wrapper .outer-slider.inactive .inner-slider .swiper-slide, .impact-wrapper .outer-slider.inactive .single-card { transition: none !important; } .impact-wrapper .swiper-slide.swiper-slide-active .main-slide-text, .impact-wrapper .swiper-slide.swiper-slide-active .single-card, .impact-wrapper .swiper-slide.swiper-slide-active .slide-inner .inner-slider .swiper-slide, .impact-wrapper .swiper-slide.swiper-slide-duplicate-active .main-slide-text, .impact-wrapper .swiper-slide.swiper-slide-duplicate-active .single-card, .impact-wrapper .swiper-slide.swiper-slide-duplicate-active .slide-inner .inner-slider .swiper-slide { opacity: 1; transform: translateZ(0); } .impact-wrapper .inner-pagination { text-align: left; top: 8px; padding-left: 25px; position: absolute; color: #fff; z-index: 1; font-family: anonymous-pro, monospace; font-size: 14px; opacity: 0; transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 0.5) 0s; transform: translate3d(0, 10px, 0); pointer-events: none; } @media only screen and (min-width: 750px) { .impact-wrapper .inner-pagination { padding-left: 0; } } @media only screen and (min-width: 1025px) { .impact-wrapper .inner-pagination { text-align: left; bottom: unset; top: 195px; left: 30px; } } @media only screen and (max-width: 750px) { .impact-wrapper .swiper-button-up { right: 60px; background-image: url(/packs/media/images/completed-projects-map/chevron-circle-up-white-84d9fe6b37c7f229a5e873a2be6c5d6f.svg); } .impact-wrapper .swiper-button-down, .impact-wrapper .swiper-button-up { display: block; position: absolute; top: 0; font-size: 20px; width: 30px; height: 30px; background-size: contain; border-radius: 100%; z-index: 1; opacity: 0; transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 0.5) 0s; transform: translate3d(0, 25%, 0) rotate(-90deg); } .impact-wrapper .swiper-button-down { cursor: pointer; right: 20px; background-image: url(/packs/media/images/completed-projects-map/chevron-circle-down-white-038e87ebb8162e6dc5ac51a570310feb.svg); } .impact-wrapper .swiper-slide.swiper-slide-active .swiper-button-down, .impact-wrapper .swiper-slide.swiper-slide-active .swiper-button-up { opacity: 1; transform: translateZ(0) rotate(-90deg) !important; } } .impact-wrapper .swiper-button-disabled { opacity: 0.25 !important; transition: all none !important; cursor: default; } .impact-wrapper .swiper-slide.swiper-slide-active .inner-pagination, .impact-wrapper .swiper-slide.swiper-slide-active .swiper-button-down, .impact-wrapper .swiper-slide.swiper-slide-active .swiper-button-up { opacity: 1; transform: translateZ(0); } .impact-wrapper .swiper-pagination { position: absolute; top: 40px !important; left: 20px !important; z-index: 2; display: flex; width: 50%; max-width: 300px; height: 20px; } @media only screen and (min-width: 1025px) { .impact-wrapper .swiper-pagination { top: 0; } } .impact-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; } @media (min-width: 750px) { .impact-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 30px 0 20px 10px; } } .impact-wrapper .swiper-pagination-bullet { width: 100%; border-radius: 0; height: 20px; background-color: transparent; border-top: 5px solid #fff; opacity: 1; margin: 0 4px; } @media (min-width: 750px) { .impact-wrapper .swiper-pagination-bullet { margin: 30px 0 20px 10px; border-top: 2px solid #fff; } } .impact-wrapper .swiper-pagination-bullet-active { border-color: #ffca0a; } .impact-wrapper .photo-labels { background: linear-gradient(0deg, #f4f5f0 60%, #fff 0); } .impact-wrapper .photo-labels .photo-wd img { min-width: 100%; min-height: 100%; border-radius: inherit; } .impact-wrapper .photo-labels .labels p { font-size: 11px !important; line-height: 11px !important; } .impact-wrapper .photo-labels .labels i { font-size: 14px; } .impact-wrapper .photo-labels .labels i, .impact-wrapper .photo-labels .labels img { margin-right: 5px; } .impact-wrapper .photo-labels .labels .label { padding: 5px; height: 30px; } .impact-wrapper .photo-grid { grid-gap: 3px; gap: 3px; } .impact-wrapper .photo-grid .photo-wd { content: ""; width: 100%; height: 100px; background-size: cover; background-position: 50%; background-color: #9b9b94; } .impact-wrapper .photo-grid .photo-wd:first-child { border-radius: 4px 0 0 4px; } .impact-wrapper .photo-grid .photo-wd:last-child { border-radius: 0 4px 4px 0; } .impact-wrapper .photo-grid .icon { line-height: 1.35rem; font-size: 1.25rem; } .impact-wrapper .project-page-link p { font-size: 14px !important; } .impact-wrapper .project-page-link a { transition: all 0.25s; } .impact-wrapper .project-page-link a:hover { background: #f7f7f7; transition: all 0.25s; } .impact-wrapper .wps-badge { position: relative; width: 50px; height: 50px; } .impact-wrapper .wps-badge:before { background-image: url(/packs/media/images/completed-projects-map/wps-badge-inner-3c5c09c00d85a0c378636d49b3299052.svg); } .impact-wrapper .wps-badge:after, .impact-wrapper .wps-badge:before { content: ""; display: block; position: absolute; width: 54px; height: 54px; background-repeat: no-repeat; background-position: 50%; } .impact-wrapper .wps-badge:after { background-image: url(/packs/media/images/completed-projects-map/wps-badge-outer-d7776b564355a8b2d152b6e72220c0fb.svg); background-size: contain; animation: spin 20s linear infinite; } .impact-wrapper .spring-badge { width: 40px; height: 53px; margin-top: -20px; background-color: #00ac7f; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 20px; border-radius: 0 0 2px 2px; } .impact-wrapper .funding-source, .impact-wrapper .project-details { position: relative; padding-left: 35px; } .impact-wrapper .funding-source h4, .impact-wrapper .project-details h4 { font-weight: 700; } .impact-wrapper .project-details:before { background-image: url(/packs/media/images/completed-projects-map/tick-circle-d3826559ddbd620f862c88b8d700c78a.svg); } .impact-wrapper .funding-source:before, .impact-wrapper .project-details:before { content: ""; display: block; width: 20px; height: 20px; position: absolute; left: 0; top: 0; background-size: contain; background-repeat: no-repeat; background-position: 50%; } .impact-wrapper .funding-source:before { background-image: url(/packs/media/images/completed-projects-map/campaign-b5853e56c9f7e1504c1e910a280b498e.svg); } .impact-wrapper .funding-source:after { border-left: 1px dashed #333232; position: absolute; height: 70%; content: ""; width: 1px; display: block; left: 10px; top: calc(15% + 20px); } .impact-wrapper .impact-wrapper { position: relative; overflow: hidden; background: #000; } .impact-wrapper .layer-toggle-btn, .impact-wrapper .toggle-btn { content: ""; width: 40px; min-height: 40px; max-height: 40px; display: block; background-color: #f4f5f0; position: absolute; z-index: 3; border-radius: 4px; right: 20px; cursor: pointer; } .impact-wrapper .layer-toggle-btn:after, .impact-wrapper .layer-toggle-btn:before, .impact-wrapper .toggle-btn:after, .impact-wrapper .toggle-btn:before { content: ""; width: 40px; height: 40px; position: absolute; background-size: 24px; background-repeat: no-repeat; background-position: 50%; transition: 0.125s; } .impact-wrapper .layer-toggle-btn:active, .impact-wrapper .toggle-btn:active { transform: translateY(2px); } .impact-wrapper .layer-toggle-btn { top: 150px; overflow: hidden; transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1); } .impact-wrapper .layer-toggle-btn:before { background-image: url(/packs/media/images/completed-projects-map/stack-simple-7eb3c06efa9d859e14162da1b10b1f70.svg); } .impact-wrapper .layer-toggle-btn:after { content: none; } .impact-wrapper .layer-toggle-btn.open { width: 120px; transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1); } .impact-wrapper .layer-toggle-btn .layer-options { display: flex; margin-left: 40px; } .impact-wrapper .layer-toggle-btn input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } .impact-wrapper .layer-toggle-btn .layer-opt-wrapper { display: block; position: relative; cursor: pointer; font-size: 0; margin: 5px auto; width: 30px; height: 30px; -moz-user-select: none; -ms-user-select: none; user-select: none; } .impact-wrapper .layer-toggle-btn .checkmark { position: absolute; width: 30px; height: 30px; background-size: cover; border: 2px solid #f4f5f0; border-radius: 4px; opacity: 0.5; transition: opacity 0.25s; } .impact-wrapper .layer-toggle-btn .checkmark:hover { opacity: 0.8; transition: opacity 0.25s; } .impact-wrapper .layer-toggle-btn .checkmark.default { background-image: url(/packs/media/images/completed-projects-map/checkmark-default-0e4f9ba21609a1db08b45f7ea09e10ab.png); } .impact-wrapper .layer-toggle-btn .checkmark.satellite { background-image: url(/packs/media/images/completed-projects-map/checkmark-satellite-e8c7c4db82947aea312b985cc601dee5.png); } .impact-wrapper .layer-toggle-btn .layer-opt-wrapper input:checked ~ .checkmark { border: 2px solid #77a8bb; opacity: 1; } .impact-wrapper .toggle-btn { top: 20px; } .impact-wrapper .toggle-btn:before { background-image: url(/packs/media/images/completed-projects-map/toggle-a-79eae4110bb5f1bb7db66a6a0dc5fa18.svg); } .impact-wrapper .toggle-btn:after { background-image: url(/packs/media/images/completed-projects-map/toggle-b-cbe3e4edd3f91736315916b0ad21e99c.svg); background-size: 0; } .impact-wrapper .toggle-btn.invert:before { background-size: 0; transition: 0.125s; } .impact-wrapper .toggle-btn.invert:after { background-size: 24px; transition: 0.125s; } .impact-wrapper .outer-slider { transition: all 0.2s ease-out 0.25s; } .impact-wrapper .swiper-slide .slide-inner:before { background-image: var(--background-image); } .impact-wrapper .outer-slider > .swiper-wrapper > .swiper-slide > .slide-inner:before { content: ""; display: block; width: 100%; height: 400px; background-size: cover; background-repeat: no-repeat; background-position: 100% 0; position: absolute; top: 0; z-index: -1; } .impact-wrapper .outer-slider > .swiper-wrapper > .swiper-slide > .slide-inner:after, .impact-wrapper .outer-slider > .swiper-wrapper > .swiper-slide > .slide-inner:before { opacity: 1; transition: all 0.3s; } .impact-wrapper .outer-slider.inactive .inner-pagination, .impact-wrapper .outer-slider.inactive .inner-slider > .swiper-wrapper > .swiper-slide:not(.swiper-slide-active), .impact-wrapper .outer-slider.inactive .main-slide-text, .impact-wrapper .outer-slider.inactive .swiper-button-down, .impact-wrapper .outer-slider.inactive .swiper-button-up, .impact-wrapper .outer-slider.inactive .swiper-pagination, .impact-wrapper .outer-slider.inactive > .swiper-wrapper > .swiper-slide > .slide-inner:after, .impact-wrapper .outer-slider.inactive > .swiper-wrapper > .swiper-slide > .slide-inner:before { opacity: 0 !important; transition: all 0.25s; } .impact-wrapper .outer-slider.inactive { pointer-events: none; } .impact-wrapper .outer-slider.inactive .inner-slider .slide-inner { pointer-events: auto !important; } .impact-wrapper .map-wrapper { width: 100%; height: 100%; position: absolute; opacity: 1; transition: all 0.2s linear 0.05s; z-index: 0; overflow: hidden; top: 0; } .impact-wrapper .map-wrapper.inactive { opacity: 0; transition: all 0.2s linear 0s; pointer-events: none; } .impact-wrapper .map-wrapper:after { content: ""; display: block; background-color: transparent; width: 100%; height: 66%; position: absolute; bottom: 0; } .impact-wrapper .map { width: 100%; height: 100%; margin: 0 auto; } .impact-wrapper .mapboxgl-map { height: 100%; } .impact-wrapper .mapboxgl-popup { top: -9px; } .impact-wrapper .mapboxgl-popup-content { background-color: #ffca0a; font-family: proxima-nova; padding: 5px 10px; font-weight: 500; color: #333232; } .impact-wrapper .mapboxgl-popup-tip { border-top-color: #ffca0a !important; border: 6px solid transparent; } .impact-wrapper .spring-popup .mapboxgl-popup-content { background-color: #00ac7f; font-family: proxima-nova; padding: 5px 10px; font-weight: 500; color: #fff; } .impact-wrapper .spring-popup .mapboxgl-popup-tip { border-top-color: #00ac7f !important; } .impact-wrapper .mapboxgl-ctrl-top-right { top: 60px; right: 10px; } .impact-wrapper .mapboxgl-ctrl-group:not(:empty) { box-shadow: none; background-color: transparent; } .impact-wrapper .mapboxgl-ctrl button .mapboxgl-ctrl-icon { background-size: 50%; background-position: 50%; } .impact-wrapper .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon { background-image: url(/packs/media/images/completed-projects-map/plus_1-0ab8254bce86b1e7188cfc1d893393ad.svg); } .impact-wrapper .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon { background-image: url(/packs/media/images/completed-projects-map/minus_1-166892765d0ad476eaadd12a0aabe671.svg); } .impact-wrapper .mapboxgl-ctrl-group button { width: 40px; height: 35px; background-color: #f4f5f0; } .impact-wrapper .mapboxgl-ctrl-group button.mapboxgl-ctrl-zoom-in { border-radius: 4px 4px 0 0; } .impact-wrapper .mapboxgl-ctrl-group button.mapboxgl-ctrl-zoom-out { border-radius: 0 0 4px 4px; } .impact-wrapper .mapboxgl-ctrl-group button:active { transform: translateY(2px); } .impact-wrapper .mapboxgl-ctrl button:not(:disabled):hover { background-color: #f7f7f7; } @media only screen and (min-width: 500px) { .impact-wrapper .inner-slider .swiper-slide { max-width: 380px; } .impact-wrapper .layer-toggle-btn.open { max-height: 120px; width: 40px; } .impact-wrapper .layer-toggle-btn .layer-options { display: block; margin-left: 0; margin-top: 40px; } } @media only screen and (min-width: 750px) { .impact-wrapper .impact-wrapper { border-radius: 4px; } .impact-wrapper .nice-parallax { height: 575px; border-radius: 4px; } .impact-wrapper .main-slide-text { top: auto; left: auto; bottom: 80px; right: 60px; text-align: right; } .impact-wrapper .swiper-pagination { left: auto !important; bottom: 17px !important; top: unset !important; right: 60px; width: 30% !important; } .impact-wrapper .inner-slider { margin-top: 0; } .impact-wrapper .inner-slider .swiper-slide, .impact-wrapper .single-card { margin-left: 60px; } .impact-wrapper .single-card { align-self: center; margin-top: 0; max-width: 380px; } .impact-wrapper .outer-slider > .swiper-wrapper > .swiper-slide > .slide-inner:before { height: 100%; background-size: cover; background-position: 50%; } .impact-wrapper .swiper:not(.inner-slider) > .swiper-wrapper > .swiper-slide > .slide-inner:after { background: linear-gradient( 0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 35%, transparent ); top: auto; bottom: 0; } .impact-wrapper .map-wrapper { border-radius: 4px; } .impact-wrapper .map-wrapper:after { display: none; } .impact-wrapper .inner-pagination { top: auto; bottom: 105px; left: 455px; -ms-writing-mode: tb-lr; writing-mode: vertical-lr; transform: translate3d(0, 25%, 0); margin-left: 8px; } .impact-wrapper .swiper-button-up { bottom: 55px; background-image: url(/packs/media/images/completed-projects-map/chevron-circle-up-white-84d9fe6b37c7f229a5e873a2be6c5d6f.svg); } .impact-wrapper .swiper-button-down, .impact-wrapper .swiper-button-up { display: block; position: absolute; left: 455px; font-size: 20px; width: 30px; height: 30px; background-size: contain; border-radius: 100%; z-index: 1; opacity: 0; transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; transform: translate3d(0, 25%, 0); } .impact-wrapper .swiper-button-down { cursor: pointer; bottom: 15px; background-image: url(/packs/media/images/completed-projects-map/chevron-circle-down-white-038e87ebb8162e6dc5ac51a570310feb.svg); } } @keyframes spin { 0% { transform: rotate(0deg); } to { transform: rotate(1turn); } } @media only screen and (min-width: 875px) { .inner-pagination { left: 430px; } } @media only screen and (min-width: 1025px) { .inner-pagination { left: 455px; } } .increase-your-impact-form { max-width: 980px; } .increase-your-impact-form .increase-your-impact-inputs-container button { height: -moz-fit-content !important; height: fit-content !important; width: -moz-fit-content !important; width: fit-content !important; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider { position: relative; margin: 55px 0 20px; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider output { position: absolute; bottom: 22px; transform: translateX(-50%); background-image: url(/packs/media/images/components/increase-impact-slider-control-0778d0074beb7626c10a090cc23ed373.svg); background-repeat: no-repeat; height: 36px; width: 46px; font-size: 14px; padding-top: 6px; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider input[type="range"] { -webkit-appearance: none; width: 100%; background: transparent; pointer-events: none; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider input[type="range"]::-moz-focus-outer { border: 0; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider input[type="range"]::-webkit-slider-runnable-track { background: #036; border-radius: 4px; border: 1px solid #71716c; outline: none; height: 7px; cursor: pointer; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider input[type="range"]::-webkit-slider-thumb { position: relative; top: -6px; border: 1px solid #036; background: #fff; height: 18px; width: 18px; border-radius: 50%; cursor: pointer; -webkit-appearance: none; pointer-events: auto; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider input[type="range"]::-moz-range-track { background: #036; border-radius: 4px; border: 1px solid #71716c; outline: none; height: 7px; cursor: pointer; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider input[type="range"]::-moz-range-thumb { position: relative; top: -6px; border: 1px solid #036; background: #fff; height: 18px; width: 18px; border-radius: 50%; cursor: pointer; pointer-events: auto; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider input[type="range"]::-ms-track { height: 7px; cursor: pointer; background: transparent; border-color: transparent; color: transparent; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider input[type="range"]::-ms-fill-lower { background: #036; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider input[type="range"]::-ms-fill-upper { background: #036; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .increase-your-impact-form .increase-your-impact-inputs-container .increase-by-slider input[type="range"]::-ms-thumb { position: relative; top: -6px; border: 1px solid #036; background: #fff; height: 18px; width: 18px; border-radius: 50%; cursor: pointer; pointer-events: auto; } .increase-your-impact-form .increase-your-impact-info-container .box-arrow { background-image: url(/packs/media/images/components/box-arrow-9afa81cce57a16be90e3dcae61a84f70.svg); background-repeat: no-repeat; width: 13px; height: 23px; } .increase-your-impact-form .increase-your-impact-info-container .box-arrow-point-down { left: 50%; top: -7px; transform: translateX(-50%) rotate(90deg); } .increase-your-impact-form .increase-your-impact-info-container .box-arrow-point-right { left: -2px; top: 50%; transform: translateY(-50%); } .increase-your-impact-form .increase-your-impact-info-container .donation-tree-container .tree-animation { height: inherit; width: inherit; } .increase-your-impact-form .increase-your-impact-info-container .yellow-circle { cursor: pointer; background-color: #ffc907; color: #fff; width: 16px; height: 16px; border-radius: 8px; font-size: 16px; display: inline-block; } @media only screen and (min-width: 1025px) { .journey-player { display: flex; } } @media only screen and (min-width: 1025px) { .journey-player .video { margin-right: 20px; width: 75%; } } .journey-player .playlist { margin-top: 20px; position: relative; } @media only screen and (min-width: 1025px) { .journey-player .playlist { margin-left: auto; margin-top: 0; width: 25%; } } .journey-player .playlist .cw-icon-angle-down, .journey-player .playlist .cw-icon-angle-up { display: none; } @media only screen and (min-width: 1025px) { .journey-player .playlist .cw-icon-angle-down, .journey-player .playlist .cw-icon-angle-up { color: #71716c; cursor: pointer; display: block; font-size: 24px; left: calc(50% - 8px); position: absolute; } } .journey-player .playlist .swiper-button-disabled { opacity: 0.4; } .journey-player .playlist .cw-icon-angle-up { top: -30px; } .journey-player .playlist .cw-icon-angle-down { bottom: -30px; } .journey-player .swiper-container { height: 100px; } @media only screen and (min-width: 1025px) { .journey-player .swiper-container { height: 405px; } } .journey-player .swiper-slide { cursor: pointer; } .journey-player .thumbnail { background-position: 50%; background-size: cover; height: 100%; } .journey-player .thumbnail:before { background: #fff; content: ""; display: block; height: 100%; opacity: 0.4; width: 100%; } .journey-player .thumbnail span { bottom: 0; color: #fff; font-size: 15px; font-weight: 700; padding: 10px; position: absolute; } .journey-player .thumbnail.active { outline-offset: -5px; outline: 5px solid #036; } .journey-player .thumbnail.active:before { display: none; } @media only screen and (min-width: 1025px) { .mailing-list-intercept .modal-inner { width: 800px; margin: 100px auto; } } .mailing-list-intercept .swiper-slide { height: auto; opacity: 0.5; } @media only screen and (min-width: 1025px) { .mailing-list-intercept .card { min-height: 380px; } } .mailing-list-intercept .swiper-slide-active { opacity: 1; } @media only screen and (min-width: 1025px) { .mailing-list-intercept .swiper-slide-active { width: 600px !important; } } .mailing-list-intercept .swiper-button-disabled { opacity: 0.25; cursor: auto !important; transition: opacity 0.15s; } .mailing-list-intercept .next, .mailing-list-intercept .prev { font-size: 30px; height: 50px; outline: none; top: calc(50% - 30px); width: 50px; z-index: 100000; } .mailing-list-intercept .next i, .mailing-list-intercept .prev i { line-height: 45px; text-align: center; } .mailing-list-intercept .prev { left: 5px; } @media only screen and (min-width: 1025px) { .mailing-list-intercept .prev { left: 20px; } } .mailing-list-intercept .next { right: 5px; } @media only screen and (min-width: 1025px) { .mailing-list-intercept .next { right: 20px; } } .new-campaign-modal .campaign-dates input { text-indent: 30px; } .new-campaign-modal .campaign-dates i { top: 25%; } @media only screen and (min-width: 641px) { .people-served-input:not(.people-served-input--always-mobile) .amount:after { clear: both; content: ""; display: table; } } .people-served-input:not(.people-served-input--always-mobile) .amount input { width: 100%; position: relative; } @media only screen and (min-width: 641px) { .people-served-input:not(.people-served-input--always-mobile) .amount input { float: left; width: 55%; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } } @media only screen and (min-width: 641px) { .people-served-input:not(.people-served-input--always-mobile) .amount .postinput { right: 45%; } } .people-served-input:not(.people-served-input--always-mobile) .amount .served { width: 100%; font-size: 14px; line-height: 1.1em; background: #e9eae4; color: #036; padding: 13px 8px 10px; border: 1px solid #c1c1ba; border-radius: 4px; z-index: -1; text-align: center; margin-top: -5px; } @media only screen and (min-width: 641px) { .people-served-input:not(.people-served-input--always-mobile) .amount .served { display: table; width: 45%; font-size: 13px; line-height: 1.1em; float: left; padding: 0 8px; height: 48px; margin-top: 0; text-align: left; border-style: solid solid solid none; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } } .people-served-input:not(.people-served-input--always-mobile) .amount .served div, .people-served-input:not(.people-served-input--always-mobile) .amount .served i { vertical-align: middle; display: inline-block; } @media only screen and (min-width: 641px) { .people-served-input:not(.people-served-input--always-mobile) .amount .served div, .people-served-input:not(.people-served-input--always-mobile) .amount .served i { display: table-cell; } } @media only screen and (min-width: 641px) { .people-served-input:not(.people-served-input--always-mobile) .amount .served div { max-width: 85%; } } .people-served-input:not(.people-served-input--always-mobile) .amount .served i { display: none; font-size: 28px; } @media only screen and (min-width: 641px) { .people-served-input:not(.people-served-input--always-mobile) .amount .served i { display: table-cell; } } .people-served-input:not(.people-served-input--always-mobile) .postinput, .people-served-input:not(.people-served-input--always-mobile) .preinput { top: 17px; transform: none; letter-spacing: 1px; } @media only screen and (min-width: 641px) { .people-served-input:not(.people-served-input--always-mobile) .postinput, .people-served-input:not(.people-served-input--always-mobile) .preinput { top: 51%; transform: translateY(-50%); } } .people-served-input.people-served-input--always-mobile .amount input { width: 100%; position: relative; } .people-served-input.people-served-input--always-mobile .amount .served { width: 100%; font-size: 14px; line-height: 1.1em; background: #e9eae4; color: #036; padding: 13px 8px 10px; border: 1px solid #c1c1ba; border-radius: 4px; z-index: -1; text-align: center; margin-top: -5px; } .people-served-input.people-served-input--always-mobile .amount .served div, .people-served-input.people-served-input--always-mobile .amount .served i { vertical-align: middle; display: inline-block; } .people-served-input.people-served-input--always-mobile .amount .served i { display: none; font-size: 28px; } .people-served-input.people-served-input--always-mobile .postinput, .people-served-input.people-served-input--always-mobile .preinput { top: 17px; transform: none; letter-spacing: 1px; } .people-served-input.people-served-input--always-mobile .served { color: #333232 !important; font-weight: 400 !important; } .people-served-input.people-served-input--always-mobile .parsley-errors-list { margin: 0; } .people-served-input.people-served-input--always-mobile .parsley-errors-list.filled { margin-top: 10px; } .profile-drawer .checklist li:not(.parsley-custom-error-message), .team-admin-drawer .checklist li:not(.parsley-custom-error-message) { background-color: #f7fcff; position: relative; padding: 20px 0; transition: background-color 0.15s linear; } @media only screen and (min-width: 1025px) { .profile-drawer .checklist li:not(.parsley-custom-error-message), .team-admin-drawer .checklist li:not(.parsley-custom-error-message) { height: 80px; padding: 10px 0; } } .profile-drawer .checklist li:not(.parsley-custom-error-message) .item-button, .team-admin-drawer .checklist li:not(.parsley-custom-error-message) .item-button { text-transform: uppercase; letter-spacing: 0.1em; border-radius: 4px; border: 0; font-weight: 500; display: block; } @media only screen and (max-width: 1024px) { .profile-drawer .checklist li:not(.parsley-custom-error-message) .item-button, .team-admin-drawer .checklist li:not(.parsley-custom-error-message) .item-button { font-size: 13px; border: 0; padding: 0; color: #036; transition: color 0.15s; line-height: normal; margin-top: 10px; } .profile-drawer .checklist li:not(.parsley-custom-error-message) .item-button:hover, .team-admin-drawer .checklist li:not(.parsley-custom-error-message) .item-button:hover { color: #004d99; } } @media only screen and (min-width: 1025px) { .profile-drawer .checklist li:not(.parsley-custom-error-message) .item-button, .team-admin-drawer .checklist li:not(.parsley-custom-error-message) .item-button { background-color: #036; font-size: 13px; padding: 0 15px; height: 32px; line-height: 32px; transition: background-color 0.15s; color: #fff; } .profile-drawer .checklist li:not(.parsley-custom-error-message) .item-button:hover, .team-admin-drawer .checklist li:not(.parsley-custom-error-message) .item-button:hover { background-color: #004d99; } } .profile-drawer .checklist li:not(.parsley-custom-error-message) .item, .team-admin-drawer .checklist li:not(.parsley-custom-error-message) .item { padding: 0 20px; } .profile-drawer .checklist li:not(.parsley-custom-error-message) .item .description, .team-admin-drawer .checklist li:not(.parsley-custom-error-message) .item .description { margin-top: 5px; } .profile-drawer .checklist li:not(.parsley-custom-error-message) .checkmark, .team-admin-drawer .checklist li:not(.parsley-custom-error-message) .checkmark { margin-left: -11px; border-color: #c1c1ba; } .profile-drawer .checklist li:not(.parsley-custom-error-message) .checkmark.completed, .team-admin-drawer .checklist li:not(.parsley-custom-error-message) .checkmark.completed { background-color: #036; } .profile-drawer .checklist li:not(.parsley-custom-error-message):after, .profile-drawer .checklist li:not(.parsley-custom-error-message):before, .team-admin-drawer .checklist li:not(.parsley-custom-error-message):after, .team-admin-drawer .checklist li:not(.parsley-custom-error-message):before { content: ""; height: 50%; position: absolute; border-left: 1px solid #c1c1ba; } .profile-drawer .checklist li:not(.parsley-custom-error-message):before, .team-admin-drawer .checklist li:not(.parsley-custom-error-message):before { top: 0; } .profile-drawer .checklist li:not(.parsley-custom-error-message):after, .team-admin-drawer .checklist li:not(.parsley-custom-error-message):after { bottom: 0; } .profile-drawer .checklist li:not(.parsley-custom-error-message):first-child:before, .profile-drawer .checklist li:not(.parsley-custom-error-message):last-child:after, .team-admin-drawer .checklist li:not(.parsley-custom-error-message):first-child:before, .team-admin-drawer .checklist li:not(.parsley-custom-error-message):last-child:after { display: none; } .profile-drawer .checklist li:not(.parsley-custom-error-message).inactive, .team-admin-drawer .checklist li:not(.parsley-custom-error-message).inactive { background-color: #fff; color: #71716c; } @media only screen and (min-width: 1025px) { .profile-drawer .checklist li:not(.parsley-custom-error-message).inactive .text, .team-admin-drawer .checklist li:not(.parsley-custom-error-message).inactive .text { transform: translate3d(0, 11px, 0) scale3d(0.975, 0.975, 1); transition: transform 0.25s cubic-bezier(0.85, 0, 0.15, 1); transform-origin: center left; } } @media only screen and (min-width: 1025px) { .profile-drawer .checklist li:not(.parsley-custom-error-message).inactive .description, .team-admin-drawer .checklist li:not(.parsley-custom-error-message).inactive .description { opacity: 0; transition: opacity 0.25s ease-in; } .profile-drawer .checklist li:not(.parsley-custom-error-message).inactive .item-button, .team-admin-drawer .checklist li:not(.parsley-custom-error-message).inactive .item-button { opacity: 0; transition: opacity 0.3s ease-in; } } .profile-drawer .checklist li:not(.parsley-custom-error-message).inactive:hover, .team-admin-drawer .checklist li:not(.parsley-custom-error-message).inactive:hover { background-color: #f7f7f7; color: #1a1a1a; } .profile-drawer .checklist li:not(.parsley-custom-error-message).inactive:hover .text, .team-admin-drawer .checklist li:not(.parsley-custom-error-message).inactive:hover .text { transform: translateZ(0) scaleX(1); } .profile-drawer .checklist li:not(.parsley-custom-error-message).inactive:hover .description, .profile-drawer .checklist li:not(.parsley-custom-error-message).inactive:hover .item-button, .team-admin-drawer .checklist li:not(.parsley-custom-error-message).inactive:hover .description, .team-admin-drawer .checklist li:not(.parsley-custom-error-message).inactive:hover .item-button { opacity: 1; } .profile-drawer .drawer-toggle, .team-admin-drawer .drawer-toggle { bottom: -48px; } .profile-drawer .impact-label, .team-admin-drawer .impact-label { font-size: 13px !important; } .profile-drawer .message-modal .message-inputs, .team-admin-drawer .message-modal .message-inputs { margin: 0 -40px; } .profile-drawer .message-modal .profile-campaign-field-errors ul, .team-admin-drawer .message-modal .profile-campaign-field-errors ul { margin: 0; } .profile-drawer .message-modal .profile-campaign-field-errors ul li, .team-admin-drawer .message-modal .profile-campaign-field-errors ul li { padding: 0; height: 3em; background: none; } .profile-drawer .message-modal .tab-wrapper .sm-tabs li.active, .team-admin-drawer .message-modal .tab-wrapper .sm-tabs li.active { background-color: #036 !important; border-bottom: none !important; } .profile-drawer .message-modal .tab-wrapper .sm-tabs li.active a, .team-admin-drawer .message-modal .tab-wrapper .sm-tabs li.active a { color: #fff !important; } .profile-drawer .message-modal .tab-wrapper .sm-tabs li:after, .profile-drawer .message-modal .tab-wrapper .sm-tabs li:before, .team-admin-drawer .message-modal .tab-wrapper .sm-tabs li:after, .team-admin-drawer .message-modal .tab-wrapper .sm-tabs li:before { display: none; } .profile-drawer .message-modal .video-cta, .team-admin-drawer .message-modal .video-cta { background-color: #f4f0d5 !important; } .profile-drawer .goal-amount-modal .goal-amount-modal-people-served, .team-admin-drawer .goal-amount-modal .goal-amount-modal-people-served { margin-top: 20px; } .profile-drawer .goal-amount-modal .goal-amount-modal-people-served input, .team-admin-drawer .goal-amount-modal .goal-amount-modal-people-served input { height: 52px; width: 100% !important; border-radius: 4px !important; color: #036; font-family: Kazimir, Georgia, Cambria, Times New Roman, Times, serif; font-size: 26px; } .profile-drawer .goal-amount-modal .goal-amount-modal-people-served input:focus, .team-admin-drawer .goal-amount-modal .goal-amount-modal-people-served input:focus { border-color: #036; } .profile-drawer .goal-amount-modal .goal-amount-modal-people-served .postinput, .profile-drawer .goal-amount-modal .goal-amount-modal-people-served .preinput, .team-admin-drawer .goal-amount-modal .goal-amount-modal-people-served .postinput, .team-admin-drawer .goal-amount-modal .goal-amount-modal-people-served .preinput { color: #9b9b94; } @media only screen and (min-width: 641px) { .profile-drawer .goal-amount-modal .goal-amount-modal-people-served .postinput, .profile-drawer .goal-amount-modal .goal-amount-modal-people-served .preinput, .team-admin-drawer .goal-amount-modal .goal-amount-modal-people-served .postinput, .team-admin-drawer .goal-amount-modal .goal-amount-modal-people-served .preinput { top: 24% !important; } } .profile-drawer .goal-amount-modal .goal-amount-modal-people-served .postinput, .team-admin-drawer .goal-amount-modal .goal-amount-modal-people-served .postinput { right: 0 !important; text-transform: uppercase; } .profile-drawer .goal-amount-modal .goal-amount-modal-people-served .served, .team-admin-drawer .goal-amount-modal .goal-amount-modal-people-served .served { margin-top: 10px !important; background-color: #f4f5f0 !important; width: 100%; border: 0; font-size: medium; text-align: center; color: #333232; } .profile-drawer .goal-amount-modal .goal-amount-modal-people-served .cw-icon-man, .team-admin-drawer .goal-amount-modal .goal-amount-modal-people-served .cw-icon-man { display: none !important; } .profile-drawer .social-share-modal .clipboard-button button, .team-admin-drawer .social-share-modal .clipboard-button button { color: #fff; text-transform: uppercase; height: 32px; line-height: 13px; font-size: 13px; padding: 0 15px; border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; background-color: #036 !important; } .profile-drawer .social-share-modal .clipboard-button button:hover, .team-admin-drawer .social-share-modal .clipboard-button button:hover { background-color: #004d99 !important; } .profile-drawer .stats .dollar-sup, .team-admin-drawer .stats .dollar-sup { font-size: 14px; margin-right: 3px; font-family: Proxima Nova, sans-serif; } .profile-drawer .stats .progress-meter-wrapper, .team-admin-drawer .stats .progress-meter-wrapper { left: 50%; transform: translateX(-50%); } .profile-drawer .stats .progress-meter, .team-admin-drawer .stats .progress-meter { left: 38%; top: -0.2em; } .profile-drawer .stats .progress, .team-admin-drawer .stats .progress { transform: rotate(-90deg); width: 60px; height: 60px; } .profile-drawer .stats .progress-meter, .profile-drawer .stats .progress-value, .team-admin-drawer .stats .progress-meter, .team-admin-drawer .stats .progress-value { fill: none; } .profile-drawer .stats .progress-meter, .team-admin-drawer .stats .progress-meter { stroke: #e6e6e6; } .profile-drawer .stats .progress-value, .team-admin-drawer .stats .progress-value { stroke: #036; stroke-linecap: round; animation: draw 0.5s linear forwards; } .profile-drawer .stats .progress-wrapper, .team-admin-drawer .stats .progress-wrapper { width: 60px; height: 60px; } .profile-drawer .stats .profile-progress-logo, .team-admin-drawer .stats .profile-progress-logo { top: 0; left: 0; padding: 15px; width: 60px; height: 60px; } .profile-drawer .stats .crossed-eye, .team-admin-drawer .stats .crossed-eye { font-size: 12px; } .profile-drawer .profile-share-image-wrapper, .team-admin-drawer .profile-share-image-wrapper { height: 0; padding-bottom: 100%; } .profile-drawer .profile-share-image-wrapper.loading, .team-admin-drawer .profile-share-image-wrapper.loading { background-image: url(/packs/media/images/icons/loading-67f11ff18ca227dd4eca45c63e090376.gif); background-repeat: no-repeat; background-position: 50%; } .profile-drawer .asset-generator-page-container:before, .team-admin-drawer .asset-generator-page-container:before { background-color: #fff; } .profile-drawer .asset-generator-page-container .generated-asset-body, .team-admin-drawer .asset-generator-page-container .generated-asset-body { font-family: Proxima Nova, sans-serif; margin: 0; position: relative; background-color: #f7f7f7; transform-origin: top left; } .profile-drawer .asset-generator-page-container .generated-asset-body:after, .team-admin-drawer .asset-generator-page-container .generated-asset-body:after { content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 33.33%; z-index: 1; } .profile-drawer .asset-generator-page-container .generated-asset-page-wrapper, .team-admin-drawer .asset-generator-page-container .generated-asset-page-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; z-index: 2; } .profile-drawer .asset-generator-page-container .generated-asset-image-wrapper, .team-admin-drawer .asset-generator-page-container .generated-asset-image-wrapper { flex: 1 1; padding: 0 30px; } .profile-drawer .asset-generator-page-container .generated-asset-image, .team-admin-drawer .asset-generator-page-container .generated-asset-image { display: block; width: 100%; height: 100%; background-size: cover; background-position: 50%; } .profile-drawer .asset-generator-page-container .custom-text p, .team-admin-drawer .asset-generator-page-container .custom-text p { padding: 20px 0 10px; font-size: 17px; max-width: 230px; margin: 0 auto; text-align: center; font-weight: 500; font-style: normal; line-height: 1.2; } .profile-drawer .asset-generator-page-container .theme-button, .team-admin-drawer .asset-generator-page-container .theme-button { width: 35px; height: 35px; padding: 0; border-radius: 50%; box-shadow: 0 0 0 4px #fff, 0 0 0 5px #c1c1ba; transition: background-color 0.2s, box-shadow 0.2s; } .profile-drawer .asset-generator-page-container .theme-button:focus, .team-admin-drawer .asset-generator-page-container .theme-button:focus { box-shadow: 0 0 0 4px #fff, 0 0 0 5px #036; } .profile-drawer .asset-generator-page-container .theme-button.selected, .team-admin-drawer .asset-generator-page-container .theme-button.selected { box-shadow: 0 0 0 4px #fff, 0 0 0 6px #036; } .profile-drawer .asset-generator-page-container .label-switch input[type="checkbox"]:checked + .checkbox, .team-admin-drawer .asset-generator-page-container .label-switch input[type="checkbox"]:checked + .checkbox { background: #036; } .profile-drawer .asset-generator-page-container .banner-instruction-text a, .team-admin-drawer .asset-generator-page-container .banner-instruction-text a { color: #036; font-weight: 500; text-decoration: underline; } .profile-drawer .asset-generator-page-container .banner-instruction-text a:hover, .team-admin-drawer .asset-generator-page-container .banner-instruction-text a:hover { color: #004080; } .profile-drawer .asset-generator-page-container .banner, .team-admin-drawer .asset-generator-page-container .banner { width: 100%; margin-top: 10px; padding-bottom: 20px; display: flex; } .profile-drawer .asset-generator-page-container .banner p, .team-admin-drawer .asset-generator-page-container .banner p { margin: 0; padding: 0; line-height: 1.25; color: #fff; } .profile-drawer .asset-generator-page-container .banner .banner-title, .team-admin-drawer .asset-generator-page-container .banner .banner-title { padding: 2px 20px 3px; color: #fff; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 14px; text-align: center; } .profile-drawer .asset-generator-page-container .banner .banner-url-text, .team-admin-drawer .asset-generator-page-container .banner .banner-url-text { font-size: 13px; } .profile-drawer .asset-generator-page-container .banner-block, .team-admin-drawer .asset-generator-page-container .banner-block { flex: 1 1; } .profile-drawer .asset-generator-page-container .banner-block:nth-child(2), .team-admin-drawer .asset-generator-page-container .banner-block:nth-child(2) { margin-left: 10px; } .profile-drawer .asset-generator-page-container .banner-content, .team-admin-drawer .asset-generator-page-container .banner-content { padding: 0 20px; text-align: center; } .profile-drawer .asset-generator-page-container .no-banner-spacer, .team-admin-drawer .asset-generator-page-container .no-banner-spacer { margin-top: 20px; } .profile-drawer .asset-generator-page-container .banner-url, .team-admin-drawer .asset-generator-page-container .banner-url { position: relative; } .profile-drawer .asset-generator-page-container .banner-profile-active, .team-admin-drawer .asset-generator-page-container .banner-profile-active { padding-top: 15px; } .profile-drawer .asset-generator-page-container .banner-profile-active .banner-avatar, .team-admin-drawer .asset-generator-page-container .banner-profile-active .banner-avatar { position: absolute; left: 50%; top: -50px; transform: translateX(-50%); } .profile-drawer .asset-generator-page-container .banner-profile-active .banner-avatar img, .team-admin-drawer .asset-generator-page-container .banner-profile-active .banner-avatar img { display: block; border-radius: 50%; border: 2px solid; } .profile-drawer .asset-generator-page-container .lifetime-impact-value, .team-admin-drawer .asset-generator-page-container .lifetime-impact-value { font-weight: 500; margin-bottom: 10px; margin-top: 10px; } .activity-feed-container.loading:after { content: ""; background-image: url(/packs/media/images/icons/loading-67f11ff18ca227dd4eca45c63e090376.gif); background-size: contain; height: 60px; width: 60px; top: 20px; left: 48.9%; z-index: 1; position: absolute; } .breadcrumbs-container { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; width: 100%; } @media only screen and (min-width: 641px) { .breadcrumbs-container { flex-direction: row; justify-content: space-around; padding: 30px 0 20px; } } .breadcrumbs-container--with-line .breadcrumb-wrapper { position: relative; } .breadcrumbs-container--with-line .breadcrumb-wrapper:after, .breadcrumbs-container--with-line .breadcrumb-wrapper:before { background: #dfdfd7; content: ""; height: 100%; position: absolute; width: 1px; } @media only screen and (min-width: 641px) { .breadcrumbs-container--with-line .breadcrumb-wrapper:after, .breadcrumbs-container--with-line .breadcrumb-wrapper:before { height: 1px; top: 12.5px; width: 50%; } } .breadcrumbs-container--with-line .breadcrumb-wrapper:before { display: none; } @media only screen and (min-width: 641px) { .breadcrumbs-container--with-line .breadcrumb-wrapper:before { display: block; left: 0; } } .breadcrumbs-container--with-line .breadcrumb-wrapper:after { left: 12.5px; } @media only screen and (min-width: 641px) { .breadcrumbs-container--with-line .breadcrumb-wrapper:after { right: 0; left: inherit; } } .breadcrumbs-container--with-line .breadcrumb-wrapper:first-child:before, .breadcrumbs-container--with-line .breadcrumb-wrapper:last-child:after { display: none; } .breadcrumbs-container--with-line .breadcrumb-wrapper .checkmark { z-index: 1; } .breadcrumb-wrapper { align-items: flex-start; display: flex; flex-direction: row; justify-content: center; } @media only screen and (min-width: 641px) { .breadcrumb-wrapper { align-items: center; flex-direction: column; } } .breadcrumb-wrapper .checkmark { align-items: center; background-color: #f7f7f7; border-radius: 50%; border: 1px solid #dfdfd7; display: flex; height: 25px; justify-content: center; margin-right: 10px; width: 25px; } @media only screen and (min-width: 641px) { .breadcrumb-wrapper .checkmark { margin-right: 0; } } .breadcrumb-wrapper .checkmark .cw-icon-ok { display: none; } .breadcrumb-wrapper .checkmark.completed { background-color: #14a947; border: 0; } .breadcrumb-wrapper .checkmark.completed .cw-icon-ok { color: #fff; display: block; font-size: 15px; } .breadcrumb-wrapper .screen-title { color: #9b9b94; } .breadcrumb-wrapper .screen-title.active { color: #000; } .clipboard-button { display: flex; width: 100%; } .clipboard-button input { overflow: hidden; height: 48px; border: 1px solid #c1c1ba; border-radius: 3px 0 0 3px; padding: 15px 0 15px 13px; color: #c1c1ba; } .clipboard-button .input-group-button button { background-color: #eee; border-radius: 0 3px 3px 0; border: 1px solid #c1c1ba; border-left-style: none; padding: 0 10px 0 11px; height: 48px; line-height: 48px; width: 48px; font-size: inherit; } .clipboard-button .input-group-button button img { width: 15px; } .prodash-version .activity-feed .avatar-initial, .prodash-version .activity-feed img:not(.campaign-update-lightbulb):not(.zero-state) { width: 50px !important; height: 50px !important; line-height: 50px !important; } .prodash-version .activity-feed .media:not(:last-of-type) .media-left:after { content: none; } .prodash-version .activity-feed .media .media-left { min-width: 50px; } .prodash-version .activity-feed .media .media-left .avatar-initial, .prodash-version .activity-feed .media .media-left img { border-radius: 9999px; } .prodash-version .activity-feed .media .media-left .spring-badge { top: 40px; height: 20px; padding: 0 10px; display: flex; align-items: center; font-size: 10px; } .prodash-version .activity-feed .user-reply .media-heading :not(.delete-comment):not(i) { text-transform: uppercase; letter-spacing: 0.05em; font-size: 12px; } .activity-feed-container .comments-header h3, .activity-feed .comments-header h3, .comments .comments-header h3 { width: 100%; line-height: 33px; margin-bottom: 0; } .activity-feed-container .no-comments, .activity-feed .no-comments, .comments .no-comments { margin: 100px 0; } .activity-feed-container .media:hover .delete-comment, .activity-feed .media:hover .delete-comment, .comments .media:hover .delete-comment { visibility: visible; } .activity-feed-container .media .delete-comment, .activity-feed .media .delete-comment, .comments .media .delete-comment { color: #fa575d; position: absolute; right: 15px; visibility: hidden; font-style: normal; } .activity-feed-container .media .delete-comment i, .activity-feed .media .delete-comment i, .comments .media .delete-comment i { margin-right: 10px; } .activity-feed-container .media .media-body, .activity-feed-container .media .media-left, .activity-feed .media .media-body, .activity-feed .media .media-left, .comments .media .media-body, .comments .media .media-left { display: table-cell; vertical-align: top; } .activity-feed-container .media .media-left img, .activity-feed .media .media-left img, .comments .media .media-left img { border-radius: 4px; } .activity-feed-container .media:not(:last-of-type) .media-left:after, .activity-feed .media:not(:last-of-type) .media-left:after, .comments .media:not(:last-of-type) .media-left:after { content: ""; display: block; position: absolute; top: 20px; left: 30px; width: 1px; height: 100%; background: #dfdfd7; z-index: -1; } .activity-feed-container .media .media-left, .activity-feed .media .media-left, .comments .media .media-left { position: relative; min-width: 60px; } .activity-feed-container .media .media-left .avatar-initial, .activity-feed .media .media-left .avatar-initial, .comments .media .media-left .avatar-initial { width: 60px; height: 60px; line-height: 60px; font-size: 20px; } .activity-feed-container .media .media-left .star, .activity-feed .media .media-left .star, .comments .media .media-left .star { position: absolute; top: -5px; right: -5px; background: #036; border-radius: 50%; width: 21px; height: 21px; } .activity-feed-container .media .media-left .star .icn, .activity-feed .media .media-left .star .icn, .comments .media .media-left .star .icn { transform: translate(-50%, -50%); font-size: 12px; color: #fff; position: absolute; top: 50%; left: 50%; } .activity-feed-container .media .media-left .spring-badge, .activity-feed .media .media-left .spring-badge, .comments .media .media-left .spring-badge { position: absolute; height: 24px; padding-top: 0; top: 55px; left: -6px; } .activity-feed-container .media .media-body h5, .activity-feed .media .media-body h5, .comments .media .media-body h5 { line-height: 1.8em; margin: 0; } .activity-feed-container .media .media-body p, .activity-feed .media .media-body p, .comments .media .media-body p { margin: 0; line-height: 24px; word-break: break-word; } .activity-feed-container .media .media-body:not(.reply-form-media-body), .activity-feed .media .media-body:not(.reply-form-media-body), .comments .media .media-body:not(.reply-form-media-body) { padding-left: 20px; } .activity-feed-container .media .embedly-embed, .activity-feed .media .embedly-embed, .comments .media .embedly-embed { padding-top: 15px; } @media only screen and (min-width: 641px) { .cookie-banner-active { padding-top: 0 !important; } } .cookie-banner { z-index: 999999; transform: translateY(0); transition: background 0.15s linear, transform 0.4s cubic-bezier(0.86, 0, 0.07, 1); } .cookie-banner.more-mobile-cookie-banner { text-align: left; } .cookie-banner.more-mobile-cookie-banner .mobile-cookie-banner-row { display: block !important; } .cookie-banner.more-mobile-cookie-banner .mobile-cookie-button-wrapper { padding: 0 !important; margin-top: 12px; } .ui-datepicker { background-color: #fff; border: 1px solid #dfdfd7; } @media only screen and (max-width: 641px) { .ui-datepicker { left: 0 !important; top: 0 !important; width: 100%; height: 100%; padding: 20px 0; } } @media only screen and (min-width: 641px) { .ui-datepicker { padding: 20px; } } .ui-datepicker-title { text-align: center; padding: 10px 20px 25px; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; font-weight: 700; color: #036; } .ui-datepicker-prev { position: absolute; left: 25px; top: 32px; width: 20px; height: 20px; font-size: 0; text-decoration: none; } .ui-datepicker-prev:before { content: ""; font-family: cw-icons; font-size: 13px; padding: 10px; } .ui-datepicker-next { font-size: 0; height: 20px; position: absolute; right: 30px; top: 32px; width: 20px; text-decoration: none; } .ui-datepicker-next:before { content: ""; font-family: cw-icons; font-size: 13px; padding: 10px; } .ui-datepicker-calendar { width: 100%; } @media only screen and (min-width: 641px) { .ui-datepicker-calendar { min-width: 322px; } } .ui-datepicker-calendar th { color: #71716c; font-size: 12px; } .ui-datepicker-calendar td { padding: 3px; text-align: center; } .ui-datepicker-calendar td.ui-state-disabled span { color: #c1c1ba; display: inline-block; height: 40px; max-width: 40px; padding-top: 10px; } .ui-datepicker-calendar td a { border-radius: 50%; border: 2px solid transparent; color: #333232; display: inline-block; height: 37px; max-width: 37px; width: 100%; line-height: 34px; text-decoration: none; } .ui-datepicker-calendar td a:hover { border: 2px solid #dfdfd7; } .ui-datepicker-calendar td a.ui-state-active { border: 2px solid #036; color: #036; font-weight: 700; } .ui-datepicker-prev.ui-state-disabled { opacity: 0; cursor: default; } .fixed-banner-spacer { padding: 15px; } .fixed-banner { position: fixed; top: 0; width: 100%; z-index: 99; max-width: 1918px; } .fixed-banner .banner-button { position: absolute; right: 20px; top: 10px; text-decoration: none; } .geosuggest { font-size: 18px; position: relative; text-align: left; } .geosuggest-label { display: none; } .geosuggest__input { width: 100%; border: 1px solid transparent; padding: 0.5em 1em; transition: border 0.2s, box-shadow 0.2s; } .geosuggest__input ::-moz-placeholder { color: #dfdfd7; } .geosuggest__input :-ms-input-placeholder { color: #dfdfd7; } .geosuggest__input ::placeholder { color: #dfdfd7; } .geosuggest__input:focus { border-color: #2684ff; box-shadow: 0 0 0 transparent; } .geosuggest__suggests-wrapper { margin-top: 10px; position: relative; } .geosuggest__suggests { position: absolute; top: 100%; left: 0; right: 0; max-height: 25em; padding: 0.5em 0; margin-top: 0; background: #fff; border: 1px solid #dfdfd7; overflow-x: hidden; overflow-y: auto; list-style: none; z-index: 5; transition: max-height 0.2s, border 0.2s; border-radius: 4px; } .geosuggest__suggests--hidden { max-height: 0; overflow: hidden; border-width: 0; padding: 0; } .geosuggest__item { font-size: 14px; padding: 0.5em; cursor: pointer; color: #333232; } .geosuggest__item:focus, .geosuggest__item:hover { background: #f4f5f0; } .geosuggest__item--active { background: #f4f5f0; color: #333232; } .geosuggest__item--active:focus, .geosuggest__item--active:hover { background: #f4f5f0; } .geosuggest-clear { display: none; margin-top: 20px; } .geosuggest-clear:after { content: "Clear location"; } .grecaptcha-badge { display: none; } .recaptcha-text, .recaptcha-text a { font-size: 12px; color: #9b9b94; text-transform: none; } .recaptcha-text a { text-decoration: underline; } form[data-behavior*="RateLimitedRecaptchaForm"] button[type="submit"] { display: flex; align-items: center; justify-content: center; } .hide-donate-links .mobile-donate, .hide-donate-links .nav-bar .nav-buttons, .hide-donate-links .right-off-canvas-menu ul li a[href$="/donate"] { display: none; } .intl-tel-input { width: 100%; } .intl-tel-input .flag-container { z-index: 2; width: 48px; height: 48px; } .intl-tel-input .selected-flag:focus { outline: none; } .mailing-list-and-info { max-width: 980px; margin: -60px auto 0; padding: 30px; position: relative; } .mailing-list-and-info p { margin: 0; } .mailing-list-and-info form { max-width: 400px; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 641px) { .mailing-list-and-info form { max-width: 800px; } } .mailing-list-and-info form .button { border-radius: 0; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } @media only screen and (min-width: 641px) { .mailing-list-and-info form .button { height: auto; max-height: 48px; width: 200px; border-bottom-left-radius: 0; border-bottom-right-radius: 4px; border-top-right-radius: 4px; } } .mailing-list-and-info input { border-radius: 0; } .mailing-list-and-info .mailing-input-wrapper { margin-top: -2px; } .mailing-list-and-info .mailing-input-wrapper.first input { border-top-left-radius: 4px; border-top-right-radius: 4px; } @media only screen and (min-width: 641px) { .mailing-list-and-info .mailing-input-wrapper.first input { border-top-right-radius: 0; border-bottom-left-radius: 4px; } } @media only screen and (min-width: 641px) { .mailing-list-and-info .mailing-input-wrapper.second input { border-right: 0; } } @media only screen and (min-width: 641px) { .mailing-list-and-info .mailing-input-wrapper { flex: 1 1; margin-left: -1px; margin-top: 0; } } .mailing-list-and-info .mailing-input-wrapper input { border-color: #c1c1ba; } .mailing-list-and-info .mailing-input-wrapper input:focus { border-color: #036; } .birthday-button-wrapper select:nth-of-type(2) { border-width: 0 1px; } @media only screen and (min-width: 641px) { .birthday-button-wrapper select:nth-of-type(2) { border-width: 1px 0; } } :root { --cookie-banner-height: 0; } @keyframes fadeIn { 0% { opacity: 0; } to { opacity: 1; } } @keyframes fadeOut { 0% { opacity: 1; } to { opacity: 0; } } @keyframes slideUp { 0% { transform: translateY(calc(100% - 90px)); } to { transform: translateY(0); transform: translateY(var(--cookie-banner-height)); } } @keyframes slideUpNoCoolie { 0% { transform: translateY(0); } to { transform: translateY(0); } } @keyframes slideDown { 0% { transform: translateY(0); transform: translateY(var(--cookie-banner-height)); } to { transform: translateY(calc(100% - 90px)); } } .banner-open { overflow: hidden; height: 100%; width: 100%; left: 0; position: fixed; } .banner-open.cookie-banner-closed-by-client .mobile-donate-banner { animation: slideUpNoCoolie 0ms linear forwards; } .banner-open .mobile-donate-banner { animation: slideUp 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards; overflow: scroll; } .banner-open .mobile-donate-banner .button.button--expand { animation: fadeOut 50ms linear forwards; z-index: 1; } .banner-open .mobile-donate-banner .banner-contents { animation: fadeIn 0.3s linear forwards; z-index: 5; } .banner-open .campaign-donate-button-container { background: #f7f7f7; } .banner-closing .mobile-donate-banner { animation: slideDown 0.75s cubic-bezier(0.77, 0, 0.175, 1) forwards; } .banner-closing .mobile-donate-banner .button.button--expand { animation: fadeIn 0.25s linear forwards; z-index: 5; } .banner-closing .mobile-donate-banner .banner-contents { animation: fadeOut 0.5s linear forwards; z-index: 1; } .mobile-donate-banner { z-index: 999999; height: 100%; overflow: hidden; transform: translateY(calc(100% - 90px)); } .mobile-donate-banner .button.button--expand { opacity: 1; visibility: visible; position: relative; z-index: 5; } .mobile-donate-banner .banner-contents { opacity: 0; padding-top: 10px; position: relative; top: -60px; z-index: 1; } .campaign-donate-button-container { background-color: #fff; transition: background-color 0.15s; } .off-canvas-open .mobile-donate-banner { opacity: 0; animation: fadeOut 0.25s linear forwards; } .off-canvas-animate-then-close .mobile-donate-banner { animation: fadeIn 0.25s linear 0.25s forwards; } .custom-error, .parsley-errors-list { color: #fa575d; font-size: 13px; font-weight: 500; line-height: 0.75em; list-style-type: none; padding: 0; text-align: left; text-transform: uppercase; margin: 1em 0; } .custom-error li, .parsley-errors-list li { line-height: normal; } @media only percy { .hide-in-percy, .lazyload, button[class*="videoask-embed"], iframe[src*="vimeo"], img[src*="picha"], video { visibility: hidden !important; } .display-none-in-percy, video[class*="videoask-embed"] { display: none !important; } .stripe-elements .StripeElement--focus, .stripe-elements input:focus, input:focus { border-color: #c1c1ba !important; } .hide-bg-image-in-percy { background-image: none !important; } } .photo .uploader .input-wrapper { margin: 0; } .photo .uploader .input-wrapper .input-visible .inputs, .photo .uploader .input-wrapper .upload .inputs { display: table-cell; padding-left: 20px; vertical-align: middle; } .photo .uploader .input-wrapper .upload { display: flex; } .photo .uploader .input-wrapper .upload img { margin: 0; border-radius: 5px; width: 70px; height: 70px; } .photo .uploader .input-wrapper .upload a { color: #fa575d; font-size: 12px; text-transform: none; } .photo .uploader .input-wrapper .upload a i { margin-right: 5px; position: relative; top: 1px; } .photo .uploader .input-wrapper p { font-size: 12px; color: #9b9b94; margin: 5px 0; } .photo .uploader .input-wrapper .input-visible .placeholder-img { cursor: pointer; position: relative; overflow: hidden; margin: 0; background-color: #f7f7f7; border-radius: 5px; border: 1px dashed #c1c1ba; width: 70px; height: 70px; vertical-align: middle; display: table-cell; text-align: center; color: #036; font-size: 28px; } .photo .uploader .input-wrapper .input-visible .placeholder-img:before { content: "+"; } .photo .uploader .input-wrapper .input-visible .fileUpload { margin-top: 10px; position: relative; overflow: hidden; cursor: pointer; } .photo .uploader .input-wrapper .input-visible input[type="file"] { position: absolute; top: 0; right: 0; margin: 0; padding: 0 0 0 100%; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); height: 32px; } .photo.new-team-logo .uploader .input-wrapper .input-visible { display: flex; align-items: center; } .photo.new-team-logo .uploader .input-wrapper .input-visible .placeholder-img { flex-shrink: 0; width: 60px; height: 60px; } .photo.new-team-logo .uploader .input-wrapper .input-visible .placeholder-img:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .photo.new-team-logo .uploader .input-wrapper .input-visible .fileUpload { width: 90px; } .photo.new-team-logo .uploader .input-wrapper .upload { align-items: center; } .photo.new-team-logo .uploader .input-wrapper .upload img { width: 60px; height: 60px; border-radius: 50%; } .card .individual-campaign .campaign-details { height: 142px; } .card .campaign-details p, .open-campaigns .campaign-cards .campaign-details p { margin-bottom: 5px; } .card .campaign-details .progress-wrapper, .open-campaigns .campaign-cards .campaign-details .progress-wrapper { padding-top: 10px; } .card .campaign-details .progress-wrapper .stats, .open-campaigns .campaign-cards .campaign-details .progress-wrapper .stats { font-size: 14px; padding: 10px 0; } .card .campaign-details .progress-wrapper .stats .stats-figure, .open-campaigns .campaign-cards .campaign-details .progress-wrapper .stats .stats-figure { font-weight: 500; } .card .campaign-details .progress-wrapper .stats .stats-label, .open-campaigns .campaign-cards .campaign-details .progress-wrapper .stats .stats-label { font-weight: 400; font-size: 16px; } .simple_form label abbr[title="required"] { display: none; } .sly-quiz-content { max-width: 100%; padding: 0 20px 100px; text-align: center; } .sly-quiz-content .introduction { margin-left: auto; margin-right: auto; margin-top: 100px; max-width: 320px; } @media only screen and (min-width: 1025px) { .sly-quiz-content .introduction { max-width: 330px; } } .sly-quiz-content .introduction .avatar { max-width: 40%; } .sly-quiz-content .introduction .title { font-size: 30px; font-weight: 700; margin-top: 20px; } .sly-quiz-content .introduction .main-text { font-size: 18px; line-height: 1.5; margin-left: auto; margin-right: auto; margin-top: 30px; max-width: 230px; } @media only screen and (min-width: 1025px) { .sly-quiz-content .introduction .main-text { max-width: 100%; } } .sly-quiz-content .introduction .sub-text { font-size: 15px; line-height: 1.5; margin-left: auto; margin-right: auto; margin-top: 30px; max-width: 270px; } .sly-quiz-content input[type="checkbox"], .sly-quiz-content input[type="radio"] { display: none; text-transform: capitalize; } .sly-quiz-content input[type="number"] { border: 1px solid #036; border-radius: 0; color: #036; padding-left: 20px; width: 260px; } @media only screen and (min-width: 641px) { .sly-quiz-content input[type="number"] { min-width: 450px; } } .sly-quiz-content input[type="number"]::-moz-placeholder { color: #036; opacity: 1; } .sly-quiz-content input[type="number"]:-ms-input-placeholder { color: #036; opacity: 1; } .sly-quiz-content input[type="number"]::placeholder { color: #036; opacity: 1; } .sly-quiz-content .question-1, .sly-quiz-content .question-2, .sly-quiz-content .question-3 { height: 525px; overflow: scroll; } .sly-quiz-content label { text-transform: none; } .sly-quiz-content label.selected .sly-tile, .sly-quiz-content label.selected .sly-tile:hover { border-color: #036; } .sly-quiz-content label.selected .sly-tile .sly-tile-inner { opacity: 1; } .sly-quiz-content .sly-tile { border-color: #dfdfd7; height: 110px; cursor: pointer; transition: 0.125s; } .sly-quiz-content .sly-tile:hover { border-color: #c1c1ba; } .sly-quiz-content .sly-tile .sly-tile-inner { opacity: 0.5; transition: 0.125s; } .sly-quiz-content .sly-tile .sly-tile-inner img { max-width: 40px; max-height: 40px; } .sly-quiz-content .sly-tile .sly-tile-inner:hover { opacity: 1; transition: 0.125s; } .sly-quiz-content .left-quiz-panel h2, .sly-quiz-content .left-quiz-panel img, .sly-quiz-content .left-quiz-panel p { transform: translateY(20px); opacity: 0; } .sly-quiz-content .left-quiz-panel a { padding-top: 15px; } .sly-quiz-content .left-quiz-panel a span { padding-right: 8px; font-size: 11px; } .sly-quiz-content .left-quiz-panel video { width: 170px; } .sly-quiz-content .option-icon { flex: 1 1; max-height: 40px; } .sly-quiz-content .option-icon img { max-width: 30px; max-height: 30px; } @media only screen and (min-width: 641px) { .sly-quiz-content .option-icon img { max-width: 40px; max-height: 40px; } } .sly-quiz-content .option-text { flex: 3 1; } @media only screen and (min-width: 641px) { .sly-quiz-content .option-text { flex: 1 1; margin-top: 10px; max-height: 20px; } } .sly-quiz-content .input-wrapper.date label { flex: 0 1 100%; } .sly-quiz-content .input-wrapper.date select { background-position: 95%; flex: 1 0 33%; } .sly-quiz-content .input-wrapper.date .month { border-radius: 4px 0 0 4px; } .sly-quiz-content .input-wrapper.date .month option { color: #333232; } .sly-quiz-content .input-wrapper.date .year { border-radius: 0 4px 4px 0; } .sly-quiz-content .question-wrapper { transition: height 0.25s ease-in; } .spring-logo-svg-wrapper .spring-logo { width: 160px; } .spring-logo-svg-wrapper .spring-logo-underline--month { border-radius: 1px; left: calc(50% - 5.33333px); opacity: 1; transform-origin: bottom center; height: 5.3333333333px; width: 5.3333333333px; } .spring-logo-svg-wrapper .spring-logo-underline--month svg { height: 5.3333333333px; width: 5.3333333333px; } .spring-logo-svg-wrapper .spring-logo-underline--month .inner-circle.dot-fill { animation-duration: 1s; animation-name: dot-fill; } .spring-logo-svg-wrapper .spring-logo-underline--month .inner-circle.dot-pulse { animation-duration: 1s; animation-iteration-count: infinite; animation-name: dot-pulse; animation-timing-function: ease-out; } .spring-logo-svg-wrapper section:first-of-type { transform: translateX(-73.33334px); } .spring-logo-svg-wrapper section:nth-of-type(2) { transform: translateX(-60px); } .spring-logo-svg-wrapper section:nth-of-type(3) { transform: translateX(-46.66667px); } .spring-logo-svg-wrapper section:nth-of-type(4) { transform: translateX(-33.33334px); } .spring-logo-svg-wrapper section:nth-of-type(5) { transform: translateX(-20px); } .spring-logo-svg-wrapper section:nth-of-type(6) { transform: translateX(-6.66667px); } .spring-logo-svg-wrapper section:nth-of-type(7) { transform: translateX(6.66666px); } .spring-logo-svg-wrapper section:nth-of-type(8) { transform: translateX(20px); } .spring-logo-svg-wrapper section:nth-of-type(9) { transform: translateX(33.33333px); } .spring-logo-svg-wrapper section:nth-of-type(10) { transform: translateX(46.66666px); } .spring-logo-svg-wrapper section:nth-of-type(11) { transform: translateX(60px); } .spring-logo-svg-wrapper section:nth-of-type(12) { transform: translateX(73.33333px); } .spring-mark-svg-wrapper { height: 100px; } @media only screen and (min-width: 641px) { .spring-mark-svg-wrapper { height: 120px; } } .spring-mark-svg-wrapper .spring-mark-border { border-radius: 100px; } @media only screen and (min-width: 641px) { .spring-mark-svg-wrapper .spring-mark-border { border-radius: 120px; } } .spring-mark-svg-wrapper .spring-mark-border__month { border-radius: 1px; height: 50px; left: calc(50% - 3.33333px); opacity: 1; transform-origin: bottom center; } @media only screen and (min-width: 641px) { .spring-mark-svg-wrapper .spring-mark-border__month { height: 60px; left: calc(50% - 4px); } } .spring-mark-svg-wrapper .spring-mark-border__month svg { height: 6.6666666667px; width: 6.6666666667px; } @media only screen and (min-width: 641px) { .spring-mark-svg-wrapper .spring-mark-border__month svg { height: 8px; width: 8px; } } .spring-mark-svg-wrapper .spring-mark-border__month .inner-circle.dot-fill { animation-duration: 1s; animation-name: dot-fill; } .spring-mark-svg-wrapper .spring-mark-border__month .inner-circle.dot-pulse { animation-duration: 1s; animation-iteration-count: infinite; animation-name: dot-pulse; animation-timing-function: ease-out; } .spring-mark-svg-wrapper section:first-of-type { transform: rotate(0deg); } .spring-mark-svg-wrapper section:nth-of-type(2) { transform: rotate(30deg); } .spring-mark-svg-wrapper section:nth-of-type(3) { transform: rotate(60deg); } .spring-mark-svg-wrapper section:nth-of-type(4) { transform: rotate(90deg); } .spring-mark-svg-wrapper section:nth-of-type(5) { transform: rotate(120deg); } .spring-mark-svg-wrapper section:nth-of-type(6) { transform: rotate(150deg); } .spring-mark-svg-wrapper section:nth-of-type(7) { transform: rotate(180deg); } .spring-mark-svg-wrapper section:nth-of-type(8) { transform: rotate(210deg); } .spring-mark-svg-wrapper section:nth-of-type(9) { transform: rotate(240deg); } .spring-mark-svg-wrapper section:nth-of-type(10) { transform: rotate(270deg); } .spring-mark-svg-wrapper section:nth-of-type(11) { transform: rotate(300deg); } .spring-mark-svg-wrapper section:nth-of-type(12) { transform: rotate(330deg); } .spring-mark-svg-wrapper .spring-mark { height: 40px; top: 29px; width: 40px; } @media only screen and (min-width: 641px) { .spring-mark-svg-wrapper .spring-mark { height: 50px; top: 34px; width: 50px; } } @keyframes dot-fill { 0% { r: 5%; } to { r: 35%; } } @keyframes dot-pulse { 0% { r: 0; } 50% { r: 35%; } to { r: 0; } } .journey-season-card-container { border-top: 1px solid #dfdfd7; } .journey-season-card { margin-top: 30px; display: block; color: #000; text-decoration: none; } .journey-season-card.active { pointer-events: none; opacity: 0.25; cursor: default; } .journey-season-card:not(.active):hover .journey-season-player img { opacity: 1; } @media only screen and (min-width: 641px) { .journey-season-card { width: calc(50% - 10px); } .journey-season-card:nth-child(2n-1) { margin-right: 10px; } .journey-season-card:nth-child(2n) { margin-left: 10px; } } .journey-season-player-link { margin: 15px 0 0; display: flex; align-items: center; } .journey-mini-play-icon { display: flex; align-items: center; justify-content: center; padding: 10px; background: #333232; color: #fff; width: 22px; height: 22px; border-radius: 50%; font-size: 9px; margin-right: 10px; } .journey-mini-play-icon:before { position: relative; left: 1px; } .journey-season-player-text { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; } .video-box-container { transition: background 1s linear; opacity: 1; } .video-box-container.hero-video-active .video-box-modal { opacity: 1; z-index: 100000; background: #000; } .video-box-container.hero-video-active .video-box-modal .modal-inner .video-box { opacity: 1; } .video-box-container .video-box-modal { transition: background 1s linear; opacity: 1; width: 100vw; height: 100vh; top: 0; left: 0; position: fixed; z-index: 100000; } .video-box-container .video-box-modal .modal-close { transition: opacity 0.5s linear; color: #fff; font-size: 30px; position: absolute; top: 20px; right: 20px; opacity: 1; } @media only screen and (min-width: 641px) { .video-box-container .video-box-modal .modal-close { right: 30px; } } @media only screen and (min-width: 1025px) { .video-box-container .video-box-modal .modal-close { right: 40px; } } .video-box-container .video-box-modal .modal-inner { width: 100%; height: 100%; margin: 0; padding: 0; background-color: #000; } .video-box-container .video-box-modal .modal-inner .video-box { transition: opacity 0.5s linear; width: 85vw; height: 47.8125vw; max-height: 84.375vh; max-width: 150vh; margin: auto; bottom: 0; right: 0; top: 0; left: 0; position: absolute; padding-bottom: 0; opacity: 1; } @media only screen and (min-width: 1025px) { .video-box-container .video-box-modal .modal-inner .video-box { opacity: 0; } } .video-box-container .video-box-modal .modal-inner .additional-popup { transition: opacity 0.5s linear; opacity: 0; z-index: -1; padding: 50px 30px; background: rgba(0, 0, 0, 0.75); position: absolute; color: #fff; border-radius: 4px; left: 0; right: 0; bottom: 0; text-align: center; } @media only screen and (min-width: 641px) { .video-box-container .video-box-modal .modal-inner .additional-popup { transform: translate(-50%, -50%); top: 50%; left: 50%; right: auto; bottom: auto; width: 420px; } } .video-box-container .video-box-modal .modal-inner .additional-popup p { margin-top: 0; margin-left: auto; margin-right: auto; max-width: 200px; } @media only screen and (min-width: 641px) { .video-box-container .video-box-modal .modal-inner .additional-popup p { max-width: none; } } .video-box-container .video-box-modal .modal-inner .additional-popup a { display: table; margin: auto; } .video-box-container .video-box-modal .modal-inner .additional-popup.triggered { opacity: 1; z-index: 1; }