/*
! tailwindcss v3.1.8 | 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.
*/

html {
  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: Noto Sans, Futura PT Book, ui-sans-serif, system-ui; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

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

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

*, ::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-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-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:  ;
}
@font-face {
    font-family: "Futura PT Light";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/assets/FuturaPT-Light-5f0995ecf982dbcf4f41e718bbf5d751dea4a0eedcac659f48432f362ecdd6b3.woff2) format("woff2");
  }
@font-face {
    font-family: "Futura PT Book";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/FuturaPT-Book-38d062cb433f888088879803c40d69bdf19229f3fc4d4ec684c74d3170609b32.woff2) format("woff2");
  }
@font-face {
    font-family: "Futura PT Demi";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/assets/FuturaPT-Demi-17a62fbeeec4b62dc264d45ed1f2f24e4bbd72dfed405b03dbc6c88286aa3516.woff2) format("woff2");
  }
@font-face {
    font-family: "Futura PT Bold";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/FuturaPT-Bold-49fb2d1c844bd1ef07df1dd6528692349cb21d2d9e8749f2ecaee316bcd68d62.woff2) format("woff2");
  }
@font-face {
  font-family: 'qsc-icons';
  font-display: swap;
  src: url(/assets/qsc-icons-7218702c53eb62fa0bfef49ce5e14c96d0f0b056c45b078de1303b9d0642a70e.woff) format("woff");
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/l/font?kit=o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99Y41P6zXNY_LBMdCI&skey=2b960fe17823056f&v=v39) format('woff2');
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 0;
  background-color: inherit;
}
select option{
  font-family: Noto Sans, Futura PT Book;
}
:where([href], button, input, textarea, summary, [tabindex], select):focus {
    outline: none;
  }
:where([href], button, input, textarea, summary, [tabindex], select):focus-visible {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px #ffffff,
    0px 0px 0px 3px #72acda;
  }
dialog {
  padding: 0;
}
dialog::backdrop {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
  }
body.lock-scroll {
  overflow: hidden;
}
.container{
  width: 100%;
}
@media (min-width: 320px){

  .container{
    max-width: 320px;
  }
}
@media (min-width: 420px){

  .container{
    max-width: 420px;
  }
}
@media (min-width: 550px){

  .container{
    max-width: 550px;
  }
}
@media (min-width: 620px){

  .container{
    max-width: 620px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 845px){

  .container{
    max-width: 845px;
  }
}
@media (min-width: 1000px){

  .container{
    max-width: 1000px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1200px){

  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1350px){

  .container{
    max-width: 1350px;
  }
}
.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;
}
.visible{
  visibility: visible;
}
.\!visible{
  visibility: visible !important;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.right-\[21px\]{
  right: 21px;
}
.top-5{
  top: 1.25rem;
}
.top-\[110\%\]{
  top: 110%;
}
.-left-\[5\%\]{
  left: -5%;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.bottom-0{
  bottom: 0px;
}
.right-0{
  right: 0px;
}
.top-10{
  top: 2.5rem;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.m-auto{
  margin: auto;
}
.-m-\[1px\]{
  margin: -1px;
}
.m-2{
  margin: 0.5rem;
}
.m-0{
  margin: 0px;
}
.my-\[70px\]{
  margin-top: 70px;
  margin-bottom: 70px;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-4{
  margin-left: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-\[70px\]{
  margin-top: 70px;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.table-row{
  display: table-row;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-96{
  height: 24rem;
}
.h-\[40px\]{
  height: 40px;
}
.h-full{
  height: 100%;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[250px\]{
  height: 250px;
}
.h-header{
  height: 60px;
}
.h-4{
  height: 1rem;
}
.h-\[14px\]{
  height: 14px;
}
.h-auto{
  height: auto;
}
.h-screen{
  height: 100vh;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[7px\]{
  height: 7px;
}
.h-\[220px\]{
  height: 220px;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.w-\[300px\]{
  width: 300px;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[28px\]{
  width: 28px;
}
.w-1\/2{
  width: 50%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[500px\]{
  width: 500px;
}
.w-4{
  width: 1rem;
}
.w-\[600px\]{
  width: 600px;
}
.w-auto{
  width: auto;
}
.w-\[14px\]{
  width: 14px;
}
.w-screen{
  width: 100vw;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-2\/3{
  width: 66.666667%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-\[350px\]{
  min-width: 350px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[425px\]{
  max-width: 425px;
}
.max-w-\[612px\]{
  max-width: 612px;
}
.max-w-\[70px\]{
  max-width: 70px;
}
.max-w-\[566px\]{
  max-width: 566px;
}
.max-w-\[851px\]{
  max-width: 851px;
}
.max-w-\[445px\]{
  max-width: 445px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[575px\]{
  max-width: 575px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[479px\]{
  max-width: 479px;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.grow{
  flex-grow: 1;
}
.basis-1\/2{
  flex-basis: 50%;
}
.table-auto{
  table-layout: auto;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.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));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-\[1fr_max-content\]{
  grid-template-columns: 1fr max-content;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-4{
  gap: 1rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[25px\]{
  gap: 25px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-\[46px\]{
  -moz-column-gap: 46px;
       column-gap: 46px;
}
.gap-y-\[66px\]{
  row-gap: 66px;
}
.gap-y-\[46px\]{
  row-gap: 46px;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[3px\]{
  border-radius: 3px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[1\.5px\]{
  border-radius: 1.5px;
}
.rounded-\[27px\]{
  border-radius: 27px;
}
.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-4{
  border-width: 4px;
}
.border-2{
  border-width: 2px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-transparent{
  border-color: transparent;
}
.border-gray-80{
  --tw-border-opacity: 1;
  border-color: rgb(96 97 97 / var(--tw-border-opacity));
}
.border-error-dark{
  --tw-border-opacity: 1;
  border-color: rgb(194 109 109 / var(--tw-border-opacity));
}
.border-warning-dark{
  --tw-border-opacity: 1;
  border-color: rgb(213 167 54 / var(--tw-border-opacity));
}
.border-alert-dark{
  --tw-border-opacity: 1;
  border-color: rgb(138 167 101 / var(--tw-border-opacity));
}
.border-gray-60{
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
}
.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}
.border-primary-light{
  --tw-border-opacity: 1;
  border-color: rgb(23 123 191 / var(--tw-border-opacity));
}
.bg-gray-10{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(23 123 191 / var(--tw-bg-opacity));
}
.bg-error-light{
  --tw-bg-opacity: 1;
  background-color: rgb(251 232 226 / var(--tw-bg-opacity));
}
.bg-warning-light{
  --tw-bg-opacity: 1;
  background-color: rgb(240 232 213 / var(--tw-bg-opacity));
}
.bg-alert-light{
  --tw-bg-opacity: 1;
  background-color: rgb(240 251 226 / var(--tw-bg-opacity));
}
.bg-error-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(194 109 109 / var(--tw-bg-opacity));
}
.bg-warning-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(213 167 54 / var(--tw-bg-opacity));
}
.bg-gray-80{
  --tw-bg-opacity: 1;
  background-color: rgb(96 97 97 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-gray-40{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-gray-30{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-4{
  padding: 1rem;
}
.p-1{
  padding: 0.25rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[22px\]{
  padding: 22px;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-container{
  padding-left: 6.667vw;
  padding-right: 6.667vw;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}
.py-\[52px\]{
  padding-top: 52px;
  padding-bottom: 52px;
}
.px-\[65px\]{
  padding-left: 65px;
  padding-right: 65px;
}
.pt-4{
  padding-top: 1rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-\[16px\]{
  padding-top: 16px;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-demi{
  font-family: Noto Sans, Futura PT Demi;
}
.font-book{
  font-family: Noto Sans, Futura PT Book;
}
.font-bold{
  font-family: Noto Sans, Futura PT Bold;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-gray-40{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-gray-80{
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity));
}
.text-error-dark{
  --tw-text-opacity: 1;
  color: rgb(194 109 109 / var(--tw-text-opacity));
}
.text-warning-dark{
  --tw-text-opacity: 1;
  color: rgb(213 167 54 / var(--tw-text-opacity));
}
.text-alert-dark{
  --tw-text-opacity: 1;
  color: rgb(138 167 101 / var(--tw-text-opacity));
}
.text-gray-90{
  --tw-text-opacity: 1;
  color: rgb(81 82 82 / var(--tw-text-opacity));
}
.text-gray-60{
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity));
}
.text-primary-light{
  --tw-text-opacity: 1;
  color: rgb(23 123 191 / var(--tw-text-opacity));
}
.text-gray-70{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mbs-\[40px\]{
  margin-block-start: 40px;
}
.mbe-10{
  margin-block-end: 2.5rem;
}
.mis-2{
  margin-inline-start: 0.5rem;
}
.mis-auto{
  margin-inline-start: auto;
}
.mbe-1{
  margin-block-end: 0.25rem;
}
.mbs-\[72px\]{
  margin-block-start: 72px;
}
.mis-\[5px\]{
  margin-inline-start: 5px;
}
.mbs-5{
  margin-block-start: 1.25rem;
}
.mbe-5{
  margin-block-end: 1.25rem;
}
.mbs-10{
  margin-block-start: 2.5rem;
}
.mbe-6{
  margin-block-end: 1.5rem;
}
.mbs-\[25px\]{
  margin-block-start: 25px;
}
.mbs-\[18px\]{
  margin-block-start: 18px;
}
.-mbs-1{
  margin-block-start: -0.25rem;
}
.mbs-\[37px\]{
  margin-block-start: 37px;
}
.mbs-\[10px\]{
  margin-block-start: 10px;
}
.-mbs-\[16px\]{
  margin-block-start: -16px;
}
.pbe-\[310px\]{
  padding-block-end: 310px;
}
.pbs-4{
  padding-block-start: 1rem;
}
.pbe-6{
  padding-block-end: 1.5rem;
}
.pis-5{
  padding-inline-start: 1.25rem;
}
.pbe-4{
  padding-block-end: 1rem;
}
.pie-6{
  padding-inline-end: 1.5rem;
}
.pbs-10{
  padding-block-start: 2.5rem;
}
.pbe-10{
  padding-block-end: 2.5rem;
}
.pbs-5{
  padding-block-start: 1.25rem;
}
.pbs-1{
  padding-block-start: 0.25rem;
}
.pbe-\[30px\]{
  padding-block-end: 30px;
}
.t-copy-xs{
  font-family: Noto Sans, Futura PT Book;
  font-size: 0.75rem;
  line-height: 1rem;
}
.t-copy-sm{
  font-family: Noto Sans, Futura PT Book;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.t-copy-sm-bold{
  font-family: Noto Sans, Futura PT Demi;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.t-copy-md{
  font-family: Noto Sans, Futura PT Book;
  font-size: 1rem;
  line-height: 1.5rem;
}
.t-copy-lg{
  font-family: Noto Sans, Futura PT Book;
  font-size: 1.5rem;
  line-height: 2rem;
}
.t-copy-lg-bold{
  font-family: Noto Sans, Futura PT Demi;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity));
}
.t-heading-sm{
  font-family: Noto Sans, Futura PT Demi;
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity));
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.t-heading-lg{
  font-family: Noto Sans, Futura PT Demi;
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity));
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.t-header{
  font-family: Noto Sans, Futura PT Demi;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .t-header{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.t-form-label{
  font-family: Noto Sans, Futura PT Demi;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity));
}
.t-form-label.required::after {
      content: "*";
      margin-inline-start: 2px;
    }
.t-form-label.disabled {
    color: #b6bfc4;
  }
.t-error{
  --tw-text-opacity: 1;
  color: rgb(194 109 109 / var(--tw-text-opacity));
}
.t-form-error{
  font-family: Noto Sans, Futura PT Demi;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(194 109 109 / var(--tw-text-opacity));
}
.t-form-error::before {
    content: "*";
    margin-inline-start: 2px;
  }
.t-button-label{
  font-family: Noto Sans, Futura PT Demi;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.t-highlight{
  --tw-text-opacity: 1;
  color: rgb(23 123 191 / var(--tw-text-opacity));
}
.t-link {
  text-decoration: underline;
}
.a-input {
  width: 100%;
  height: 48px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
  margin-block-start: 16px;
  font-family: Noto Sans, Futura PT Demi;
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.l-input-row .a-input {
    border-width: 0;
  }
.a-input.disabled{
  --tw-text-opacity: 1;
  color: rgb(182 191 196 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.a-input--error, 
  .l-input-row .a-input--error{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(194 109 109 / var(--tw-border-opacity));
}
.a-input:focus-visible {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px #ffffff,
    0px 0px 0px 3px #72acda;
  }
.a-select-wrapper{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity));
  font-family: Noto Sans, Futura PT Demi;
  height: 48px;
  margin-block-start: 16px;
}
.l-input-row .a-select-wrapper,
  .m-market-focus__select .a-select-wrapper {
    border-width: 0;
  }
.a-select-wrapper.disabled{
  --tw-text-opacity: 1;
  color: rgb(182 191 196 / var(--tw-text-opacity));
}
.a-select-wrapper--error{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(194 109 109 / var(--tw-border-opacity));
}
.a-arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin: auto;

  border-bottom: 5px solid #404040;
}
@media (min-width: 768px){

  .l-wrapper{
    margin-top: 2.5rem;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.l-wrapper{
  margin: auto;
  position: relative;
  width: 100%;
}
.l-form-container{
  padding-left: 6.667vw;
  padding-right: 6.667vw;
  position: relative;
}
.l-form-container.unpadded{
  padding-left: 0px;
  padding-right: 0px;
}
.l-form-container > form:first-child {
    margin-block-start: 66px;
  }
.l-form-container > form:not(:first-child) {
    margin-block-start: 40px;
  }
.l-form-container > span:first-child {
    display: block;
    margin-block-start: 35px;
    max-width: 764px;
  }
.l-form-container > form > button {
      margin-block-start: 66px;
    }
.l-input-row {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 46px;
  align-items: end;
  max-width: 1076px;
}
.edit-profile .l-input-row {
    row-gap: 24px;
  }
.l-form-error{
  font-family: Noto Sans, Futura PT Demi;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(194 109 109 / var(--tw-text-opacity));

  margin-block-end: 8px;
}
.l-form-error::before {
    content: "*";
    margin-inline-start: 2px;
  }
.l-market-focus-row {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 46px;
  align-items: start;
  max-width: 1076px;
}
.edit-profile .l-market-focus-row {
    row-gap: 24px;
  }
@media all and (min-width: 1698px) {
    .l-market-focus-row {
      grid-template-columns: repeat(4, 312px);
    }
  }
@media all and (min-width: 1698px) {
    .l-market-focus-row {
      max-width: 1458px;
    }
  }
.l-confirmation-grid{
  padding-left: 6.667vw;
  padding-right: 6.667vw;
  padding-block-start: 67px;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(2, auto);
  gap: 70px;
}
@media all and (min-width: 1200px) {
    .l-confirmation-grid {
      grid-template-columns: repeat(2, 479px);
    }
  }
@media all and (min-width: 1200px) {
    .l-confirmation-grid {
      grid-template-rows: auto;
    }
  }
@media all and (min-width: 1200px) {
    .l-confirmation-grid {
      gap: 128px;
    }
  }
.l-landing-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(2, auto);
  gap: 70px;
  margin-block-start: 42px;
  max-width: 700px;
}
@media all and (min-width: 845px) {
    .l-landing-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
@media all and (min-width: 845px) {
    .l-landing-grid {
      grid-template-rows: auto;
    }
  }
@media all and (min-width: 845px) {
    .l-landing-grid {
      gap: 40px;
    }
  }
@media all and (min-width: 1200px) {
    .l-landing-grid {
      grid-template-columns: 45% 160px;
    }
  }
@media all and (min-width: 1200px) {
    .l-landing-grid {
      gap: 20%;
    }
  }
.l-subscriptions-grid {
  display: grid;
  grid-template-areas: "header" "alert" "body" "sidebar";
  gap: 1.5rem;
}
@media all and (min-width: 1200px) {
    .l-subscriptions-grid {
      grid-template-areas: "header  empty" "alert sidebar" "body sidebar";
    }
  }
@media all and (min-width: 1200px) {
    .l-subscriptions-grid {
      grid-template-columns: 3fr 1fr;
    }
  }
@media all and (min-width: 1350px) {
    .l-subscriptions-grid {
      grid-template-columns: 5fr 2fr;
    }
  }
@media all and (min-width: 1200px) {
    .l-subscriptions-grid--end-user {
      grid-template-columns: 5fr 2fr;
    }
  }
@media all and (min-width: 1200px) {
    .l-subscriptions-grid--end-user-sidebar {
      grid-template-areas: "header header" "alert alert" "body sidebar";
    }
  }
.l-subscriptions-grid__header {
    grid-area: header;
  }
.l-subscriptions-grid__alert {
    grid-area: alert;
  }
.l-subscriptions-grid__sidebar {
    grid-area: sidebar;
  }
.l-subscriptions-grid__body {
    grid-area: body;
  }
.l-card-body {
  max-width: 550px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media all and (min-width: 1000px) {
    .l-card-body {
      max-width 350px: ;
    }
  }
@media all and (min-width: 1460px) {
    .l-card-body {
      max-width: 450px;
    }
  }
.l-card-body--single {
    padding-inline: clamp(24px, calc(24px + 96 * (100vw - 550px) / 650), 120px);
  }
.m-checkbox [data-path="checkmark"] {
    display: none;
  }
.m-checkbox input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
.m-checkbox input:focus-visible + .a-check-indicator {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px #ffffff,
    0px 0px 0px 3px #72acda;
  }
.m-checkbox input:checked + .a-check-indicator {
    border: none;
  }
.m-checkbox input:checked + .a-check-indicator [data-path="checkmark"] {
      display: block;
    }
.m-checkbox input:disabled + .a-check-indicator {
    border-color: #d9d9d9;
  }
.m-checkbox input:disabled ~ .t-form-label {
    color: #d9d9d9;
  }
.m-market-focus__select{
  align-self: flex-start;
  position: relative;
}
.m-market-focus__error-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
.m-market-focus__toggle-group {
    margin-block-start: 0;
  }
@media all and (min-width: 1698px) {
    .m-market-focus__toggle-group {
      grid-row: auto;
    }
  }
@media all and (max-width: 1698px) {
    .m-market-focus__toggle-group {
      grid-row: 2;
    }
  }
@media all and (max-width: 1024px) {
    .m-market-focus__toggle-group {
      grid-row: auto;
    }
  }
@media all and (max-width: 1024px) {
    .m-market-focus__toggle-group {
      margin-block-start: 42px;
    }
  }
@media all and (max-width: 654px) {
    .m-market-focus__toggle-group {
      margin-block-start: 0;
    }
  }
@media all and (min-width: 1698px) {
    .m-market-focus__toggle-group {
      margin-block-start: 42px;
    }
  }
.m-market-focus__toggle-group--well {
      display: none;
      background: #e9e9e9;
      height: 266px;
      width: 100%;
    }
@media all and (min-width: 654px) {
    .m-market-focus__toggle-group--well {
      display: block;
    }
  }
@media all and (max-width: 1024px) {
    .m-market-focus__toggle-group--error-margin {
      margin-block-start: 68px;
    }
  }
@media all and (max-width: 654px) {
    .m-market-focus__toggle-group--error-margin {
      margin-block-start: 0;
    }
  }
@media all and (min-width: 1698px) {
    .m-market-focus__toggle-group--error-margin {
      margin-block-start: 68px;
    }
  }
.m-market-focus__toggle{
  font-family: Noto Sans, Futura PT Demi;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  align-self: flex-start;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(23 123 191 / var(--tw-bg-opacity));

    height: 46px;
}
.m-market-focus__toggle button[aria-expanded="true"] > svg {
          transform: rotate(180deg);
        }
.m-loading-dots {
  --c1: #177bbf;
  --c2: #002e5d;
  --c3: #d9d9d9;
  --c4: #c8c8c8;

  width: var(--LoadingDots-width, 200px);
  aspect-ratio: 2/1;
  --_g: no-repeat radial-gradient(#000 60%, #0000 60%);
  -webkit-mask: var(--_g), var(--_g), var(--_g);
  -webkit-mask-size: 21% 38%;
  background: conic-gradient(var(--c1) 50%, var(--c2) 0) no-repeat,
    conic-gradient(var(--c3) 50%, var(--c4) 0) no-repeat;
  background-size: 200% 50%;
  animation: back 4.5s infinite steps(1), load 2.25s infinite linear;
}
.m-subscriptions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  padding: 1.25rem;

  border: 1px solid #c8c8c8;
}
.m-subscriptions.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.m-subscriptions__block {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1rem;

    padding: 0 0.75rem;
    overflow: auto;
    word-wrap: break-word;
  }
.m-subscriptions__block:not(:last-child) {
      border-right: 1px solid #c8c8c8;
    }
@keyframes load {
  0% {
    -webkit-mask-position: 0% 0%, 50% 0%, 100% 0%;
  }
  12.5% {
    -webkit-mask-position: 0% 50%, 50% 0%, 100% 0%;
  }
  25% {
    -webkit-mask-position: 0% 100%, 50% 50%, 100% 0%;
  }
  37.5% {
    -webkit-mask-position: 0% 100%, 50% 100%, 100% 50%;
  }
  50% {
    -webkit-mask-position: 0% 100%, 50% 100%, 100% 100%;
  }
  62.5% {
    -webkit-mask-position: 0% 50%, 50% 100%, 100% 100%;
  }
  75% {
    -webkit-mask-position: 0% 0%, 50% 50%, 100% 100%;
  }
  87.5% {
    -webkit-mask-position: 0% 0%, 50% 0%, 100% 50%;
  }
  100% {
    -webkit-mask-position: 0% 0%, 50% 0%, 100% 0%;
  }
}
@keyframes back {
  0%,
  100% {
    background-position: 0% 0%, 0% 100%;
  }
  25% {
    background-position: 100% 0%, 0% 100%;
  }
  50% {
    background-position: 100% 0%, 100% 100%;
  }
  75% {
    background-position: 0% 0%, 100% 100%;
  }
}
.m-button{
  font-family: Noto Sans, Futura PT Demi;
  font-size: 1.25rem;
  line-height: 1.75rem;
  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;
  --tw-bg-opacity: 1;
  background-color: rgb(23 123 191 / var(--tw-bg-opacity));

  border-radius: 4px;
  padding-inline: 10px;
  height: 40px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #ffffff;
  border: 1px solid transparent;
}
.m-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 93 / var(--tw-bg-opacity));
}
.m-button--secondary{
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(96 97 97 / var(--tw-border-opacity));

    background: none;
}
.m-button--secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.m-button--tertiary{
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(96 97 97 / var(--tw-border-opacity));
    
    border-width: 3px;
}
.m-button--tertiary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(23 123 191 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.m-button--large {
    padding: 25px;
  }
.m-button--submit{
  --tw-border-opacity: 1;
  border-color: rgb(0 46 93 / var(--tw-border-opacity));

    padding: 25px;
    border-width: 3px;
}
.m-range {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}
.m-range::-moz-range-track{
  background-color: rgb(0 0 0 / 0.25);
  height: 0.25rem;
  border-radius: 9999px;
}
.m-range::-webkit-slider-runnable-track{
  background-color: rgb(0 0 0 / 0.25);
  height: 0.25rem;
  border-radius: 9999px;
}
.m-range::-moz-range-thumb{
  border-radius: 9999px;
  background-image: radial-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #002e5d;
  --tw-gradient-to: rgb(0 46 93 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #177bbf;
  border-width: 0px;
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);

    height: 35px;
    width: 35px;
}
.m-range::-webkit-slider-thumb{
  border-radius: 9999px;
  background-image: radial-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #002e5d;
  --tw-gradient-to: rgb(0 46 93 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #177bbf;
  border-width: 0px;
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);

    -webkit-appearance: none;

    margin-top: -17px;
    height: 35px;
    width: 35px;
}
.m-radio-card{
  cursor: pointer;
}
.m-radio-card input[type="radio"] {
    display: none;
  }
.m-radio-card input[type="radio"] +div{
  font-family: Noto Sans, Futura PT Demi;
  font-size: 1.25rem;
  line-height: 1.75rem;
  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;
  --tw-bg-opacity: 1;
  background-color: rgb(23 123 191 / var(--tw-bg-opacity));

  border-radius: 4px;
  padding-inline: 10px;
  height: 40px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #ffffff;
  border: 1px solid transparent;
}
.m-radio-card input[type="radio"] +div:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 93 / var(--tw-bg-opacity));
}
.m-radio-card input[type="radio"] +div{
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(96 97 97 / var(--tw-border-opacity));

    background: none;
}
.m-radio-card input[type="radio"] +div:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.m-radio-card input[type="radio"] +div{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));

      transition: border-color .2s ease-out, background-color .2s ease-out;
}
.m-radio-card input[type="radio"]:checked + div{
  font-family: Noto Sans, Futura PT Bold;
  font-weight: 700;
  --tw-bg-opacity: 1;
  background-color: rgb(23 123 191 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(0 46 93 / var(--tw-border-opacity));
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
.select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
.select2-results {
  display: block; }
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
.select2-results__option--selectable {
  cursor: pointer; }
.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-search--dropdown {
  display: block;
  padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--group {
  padding: 0; }
.select2-container--default .select2-results__option--disabled {
  color: #999; }
.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option--group {
  padding: 0; }
.select2-container--classic .select2-results__option--disabled {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
.last\:pb-6:last-child{
  padding-bottom: 1.5rem;
}
.hover\:bg-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 93 / var(--tw-bg-opacity));
}
.hover\:bg-gray-15:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.hover\:text-primary-light:hover{
  --tw-text-opacity: 1;
  color: rgb(23 123 191 / var(--tw-text-opacity));
}
.hover\:text-primary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(0 46 93 / var(--tw-text-opacity));
}
@media (min-width: 420px){

  .break20\:h-\[200px\]{
    height: 200px;
  }

  .break20\:flex-row{
    flex-direction: row;
  }

  .break20\:items-center{
    align-items: center;
  }

  .break20\:pbe-\[260px\]{
    padding-block-end: 260px;
  }
}
@media (min-width: 550px){

  .break30\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .break30\:mbs-\[100px\]{
    margin-block-start: 100px;
  }
}
@media (min-width: 768px){

  .break50\:block{
    display: block;
  }

  .break50\:px-\[80px\]{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 845px){

  .break60\:hidden{
    display: none;
  }

  .break60\:w-auto{
    width: auto;
  }

  .break60\:flex-row{
    flex-direction: row;
  }

  .break60\:items-start{
    align-items: flex-start;
  }
}
@media (min-width: 1000px){

  .break100\:block{
    display: block;
  }

  .break100\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .break100\:rounded{
    border-radius: 0.25rem;
  }

  .break100\:pbs-1{
    padding-block-start: 0.25rem;
  }

  .break100\:pbe-1{
    padding-block-end: 0.25rem;
  }

  .break100\:pis-3{
    padding-inline-start: 0.75rem;
  }

  .break100\:pie-3{
    padding-inline-end: 0.75rem;
  }
}
@media (min-width: 1024px){

  .break105\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .break105\:pbe-2\.5{
    padding-block-end: 0.625rem;
  }

  .break105\:pbe-2{
    padding-block-end: 0.5rem;
  }
}
@media (min-width: 1200px){

  .break110\:w-1\/2{
    width: 50%;
  }

  .break110\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
