:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
  --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
  --iti-path-flags-1x: url(images/flags.1952df89.png);
  --iti-path-flags-2x: url(images/flags@2x.276410ff.png);
  --iti-path-globe-1x: url(images/globe.405a087a.png);
  --iti-path-globe-2x: url(images/globe@2x.401ac809.png);
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: calc(8px + 8px + 20px);
  padding-right: var(--iti-right-hand-selected-country-padding);
  margin-right: 0;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: 6px;
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: calc(6px / 2) solid transparent;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: calc(6px / 2) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: 4px solid #555;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(1px * -1);
  margin-left: calc(var(--iti-border-width) * -1);
  border: 1px solid #ccc;
  border: var(--iti-border-width) solid var(--iti-border-gray);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid #ccc;
  border-top: 1px solid var(--iti-border-gray);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
  width: var(--iti-flag-width);
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px 8px;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: #999;
  color: var(--iti-text-gray);
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
  background-color: var(--iti-hover-color);
}
.iti__flag-box, .iti__country-name {
  margin-right: 8px;
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 8px;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-right: var(--iti-input-padding);
  padding-left: calc(6px + 6px + 20px + 8px + 6px + 6px);
  padding-left: var(--iti-selected-country-arrow-padding);
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-right: calc(6px + 6px + 20px + 8px + 6px + 6px);
  padding-right: var(--iti-selected-country-arrow-padding);
  padding-left: 6px;
  padding-left: var(--iti-input-padding);
  margin-right: 0;
}
.iti--allow-dropdown .iti__country-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__country-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: rgba(0, 0, 0, 0.05);
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 0px;
  --iti-flag-width: 20px;
  --iti-flag-height: 14px;
  height: 14px;
  height: var(--iti-flag-height);
  width: 20px;
  width: var(--iti-flag-width);
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(images/flags.1952df89.png);
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-position: var(--iti-flag-offset) 0;
  background-size: 5762px 15px;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__np {
  --iti-flag-width: 13px;
}

.iti__va, .iti__ch {
  --iti-flag-width: 15px;
}

.iti__ne, .iti__be {
  --iti-flag-width: 18px;
}

.iti__mc {
  --iti-flag-width: 19px;
}

.iti__zw, .iti__ws, .iti__vg, .iti__uz, .iti__uk, .iti__tv, .iti__to, .iti__tl, .iti__tk, .iti__tj, .iti__tc, .iti__ta, .iti__su, .iti__st, .iti__ss, .iti__si, .iti__sh, .iti__sd, .iti__sc, .iti__sb, .iti__ps, .iti__pn, .iti__ph, .iti__om, .iti__nz, .iti__nu, .iti__nr, .iti__ng, .iti__nf, .iti__nc, .iti__my, .iti__ms, .iti__mp, .iti__mn, .iti__mk, .iti__me, .iti__md, .iti__ly, .iti__lv, .iti__lk, .iti__lc, .iti__kz, .iti__ky, .iti__kw, .iti__kp, .iti__ki, .iti__jo, .iti__jm, .iti__io, .iti__im, .iti__ie, .iti__hu, .iti__hr, .iti__hn, .iti__hm, .iti__gw, .iti__gs, .iti__gi, .iti__gb, .iti__fk, .iti__fj, .iti__et, .iti__er, .iti__eh, .iti__dm, .iti__dg, .iti__cx, .iti__cu, .iti__ck, .iti__cc, .iti__ca, .iti__by, .iti__bs, .iti__bn, .iti__bm, .iti__ba, .iti__az, .iti__au, .iti__as, .iti__am, .iti__ai, .iti__ae, .iti__ac {
  --iti-flag-height: 10px;
}

.iti__us, .iti__um, .iti__py, .iti__mh, .iti__lr, .iti__gu, .iti__fm {
  --iti-flag-height: 11px;
}

.iti__vu, .iti__tt, .iti__sv, .iti__ni, .iti__mx, .iti__lu, .iti__lt, .iti__li, .iti__km, .iti__kg, .iti__je, .iti__ir, .iti__ht, .iti__gy, .iti__gd, .iti__fi, .iti__de, .iti__cv, .iti__cr, .iti__cq, .iti__bz, .iti__bi, .iti__bh, .iti__bg, .iti__bd {
  --iti-flag-height: 12px;
}

.iti__tg, .iti__se, .iti__pw, .iti__pl, .iti__kh, .iti__gt, .iti__ee, .iti__ax, .iti__ar {
  --iti-flag-height: 13px;
}

.iti__xk, .iti__va, .iti__sm, .iti__sj, .iti__pg, .iti__np, .iti__no, .iti__ne, .iti__mc, .iti__is, .iti__il, .iti__ga, .iti__fo, .iti__dk, .iti__ch, .iti__cd, .iti__bv, .iti__be, .iti__al {
  --iti-flag-height: 15px;
}

.iti__qa {
  --iti-flag-height: 8px;
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -22px;
}

.iti__ae {
  --iti-flag-offset: -44px;
}

.iti__af {
  --iti-flag-offset: -66px;
}

.iti__ag {
  --iti-flag-offset: -88px;
}

.iti__ai {
  --iti-flag-offset: -110px;
}

.iti__al {
  --iti-flag-offset: -132px;
}

.iti__am {
  --iti-flag-offset: -154px;
}

.iti__ao {
  --iti-flag-offset: -176px;
}

.iti__aq {
  --iti-flag-offset: -198px;
}

.iti__ar {
  --iti-flag-offset: -220px;
}

.iti__as {
  --iti-flag-offset: -242px;
}

.iti__at {
  --iti-flag-offset: -264px;
}

.iti__au {
  --iti-flag-offset: -286px;
}

.iti__aw {
  --iti-flag-offset: -308px;
}

.iti__ax {
  --iti-flag-offset: -330px;
}

.iti__az {
  --iti-flag-offset: -352px;
}

.iti__ba {
  --iti-flag-offset: -374px;
}

.iti__bb {
  --iti-flag-offset: -396px;
}

.iti__bd {
  --iti-flag-offset: -418px;
}

.iti__be {
  --iti-flag-offset: -440px;
}

.iti__bf {
  --iti-flag-offset: -460px;
}

.iti__bg {
  --iti-flag-offset: -482px;
}

.iti__bh {
  --iti-flag-offset: -504px;
}

.iti__bi {
  --iti-flag-offset: -526px;
}

.iti__bj {
  --iti-flag-offset: -548px;
}

.iti__bl {
  --iti-flag-offset: -570px;
}

.iti__bm {
  --iti-flag-offset: -592px;
}

.iti__bn {
  --iti-flag-offset: -614px;
}

.iti__bo {
  --iti-flag-offset: -636px;
}

.iti__bq {
  --iti-flag-offset: -658px;
}

.iti__br {
  --iti-flag-offset: -680px;
}

.iti__bs {
  --iti-flag-offset: -702px;
}

.iti__bt {
  --iti-flag-offset: -724px;
}

.iti__bv {
  --iti-flag-offset: -746px;
}

.iti__bw {
  --iti-flag-offset: -768px;
}

.iti__by {
  --iti-flag-offset: -790px;
}

.iti__bz {
  --iti-flag-offset: -812px;
}

.iti__ca {
  --iti-flag-offset: -834px;
}

.iti__cc {
  --iti-flag-offset: -856px;
}

.iti__cd {
  --iti-flag-offset: -878px;
}

.iti__cf {
  --iti-flag-offset: -900px;
}

.iti__cg {
  --iti-flag-offset: -922px;
}

.iti__ch {
  --iti-flag-offset: -944px;
}

.iti__ci {
  --iti-flag-offset: -961px;
}

.iti__ck {
  --iti-flag-offset: -983px;
}

.iti__cl {
  --iti-flag-offset: -1005px;
}

.iti__cm {
  --iti-flag-offset: -1027px;
}

.iti__cn {
  --iti-flag-offset: -1049px;
}

.iti__co {
  --iti-flag-offset: -1071px;
}

.iti__cp {
  --iti-flag-offset: -1093px;
}

.iti__cq {
  --iti-flag-offset: -1115px;
}

.iti__cr {
  --iti-flag-offset: -1137px;
}

.iti__cu {
  --iti-flag-offset: -1159px;
}

.iti__cv {
  --iti-flag-offset: -1181px;
}

.iti__cw {
  --iti-flag-offset: -1203px;
}

.iti__cx {
  --iti-flag-offset: -1225px;
}

.iti__cy {
  --iti-flag-offset: -1247px;
}

.iti__cz {
  --iti-flag-offset: -1269px;
}

.iti__de {
  --iti-flag-offset: -1291px;
}

.iti__dg {
  --iti-flag-offset: -1313px;
}

.iti__dj {
  --iti-flag-offset: -1335px;
}

.iti__dk {
  --iti-flag-offset: -1357px;
}

.iti__dm {
  --iti-flag-offset: -1379px;
}

.iti__do {
  --iti-flag-offset: -1401px;
}

.iti__dz {
  --iti-flag-offset: -1423px;
}

.iti__ea {
  --iti-flag-offset: -1445px;
}

.iti__ec {
  --iti-flag-offset: -1467px;
}

.iti__ee {
  --iti-flag-offset: -1489px;
}

.iti__eg {
  --iti-flag-offset: -1511px;
}

.iti__eh {
  --iti-flag-offset: -1533px;
}

.iti__er {
  --iti-flag-offset: -1555px;
}

.iti__es {
  --iti-flag-offset: -1577px;
}

.iti__et {
  --iti-flag-offset: -1599px;
}

.iti__eu {
  --iti-flag-offset: -1621px;
}

.iti__ez {
  --iti-flag-offset: -1643px;
}

.iti__fi {
  --iti-flag-offset: -1665px;
}

.iti__fj {
  --iti-flag-offset: -1687px;
}

.iti__fk {
  --iti-flag-offset: -1709px;
}

.iti__fm {
  --iti-flag-offset: -1731px;
}

.iti__fo {
  --iti-flag-offset: -1753px;
}

.iti__fr {
  --iti-flag-offset: -1775px;
}

.iti__fx {
  --iti-flag-offset: -1797px;
}

.iti__ga {
  --iti-flag-offset: -1819px;
}

.iti__gb {
  --iti-flag-offset: -1841px;
}

.iti__gd {
  --iti-flag-offset: -1863px;
}

.iti__ge {
  --iti-flag-offset: -1885px;
}

.iti__gf {
  --iti-flag-offset: -1907px;
}

.iti__gg {
  --iti-flag-offset: -1929px;
}

.iti__gh {
  --iti-flag-offset: -1951px;
}

.iti__gi {
  --iti-flag-offset: -1973px;
}

.iti__gl {
  --iti-flag-offset: -1995px;
}

.iti__gm {
  --iti-flag-offset: -2017px;
}

.iti__gn {
  --iti-flag-offset: -2039px;
}

.iti__gp {
  --iti-flag-offset: -2061px;
}

.iti__gq {
  --iti-flag-offset: -2083px;
}

.iti__gr {
  --iti-flag-offset: -2105px;
}

.iti__gs {
  --iti-flag-offset: -2127px;
}

.iti__gt {
  --iti-flag-offset: -2149px;
}

.iti__gu {
  --iti-flag-offset: -2171px;
}

.iti__gw {
  --iti-flag-offset: -2193px;
}

.iti__gy {
  --iti-flag-offset: -2215px;
}

.iti__hk {
  --iti-flag-offset: -2237px;
}

.iti__hm {
  --iti-flag-offset: -2259px;
}

.iti__hn {
  --iti-flag-offset: -2281px;
}

.iti__hr {
  --iti-flag-offset: -2303px;
}

.iti__ht {
  --iti-flag-offset: -2325px;
}

.iti__hu {
  --iti-flag-offset: -2347px;
}

.iti__ic {
  --iti-flag-offset: -2369px;
}

.iti__id {
  --iti-flag-offset: -2391px;
}

.iti__ie {
  --iti-flag-offset: -2413px;
}

.iti__il {
  --iti-flag-offset: -2435px;
}

.iti__im {
  --iti-flag-offset: -2457px;
}

.iti__in {
  --iti-flag-offset: -2479px;
}

.iti__io {
  --iti-flag-offset: -2501px;
}

.iti__iq {
  --iti-flag-offset: -2523px;
}

.iti__ir {
  --iti-flag-offset: -2545px;
}

.iti__is {
  --iti-flag-offset: -2567px;
}

.iti__it {
  --iti-flag-offset: -2589px;
}

.iti__je {
  --iti-flag-offset: -2611px;
}

.iti__jm {
  --iti-flag-offset: -2633px;
}

.iti__jo {
  --iti-flag-offset: -2655px;
}

.iti__jp {
  --iti-flag-offset: -2677px;
}

.iti__ke {
  --iti-flag-offset: -2699px;
}

.iti__kg {
  --iti-flag-offset: -2721px;
}

.iti__kh {
  --iti-flag-offset: -2743px;
}

.iti__ki {
  --iti-flag-offset: -2765px;
}

.iti__km {
  --iti-flag-offset: -2787px;
}

.iti__kn {
  --iti-flag-offset: -2809px;
}

.iti__kp {
  --iti-flag-offset: -2831px;
}

.iti__kr {
  --iti-flag-offset: -2853px;
}

.iti__kw {
  --iti-flag-offset: -2875px;
}

.iti__ky {
  --iti-flag-offset: -2897px;
}

.iti__kz {
  --iti-flag-offset: -2919px;
}

.iti__la {
  --iti-flag-offset: -2941px;
}

.iti__lb {
  --iti-flag-offset: -2963px;
}

.iti__lc {
  --iti-flag-offset: -2985px;
}

.iti__li {
  --iti-flag-offset: -3007px;
}

.iti__lk {
  --iti-flag-offset: -3029px;
}

.iti__lr {
  --iti-flag-offset: -3051px;
}

.iti__ls {
  --iti-flag-offset: -3073px;
}

.iti__lt {
  --iti-flag-offset: -3095px;
}

.iti__lu {
  --iti-flag-offset: -3117px;
}

.iti__lv {
  --iti-flag-offset: -3139px;
}

.iti__ly {
  --iti-flag-offset: -3161px;
}

.iti__ma {
  --iti-flag-offset: -3183px;
}

.iti__mc {
  --iti-flag-offset: -3205px;
}

.iti__md {
  --iti-flag-offset: -3226px;
}

.iti__me {
  --iti-flag-offset: -3248px;
}

.iti__mf {
  --iti-flag-offset: -3270px;
}

.iti__mg {
  --iti-flag-offset: -3292px;
}

.iti__mh {
  --iti-flag-offset: -3314px;
}

.iti__mk {
  --iti-flag-offset: -3336px;
}

.iti__ml {
  --iti-flag-offset: -3358px;
}

.iti__mm {
  --iti-flag-offset: -3380px;
}

.iti__mn {
  --iti-flag-offset: -3402px;
}

.iti__mo {
  --iti-flag-offset: -3424px;
}

.iti__mp {
  --iti-flag-offset: -3446px;
}

.iti__mq {
  --iti-flag-offset: -3468px;
}

.iti__mr {
  --iti-flag-offset: -3490px;
}

.iti__ms {
  --iti-flag-offset: -3512px;
}

.iti__mt {
  --iti-flag-offset: -3534px;
}

.iti__mu {
  --iti-flag-offset: -3556px;
}

.iti__mv {
  --iti-flag-offset: -3578px;
}

.iti__mw {
  --iti-flag-offset: -3600px;
}

.iti__mx {
  --iti-flag-offset: -3622px;
}

.iti__my {
  --iti-flag-offset: -3644px;
}

.iti__mz {
  --iti-flag-offset: -3666px;
}

.iti__na {
  --iti-flag-offset: -3688px;
}

.iti__nc {
  --iti-flag-offset: -3710px;
}

.iti__ne {
  --iti-flag-offset: -3732px;
}

.iti__nf {
  --iti-flag-offset: -3752px;
}

.iti__ng {
  --iti-flag-offset: -3774px;
}

.iti__ni {
  --iti-flag-offset: -3796px;
}

.iti__nl {
  --iti-flag-offset: -3818px;
}

.iti__no {
  --iti-flag-offset: -3840px;
}

.iti__np {
  --iti-flag-offset: -3862px;
}

.iti__nr {
  --iti-flag-offset: -3877px;
}

.iti__nu {
  --iti-flag-offset: -3899px;
}

.iti__nz {
  --iti-flag-offset: -3921px;
}

.iti__om {
  --iti-flag-offset: -3943px;
}

.iti__pa {
  --iti-flag-offset: -3965px;
}

.iti__pe {
  --iti-flag-offset: -3987px;
}

.iti__pf {
  --iti-flag-offset: -4009px;
}

.iti__pg {
  --iti-flag-offset: -4031px;
}

.iti__ph {
  --iti-flag-offset: -4053px;
}

.iti__pk {
  --iti-flag-offset: -4075px;
}

.iti__pl {
  --iti-flag-offset: -4097px;
}

.iti__pm {
  --iti-flag-offset: -4119px;
}

.iti__pn {
  --iti-flag-offset: -4141px;
}

.iti__pr {
  --iti-flag-offset: -4163px;
}

.iti__ps {
  --iti-flag-offset: -4185px;
}

.iti__pt {
  --iti-flag-offset: -4207px;
}

.iti__pw {
  --iti-flag-offset: -4229px;
}

.iti__py {
  --iti-flag-offset: -4251px;
}

.iti__qa {
  --iti-flag-offset: -4273px;
}

.iti__re {
  --iti-flag-offset: -4295px;
}

.iti__ro {
  --iti-flag-offset: -4317px;
}

.iti__rs {
  --iti-flag-offset: -4339px;
}

.iti__ru {
  --iti-flag-offset: -4361px;
}

.iti__rw {
  --iti-flag-offset: -4383px;
}

.iti__sa {
  --iti-flag-offset: -4405px;
}

.iti__sb {
  --iti-flag-offset: -4427px;
}

.iti__sc {
  --iti-flag-offset: -4449px;
}

.iti__sd {
  --iti-flag-offset: -4471px;
}

.iti__se {
  --iti-flag-offset: -4493px;
}

.iti__sg {
  --iti-flag-offset: -4515px;
}

.iti__sh {
  --iti-flag-offset: -4537px;
}

.iti__si {
  --iti-flag-offset: -4559px;
}

.iti__sj {
  --iti-flag-offset: -4581px;
}

.iti__sk {
  --iti-flag-offset: -4603px;
}

.iti__sl {
  --iti-flag-offset: -4625px;
}

.iti__sm {
  --iti-flag-offset: -4647px;
}

.iti__sn {
  --iti-flag-offset: -4669px;
}

.iti__so {
  --iti-flag-offset: -4691px;
}

.iti__sr {
  --iti-flag-offset: -4713px;
}

.iti__ss {
  --iti-flag-offset: -4735px;
}

.iti__st {
  --iti-flag-offset: -4757px;
}

.iti__su {
  --iti-flag-offset: -4779px;
}

.iti__sv {
  --iti-flag-offset: -4801px;
}

.iti__sx {
  --iti-flag-offset: -4823px;
}

.iti__sy {
  --iti-flag-offset: -4845px;
}

.iti__sz {
  --iti-flag-offset: -4867px;
}

.iti__ta {
  --iti-flag-offset: -4889px;
}

.iti__tc {
  --iti-flag-offset: -4911px;
}

.iti__td {
  --iti-flag-offset: -4933px;
}

.iti__tf {
  --iti-flag-offset: -4955px;
}

.iti__tg {
  --iti-flag-offset: -4977px;
}

.iti__th {
  --iti-flag-offset: -4999px;
}

.iti__tj {
  --iti-flag-offset: -5021px;
}

.iti__tk {
  --iti-flag-offset: -5043px;
}

.iti__tl {
  --iti-flag-offset: -5065px;
}

.iti__tm {
  --iti-flag-offset: -5087px;
}

.iti__tn {
  --iti-flag-offset: -5109px;
}

.iti__to {
  --iti-flag-offset: -5131px;
}

.iti__tr {
  --iti-flag-offset: -5153px;
}

.iti__tt {
  --iti-flag-offset: -5175px;
}

.iti__tv {
  --iti-flag-offset: -5197px;
}

.iti__tw {
  --iti-flag-offset: -5219px;
}

.iti__tz {
  --iti-flag-offset: -5241px;
}

.iti__ua {
  --iti-flag-offset: -5263px;
}

.iti__ug {
  --iti-flag-offset: -5285px;
}

.iti__uk {
  --iti-flag-offset: -5307px;
}

.iti__um {
  --iti-flag-offset: -5329px;
}

.iti__un {
  --iti-flag-offset: -5351px;
}

.iti__us {
  --iti-flag-offset: -5373px;
}

.iti__uy {
  --iti-flag-offset: -5395px;
}

.iti__uz {
  --iti-flag-offset: -5417px;
}

.iti__va {
  --iti-flag-offset: -5439px;
}

.iti__vc {
  --iti-flag-offset: -5456px;
}

.iti__ve {
  --iti-flag-offset: -5478px;
}

.iti__vg {
  --iti-flag-offset: -5500px;
}

.iti__vi {
  --iti-flag-offset: -5522px;
}

.iti__vn {
  --iti-flag-offset: -5544px;
}

.iti__vu {
  --iti-flag-offset: -5566px;
}

.iti__wf {
  --iti-flag-offset: -5588px;
}

.iti__ws {
  --iti-flag-offset: -5610px;
}

.iti__xk {
  --iti-flag-offset: -5632px;
}

.iti__ye {
  --iti-flag-offset: -5654px;
}

.iti__yt {
  --iti-flag-offset: -5676px;
}

.iti__za {
  --iti-flag-offset: -5698px;
}

.iti__zm {
  --iti-flag-offset: -5720px;
}

.iti__zw {
  --iti-flag-offset: -5742px;
}

.iti__globe {
  background-image: url(images/globe.405a087a.png);
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: url(images/flags@2x.276410ff.png);
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: url(images/globe@2x.401ac809.png);
    background-image: var(--iti-path-globe-2x);
  }
}
/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}::-webkit-datetime-edit{
  display: inline-flex;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}[multiple],[size]:where(select:not([size="1"])){
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 2px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}@media (forced-colors: active) {[type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none{
  pointer-events: none;
}.invisible{
  visibility: hidden;
}.fixed{
  position: fixed;
}.\!absolute{
  position: absolute !important;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.-inset-px{
  inset: -1px;
}.inset-0{
  inset: 0px;
}.bottom-0{
  bottom: 0px;
}.bottom-5{
  bottom: 1.25rem;
}.right-0{
  right: 0px;
}.right-1{
  right: 0.25rem;
}.right-2{
  right: 0.5rem;
}.right-5{
  right: 1.25rem;
}.top-0{
  top: 0px;
}.top-1{
  top: 0.25rem;
}.top-2{
  top: 0.5rem;
}.z-10{
  z-index: 10;
}.z-30{
  z-index: 30;
}.z-50{
  z-index: 50;
}.col-span-full{
  grid-column: 1 / -1;
}.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.mb-0{
  margin-bottom: 0px;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.me-3{
  margin-inline-end: 0.75rem;
}.ml-3{
  margin-left: 0.75rem;
}.mr-1{
  margin-right: 0.25rem;
}.mr-2{
  margin-right: 0.5rem;
}.mr-3{
  margin-right: 0.75rem;
}.ms-2{
  margin-inline-start: 0.5rem;
}.ms-auto{
  margin-inline-start: auto;
}.mt-1{
  margin-top: 0.25rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-4{
  margin-top: 1rem;
}.mt-5{
  margin-top: 1.25rem;
}.mt-6{
  margin-top: 1.5rem;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.h-10{
  height: 2.5rem;
}.h-12{
  height: 3rem;
}.h-3{
  height: 0.75rem;
}.h-3\.5{
  height: 0.875rem;
}.h-4{
  height: 1rem;
}.h-5{
  height: 1.25rem;
}.h-6{
  height: 1.5rem;
}.h-8{
  height: 2rem;
}.h-full{
  height: 100%;
}.min-h-full{
  min-height: 100%;
}.min-h-screen{
  min-height: 100vh;
}.w-12{
  width: 3rem;
}.w-2\/5{
  width: 40%;
}.w-3{
  width: 0.75rem;
}.w-3\.5{
  width: 0.875rem;
}.w-3\/5{
  width: 60%;
}.w-4{
  width: 1rem;
}.w-5{
  width: 1.25rem;
}.w-6{
  width: 1.5rem;
}.w-8{
  width: 2rem;
}.w-auto{
  width: auto;
}.w-full{
  width: 100%;
}.w-screen{
  width: 100vw;
}.min-w-\[200px\]{
  min-width: 200px;
}.max-w-2xl{
  max-width: 42rem;
}.max-w-\[24rem\]{
  max-width: 24rem;
}.max-w-full{
  max-width: 100%;
}.flex-1{
  flex: 1 1 0%;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink-0{
  flex-shrink: 0;
}.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), 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));
}.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), 1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), 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));
}.rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), 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));
}.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), 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));
}.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
  transform: translate(var(--tw-translate-x), 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));
}.transform{
  transform: translate(var(--tw-translate-x), 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));
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  animation: spin 1s linear infinite;
}.cursor-pointer{
  cursor: pointer;
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-2{
  gap: 0.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}.gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}.gap-y-2{
  row-gap: 0.5rem;
}.gap-y-6{
  row-gap: 1.5rem;
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - 0));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - 0));
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 0);
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.overflow-hidden{
  overflow: hidden;
}.overflow-y-auto{
  overflow-y: auto;
}.rounded{
  border-radius: 0.25rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-2{
  border-width: 2px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-0{
  border-bottom-width: 0px;
}.border-t-4{
  border-top-width: 4px;
}.border-\[\#e0e0e0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.border-\[\#e0e0e0\]{
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
  }
}.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.border-blue-200{
    border-color: rgb(191 219 254 / var(--tw-border-opacity));
  }
}.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.border-gray-200{
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
}.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.border-gray-300{
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
}.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.border-gray-500{
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }
}.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.border-green-200{
    border-color: rgb(187 247 208 / var(--tw-border-opacity));
  }
}.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.border-green-300{
    border-color: rgb(134 239 172 / var(--tw-border-opacity));
  }
}.border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.border-indigo-600{
    border-color: rgb(79 70 229 / var(--tw-border-opacity));
  }
}.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.border-red-200{
    border-color: rgb(254 202 202 / var(--tw-border-opacity));
  }
}.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.border-red-400{
    border-color: rgb(248 113 113 / var(--tw-border-opacity));
  }
}.border-transparent{
  border-color: transparent;
}.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-blue-100{
    background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  }
}.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-blue-50{
    background-color: rgb(239 246 255 / var(--tw-bg-opacity));
  }
}.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-blue-600{
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }
}.bg-dogrun-400{
  --tw-bg-opacity: 1;
  background-color: rgb(47 201 163 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-dogrun-400{
    background-color: rgb(47 201 163 / var(--tw-bg-opacity));
  }
}.bg-dogrun-600{
  --tw-bg-opacity: 1;
  background-color: rgb(8 147 120 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-dogrun-600{
    background-color: rgb(8 147 120 / var(--tw-bg-opacity));
  }
}.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-gray-100{
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
}.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-gray-400{
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  }
}.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-gray-50{
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
}.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-gray-500{
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  }
}.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-green-100{
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  }
}.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-green-50{
    background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  }
}.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-indigo-500{
    background-color: rgb(99 102 241 / var(--tw-bg-opacity));
  }
}.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-red-100{
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  }
}.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-red-50{
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  }
}.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-red-600{
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  }
}.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-sky-600{
    background-color: rgb(2 132 199 / var(--tw-bg-opacity));
  }
}.bg-transparent{
  background-color: transparent;
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-white{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.bg-yellow-50{
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  }
}.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}.fill-current{
  fill: currentColor;
}.p-0{
  padding: 0px;
}.p-12{
  padding: 3rem;
}.p-2{
  padding: 0.5rem;
}.p-2\.5{
  padding: 0.625rem;
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-5{
  padding: 1.25rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.pb-20{
  padding-bottom: 5rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-8{
  padding-bottom: 2rem;
}.pr-20{
  padding-right: 5rem;
}.ps-3{
  padding-inline-start: 0.75rem;
}.pt-3{
  padding-top: 0.75rem;
}.pt-4{
  padding-top: 1rem;
}.pt-5{
  padding-top: 1.25rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.align-middle{
  vertical-align: middle;
}.align-bottom{
  vertical-align: bottom;
}.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold{
  font-weight: 700;
}.font-medium{
  font-weight: 500;
}.font-semibold{
  font-weight: 600;
}.uppercase{
  text-transform: uppercase;
}.leading-6{
  line-height: 1.5rem;
}.tracking-wide{
  letter-spacing: 0.025em;
}.text-\[\#07074D\]{
  --tw-text-opacity: 1;
  color: rgb(7 7 77 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-\[\#07074D\]{
    color: rgb(7 7 77 / var(--tw-text-opacity));
  }
}.text-\[\#6B7280\]{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-\[\#6B7280\]{
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
}.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-blue-600{
    color: rgb(37 99 235 / var(--tw-text-opacity));
  }
}.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-blue-800{
    color: rgb(30 64 175 / var(--tw-text-opacity));
  }
}.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-blue-900{
    color: rgb(30 58 138 / var(--tw-text-opacity));
  }
}.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-gray-400{
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-gray-500{
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
}.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-gray-700{
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }
}.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-gray-800{
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }
}.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-gray-900{
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }
}.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-green-600{
    color: rgb(22 163 74 / var(--tw-text-opacity));
  }
}.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-green-800{
    color: rgb(22 101 52 / var(--tw-text-opacity));
  }
}.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-indigo-600{
    color: rgb(79 70 229 / var(--tw-text-opacity));
  }
}.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-red-500{
    color: rgb(239 68 68 / var(--tw-text-opacity));
  }
}.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-red-600{
    color: rgb(220 38 38 / var(--tw-text-opacity));
  }
}.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-red-700{
    color: rgb(185 28 28 / var(--tw-text-opacity));
  }
}.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-red-800{
    color: rgb(153 27 27 / var(--tw-text-opacity));
  }
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-white{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-yellow-400{
    color: rgb(250 204 21 / var(--tw-text-opacity));
  }
}.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-yellow-700{
    color: rgb(161 98 7 / var(--tw-text-opacity));
  }
}.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.text-yellow-800{
    color: rgb(133 77 14 / var(--tw-text-opacity));
  }
}.underline{
  text-decoration-line: underline;
}.accent-dogrun-400{
  accent-color: #2fc9a3;
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-25{
  opacity: 0.25;
}.opacity-60{
  opacity: 0.6;
}.opacity-75{
  opacity: 0.75;
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-inset{
  --tw-ring-inset: inset;
}.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}.ring-indigo-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-100{
  transition-duration: 100ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}body.single-ildsjel{width:100%;max-width:100%;--e-global-color-text: #fff;--e-global-color-a138449: #d1007e}body.single-ildsjel .pamelding-button{padding:10px 30px;border-radius:33px;font-size:17px;line-height:normal;vertical-align:middle;font-weight:400;box-shadow:none}body.single-ildsjel .container.grid-container{max-width:100%}body.single-ildsjel .site-main{margin:0}body.single-ildsjel .inside-article{padding:0}#deltakerliste{margin-top:50px}#deltakerliste table,#deltakerliste td,#deltakerliste th{border:none}#deltakerliste table{box-shadow:0px 0px 40px rgba(0,0,0,.0784313725);border-radius:13px;padding:10px}#deltakerliste th{border-bottom:1px solid;text-align:left}#primary.ildsjel{width:100%}.ildsjel-login{display:flex;flex-direction:column;align-items:center}.ildsjel-login>p{margin:8px;font-size:.875rem;color:gray}.member-info{margin-left:36px;margin-bottom:36px}.member-info p{margin-bottom:0}.continue-with-vipps-wrapper{display:inline-block}.continue-with-vipps-wrapper a.button.continue-with-vipps{display:inline-block;color:#fff;background-color:#fe5b24;border:0;padding:0;font-size:22px;height:48px;line-height:48px;font-weight:400;text-align:center;cursor:pointer;box-sizing:border-box}.continue-with-vipps-wrapper.inline a.button.continue-with-vipps{text-decoration:none;font-size:1em;line-height:2em;font-weight:500;height:auto;padding:5px 10px 4px 10px}.continue-with-vipps-wrapper a.button.continue-with-vipps img{max-width:100%;margin:0px;display:inline;height:2ex;vertical-align:text-bottom}.ildsjel .acf-form-submit .acf-button{margin-top:20px;width:100%;background:#e778af}.gb-container.gb-tabs__item:not(.gb-tabs__item-open){display:none}.gb-container-7f8536d0{padding-right:20px;padding-left:20px;background-color:#ecf1f5}.gb-container-77debc43{max-width:1420px;padding:85px 20px;margin-right:auto;margin-left:auto}.gb-container-d98935cc{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:55px}.gb-container-c659143f{display:flex;flex-direction:column}.gb-container-1f27eb9e{padding-right:20px;padding-left:20px;margin-top:86px}.gb-container-127b9545{max-width:1420px;display:flex;flex-wrap:wrap;flex-grow:1;margin-right:auto;margin-left:auto}.gb-container-bcbe735a{width:70%;max-width:1420px;padding:20px;margin-right:auto;margin-left:auto}.gb-container-40d99ec4{width:30%;max-width:1420px;padding:20px;margin-right:auto;margin-left:auto}.gb-container-9fd08ddf{display:flex;flex-direction:row;-moz-column-gap:10px;column-gap:10px}.gb-container-c5c9a4e0{display:flex;flex-direction:row;-moz-column-gap:10px;column-gap:10px}.gb-container-cd6e684f{display:flex;flex-direction:row;-moz-column-gap:10px;column-gap:10px}.gb-container-cddbd3b7{display:flex;flex-direction:row;-moz-column-gap:10px;column-gap:10px}.gb-container-30d3e854{display:flex;flex-direction:row;-moz-column-gap:10px;column-gap:10px}h1.gb-headline-ffd950ab{font-size:46px;margin-bottom:14px}p.gb-headline-79826c7e{font-size:28px;margin-bottom:0px}p.gb-headline-30b83416{font-size:18px;color:#333}p.gb-headline-d7a3e932{font-size:18px;color:#333}h6.gb-headline-35fd1ebc{display:flex;align-items:center;-moz-column-gap:.5em;column-gap:.5em;font-size:18px;font-weight:700}h6.gb-headline-35fd1ebc .gb-icon{line-height:0}h6.gb-headline-35fd1ebc .gb-icon svg{width:28px;height:28px;fill:currentColor}h6.gb-headline-4e174d74{display:flex;align-items:center;-moz-column-gap:.5em;column-gap:.5em;font-size:18px;font-weight:normal;color:#333}h6.gb-headline-c9117afc{display:flex;align-items:center;-moz-column-gap:.5em;column-gap:.5em;font-size:18px;font-weight:700}h6.gb-headline-c9117afc .gb-icon{line-height:0}h6.gb-headline-c9117afc .gb-icon svg{width:28px;height:28px;fill:currentColor}h6.gb-headline-4b0453cf{display:flex;align-items:center;-moz-column-gap:.5em;column-gap:.5em;font-size:18px;font-weight:normal;color:#333}h6.gb-headline-5d942e0a{display:flex;align-items:center;-moz-column-gap:.5em;column-gap:.5em;font-size:18px;font-weight:700}h6.gb-headline-5d942e0a .gb-icon{line-height:0}h6.gb-headline-5d942e0a .gb-icon svg{width:28px;height:28px;fill:currentColor}h6.gb-headline-ef16657e{display:flex;align-items:center;-moz-column-gap:.5em;column-gap:.5em;font-size:18px;font-weight:normal;color:#333}h6.gb-headline-f5ce65c0{display:flex;align-items:center;-moz-column-gap:.5em;column-gap:.5em;font-size:18px;font-weight:700;margin:0}h6.gb-headline-f5ce65c0 .gb-icon{line-height:0}h6.gb-headline-f5ce65c0 .gb-icon svg{width:28px;height:28px;fill:currentColor}h6.gb-headline-4f6d0a76{display:flex;align-items:center;-moz-column-gap:.5em;column-gap:.5em;font-size:18px;font-weight:normal;color:#333}h6.gb-headline-160fc2da{display:flex;align-items:center;-moz-column-gap:.5em;column-gap:.5em;font-size:18px;font-weight:700}h6.gb-headline-160fc2da .gb-icon{line-height:0}h6.gb-headline-160fc2da .gb-icon svg{width:28px;height:28px;fill:currentColor}h6.gb-headline-5af24c26{display:flex;align-items:center;-moz-column-gap:.5em;column-gap:.5em;font-size:18px;font-weight:normal;color:#333}.gb-accordion__item:not(.gb-accordion__item-open)>.gb-button .gb-accordion__icon-open{display:none}.gb-accordion__item.gb-accordion__item-open>.gb-button .gb-accordion__icon{display:none}.gb-button-1236a5da{display:inline-flex;padding:10px 30px;border-radius:33px;background-color:#d1007e;color:#fff;text-decoration:none}.gb-button-1236a5da:hover,.gb-button-1236a5da:active,.gb-button-1236a5da:focus{color:#fff}.gb-button-0a2dc9e2{display:inline-flex;padding:10px 30px;border-radius:33px;background-color:#d1007e;color:#fff;text-decoration:none}.gb-button-0a2dc9e2:hover,.gb-button-0a2dc9e2:active,.gb-button-0a2dc9e2:focus{color:#fff}.gb-image-ac364179{border-radius:12px;width:100%;height:516px;-o-object-fit:cover;object-fit:cover;vertical-align:middle}@media(max-width: 767px){.gb-container-7f8536d0{padding-right:0px;padding-left:0px}.gb-container-77debc43{padding:40px 10px}.gb-container-d98935cc{flex-direction:column}.gb-container-ace12f6e{padding-top:20px}.gb-container-127b9545{flex-direction:column-reverse}.gb-container-bcbe735a{width:100%}.gb-grid-wrapper>.gb-grid-column-bcbe735a{width:100%}.gb-container-40d99ec4{width:100%}.gb-grid-wrapper>.gb-grid-column-40d99ec4{width:100%}h1.gb-headline-ffd950ab{font-size:28px}p.gb-headline-79826c7e{font-size:18px}}.gb-container .wp-block-image img{vertical-align:middle}.gb-grid-wrapper .wp-block-image{margin-bottom:0}.gb-highlight{background:none}.gb-container-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99}h4.gb-headline-dedee4c3{font-size:24px;font-weight:bold}.gb-button-f6cf0278{display:inline-flex;padding:10px 30px;border-radius:33px;border:1px solid var(--accent);color:var(--accent);text-decoration:none}.custom-wrapper{max-width:1200px;margin:auto;padding:20px}.organizer-stuff{background-color:#ffffc7;padding:20px}.organizer-stuff .icon{text-align:right;display:block;width:100%;display:flex;align-items:self-end;justify-content:flex-end}.organizer-stuff .icon svg{height:40px;width:40px;fill:#000}.iti{width:100%}.iti--allow-dropdown input.iti__tel-input{border:medium none currentcolor;border:initial}.joinevent-modal{z-index:999999}.joinevent-modal a.button.vipps-express-checkout{display:block;background-color:#ff5c24;border-radius:.5rem;margin:0}.joinevent-modal a.button.vipps-express-checkout img{filter:none;margin:auto}.joinevent-modal label{margin-bottom:0 !important}[x-cloak]{display:none !important}body.noscroll{overflow:hidden}.coupon-btn{text-decoration:none}.pamelding-button{color:var(--e-global-color-secondary);font-family:"Roboto",Sans-serif;font-weight:700;fill:var(--e-global-color-text);color:var(--e-global-color-text);background-color:var(--e-global-color-a138449) !important;border-style:none;border-radius:50px 50px 50px 50px;box-shadow:0px 5px 10px 0px rgba(0,0,0,.5);padding:15px 25px 15px 25px}.pamelding-button.floating{padding-top:8px;color:#fff}.joinevent-qty-inc{width:24px !important;padding:0 !important;color:rgb(31 41 55/var(--tw-text-opacity)) !important;align-items:center !important;display:flex !important;border-color:rgb(229 231 235/var(--tw-border-opacity)) !important;border-radius:6px !important}.joinevent-qty-inc:hover{background-color:rgb(249 250 251/var(--tw-bg-opacity)) !important}.joinevent-qty{width:24px !important;border:none !important;border-radius:0 !important;padding:0 !important}input[type=phone]{width:100%;border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s}.big-go-button{display:block;background-color:#2fc9a3;border-radius:.5rem;margin:0;color:#fff !important;padding:12px 10px;text-transform:uppercase;text-decoration:none !important;font-weight:700}.vis-lop-form input[type=text]:-moz-read-only, .vis-lop-form textarea:-moz-read-only{border:0;box-shadow:none;background:none;opacity:.8}.vis-lop-form input[type=text]:read-only,.vis-lop-form textarea:read-only{border:0;box-shadow:none;background:none;opacity:.8}.vis-lop-form textarea:-moz-read-write{box-shadow:inset 1px 1px 3px #ccc;border-radius:5px}.vis-lop-form textarea:read-write{box-shadow:inset 1px 1px 3px #ccc;border-radius:5px}body .main-navigation{z-index:40}.woocommerce table.shop_table td:last-child{text-align:right}.vip-logo img{width:150px}.je-grid{display:flex;gap:10px}.je-grid .w80{width:80%}.strava-embed-holder{display:flex;margin-right:20px;margin-bottom:20px;gap:20px}.form.b2b-signup input[type=radio]{position:absolute;width:1px;height:1px;padding:0;margin:-1px}.upload-logo{padding:10px;font-weight:600;border:1px solid #000;margin-bottom:10px;display:block;text-align:center}@media(max-width: 767px){body .woocommerce-MyAccount-navigation li a{padding:5px}}.donation-list{list-style:none;margin:0;padding:0}#vipurl{display:flex}#vipurl a{display:block;background:#2fc9a3;padding:5px 10px;margin-right:5px;color:#fff;text-decoration:none;border-radius:30px}#vipurl #copy{cursor:pointer}#vipurl #copy .icon-copy{display:block}#vipurl #copy .icon-ok{display:none}#vipurl #copy.copied .icon-copy{display:none}#vipurl #copy.copied .icon-ok{display:block}.woocommerce table.my_account_orders .button{margin-right:5px}.singup-p{margin:8px;font-size:.875rem;color:gray;text-align:center}.bg-joinevent-color{background-color:#2fc9a3}.bg-joinevent{background-color:#2fc9a3;text-decoration:none;border-radius:50px;padding:6px;border:1px solid #2fc9a3;background:rgba(0,0,0,0);color:#2fc9a3}.bg-joinevent:hover{color:#fff;background:#2fc9a3}.joinevent-byline{display:block;width:100%;margin-top:12px;font-size:12px;text-align:right}.joinevent-byline a{color:#6b7280;text-decoration:none}.joinevent-byline svg{fill:#516ea8;max-width:100px;display:inline;height:22px}.my-account_fakref{display:flex;flex-direction:column}.my-account_fakref label{display:block}.placeholder\:text-gray-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
}.placeholder\:text-gray-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.placeholder\:text-gray-400::-moz-placeholder{
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
.placeholder\:text-gray-400::placeholder{
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-blue-500:hover{
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  }
}.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-blue-700:hover{
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  }
}.hover\:bg-dogrun-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(19 182 147 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-dogrun-500:hover{
    background-color: rgb(19 182 147 / var(--tw-bg-opacity));
  }
}.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-200:hover{
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
}.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-50:hover{
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
}.hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-indigo-600:hover{
    background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  }
}.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-red-500:hover{
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  }
}.hover\:bg-sky-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-sky-700:hover{
    background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  }
}.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.hover\:text-gray-900:hover{
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }
}.hover\:underline:hover{
  text-decoration-line: underline;
}.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:border-\[\#6A64F1\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(106 100 241 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.focus\:border-\[\#6A64F1\]:focus{
    border-color: rgb(106 100 241 / var(--tw-border-opacity));
  }
}.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.focus\:border-blue-500:focus{
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }
}.focus\:bg-indigo-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / 1);
}@supports (color: rgb(0 0 0 / 0)){
.focus\:bg-indigo-500:focus{
    background-color: rgb(99 102 241 / var(--tw-bg-opacity));
  }
}.focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}.focus\:ring-dogrun-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(47 201 163 / var(--tw-ring-opacity));
}.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}.focus\:ring-indigo-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity));
}.focus\:ring-indigo-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}.focus-visible\:outline:focus-visible{
  outline-style: solid;
}.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}.focus-visible\:outline-blue-600:focus-visible{
  outline-color: #2563eb;
}.focus-visible\:outline-dogrun-400:focus-visible{
  outline-color: #2fc9a3;
}.focus-visible\:outline-dogrun-600:focus-visible{
  outline-color: #089378;
}.focus-visible\:outline-indigo-600:focus-visible{
  outline-color: #4f46e5;
}.active\:opacity-\[0\.85\]:active{
  opacity: 0.85;
}.active\:shadow-lg:active{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.active\:shadow-none:active{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}.disabled\:opacity-50:disabled{
  opacity: 0.5;
}.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:pointer-events-none{
  pointer-events: none;
}.peer:placeholder-shown ~ .peer-placeholder-shown\:pointer-events-none{
  pointer-events: none;
}.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:opacity-50{
  opacity: 0.5;
}.peer:placeholder-shown ~ .peer-placeholder-shown\:opacity-50{
  opacity: 0.5;
}.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.peer:placeholder-shown ~ .peer-placeholder-shown\:shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 640px){.sm\:col-span-2{
    grid-column: span 2 / span 2;
  }.sm\:col-span-3{
    grid-column: span 3 / span 3;
  }.sm\:col-span-4{
    grid-column: span 4 / span 4;
  }.sm\:col-span-6{
    grid-column: span 6 / span 6;
  }.sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }.sm\:ml-3{
    margin-left: 0.75rem;
  }.sm\:ml-4{
    margin-left: 1rem;
  }.sm\:mt-0{
    margin-top: 0px;
  }.sm\:mt-4{
    margin-top: 1rem;
  }.sm\:mt-5{
    margin-top: 1.25rem;
  }.sm\:mt-6{
    margin-top: 1.5rem;
  }.sm\:mt-8{
    margin-top: 2rem;
  }.sm\:block{
    display: block;
  }.sm\:inline{
    display: inline;
  }.sm\:flex{
    display: flex;
  }.sm\:h-10{
    height: 2.5rem;
  }.sm\:w-1\/2{
    width: 50%;
  }.sm\:w-1\/3{
    width: 33.333333%;
  }.sm\:w-10{
    width: 2.5rem;
  }.sm\:w-auto{
    width: auto;
  }.sm\:w-full{
    width: 100%;
  }.sm\:max-w-lg{
    max-width: 32rem;
  }.sm\:max-w-sm{
    max-width: 24rem;
  }.sm\:max-w-xl{
    max-width: 36rem;
  }.sm\:max-w-xs{
    max-width: 20rem;
  }.sm\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), 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));
  }.sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), 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));
  }.sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
    transform: translate(var(--tw-translate-x), 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));
  }.sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }.sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }.sm\:items-start{
    align-items: flex-start;
  }.sm\:items-center{
    align-items: center;
  }.sm\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }.sm\:border-b-0{
    border-bottom-width: 0px;
  }.sm\:border-r{
    border-right-width: 1px;
  }.sm\:p-0{
    padding: 0px;
  }.sm\:p-6{
    padding: 1.5rem;
  }.sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:pb-4{
    padding-bottom: 1rem;
  }.sm\:pt-6{
    padding-top: 1.5rem;
  }.sm\:text-left{
    text-align: left;
  }.sm\:align-middle{
    vertical-align: middle;
  }.sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.sm\:leading-6{
    line-height: 1.5rem;
  }
}@media (min-width: 768px){.md\:col-span-2{
    grid-column: span 2 / span 2;
  }
}@media (prefers-color-scheme: dark){.dark\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.dark\:bg-indigo-600{
      background-color: rgb(79 70 229 / var(--tw-bg-opacity));
    }
}.dark\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.dark\:hover\:bg-indigo-700:hover{
      background-color: rgb(67 56 202 / var(--tw-bg-opacity));
    }
}.dark\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.dark\:focus\:bg-indigo-700:focus{
      background-color: rgb(67 56 202 / var(--tw-bg-opacity));
    }
}
}
