/*
! tailwindcss v3.4.10 | 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)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
::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: 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;
  margin-top: 0;
}

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

.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;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-top-36 {
  top: -9rem;
}

.-top-56 {
  top: -14rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.isolate {
  isolation: isolate;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.col-auto {
  grid-column: auto;
}

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

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

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

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

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

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

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.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;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-40 {
  height: 10rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-2xl {
  max-width: 1440px;
}

.max-w-screen-lg {
  max-width: 960px;
}

.max-w-screen-sm {
  max-width: 600px;
}

.max-w-screen-xl {
  max-width: 1025px;
}

.max-w-screen-xs {
  max-width: 480px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  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-x-full {
  --tw-translate-x: -100%;
  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-full {
  --tw-translate-y: 100%;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

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

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

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
  column-gap: 0px;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
  column-gap: 8rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.bg-none {
  background-image: none;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-none {
  background-size: 0px;
}

.bg-center {
  background-position: center;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.font-serendipity {
  font-family: Serendipity, sans-serif;
}

.text-175re {
  font-size: 1.75rem;
}

.text-24 {
  font-size: 1.25rem;
}

.text-2re {
  font-size: 2rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 2.25rem;
}

.text-50 {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-base {
  font-size: 1.125rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-lnksi {
  font-size: 1.3rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-tight {
  line-height: 1.25;
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline {
  outline-style: solid;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1025px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

.hidden {
  display: "none";
}

@media (min-width: 640px) {
  .mobile\:hidden {
    display: "none" !important;
  }
}

@media (min-width: 768px) {
  .tablet\:hidden {
    display: "none" !important;
  }
}

@media (min-width: 1024px) {
  .desktop\:hidden {
    display: "none" !important;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:hidden {
    display: "none" !important;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:hidden {
    display: "none" !important;
  }
}

@media (min-width: 640px) {
  .sm\:hidden {
    display: "none" !important;
  }
}

@media (min-width: 782px) {
  .md\:hidden {
    display: "none" !important;
  }
}

@media (min-width: 960px) {
  .lg\:hidden {
    display: "none" !important;
  }
}

@media (min-width: 1025px) {
  .xl\:hidden {
    display: "none" !important;
  }
}

.block {
  display: "block";
}

@media (min-width: 640px) {
  .mobile\:block {
    display: "block" !important;
  }
}

@media (min-width: 768px) {
  .tablet\:block {
    display: "block" !important;
  }
}

@media (min-width: 1024px) {
  .desktop\:block {
    display: "block" !important;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:block {
    display: "block" !important;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:block {
    display: "block" !important;
  }
}

@media (min-width: 640px) {
  .sm\:block {
    display: "block" !important;
  }
}

@media (min-width: 782px) {
  .md\:block {
    display: "block" !important;
  }
}

@media (min-width: 960px) {
  .lg\:block {
    display: "block" !important;
  }
}

@media (min-width: 1025px) {
  .xl\:block {
    display: "block" !important;
  }
}

.flex {
  display: "flex";
}

@media (min-width: 640px) {
  .mobile\:flex {
    display: "flex" !important;
  }
}

@media (min-width: 768px) {
  .tablet\:flex {
    display: "flex" !important;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex {
    display: "flex" !important;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex {
    display: "flex" !important;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex {
    display: "flex" !important;
  }
}

@media (min-width: 640px) {
  .sm\:flex {
    display: "flex" !important;
  }
}

@media (min-width: 782px) {
  .md\:flex {
    display: "flex" !important;
  }
}

@media (min-width: 960px) {
  .lg\:flex {
    display: "flex" !important;
  }
}

@media (min-width: 1025px) {
  .xl\:flex {
    display: "flex" !important;
  }
}

.background-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.block-padding {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 1023px) {
  .p-8 {
    padding-top: 5.3333333333px;
    padding-bottom: 5.3333333333px;
  }
}

.pt-8 {
  padding-top: 8px;
}
@media (max-width: 1023px) {
  .pt-8 {
    padding-top: 5.3333333333px;
  }
}

.pb-8 {
  padding-bottom: 8px;
}
@media (max-width: 1023px) {
  .pb-8 {
    padding-bottom: 5.3333333333px;
  }
}

.m-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .m-8 {
    margin-top: 5.3333333333px;
    margin-bottom: 5.3333333333px;
  }
}

.mt-8 {
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .mt-8 {
    margin-top: 5.3333333333px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

.p-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 1023px) {
  .p-16 {
    padding-top: 10.6666666667px;
    padding-bottom: 10.6666666667px;
  }
}

.pt-16 {
  padding-top: 16px;
}
@media (max-width: 1023px) {
  .pt-16 {
    padding-top: 10.6666666667px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}
@media (max-width: 1023px) {
  .pb-16 {
    padding-bottom: 10.6666666667px;
  }
}

.m-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .m-16 {
    margin-top: 10.6666666667px;
    margin-bottom: 10.6666666667px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .mt-16 {
    margin-top: 10.6666666667px;
  }
}

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

.p-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .p-24 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media (max-width: 1023px) {
  .pt-24 {
    padding-top: 16px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .pb-24 {
    padding-bottom: 16px;
  }
}

.m-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .m-24 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .mt-24 {
    margin-top: 16px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

.p-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 1023px) {
  .p-32 {
    padding-top: 21.3333333333px;
    padding-bottom: 21.3333333333px;
  }
}

.pt-32 {
  padding-top: 32px;
}
@media (max-width: 1023px) {
  .pt-32 {
    padding-top: 21.3333333333px;
  }
}

.pb-32 {
  padding-bottom: 32px;
}
@media (max-width: 1023px) {
  .pb-32 {
    padding-bottom: 21.3333333333px;
  }
}

.m-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .m-32 {
    margin-top: 21.3333333333px;
    margin-bottom: 21.3333333333px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .mt-32 {
    margin-top: 21.3333333333px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

.p-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 1023px) {
  .p-36 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.pt-36 {
  padding-top: 36px;
}
@media (max-width: 1023px) {
  .pt-36 {
    padding-top: 24px;
  }
}

.pb-36 {
  padding-bottom: 36px;
}
@media (max-width: 1023px) {
  .pb-36 {
    padding-bottom: 24px;
  }
}

.m-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
@media (max-width: 1023px) {
  .m-36 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.mt-36 {
  margin-top: 36px;
}
@media (max-width: 1023px) {
  .mt-36 {
    margin-top: 24px;
  }
}

.mb-36 {
  margin-bottom: 36px;
}

.p-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .p-40 {
    padding-top: 26.6666666667px;
    padding-bottom: 26.6666666667px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .pt-40 {
    padding-top: 26.6666666667px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .pb-40 {
    padding-bottom: 26.6666666667px;
  }
}

.m-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .m-40 {
    margin-top: 26.6666666667px;
    margin-bottom: 26.6666666667px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .mt-40 {
    margin-top: 26.6666666667px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.p-46 {
  padding-top: 46px;
  padding-bottom: 46px;
}
@media (max-width: 1023px) {
  .p-46 {
    padding-top: 30.6666666667px;
    padding-bottom: 30.6666666667px;
  }
}

.pt-46 {
  padding-top: 46px;
}
@media (max-width: 1023px) {
  .pt-46 {
    padding-top: 30.6666666667px;
  }
}

.pb-46 {
  padding-bottom: 46px;
}
@media (max-width: 1023px) {
  .pb-46 {
    padding-bottom: 30.6666666667px;
  }
}

.m-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}
@media (max-width: 1023px) {
  .m-46 {
    margin-top: 30.6666666667px;
    margin-bottom: 30.6666666667px;
  }
}

.mt-46 {
  margin-top: 46px;
}
@media (max-width: 1023px) {
  .mt-46 {
    margin-top: 30.6666666667px;
  }
}

.mb-46 {
  margin-bottom: 46px;
}

.p-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  .p-48 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media (max-width: 1023px) {
  .pt-48 {
    padding-top: 32px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  .pb-48 {
    padding-bottom: 32px;
  }
}

.m-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .m-48 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media (max-width: 1023px) {
  .mt-48 {
    margin-top: 32px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}

.p-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 1023px) {
  .p-56 {
    padding-top: 37.3333333333px;
    padding-bottom: 37.3333333333px;
  }
}

.pt-56 {
  padding-top: 56px;
}
@media (max-width: 1023px) {
  .pt-56 {
    padding-top: 37.3333333333px;
  }
}

.pb-56 {
  padding-bottom: 56px;
}
@media (max-width: 1023px) {
  .pb-56 {
    padding-bottom: 37.3333333333px;
  }
}

.m-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .m-56 {
    margin-top: 37.3333333333px;
    margin-bottom: 37.3333333333px;
  }
}

.mt-56 {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .mt-56 {
    margin-top: 37.3333333333px;
  }
}

.mb-56 {
  margin-bottom: 56px;
}

.p-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1023px) {
  .p-64 {
    padding-top: 42.6666666667px;
    padding-bottom: 42.6666666667px;
  }
}

.pt-64 {
  padding-top: 64px;
}
@media (max-width: 1023px) {
  .pt-64 {
    padding-top: 42.6666666667px;
  }
}

.pb-64 {
  padding-bottom: 64px;
}
@media (max-width: 1023px) {
  .pb-64 {
    padding-bottom: 42.6666666667px;
  }
}

.m-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .m-64 {
    margin-top: 42.6666666667px;
    margin-bottom: 42.6666666667px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media (max-width: 1023px) {
  .mt-64 {
    margin-top: 42.6666666667px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}

.p-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 1023px) {
  .p-72 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.pt-72 {
  padding-top: 72px;
}
@media (max-width: 1023px) {
  .pt-72 {
    padding-top: 48px;
  }
}

.pb-72 {
  padding-bottom: 72px;
}
@media (max-width: 1023px) {
  .pb-72 {
    padding-bottom: 48px;
  }
}

.m-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media (max-width: 1023px) {
  .m-72 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.mt-72 {
  margin-top: 72px;
}
@media (max-width: 1023px) {
  .mt-72 {
    margin-top: 48px;
  }
}

.mb-72 {
  margin-bottom: 72px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-25 {
  border-radius: 25px;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Serendipity";
  src: url("/static/fonts/Serendipity/font.woff2") format("woff2"), url("/static/fonts/Serendipity/font.woff") format("woff");
  font-weight: 400;
}
.text-pink {
  color: #CF3B91;
}

.bg-pink {
  background-color: #CF3B91;
}

.text-pinkdark {
  color: #993366;
}

.bg-pinkdark {
  background-color: #993366;
}

.text-mint {
  color: #DBEDED;
}

.bg-mint {
  background-color: #DBEDED;
}

.text-green {
  color: #2B5F51;
}

.bg-green {
  background-color: #2B5F51;
}

.text-teal {
  color: #0BBAB4;
}

.bg-teal {
  background-color: #0BBAB4;
}

.text-teal2 {
  color: #068e89;
}

.bg-teal2 {
  background-color: #068e89;
}

.text-gray {
  color: gray;
}

.bg-gray {
  background-color: gray;
}

.text-darkgreen {
  color: #2B5F51;
}

.bg-darkgreen {
  background-color: #2B5F51;
}

.text-seafoam {
  color: rgba(219, 237, 237, 0.4);
}

.bg-seafoam {
  background-color: rgba(219, 237, 237, 0.4);
}

.text-seafoam-light {
  color: rgba(219, 237, 237, 0.15);
}

.bg-seafoam-light {
  background-color: rgba(219, 237, 237, 0.15);
}

.text-red {
  color: #C00202;
}

.bg-red {
  background-color: #C00202;
}

.text-dred {
  color: red;
}

.bg-dred {
  background-color: red;
}

.text-black {
  color: black;
}

.bg-black {
  background-color: black;
}

.text-white {
  color: white;
}

.bg-white {
  background-color: white;
}

.text-offwhite {
  color: #F8F8F8;
}

.bg-offwhite {
  background-color: #F8F8F8;
}

.text-lightgray2 {
  color: rgba(231, 231, 231, 0.5);
}

.bg-lightgray2 {
  background-color: rgba(231, 231, 231, 0.5);
}

.text-lightgray3 {
  color: #cecece;
}

.bg-lightgray3 {
  background-color: #cecece;
}

.text-lightgray4 {
  color: #f5f5f5;
}

.bg-lightgray4 {
  background-color: #f5f5f5;
}

.grid {
  display: grid;
  gap: 24px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

@media (min-width: 640px) {
  .mobile\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-1 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-1 > .flex-child {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-1 {
    display: flex;
  }
  .tablet\:flex-cols-1 > .flex-child {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-1 {
    display: flex;
  }
  .desktop\:flex-cols-1 > .flex-child {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-1 {
    display: flex;
  }
  .desktop-lg\:flex-cols-1 > .flex-child {
    width: 100%;
  }
}

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

@media (min-width: 640px) {
  .mobile\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-2 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-2 > .flex-child {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-2 {
    display: flex;
  }
  .tablet\:flex-cols-2 > .flex-child {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-2 {
    display: flex;
  }
  .desktop\:flex-cols-2 > .flex-child {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-2 {
    display: flex;
  }
  .desktop-lg\:flex-cols-2 > .flex-child {
    width: 50%;
  }
}

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

@media (min-width: 640px) {
  .mobile\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-3 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-3 > .flex-child {
    width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-3 {
    display: flex;
  }
  .tablet\:flex-cols-3 > .flex-child {
    width: 33.3333333333%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-3 {
    display: flex;
  }
  .desktop\:flex-cols-3 > .flex-child {
    width: 33.3333333333%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-3 {
    display: flex;
  }
  .desktop-lg\:flex-cols-3 > .flex-child {
    width: 33.3333333333%;
  }
}

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

@media (min-width: 640px) {
  .mobile\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-4 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-4 > .flex-child {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-4 {
    display: flex;
  }
  .tablet\:flex-cols-4 > .flex-child {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-4 {
    display: flex;
  }
  .desktop\:flex-cols-4 > .flex-child {
    width: 25%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-4 {
    display: flex;
  }
  .desktop-lg\:flex-cols-4 > .flex-child {
    width: 25%;
  }
}

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

@media (min-width: 640px) {
  .mobile\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-5 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-5 > .flex-child {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-5 {
    display: flex;
  }
  .tablet\:flex-cols-5 > .flex-child {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-5 {
    display: flex;
  }
  .desktop\:flex-cols-5 > .flex-child {
    width: 20%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-5 {
    display: flex;
  }
  .desktop-lg\:flex-cols-5 > .flex-child {
    width: 20%;
  }
}

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

@media (min-width: 640px) {
  .mobile\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-6 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-6 > .flex-child {
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-6 {
    display: flex;
  }
  .tablet\:flex-cols-6 > .flex-child {
    width: 16.6666666667%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-6 {
    display: flex;
  }
  .desktop\:flex-cols-6 > .flex-child {
    width: 16.6666666667%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-6 {
    display: flex;
  }
  .desktop-lg\:flex-cols-6 > .flex-child {
    width: 16.6666666667%;
  }
}

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

@media (min-width: 640px) {
  .mobile\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-7 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-7 > .flex-child {
    width: 14.2857142857%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-7 {
    display: flex;
  }
  .tablet\:flex-cols-7 > .flex-child {
    width: 14.2857142857%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-7 {
    display: flex;
  }
  .desktop\:flex-cols-7 > .flex-child {
    width: 14.2857142857%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-7 {
    display: flex;
  }
  .desktop-lg\:flex-cols-7 > .flex-child {
    width: 14.2857142857%;
  }
}

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

@media (min-width: 640px) {
  .mobile\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-8 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-8 > .flex-child {
    width: 12.5%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-8 {
    display: flex;
  }
  .tablet\:flex-cols-8 > .flex-child {
    width: 12.5%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-8 {
    display: flex;
  }
  .desktop\:flex-cols-8 > .flex-child {
    width: 12.5%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-8 {
    display: flex;
  }
  .desktop-lg\:flex-cols-8 > .flex-child {
    width: 12.5%;
  }
}

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

@media (min-width: 640px) {
  .mobile\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-9 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-9 > .flex-child {
    width: 11.1111111111%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-9 {
    display: flex;
  }
  .tablet\:flex-cols-9 > .flex-child {
    width: 11.1111111111%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-9 {
    display: flex;
  }
  .desktop\:flex-cols-9 > .flex-child {
    width: 11.1111111111%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-9 {
    display: flex;
  }
  .desktop-lg\:flex-cols-9 > .flex-child {
    width: 11.1111111111%;
  }
}

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

@media (min-width: 640px) {
  .mobile\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-10 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-10 > .flex-child {
    width: 10%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-10 {
    display: flex;
  }
  .tablet\:flex-cols-10 > .flex-child {
    width: 10%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-10 {
    display: flex;
  }
  .desktop\:flex-cols-10 > .flex-child {
    width: 10%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-10 {
    display: flex;
  }
  .desktop-lg\:flex-cols-10 > .flex-child {
    width: 10%;
  }
}

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

@media (min-width: 640px) {
  .mobile\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-11 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-11 > .flex-child {
    width: 9.0909090909%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-11 {
    display: flex;
  }
  .tablet\:flex-cols-11 > .flex-child {
    width: 9.0909090909%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-11 {
    display: flex;
  }
  .desktop\:flex-cols-11 > .flex-child {
    width: 9.0909090909%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-11 {
    display: flex;
  }
  .desktop-lg\:flex-cols-11 > .flex-child {
    width: 9.0909090909%;
  }
}

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

@media (min-width: 640px) {
  .mobile\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tablet\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desktop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.mobile\:flex-cols-12 {
  display: flex;
}
@media (min-width: 640px) {
  .mobile\:flex-cols-12 > .flex-child {
    width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .tablet\:flex-cols-12 {
    display: flex;
  }
  .tablet\:flex-cols-12 > .flex-child {
    width: 8.3333333333%;
  }
}

@media (min-width: 1024px) {
  .desktop\:flex-cols-12 {
    display: flex;
  }
  .desktop\:flex-cols-12 > .flex-child {
    width: 8.3333333333%;
  }
}

@media (min-width: 1280px) {
  .desktop-lg\:flex-cols-12 {
    display: flex;
  }
  .desktop-lg\:flex-cols-12 > .flex-child {
    width: 8.3333333333%;
  }
}

.container {
  padding: 0 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
}

.container-margin {
  margin: auto 37px;
}
@media (min-width: 768px) {
  .container-margin {
    margin: auto 25px;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: gray;
}

.serendipity-text {
  font-family: "Serendipity", "Poppins", "Arial", sans-serif;
  font-size: 2.8125rem;
  line-height: normal;
  letter-spacing: -0.45px;
}
@media (min-width: 1024px) {
  .serendipity-text {
    font-size: 5.25rem;
    letter-spacing: -0.84px;
  }
}

.heading-1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 0.9375;
  letter-spacing: -0.04rem;
}
@media (min-width: 1024px) {
  .heading-1 {
    font-size: 8.75rem;
    font-weight: 300;
    letter-spacing: -0.4375rem;
  }
}

.heading-2 {
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 1.369047619;
  letter-spacing: -0.02625rem;
}
@media (min-width: 1024px) {
  .heading-2 {
    font-size: 3.625rem;
    line-height: 1.3275862069;
    letter-spacing: unset;
  }
}

.heading-49 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 1024px) {
  .heading-49 {
    font-size: 3.0625rem;
    line-height: 1.0612244898;
    font-weight: 300;
  }
}

.heading-38 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 1024px) {
  .heading-38 {
    font-size: 2.375rem;
    font-weight: 300;
  }
}

.heading-28 {
  font-size: 2rem;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 1024px) {
  .heading-28 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: normal;
  }
}

.font-16 {
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
}

.font-18 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: normal;
}

.font-20 {
  font-size: 1.25rem;
}

.font-24 {
  font-size: 1.5rem;
  line-height: 1.4583333333;
}

.font-28 {
  font-size: 1.75rem;
}

small {
  font-size: 0.8rem;
}

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

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.font-underline {
  text-decoration-line: underline;
}

.paragraph, .paragraph .rich-text {
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .paragraph, .paragraph .rich-text {
    line-height: 1.2962962963;
    font-size: 1.6875rem;
  }
}

.paragraph-large, .paragraph-large .rich-text {
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .paragraph-large, .paragraph-large .rich-text {
    line-height: 1.2962962963;
    font-size: 1.6875rem;
  }
}

.symbol-text {
  display: flex;
  margin-top: 0;
}
.symbol-text sup {
  top: 1em;
}

sub,
sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-weight: 300;
}

sup {
  top: -0.4em;
}

sub {
  bottom: -0.25em;
}

body {
  font-family: "Poppins", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  overflow-x: hidden;
}

.h-1\/2 {
  height: 50% !important;
}

.video-background video,
.video-background iframe {
  position: absolute;
  inset: 0 0 0 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.text-light .rich-text,
.text-light .flexible-table-block {
  color: #fff;
}
.text-light .rich-text h1,
.text-light .rich-text h2,
.text-light .rich-text h3,
.text-light .rich-text h4,
.text-light .rich-text h5,
.text-light .rich-text h6,
.text-light .rich-text th,
.text-light .rich-text td,
.text-light .flexible-table-block h1,
.text-light .flexible-table-block h2,
.text-light .flexible-table-block h3,
.text-light .flexible-table-block h4,
.text-light .flexible-table-block h5,
.text-light .flexible-table-block h6,
.text-light .flexible-table-block th,
.text-light .flexible-table-block td {
  color: #fff;
}

.not-found {
  min-height: 35vw;
  max-height: 640px;
  margin-bottom: 60px;
  padding: 10vw 0;
  border-bottom: 6px solid #0BBAB4;
}
@media (max-width: 767px) {
  .not-found {
    height: 369px;
  }
}

.block-one_column.text-light .is-grid > div a,
.block-one_column .text-light .is-grid > div a,
.block-three_columns.text-light .is-grid > div a,
.block-three_columns .text-light .is-grid > div a {
  color: #fff;
}

.video-container {
  width: 100%;
  position: relative;
  padding-top: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe,
.video-container video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_modal_block .video-container {
  max-width: 100%;
}
.video_modal_block .video-container .modallauncher {
  text-align: left;
}

.footnote-text {
  font-size: 0.875em;
  line-height: 1.25rem;
}

.primary-menu > li .sub-menu .text-darkgreen {
  --tw-text-opacity: 1;
  color: rgb(43, 95, 81, var(--tw-text-opacity));
  display: block;
  text-wrap: wrap;
}

.table-wrapper {
  overflow-x: auto;
}

body.home .breadcrumb-wrapper,
.template-404 .breadcrumb-wrapper,
body.contact-us .breadcrumb-wrapper,
body.sitemap .breadcrumb-wrapper {
  display: none;
}

.template-404 .suggested-links .container {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.template-404 .suggested-links .container a {
  text-decoration: underline;
}
.template-404 .suggested-links .container a:hover, .template-404 .suggested-links .container a:focus {
  text-decoration: none;
}

.spacer-block {
  height: 12px;
}
@media (min-width: 768px) {
  .spacer-block {
    height: 24px;
  }
}

.breadcrumb-wrapper {
  border-top: 1px solid #cecece;
}

.breadcrumb {
  min-height: 56px;
  padding: 16px 30px;
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 16px 10px;
  }
}
.breadcrumb li {
  padding: 8px 0;
}
.breadcrumb li:not(:last-child) a {
  text-decoration: underline;
}
.breadcrumb li:last-child {
  color: #993366;
}

.breadcrumb-desktop {
  display: block;
}
@media (max-width: 768px) {
  .breadcrumb-desktop {
    display: none;
  }
}

.breadcrumb-mobile {
  display: none;
}
@media (max-width: 768px) {
  .breadcrumb-mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .nav-container {
  max-width: 1265px;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1300px) {
  header .nav-container {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  header .nav-container {
    flex-flow: row wrap;
  }
}
header .nav-container .nav-logo {
  max-width: 245px;
  margin-right: 55px;
}
@media (max-width: 1300px) {
  header .nav-container .nav-logo {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  header .nav-container .nav-logo {
    max-width: 146px;
  }
}
header .nav-container .nav-menu-items {
  flex: auto;
}
@media (max-width: 768px) {
  header .nav-container .nav-menu-items {
    display: none;
    flex-basis: 100%;
    padding-top: 24px;
  }
}
header .nav-container .nav-menu-items .desktop-nav {
  display: flex;
  justify-content: space-between;
}
header .nav-container .nav-menu-items.open {
  display: block;
}
header .nav-container #nav-icon1 {
  display: none;
}
header .nav-container #nav-icon1 #hamburger-close {
  display: none;
}
@media (max-width: 768px) {
  header .nav-container #nav-icon1 {
    display: block;
  }
  header .nav-container #nav-icon1.active #hamburger-open {
    display: none;
  }
  header .nav-container #nav-icon1.active #hamburger-close {
    display: block;
  }
}
@media (max-width: 768px) {
  header .primary-menu {
    flex-flow: column;
  }
}
header .primary-menu > li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -20px;
  left: 0;
  opacity: 1;
}
@media (min-width: 769px) {
  header .primary-menu > li .sub-menu {
    display: none;
    position: absolute;
    max-width: 333px;
    width: 100%;
    padding: 45px 20px 7px;
    top: 0;
    background: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: 9;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.0509803922), -4px 4px 4px 0 rgba(0, 0, 0, 0.0509803922);
  }
}
header .primary-menu > li .sub-menu > li {
  padding-bottom: 25px;
  font-weight: 500;
}
@media (max-width: 768px) {
  header .primary-menu > li .sub-menu > li {
    padding-bottom: 10px;
  }
}
header .primary-menu > li .sub-menu a {
  display: block;
}
@media (max-width: 768px) {
  header .primary-menu > li .sub-menu {
    display: none;
    position: relative;
    max-width: none;
    padding: 1rem;
  }
}
@media (max-width: 1300px) {
  header .primary-menu .top-navigation {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  header .primary-menu .top-navigation {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  header .primary-menu .top-navigation {
    font-size: 14px;
    padding: 10px 0;
  }
}
header .primary-menu .top-navigation a.active {
  color: #993366;
}
@media (max-width: 768px) {
  header .primary-menu .top-navigation > .mainmnbtn {
    color: #2B5F51;
  }
}
header .primary-menu .top-navigation .top-menu {
  white-space: nowrap;
}
header .primary-menu .top-navigation.open .top-menu::after {
  transform: rotate(180deg);
}
header .primary-menu .top-navigation.open .sub-menu {
  display: block;
}
header .primary-menu .top-navigation .top-menu.has-submenu::after {
  content: url("./img/header-caret.svg");
  margin-left: 12px;
  display: inline-block;
}
@media (max-width: 768px) {
  header .primary-menu .top-navigation .top-menu.has-submenu::after {
    content: "";
    background: url("./img/header-caret.svg") no-repeat;
    background-size: 10px 6px;
    width: 10px;
    height: 6px;
  }
}
header .primary-menu .top-navigation .top-menu.has-submenu:has(+ .active) {
  color: #993366;
  font-weight: 600;
}
header .primary-menu .top-navigation .top-menu.has-submenu:has(+ .active)::after {
  content: url("./img/caret-pink.svg");
}
@media (max-width: 768px) {
  header .icon-search svg {
    width: 26px;
    height: 25px;
  }
}
header .search-desktop {
  display: block;
}
@media (max-width: 768px) {
  header .search-desktop {
    display: none;
  }
}
header .search-mobile {
  display: none;
}
@media (max-width: 768px) {
  header .search-mobile {
    display: block;
    flex: 1;
    text-align: right;
    margin-right: 42px;
  }
}

footer .footer-back-to-top {
  display: block;
  position: fixed;
  bottom: 24px;
  right: 0;
  height: 47px;
  width: 102px;
  margin: 24px 0 24px auto;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px 20px;
  transform: translateX(100%);
  transition: 0.2s ease;
}
footer .footer-back-to-top::after {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  background-image: url(./img/back-to-top-arrow.svg);
  background-size: 13px;
  margin-left: 10px;
}
footer .footer-back-to-top:hover {
  cursor: pointer;
}
footer .bg-offwhite {
  padding: 60px 20px;
}
footer .footer-content {
  max-width: 1175px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer-content {
    flex-flow: column;
  }
}
footer .footer-content .footer-logo {
  flex-basis: 38%;
}
footer .footer-content .footer-logo img {
  max-width: 340px;
}
@media (max-width: 768px) {
  footer .footer-content .footer-logo img {
    max-width: 222px;
  }
}
footer .footer-content .footer-info-section {
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer-content .footer-info-section {
    flex-flow: column;
  }
}
@media (max-width: 768px) {
  footer .footer-content .footer-info-section .footer-info,
  footer .footer-content .footer-info-section .footer-social {
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  footer .footer-content .footer-info-section .footer-social {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (max-width: 768px) {
  footer .footer-content .footer-info-section .footer-social .accessability-icon {
    flex-basis: 100%;
    margin-top: 24px;
  }
}
footer .footer-content .footer-info-section .footer-menu-link {
  padding-bottom: 10px;
}
footer .footer-content .footer-info-section .footer-h3 {
  font-size: 1.3rem;
  margin-top: -3px;
}
@media (max-width: 768px) {
  footer .footer-content .footer-info-section .footer-h3 {
    font-size: 1rem;
    color: black;
  }
}
footer .footer-content .footer-info-section .social-list {
  margin: 16px auto 24px auto;
}
@media (max-width: 768px) {
  footer .footer-content .footer-info-section .social-list {
    margin: -4px 30px 0 30px;
  }
}
footer .footer-content .footer-info-section .footer-tagline {
  margin-top: 85px;
  flex-basis: 100%;
}
@media (max-width: 768px) {
  footer .footer-content .footer-info-section .footer-tagline {
    margin-top: 48px;
  }
}

.icon-after, .block-link.download-link.primary, .with-external-arrow, .block-link.external-link.secondary, .block-link.external-link.primary, .with-caret, .main-button, .btn.primary, .btn.secondary, .btn.tertiary, .block-link.internal-link.secondary, .block-link.internal-link.primary {
  position: relative;
}
.icon-after::after, .block-link.download-link.primary::after, .with-external-arrow::after, .block-link.external-link.secondary::after, .block-link.external-link.primary::after, .with-caret::after, .main-button::after, .btn.primary::after, .btn.secondary::after, .btn.tertiary::after, .block-link.internal-link.secondary::after, .block-link.internal-link.primary::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  pointer-events: none;
}

.icon-before, .block-link.download-link.secondary {
  position: relative;
}
.icon-before::before, .block-link.download-link.secondary::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  pointer-events: none;
}

.with-caret::after, .main-button::after, .btn.primary::after, .btn.secondary::after, .btn.tertiary::after, .block-link.internal-link.secondary::after, .block-link.internal-link.primary::after {
  width: 12px;
  height: 21px;
  background: url("../_deploy/img/caret.svg") center/contain no-repeat;
}

.with-external-arrow::after, .block-link.external-link.secondary::after, .block-link.external-link.primary::after {
  width: 13px;
  height: 13px;
  background: url("../_deploy/img/external-icon.svg") center/contain no-repeat;
}

.block-link {
  font-weight: 500;
  color: #993366;
  font-size: 18px;
  line-height: normal;
}
.block-link.tertiary {
  text-decoration: underline;
}
.block-link.tertiary:hover, .block-link.tertiary:focus {
  text-decoration: none;
}
.block-link.internal-link.primary {
  text-decoration: underline;
}
.block-link.internal-link.primary:hover, .block-link.internal-link.primary:focus {
  text-decoration: none;
}
.block-link.internal-link.secondary {
  text-decoration: none;
}
.block-link.internal-link.secondary:hover, .block-link.internal-link.secondary:focus {
  text-decoration: underline;
}
.block-link.external-link.primary {
  text-decoration: underline;
}
.block-link.external-link.primary:hover, .block-link.external-link.primary:focus {
  text-decoration: none;
}
.block-link.external-link.secondary {
  text-decoration: none;
}
.block-link.external-link.secondary:hover, .block-link.external-link.secondary:focus {
  text-decoration: underline;
}
.block-link.download-link.primary {
  text-decoration: underline;
}
.block-link.download-link.primary::after {
  width: 16px;
  height: 16px;
  background: url("../_deploy/img/download-icon.svg") center/contain no-repeat;
}
.block-link.download-link.primary:hover, .block-link.download-link.primary:focus {
  text-decoration: none;
}
.block-link.download-link.secondary::before {
  width: 24px;
  height: 24px;
  background: url("../_deploy/img/download-pdf.svg") center/contain no-repeat;
}
.block-link.download-link.secondary:hover, .block-link.download-link.secondary:focus {
  text-decoration: underline;
}

.main-button, .btn.primary, .btn.secondary, .btn.tertiary {
  border-radius: 15px;
  background: #993366;
  padding: 10px 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: white;
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1024px) {
  .main-button, .btn.primary, .btn.secondary, .btn.tertiary {
    padding: 10px 40px;
  }
}
.main-button::after, .btn.primary::after, .btn.secondary::after, .btn.tertiary::after {
  transition: 0.25s ease;
  filter: brightness(1000%) grayscale(100%) !important;
}

.btn {
  display: inline-block;
  border: none;
  background: transparent;
}
.btn:hover, .btn:focus {
  text-decoration: underline;
}
.btn:hover::after, .btn:focus::after {
  transform: translateX(10px);
}

.search-input-bar {
  /* Pulled this block out of the search filter CSS to make it reusable */
  display: flex;
  height: 50px;
}
.search-input-bar .search-input-wrapper {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.search-input-bar .search-input-wrapper input {
  height: 100%;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid #2B5F51;
  border-right: 0;
  border-radius: 12px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.search-input-bar .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600px;
  color: #ffffff;
  background-color: #CF3B91;
  border: 1px solid #CF3B91;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .search-input-bar .button {
    padding: 10px 36px;
  }
}
.search-input-bar .button:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/static/img/magnifying-glass.svg");
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .search-input-bar .button:after {
    content: "Search";
    width: auto;
    height: auto;
    background-image: none;
  }
}

.news-filter-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .news-filter-block {
    flex-direction: row;
  }
}
.news-filter-block .filter-by-year {
  width: 100%;
}
@media (min-width: 768px) {
  .news-filter-block .filter-by-year {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .news-filter-block .filter-by-year {
    width: 33.33%;
  }
}
.news-filter-block .filter-by-year .year-select-box {
  align-items: center;
  height: 50px;
}
.news-filter-block .filter-by-year .year-select-box .select-wrap {
  width: 100%;
  height: 50px;
  padding: 0 16px 0 0;
  font-size: 16px;
  border: 1px solid #2B5F51;
  border-radius: 12px;
  background-color: transparent;
  color: #2B5F51;
}
.news-filter-block .filter-by-year .year-select-box select {
  width: 100%;
  height: 50px;
  padding: 0 0 0 20px;
  font-size: 16px;
  border: 0;
  border-radius: 12px;
  background-color: transparent;
  color: #2B5F51;
}
.news-filter-block .filter-text-search {
  width: 100%;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .news-filter-block .filter-text-search {
    width: 66.66%;
    margin-left: 24px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .news-filter-block .filter-text-search {
    width: 66.66%;
    margin-left: 48px;
  }
}
@media (min-width: 768px) {
  .news-filter-block .filter-text-search .text-input-submit-bar .text-input-wrapper {
    max-width: 500px;
  }
}

#search-modal {
  background: rgba(0, 0, 0, 0.5019607843);
  position: fixed;
  inset: 0;
  z-index: 1;
  align-items: start;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition-duration: 100ms;
  display: flex;
  z-index: 99;
}
#search-modal.show {
  pointer-events: all;
  opacity: 1;
}
#search-modal .search-modal-wrapper {
  background: #fff;
  padding: 20px 20px 60px;
  transition-duration: 200ms;
  max-width: 1370px;
  width: 100%;
}
#search-modal .search-modal-wrapper .close {
  transition-duration: 200ms;
  font-size: 10px;
  font-weight: 500;
  color: #2B5F51;
  max-width: min-content;
  margin: 0 0 0 auto;
}
#search-modal .search-modal-wrapper .close > span {
  margin: 10px 0 0 0;
  display: block;
}
@media (min-width: 1024px) {
  #search-modal .search-modal-wrapper {
    margin: 110px 35px 0;
    padding: 40px 60px 100px;
    border-radius: 15px;
  }
}
#search-modal #search-form {
  margin: 48px auto 0;
  max-width: 1046px;
  width: 100%;
}
#search-modal #search-form .search-input-bar .button {
  padding: 21px 10px;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  #search-modal #search-form .search-input-bar .button {
    width: 140px;
  }
}
#search-modal #search-form .search-input-bar .button::after {
  content: "Search";
  width: auto;
  height: auto;
  background-image: none;
}

/**
*
* Secondary (Investors Pages) Navigation
*
*/
.trigger,
.open-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  z-index: 5;
  cursor: pointer;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}

.ir-navigation {
  min-height: 84px;
}
@media (max-width: 768px) {
  .ir-navigation {
    min-height: 73px;
  }
}

#menu-ir {
  max-width: 1265px;
  margin-left: 7.4rem;
  margin: auto;
}
@media (max-width: 1299px) {
  #menu-ir {
    overflow: auto;
  }
}

.investors-header {
  display: none;
}
@media (max-width: 768px) {
  .investors-header {
    display: block;
    padding: 10px 0 10px 20px;
    border: gray solid 1px;
    border-radius: 5px;
  }
  .investors-header:before {
    content: "";
    background: url(./img/header-caret.svg) no-repeat 0 0 transparent;
    background-size: auto;
    width: 19px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: 15px;
    background-size: cover;
  }
}

.secondary-nav > li.active .sub-menu a:after {
  display: none !important;
}

@media (min-width: 768px) {
  .secondary-nav {
    flex-flow: row;
    justify-content: start;
    gap: 7%;
    padding: 0 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .secondary-nav {
    padding: 0 0.5rem 0 0;
    justify-content: space-between;
    gap: 0;
  }
}
.secondary-nav .active div:has(+ .sub-menu):after {
  background: url(./img/caret-pink.svg) no-repeat 0 0 transparent;
  background-size: 19px 10px;
}
.secondary-nav .open div:has(+ .sub-menu):after {
  transform: rotate(180deg);
}
.secondary-nav div:has(+ .sub-menu):after {
  content: "";
  background: url(./img/header-caret.svg) no-repeat 0 0 transparent;
  width: 19px;
  height: 10px;
  position: absolute;
  right: 25px;
  top: 22px;
  background-size: cover;
}
@media (max-width: 768px) {
  .secondary-nav div:has(+ .sub-menu):after {
    width: 10px;
    height: 5px;
    right: auto;
    top: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1536px) {
  .secondary-nav .menu-item-has-children:last-of-type .sub-menu {
    right: 0;
  }
}
@media (min-width: 768px) {
  .secondary-nav > li {
    width: min-content;
  }
}
.secondary-nav > li > .sub-menu {
  display: none;
  background: white;
  z-index: 2;
  position: absolute;
  width: 100%;
  max-width: 280px;
}
@media (max-width: 768px) {
  .secondary-nav > li > .sub-menu {
    display: block;
    background-color: #F8F8F8;
  }
}
.secondary-nav > li > .sub-menu a {
  text-align: left;
  padding: 10px 20px;
}
.secondary-nav > li.active > a:last-child:after, .secondary-nav > li.current-menu-parent > a:last-child:after {
  display: none;
}
.secondary-nav > li.active > a + ul li:last-child a:after, .secondary-nav > li.current-menu-parent > a + ul li:last-child a:after {
  display: none;
}
.secondary-nav > li.active > a, .secondary-nav > li.current-menu-parent a {
  position: relative;
  color: #993366;
  font-weight: 700;
}
.secondary-nav > li.active a:after, .secondary-nav > li.current-menu-parent a:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 75px;
  bottom: -1px;
  left: 50%;
  margin-left: -37.5px;
}
.secondary-nav > li.active a + .sub-menu, .secondary-nav > li.current-menu-parent a + .sub-menu {
  z-index: 5;
}
.secondary-nav > li.active a + .sub-menu li, .secondary-nav > li.current-menu-parent a + .sub-menu li {
  margin-bottom: 0;
}
.secondary-nav > li.active a + .sub-menu li a, .secondary-nav > li.current-menu-parent a + .sub-menu li a {
  margin-bottom: 0;
  border: none;
}
.secondary-nav > li a {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 15px;
  font-weight: 500;
  text-decoration: none !important;
  position: relative;
}
.secondary-nav .sub-menu {
  display: none;
}
.secondary-nav .open .sub-menu {
  display: block;
  position: absolute;
  width: 100%;
  padding: 45px 20px 7px;
  top: 225px;
  border-top: #d3d3d3 1px solid;
  background: #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  z-index: 9;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.0509803922), -4px 4px 4px 0 rgba(0, 0, 0, 0.05098);
}

.secondary-nav > li a,
.secondary-nav > li div {
  display: block;
  cursor: pointer;
  text-align: left;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  text-decoration: none !important;
  position: relative;
}
@media (max-width: 768px) {
  .secondary-nav > li a,
  .secondary-nav > li div {
    padding: 10px 0;
  }
}

@media (min-width: 961px) {
  .secondary-nav > li:not(:first-child) {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .secondary-nav > li:not(:first-child) {
    display: none;
  }
  .secondary-nav {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
  }
}
.secondary-nav > li.menu-item-has-children > a::before {
  content: "";
  background: url(./img/header-caret.svg) no-repeat 0 0 transparent;
  width: 19px;
  height: 10px;
  position: absolute;
  right: 25px;
  top: 22px;
  background-size: cover;
}

.secondary-nav .sub-menu li a::after {
  display: none !important;
}

.menu-item-has-children.active > div, .sub-menu .menu-item.active a {
  color: #993366;
  font-weight: 700;
}

@media (max-width: 768px) {
  .ir-navigation {
    position: relative;
    margin-top: 0;
  }
  .ir-navigation.bg-offwhite {
    background-color: white;
  }
  .ir-navigation.menu-open {
    border: none;
  }
  .ir-navigation.menu-open #menu-ir .menu-item:not(:first-child) {
    display: block;
  }
  #menu-ir {
    flex-flow: column;
    padding-left: 0;
    border-radius: 5px;
    margin: 20px 10px;
    font-size: 14px;
    background-color: #F8F8F8;
  }
  #menu-ir .menu-item {
    margin-right: 1.25rem;
  }
  #menu-ir .menu-item:not(:first-child) {
    display: none;
  }
  ul#menu-ir.showing {
    display: block;
    border-left: gray solid 1px;
    border-right: gray solid 1px;
    border-bottom: gray solid 1px;
  }
  .secondary-nav > li:not(:first-child) {
    display: block;
  }
}
.current-menu-item {
  font-weight: 700 !important;
  color: #993366;
}

/*# sourceMappingURL=index.css.map */
