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

/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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]:where(:not([hidden='until-found'])) {
  display: none;
}

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

a,
button,
input,
textarea,
select {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.main-article .title-white h1,
.main-article .title-white h2,
.main-article .title-white h3,
.main-article .title-white h4,
.main-article .title-white h5,
.main-article .title-white h6,
.main-article .title-white span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main-article .title-blue70 h1,
.main-article .title-blue70 h2,
.main-article .title-blue70 h3,
.main-article .title-blue70 h4,
.main-article .title-blue70 h5,
.main-article .title-blue70 h6,
.main-article .title-blue70 span {
  color: var(--blue70);
}

.main-article .title-blue80 h1,
.main-article .title-blue80 h2,
.main-article .title-blue80 h3,
.main-article .title-blue80 h4,
.main-article .title-blue80 h5,
.main-article .title-blue80 h6,
.main-article .title-blue80 span {
  color: var(--blue80);
}

.main-article .content p {
  margin-top: 0px;
  margin-bottom: 1.25rem;
  font-family: TT Norms Pro Serif Trl Lt;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--blue70);
}

.main-article .content p:last-child {
  margin-bottom: 0px;
}

.main-article .content a,
.main-article .content p a {
  font-family: TT Norms Pro Serif Trl Md;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--blue50);
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.main-article .content a:hover,
.main-article .content p a:hover {
  color: var(--blue70);
  text-decoration-line: underline;
}

.main-article strong {
  font-family: TT Norms Pro Serif Trl;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.main-article b {
  font-family: TT Norms Pro Serif Trl;
  font-weight: 700;
}

.main-article .content.big p {
  font-family: TT Norms Pro Serif Trl;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.main-article .content.bigger p {
  font-family: TT Norms Pro Serif Trl;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .main-article .content.bigger p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.main-article .content.white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main-article .content ul {
  margin-bottom: 1.25rem;
  padding-left: 2.5rem;
}

.main-article .content ul:last-child {
  margin-bottom: 0px;
}

.main-article .content ol {
  margin-bottom: 1.25rem;
}

.main-article .content ol:last-child {
  margin-bottom: 0px;
}

.main-article .content ul li,
.main-article .content ol li {
  font-family: TT Norms Pro Serif Trl Lt;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--blue70);
}

.main-article .content ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

.main-article .content ul li {
  list-style-position: outside;
  list-style-type: disc;
}

.main-article .btn-white-link {
  position: relative;
  margin: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  font-family: TT Norms Pro Serif Trl;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.main-article .btn-white-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  height: 2rem;
  width: 2rem;
  --tw-translate-y: -50%;
  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));
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.main-article .btn-white-link:hover:before {
  width: 100%;
}

.main-article .btn-white-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  height: 2rem;
  width: 2rem;
  --tw-translate-y: -50%;
  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));
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
  background-image: url('/wp-content/uploads/2024/12/arrowRightWhite.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.main-article .btn-white-link:hover::after {
  background-position: 15px 50%;
}

.main-article .btn-blue70-link {
  position: relative;
  margin: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  font-family: TT Norms Pro Serif Trl;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: capitalize;
  color: var(--blue70);
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.main-article .btn-blue70-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  height: 2rem;
  width: 2rem;
  --tw-translate-y: -50%;
  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));
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue70);
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.main-article .btn-blue70-link:hover:before {
  width: 100%;
}

.main-article .btn-blue70-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  height: 2rem;
  width: 2rem;
  --tw-translate-y: -50%;
  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));
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
  background-image: url('/wp-content/uploads/2024/12/arrowRightBlue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.main-article .btn-blue70-link:hover::after {
  background-position: 15px 50%;
}

.main-article .section-wrapper .wpcf7 form p:nth-child(2) {
  display: flex;
  row-gap: 1.75rem;
}

.main-article .section-wrapper .wpcf7 form p:nth-child(2) label span {
  max-width: 100% !important;
}

.main-article
  .section-wrapper
  .wpcf7
  form
  p:nth-child(2)
  .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .main-article
    .section-wrapper
    .wpcf7
    form
    p:nth-child(2)
    .wpcf7-form-control-wrap {
    max-width: calc(50% - 14px);
  }
}

.main-article .section-wrapper .wpcf7 form p {
  margin-bottom: 1.75rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.75rem;
}

.main-article .section-wrapper .wpcf7 form p:last-child {
  margin-bottom: 0px;
}

.main-article .section-wrapper .wpcf7 form br {
  display: none;
}

.main-article .section-wrapper .wpcf7 form label {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-family: TT Norms Pro Serif Trl Md;
}

@media (min-width: 1024px) {
  .main-article .section-wrapper .wpcf7 form label {
    max-width: calc(50% - 14px);
  }
}

.main-article .section-wrapper .wpcf7 form .wpcf7-form-control-wrap select {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue70);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: TT Norms Pro Serif Trl;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--blue70);
}

.main-article .section-wrapper .wpcf7 form label .wpcf7-form-control-wrap {
  width: 100%;
}

.main-article
  .section-wrapper
  .wpcf7
  form
  label
  .wpcf7-form-control-wrap
  input {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue70);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: TT Norms Pro Serif Trl;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--blue70);
}

.main-article .section-wrapper .wpcf7 form p .wpcf7-list-item {
  margin: 0px;
}

.main-article .section-wrapper .wpcf7 form p .wpcf7-list-item label {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.main-article .section-wrapper .wpcf7 form p span[data-name='phone'] input {
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue70);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: TT Norms Pro Serif Trl;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--blue70);
}

.main-article .section-wrapper .wpcf7 form p input[type='submit'] {
  padding-left: 2rem;
  padding-right: 2rem;
}

.main-article .section-wrapper .wpcf7 form div {
  margin-bottom: 1.75rem;
  width: 100%;
}

.main-article .section-wrapper .wpcf7 form div p {
  -moz-column-gap: 0px;
  column-gap: 0px;
  row-gap: 0.5rem;
}

.main-article .section-wrapper .wpcf7 form div label {
  width: 100%;
  max-width: 100%;
  align-items: flex-end;
  gap: 0px;
}

.main-article .section-wrapper .wpcf7 form p span[data-name='phonecode'] {
  margin-right: -1px;
  width: 100%;
  max-width: 160px;
}

.main-article .section-wrapper .wpcf7 form p span[data-name='phone'] {
  width: 100%;
  max-width: calc(100% - 160px);
}

.main-article
  .section-wrapper
  .wpcf7
  form
  div
  p
  .wpcf7-form-control-wrap
  select {
  margin-top: 0px;
  height: 50px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.res-tab-panel {
  display: none;
}

.res-tab-panel.active {
  display: block;
}

.tab-buttons-res li {
  margin-right: -1px;
  display: block;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue70);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: capitalize;
  color: var(--blue70);
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.tab-buttons-res li.active {
  background-color: var(--blue70);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main-article .section-wrapper .wpcf7 form div.wpcf7-response-output {
  margin-left: 0px;
  margin-right: 0px;
  color: var(--blue70);
}

.main-article .section-wrapper .wpcf7 form .wpcf7-not-valid-tip {
  font-family: TT Norms Pro Serif Trl;
  font-weight: 400;
}

.tab-content .btn-custom .btn-outline--gold {
  /* @apply !text-[#23282f] */
}

#Team-0 .card h5 {
  font-weight: 600;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-10 {
  left: 2.5rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-8 {
  right: 2rem;
}

.right-auto {
  right: auto;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-4 {
  top: 1rem;
}

.top-\[50px\] {
  top: 50px;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

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

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

.-mt-2 {
  margin-top: -0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

.mt-\[50px\] {
  margin-top: 50px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.\!h-max {
  height: -moz-max-content !important;
  height: max-content !important;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-60 {
  height: 15rem;
}

.h-7 {
  height: 1.75rem;
}

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

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

.h-\[60dvh\] {
  height: 60dvh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-\[300px\] {
  max-height: 300px;
}

.w-0\.5 {
  width: 0.125rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-5 {
  width: 1.25rem;
}

.w-7 {
  width: 1.75rem;
}

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

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

.w-full {
  width: 100%;
}

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

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[80ch\] {
  max-width: 80ch;
}

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

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

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
  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-2\/4 {
  --tw-translate-y: -50%;
  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-ew-resize {
  cursor: ew-resize;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.scroll-mt-36 {
  scroll-margin-top: 9rem;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: min-content;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

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

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

.gap-x-7 {
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

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

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

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

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-blue70 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--blue70);
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.text-balance {
  text-wrap: balance;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-blue30 {
  border-color: var(--blue30);
}

.border-blue40 {
  border-color: var(--blue40);
}

.border-blue50 {
  border-color: var(--blue50);
}

.border-blue70 {
  border-color: var(--blue70);
}

.border-gold30 {
  border-color: var(--gold30);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.\!bg-blue70 {
  background-color: var(--blue70) !important;
}

.bg-\[\#38495B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 73 91 / var(--tw-bg-opacity, 1));
}

.bg-\[\#516983\] {
  --tw-bg-opacity: 1;
  background-color: rgb(81 105 131 / var(--tw-bg-opacity, 1));
}

.bg-\[\#BBD1E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(187 209 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DCE7F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 231 242 / var(--tw-bg-opacity, 1));
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-blue10 {
  background-color: var(--blue10);
}

.bg-blue20 {
  background-color: var(--blue20);
}

.bg-blue30 {
  background-color: var(--blue30);
}

.bg-blue40 {
  background-color: var(--blue40);
}

.bg-blue50 {
  background-color: var(--blue50);
}

.bg-blue60 {
  background-color: var(--blue60);
}

.bg-blue70 {
  background-color: var(--blue70);
}

.bg-blue80 {
  background-color: var(--blue80);
}

.bg-gold-cream {
  background-color: var(--gold-cream);
}

.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!font-tt_Normal {
  font-family: TT Norms Pro Serif Trl !important;
}

.font-Montserrat {
  font-family: Montserrat;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
}

.font-tt_Bold {
  font-family: TT Norms Pro Serif Trl;
}

.font-tt_Db {
  font-family: TT Norms Pro Serif Trl Db;
}

.font-tt_Light {
  font-family: TT Norms Pro Serif Trl Lt;
}

.font-tt_Medium {
  font-family: TT Norms Pro Serif Trl Md;
}

.font-tt_Normal {
  font-family: TT Norms Pro Serif Trl;
}

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-3 {
  line-height: 0.75rem;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-blue10 {
  color: var(--blue10);
}

.text-blue30 {
  color: var(--blue30);
}

.text-blue40 {
  color: var(--blue40);
}

.text-blue50 {
  color: var(--blue50);
}

.text-blue70 {
  color: var(--blue70);
}

.text-blue80 {
  color: var(--blue80);
}

.text-gold-cream {
  color: var(--gold-cream);
}

.text-gold40 {
  color: var(--gold40);
}

.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

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

.opacity-20 {
  opacity: 0.2;
}

.opacity-80 {
  opacity: 0.8;
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03))
    drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-linear {
  transition-timing-function: linear;
}

.home .hero-center,
#play_button {
  display: none;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  padding: 15px;
  z-index: 15;
  display: block;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}

section.hero {
  /* height: 100vh !important; */
  overflow: hidden;
}

.hero:after {
  pointer-events: none;
}

.play-btn-inner {
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: all 400ms ease-in-out;
  border-radius: 100%;
}

.mobile-menu {
  z-index: 9990;
}

.play-btn span {
  font-weight: 700;
  color: #ffffff;
  transition: all 400ms ease-in-out;
  text-transform: capitalize;
  font-size: 1rem;
}

.play-btn:hover .play-btn-inner {
  background: #fff;
}

.play-btn:hover .play-btn-inner span {
  color: #000;
  text-decoration: underline;
}

body .lity .lity-container {
  max-width: 75% !important;
}

button.lity-close {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}

button.lity-close,
button.lity-close:hover {
  background: #23282f !important;
  color: #fff !important;
}

.btn-solid--gold40 {
  padding: 0.75rem;
}

@media (max-width: 768px) {
  .play-btn-inner {
    height: 90px;
    width: 90px;
  }

  .play-btn span {
    font-size: 0.8rem;
  }

  body .lity .lity-container {
    max-width: 90% !important;
  }
}

:root {
  --blue10: #ebeff3;
  --blue20: #dce7f2;
  --blue30: #bbd1e8;
  --blue40: #a1c0db;
  --blue50: #516983;
  --blue60: #38495b;
  --blue70: #23282f;
  --blue70t: rgba(35, 40, 47, 0.9);
  --blue80: #1a1c1f;
  --blue80t: rgba(26, 28, 31, 0.8);
  --gold30: #c4a97c;
  /* --gold30: #bbd1e8; */
  --gold40: #8c6f3f;
  --gold-cream: #f5f0eb;
  --green: #008656;
  --sans: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --serif: 'TT Norms Pro Serif Trl', Georgia, Times, serif;
  --wpadminbar: 32px;
  --wpadminbar-mobile: 46px;
}

body.page-template-page-new-funds {
  background-color: transparent;
}

/* tab start */

.main-article .tab-container .tab-buttons li {
  cursor: pointer;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: TT Norms Pro Serif Trl Md;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.main-article .tab-container .tab-buttons li:hover,
.main-article .tab-container .tab-buttons li.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.main-article .tab-container .tab-content .tab-panel {
  display: none;
}

.main-article .tab-container .tab-content .tab-panel.active {
  display: block;
}

.main-article .tab-container .tab-content .tab-panel .menus-tab li a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: TT Norms Pro Serif Trl;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: var(--blue70);
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

@media (min-width: 1024px) {
  .main-article .tab-container .tab-content .tab-panel .menus-tab li a {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.main-article .tab-container .tab-content .tab-panel .menus-tab li a.active {
  border-color: var(--blue70);
  font-family: TT Norms Pro Serif Trl;
  font-weight: 700;
}

.tab-content .mySwiper .img img,
.tab-content .card .img img,
.tab-content .img img {
  border-radius: 0.5rem;
}

/* tab end */

/* accordion start */

.main-article .accordion .accordion-item {
  display: block;
  border-top-width: 1px;
  border-style: solid;
  border-color: var(--blue30);
  padding-top: 1.75rem;
}

.main-article .accordion-header {
  margin: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  font-family: TT Norms Pro Serif Trl Md;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: capitalize;
  color: var(--blue70);
}

@media (min-width: 1024px) {
  .main-article .accordion-header {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.main-article .accordion-header .icon {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue70);
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

@media (min-width: 768px) {
  .main-article .accordion-header .icon {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.main-article .accordion-header:hover .icon,
.main-article .accordion-header.active .icon {
  background-color: var(--blue70);
}

.main-article .accordion-header .icon svg {
  fill: var(--blue70);
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.main-article .accordion-header:hover .icon svg,
.main-article .accordion-header.active .icon svg {
  fill: #fff;
}

.main-article .accordion-content {
  margin-top: 1.75rem;
}

/* accordion end */

/* table start */

.main-article .ptable {
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue30);
}

.main-article .ptable thead th {
  font-family: TT Norms Pro Serif Trl Md;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.main-article .ptable thead th,
.main-article .ptable tbody td {
  padding: 0.75rem;
  text-align: left;
  text-transform: capitalize;
  color: var(--blue70);
}

.main-article .ptable tbody td {
  font-family: TT Norms Pro Serif Trl;
  font-size: 1rem;
  line-height: 1.5rem;
}

.main-article .ptable tbody td a {
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.main-article .ptable tbody td a:hover {
  color: var(--blue60);
  text-decoration-line: underline;
}

.main-article .ptable tbody tr {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--blue30);
}

.main-article .ptable tbody tr:last-child {
  border-bottom-width: 0px;
}

/* table end */

.header-nav-logo img {
  height: 18px;
}

/* .subnav .content-inner-wrapper:before {
  content: '';
  width: 159px;
  height: 18px;
  background-image: url('/wp-content/themes/HCAP/images/Humphreys-Logo-White.webp');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
} */

.subnav .content-inner-wrapper .secondary-nav {
  display: none;
}

/* .subnav .content-inner-wrapper.is-sticky {
  justify-content: center !important;
} */

.subnav .content-inner-wrapper.is-sticky .secondary-nav {
  display: block;
  min-width: 38%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.subnav .content-inner-wrapper.is-sticky .secondary-nav a img {
  height: 18px;
}

.subnav .content-inner-wrapper {
  position: relative;
  justify-content: center !important;
}

@media (max-width: 768px) {
  .subnav .content-inner-wrapper.is-sticky .secondary-nav {
    display: none !important;
  }

  .subnav .content-inner-wrapper.is-sticky {
    justify-content: center !important;
  }
}

.page-template-page-new-funds .footer {
  background-color: var(--blue70);
}

/* News letter form  */

.footer-newsletter {
  width: 100%;
}

.footer-newsletter form .hs-email > label {
  display: none;
}

.footer-newsletter form .hs-email .input input {
  border-radius: 0.375rem;
  padding: 1rem;
  letter-spacing: 0.1em;
}

.footer-newsletter form .input + .hs-error-msgs,
.hs_error_rollup .hs-error-msgs {
  position: relative;
  width: 100%;
  padding-top: 5px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hs_error_rollup {
  width: 100%;
}

.footer-newsletter form {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.footer-newsletter form .hs-submit input[type='submit'],
form input[type='submit'] {
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: var(--blue40);
  background-color: transparent;
  padding: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue70);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-newsletter form .hs-submit input[type='submit']:hover,
form input[type='submit']:hover {
  background-color: var(--blue40);
}

.footer-newsletter form .hs-email + .hs_error_rollup .hs-error-msgs li > label {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

@media screen and (max-width: 639px) {
  .footer-newsletter form {
    flex-direction: column;
  }

  .footer-newsletter form .hs-email .input input {
    width: 100%;
    padding: 10px;
  }

  .footer-newsletter form .hs-submit input[type='submit'] {
    width: 100%;
  }

  .footer-newsletter form .hs-email .input + .hs-error-msgs {
    position: static;
    padding-top: 5px;
  }
}

@media screen and (min-width: 640px) {
  .footer-newsletter form .hs-email + .hs_error_rollup {
    order: 2;
    width: 100%;
  }

  .footer-newsletter
    form
    .hs-email
    + .hs_error_rollup
    .hs-error-msgs
    li
    > label {
    margin-top: 10px;
    margin-left: -35px;
    display: block;
  }
}

.footer-newsletter form fieldset {
  width: 100%;
  max-width: 100%;
}

.footer-newsletter form .hs-form-field {
  width: 100%;
  text-align: left;
}

.footer-newsletter form .hs-form-field input,
.footer-newsletter form .hs-email .input input {
  width: 100%;
  border-radius: 0.375rem;
  padding: 1rem;
  letter-spacing: 0.1em;
}

.footer-newsletter form .input .hs-fieldtype-intl-phone {
  width: 100% !important;
}

.footer-newsletter form .input .hs-fieldtype-intl-phone select {
  border-radius: 0.375rem;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-newsletter form .hs_qp_status .input select,
.footer-newsletter form .hs_ai_status .input select {
  width: 100%;
  border-radius: 0.375rem;
  padding: 1rem;
  letter-spacing: 0.1em;
}

.classselector .select-nav .select-menu {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 5px;
  font-family: TT Norms Pro Serif Trl;
  font-weight: 400;
  color: var(--blue70);
}

.btn-underline-blue40 {
  border-bottom-width: 2px;
  border-style: solid;
  border-color: var(--blue40);
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue40);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-underline-blue40:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body .mobile-menu-icon {
  top: 0px !important;
}

@media (min-width: 768px) {
  .subnav .content-inner-wrapper.is-sticky:before {
    opacity: 100 !important;
  }
}

.tab-buttons-performance {
  display: flex;
  gap: 30px;
}

.tab-buttons-performance li {
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
  font-family: TT Norms Pro Serif Trl Md;
  font-size: 18px;
  line-height: 25px;
  color: var(--blue70);
}

.tab-buttons-performance li:hover {
  color: var(--blue40);
}

.tab-buttons-performance li::after {
  position: absolute;
  right: -15px;
  top: 50%;
  height: 70%;
  width: 2px;
  --tw-translate-y: -50%;
  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));
  background-color: var(--blue70);
  --tw-content: '';
  content: var(--tw-content);
}

.tab-buttons-performance li:last-child::after {
  display: none;
}

.tab-buttons-performance li.active {
  border-width: 0px;
  border-bottom-width: 2px;
  border-bottom-color: var(--blue40);
  color: var(--blue40);
  border-bottom: solid;
}

.performance-tab-panel {
  display: none;
}

.performance-tab-panel.active {
  display: block;
}

#Overview-0 .swiper-button-prev img,
#Overview-0 .swiper-button-next img {
  filter: invert(1);
}

#Resources-0 form fieldset {
  margin-bottom: 20px !important;
  display: flex !important;
  max-width: 100% !important;
  gap: 15px !important;
}

#Resources-0 form .form-columns-1 {
  margin-bottom: 0px !important;
}

#Resources-0 form fieldset input,
#resources-0 form .input select {
  width: 100%;
  border-width: 0px !important;
  border-bottom-width: 2px !important;
  border-color: var(--blue40) !important;
  padding-bottom: 5px !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#Resources-0 form fieldset .input {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

@media screen and (max-width: 782px) {
  .hbspt-form .hs-form-field {
    width: 100% !important;
  }

  #Resources-0 form fieldset {
    flex-direction: column !important;
  }

  .hbspt-form {
    margin-top: 20px;
  }

  #Resources-0 form fieldset .input {
    margin-top: 0px !important;
  }
}

#Resources-0 form .hs-form-required {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

#Resources-0 form label span {
  font-size: 18px;
  color: var(--blue50) !important;
}

.hbspt-form .hs_ai_status.hs-ai_status.hs-fieldtype-select.field.hs-form-field,
.hbspt-form .hs_qp_status.hs-qp_status.hs-fieldtype-select.field.hs-form-field {
  width: 100% !important;
}

.hbspt-form .hs-fieldtype-intl-phone.hs-input .hs-input,
.hbspt-form select {
  border-width: 0px !important;
  border-bottom-width: 2px !important;
  border-color: var(--blue40) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.hbspt-form .hs-fieldtype-intl-phone.hs-input {
  display: flex !important;
  width: 100% !important;
  gap: 8px !important;
}

.hbspt-form fieldset.form-columns-1 .hs-input {
  padding-bottom: 10px !important;
}

.hbspt-form ul.no-list.hs-error-msgs.inputs-list {
  padding: 0px !important;
}

.hbspt-form ul.no-list li {
  list-style-type: none !important;
}

.hbspt-form ul.no-list label {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.hbspt-form .hs_submit {
  margin-top: 20px;
}

.hbspt-form {
  margin-top: 40px;
}

/* .pdf-card .btn {
  @apply border-0 border-solid border-b-1 border-transparent transition-all duration-300 ease-in-out ;
} */

.pdf-card .btn {
  border-width: 0px;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: transparent;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pdf-card:hover .btn {
  border-color: var(--blue40) !important;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pdf-wrapper {
  scroll-margin-top: 6rem;
  padding: 2rem;
}

.pdf-wrapper:nth-child(odd) {
  background-color: var(--blue60);
}

.pdf-wrapper:nth-child(even) {
  background-color: var(--blue70);
}

@media (min-width: 768px) {
  .pdf-wrapper {
    padding: 6rem;
  }
}

.pdf-card h3 {
  font-size: 23px !important;
  line-height: 32px !important;
}

@media (max-width: 991px) {
  .btn-underline-gold30,
  .btn-underline-gold40 {
    padding-bottom: 0.1rem;
  }

  .btn-hero span {
    padding: 1rem !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
}

@media (max-width: 767px) {
  .pdf-card {
    flex: 0 1 47%;
  }

  .pdf-card-main {
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
    justify-content: space-between;
  }

  .pdf-card h3 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}

.hero-inner h1 span,
.hero-inner h2 span,
.hero-inner h3 span {
  font-family: TT Norms Pro Serif Trl Db !important;
}

.hero-inner-img {
  position: relative;
  max-height: 480px !important;
  padding-top: 35%;
}

.hero-inner-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pdf-card-img {
  position: relative;
  padding-top: 129.23%;
}

.pdf-card-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.subnav .content-inner-wrapper:before,
.subnav .content-inner-wrapper .secondary-nav {
  display: none;
}

.subnav .content-inner-wrapper.is-sticky .secondary-nav {
  display: block !important;
  min-width: 38%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-nav-logo img,
.subnav .content-inner-wrapper.is-sticky .secondary-nav a img {
  height: 18px;
}

.subnav .content-inner-wrapper {
  position: relative;
}

@media (max-width: 768px) {
  .subnav .content-inner-wrapper.is-sticky .secondary-nav {
    display: none;
  }

  .subnav .content-inner-wrapper.is-sticky {
    justify-content: center !important;
  }
}

.wp-block-list {
  margin: 20px;
  list-style-type: disc;
  padding: 20px;
}

section.hero-inner {
  padding-bottom: 3.5rem !important;
}

@media (max-width: 767px) {
  section.hero-inner {
    padding-bottom: 5.5rem !important;
  }
}

.home.subnav .content-inner-wrapper .secondary-nav {
  display: none !important;
}
.home.subnav .content-inner-wrapper.is-sticky .secondary-nav {
  display: block !important;
  min-width: 38%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home.subnav .content-inner-wrapper .secondary-nav a img {
  height: 18px !important;
}

.home.subnav .content-inner-wrapper {
  justify-content: center !important;
}

.home.subnav .content-inner-wrapper.is-sticky {
  justify-content: flex-start !important;
}

@media (max-width: 768px) {
  .home.subnav .content-inner-wrapper .secondary-nav {
    display: none !important;
  }

  .home.subnav .content-inner-wrapper {
    justify-content: center !important;
  }
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.odd\:self-end:nth-child(odd) {
  align-self: flex-end;
}

.even\:pl-0:nth-child(even) {
  padding-left: 0px;
}

.hover\:border-blue40:hover {
  border-color: var(--blue40);
}

.hover\:border-gold30:hover {
  border-color: var(--gold30);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:drop-shadow-2xl:hover {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

.focus\:bg-blue70:focus {
  background-color: var(--blue70);
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

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

.group:hover .group-hover\:bg-blue70 {
  background-color: var(--blue70);
}

.group:hover .group-hover\:text-blue30 {
  color: var(--blue30);
}

.group:hover .group-hover\:invert {
  --tw-invert: invert(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);
}

@media (min-width: 640px) {
  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-\[calc\(25\%_-_1\.5rem\)\] {
    width: calc(25% - 1.5rem);
  }

  .sm\:w-\[calc\(30\%_-_1\.5rem\)\] {
    width: calc(30% - 1.5rem);
  }

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

  .sm\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

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

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

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

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-\[70vh\] {
    max-height: 70vh;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-\[50rem\] {
    width: 50rem;
  }

  .md\:w-full {
    width: 100%;
  }

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

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

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

  .md\:grid-cols-sidebar-body {
    grid-template-columns: minmax(280px, 1fr) 5fr;
  }

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

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

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

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

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .md\:leading-\[1\.4\] {
    line-height: 1.4;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

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

  .md\:text-stone-100\/75 {
    color: rgb(245 245 244 / 0.75);
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

  .lg\:flex-\[0_0_28\.5\%\] {
    flex: 0 0 28.5%;
  }

  .lg\:flex-\[0_0_64\.5\%\] {
    flex: 0 0 64.5%;
  }

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

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

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

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

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.\[\&\>p\]\:mt-4 > p {
  margin-top: 1rem;
}

.\[\&\>p\]\:text-lg > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .\[\&\>p\]\:md\:mt-8 > p {
    margin-top: 2rem;
  }

  .\[\&\>p\]\:md\:text-xl > p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
