/*
! tailwindcss v3.4.4 | 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: currentColor;
  /* 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: Inter, sans-serif;
  /* 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.col-span-12 {
  grid-column: span 12 / span 12;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-\[100px\] {
  width: 100px;
}

.w-full {
  width: 100%;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

.content-center {
  align-content: center;
}

.justify-between {
  justify-content: space-between;
}

.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-16 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.text-md {
  font-size: 20px;
  line-height: 1.8em;
  letter-spacing: 0em;
  font-weight: 200;
}

.text-sm {
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0em;
  font-weight: 300;
}

.text-xs {
  font-size: 10px;
  line-height: 1.3em;
  letter-spacing: 0em;
  font-weight: 300;
}

.font-light {
  font-weight: 300;
}

.leading-\[1\.8em\] {
  line-height: 1.8em;
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(65 112 150 / var(--tw-text-opacity));
}

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(201 153 61 / var(--tw-text-opacity));
}

.text-midnight {
  --tw-text-opacity: 1;
  color: rgb(0 33 65 / var(--tw-text-opacity));
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

.members__content a {
  display: block;
}

.content {
  position: relative;
}

.content .content__wrapper:nth-child(odd) {
  background-color: rgba(125, 104, 85, 0.12);
}

.content .content__wrapper:nth-child(even) {
  background-color: rgba(125, 104, 85, 0.2);
}

.content:before {
  content: "";
  z-index: -1;
  opacity: 0.2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='448' height='405' fill='none'%3E%3Cpath fill='%23DFDAD5' d='M365.816 364.848c1.533 7.68.187 14.872-4.032 21.576-4.229 6.718-10.368 10.843-18.427 12.374-3.84 1.153-7.585 1.249-11.229.287-3.655-.957-7.011-2.392-10.081-4.316-3.074-1.914-5.761-4.407-8.064-7.479-2.304-3.067-3.841-6.517-4.607-10.36l-37.434-172.634 29.944-134.66 63.93 295.212ZM299.013 56.98l-24.188 109.338-5.186 25.317-32.827-151.92c-1.925-7.67-.675-14.862 3.745-21.58 4.41-6.708 10.458-10.833 18.14-12.374 7.676-1.531 14.873-.187 21.597 4.029 6.714 4.225 10.842 10.168 12.384 17.838l6.335 29.352ZM447.019 396.5c-15.362-3.067-25.337-12.465-29.944-28.198l-1.728-9.206-5.761-27.624-29.949-136.957-31.673-147.317L337.596.01h-73.138c-10.751 0-19.491 4.316-26.204 12.949-6.719 8.632-8.927 17.939-6.623 27.91l35.13 162.854-4.032 18.413-2.878 12.087-16.124 73.661-20.161 93.221h45.498l-9.213-44.883c-6.91-32.227-6.91-64.253 0-96.103v-.579l2.878-12.661 2.303-12.661 4.607-18.413 34.556 162.279c2.303 8.829 7.384 15.824 15.261 21.007 7.863 5.177 16.215 6.804 25.05 4.89 3.07-.776 5.756-1.727 8.065-2.876h94.448v-4.603Z'/%3E%3Cpath fill='%23DFDAD5' d='M81.322 364.848c-1.533 7.68-.187 14.872 4.032 21.576 4.228 6.718 10.367 10.843 18.427 12.374 3.845 1.153 7.585 1.249 11.229.287 3.654-.957 7.011-2.392 10.081-4.316 3.074-1.914 5.761-4.407 8.064-7.479 2.303-3.067 3.841-6.517 4.607-10.36l37.434-172.634-29.949-134.655-63.926 295.207ZM148.125 56.98l24.188 109.338 5.186 25.317 32.827-151.92c1.925-7.67.675-14.862-3.745-21.58-4.41-6.708-10.458-10.833-18.14-12.374-7.676-1.531-14.873-.187-21.597 4.029-6.714 4.225-10.842 10.168-12.384 17.838l-6.335 29.352ZM.119 396.5c15.362-3.067 25.337-12.465 29.944-28.198l1.728-9.206 5.761-27.624 29.95-136.957L99.173 47.199 109.542.01h73.138c10.751 0 19.491 4.316 26.204 12.949 6.719 8.632 8.927 17.939 6.623 27.91l-35.13 162.854 4.032 18.413 2.878 12.087 16.124 73.661 20.161 93.221h-45.498l9.213-44.883c6.91-32.227 6.91-64.253 0-96.103v-.579l-2.878-12.661-2.303-12.661-4.607-18.413-34.556 162.279c-2.303 8.829-7.384 15.824-15.262 21.007-7.862 5.177-16.214 6.804-25.049 4.89-3.07-.776-5.756-1.727-8.065-2.876H.12v-4.603Z'/%3E%3C/svg%3E");
  background-size: 8vw;
  background-repeat: repeat;
  background-position: center 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}

.content:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  background-image: url("footer-gradiant.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
  mix-blend-mode: multiply;
  filter: brightness(0.8);
}

.members__content a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.band {
  height: 320px;
  background-image: url("band.jpg");
  background-size: auto 320px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #285956;
}

.band-mobile {
}

.band-mobile__logo, 
.band-mobile__text {
  position: relative;
}

.band-mobile img {
  width: 100%;
}

.band-mobile__text h2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:px-20 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:text-lg {
    font-size: 24px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 300;
  }

  .md\:text-md {
    font-size: 20px;
    line-height: 1.8em;
    letter-spacing: 0em;
    font-weight: 200;
  }

  .md\:text-sm {
    font-size: 15px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 300;
  }
}

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }
}