/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/index.css ***!
  \***********************************************************************************************************/
/*
! tailwindcss v3.0.22 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Source Sans Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

    @font-face {
        font-family: 'Interface';
        font-style: normal;
        font-weight: 400;
        src: url(2d6e5c95061282d472b0.woff2) format('woff2');
    }

    @font-face {
        font-family: 'Interface';
        font-style: italic;
        font-weight: 400;
        src: url(c61889b8c4a05a545292.woff2) format('woff2');
    }

    @font-face {
        font-family: 'Interface';
        font-style: normal;
        font-weight: 600;
        src: url(abae6cbc2b23a555626c.woff2) format('woff2');
    }

    @font-face {
        font-family: 'Interface';
        font-style: italic;
        font-weight: 600;
        src: url(6793a75bbd47cc4bfbb4.woff2) format('woff2');
    }

    @font-face {
        font-family: 'Interface';
        font-weight: 700;
        src: url(abae6cbc2b23a555626c.woff2) format('woff2');
    }

    @font-face {
        font-family: 'Interface';
        font-weight: 700;
        font-style: italic;
        src: url(6793a75bbd47cc4bfbb4.woff2) format('woff2');
    }

    @font-face {
        font-family: 'Palatino';
        font-style: normal;
        font-weight: normal;
        src: url(c8c14273e52bc1a9dd5b.ttc) format('truetype');
    }

    @font-face {
        font-family: 'Baron Neue';
        font-style: normal;
        font-weight: normal;
        src: url(7080d2d10e7fe467b90f.otf) format('opentype');
    }

    @font-face {
        font-family: 'BebasNeue-Regular';
        font-style: normal;
        font-weight: normal;
        src: url(a92d19b5693c162bf887.otf) format('opentype');
    }

    @font-face {
        font-family: 'pala';
        font-style: normal;
        font-weight: normal;
        src: url(81ff1ccdb9aaf8063e50.ttf) format('truetype');
    }

    @font-face {
        font-family: 'Bilo-Light';
        font-style: normal;
        font-weight: normal;
        src: url(86d28d4b65b73d6bfeba.otf) format('opentype');
    }

    @font-face {
        font-family: 'Bilo-Regular';
        font-style: normal;
        font-weight: normal;
        src: url(c2d24b0ad614e652acfb.otf) format('opentype');
    }

    @font-face {
        font-family: 'Bilo-Medium';
        font-style: normal;
        font-weight: normal;
        src: url(aa65ef18a8616d2f7876.otf) format('opentype');
    }

    @font-face {
        font-family: 'Nave-Heavy';
        font-style: normal;
        font-weight: normal;
        src: url(46c39905af65d57c0e8d.otf) format('opentype');
    }

    @font-face {
      font-family: 'Acid Grotesk';
      font-style: normal;
      font-weight: normal;
      src: url(58f36979c3fdc98643c4.otf) format('opentype');
    }

    @font-face {
      font-family: 'Acid Grotesk';
      font-style: normal;
      font-weight: 700;
      src: url(5db9f2200549dcdd51c1.otf) format('opentype');
    }

    @font-face {
      font-family: 'Acid Grotesk';
      font-style: normal;
      font-weight: 500;
      src: url(cfdc07c132e15157bc54.otf) format('opentype');
    }

    html {
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

    h1, h2, h3, h4, h5, h6 {
  font-family: Interface, sans-serif;
}

    h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

    a {
  --tw-text-opacity: 1;
  color: rgb(91 49 92 / var(--tw-text-opacity));
}

    h1 {
  margin-bottom: 0.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

    h2 {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

    p {
  margin-bottom: 0.5rem;
}

    ol {
  list-style-type: decimal;
  list-style-position: inside;
}

    strong {
  font-weight: 700;
  color: inherit;
}

    blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(152 81 154 / var(--tw-border-opacity));
  padding-left: 1.75rem;
}

    section[data-row-layout="quote_box"] pinput[type="submit"] a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

    section[data-row-layout="two_column_list"] liinput[type="submit"] a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

    input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(152 81 154 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

    input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 49 92 / var(--tw-bg-opacity));
}

    .main-link:last-of-type a {
  border-right-width: 0px;
}

    ul .nav-button:nth-of-type(even) .button-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(246 172 75 / var(--tw-bg-opacity));
}

    ul .nav-button:nth-of-type(odd) .button-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(152 81 154 / var(--tw-bg-opacity));
}

    /*** WYSIWYG Styling Start ***/

    .wysiwyg a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

    .full-width-wysiwyg a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

    .full-width-wysiwyg h1 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

    .full-width-wysiwyg h2 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

    .full-width-wysiwyg h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

    .full-width-wysiwyg h4, .full-width-wysiwyg h5, .full-width-wysiwyg h6 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

    .full-width-wysiwyg ul, .text-pod-wysiwyg ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style-type: disc;
}

    .full-width-wysiwyg ol, .text-pod-wysiwyg ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  list-style-type: decimal;
}

    .hero-wysiwyg ul {
  margin: 1rem;
  list-style-type: disc;
}

    .full-width-wysiwyg ul ul, .hero-wysiwyg ul ul, .text-pod-wysiwyg ul ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

    .full-width-wysiwyg ul li, .text-pod-wysiwyg ul li {
  margin-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(122 65 123 / var(--tw-text-opacity));
}

    .full-width-wysiwyg ol li, .text-pod-wysiwyg ol li {
  margin-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(122 65 123 / var(--tw-text-opacity));
}

    .full-width-wysiwyg ul li li, .hero-wysiwyg ul li li, .text-pod-wysiwyg ul li li {
  margin-bottom: 0.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

    .full-width-wysiwyg.property-wysiwyg h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

    .full-width-wysiwyg :last-child {
  margin-bottom: 0px;
}

    .full-width-wysiwyg .mejs-container {
        background: transparent;
    }

    section[data-row-layout="quote_box"] p.hero-wysiwyg * a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

    section[data-row-layout="two_column_list"] li.hero-wysiwyg * a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

    .hero-wysiwyg * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .hero-wysiwyg a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

    .hero-wysiwyg.hero-wysiwyg__large-content *:not(.button):not(svg):not(path) {
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

    .hero-wysiwyg ul li {
  margin-bottom: 0.25rem;
  font-weight: 700;
}

    .hero-wysiwyg {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(152 81 154 / var(--tw-text-opacity));
}

    .hero-wysiwyg h2, .hero-wysiwyg h1 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

    .hero-wysiwyg h3, .hero-wysiwyg h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

    .hero-wysiwyg h5, .hero-wysiwyg h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

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

    .hero-wysiwyg__media iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

    .default-page-wysiwyg blockquote {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(152 81 154 / var(--tw-border-opacity));
  padding-right: 3rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
} 
    
    .default-page-wysiwyg blockquote:before {
        content: '';
        margin-bottom: 1rem;
        display: block;
        height: 1rem;
        width: 1rem;
        background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.12 15.16C6.136 15.16 7.288 14.104 7.288 11.944C7.288 10.072 5.56 9.112 5.56 7.24C5.56 5.272 6.472 4.168 7.576 2.776C7.768 2.536 7.864 2.344 7.864 2.056C7.864 1.48 7.384 1 6.808 1C6.472 1 6.232 1.144 6.04 1.288C3.688 3.064 1 7.048 1 11.944C1 14.104 2.104 15.16 4.12 15.16ZM11.944 15.16C13.96 15.16 15.112 14.104 15.112 11.944C15.112 10.072 13.384 9.112 13.384 7.24C13.384 5.272 14.296 4.168 15.4 2.776C15.592 2.536 15.688 2.344 15.688 2.056C15.688 1.48 15.208 1 14.632 1C14.296 1 14.056 1.144 13.864 1.288C11.512 3.064 8.824 7.048 8.824 11.944C8.824 14.104 9.928 15.16 11.944 15.16Z%27 fill=%27%231D4F91%27/%3E%3C/svg%3E%0A");
    }

    .default-page-wysiwyg blockquote p {
  margin-bottom: 3rem;
}

    .default-page-wysiwyg a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

    .default-page-wysiwyg blockquote cite {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
        
    blockquote strong {
  --tw-text-opacity: 1;
  color: rgb(152 81 154 / var(--tw-text-opacity));
}
        
    blockquote p {
  margin-bottom: 1rem;
}

    .default-page-wysiwyg h2, .default-page-wysiwyg h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

    .default-page-wysiwyg ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  list-style-type: disc;
}

    .default-page-wysiwyg ul ul {
  margin-bottom: 0px;
  margin-top: 0.25rem;
  margin-left: 0px;
  list-style-type: none;
  padding-left: 1rem;
}

    .default-page-wysiwyg ul li {
  margin-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(152 81 154 / var(--tw-text-opacity));
}

    .default-page-wysiwyg ul li li {
  margin-bottom: 0.25rem;
  font-weight: 400;
}

    .default-page-wysiwyg ul li li:before {
        content: '>';
        margin-right: 1rem;
        display: inline-block;
    }

    .blog-video.html-video .video-wrapper {
  height: 100%;
}

    .default-page-wysiwyg .video-wrapper {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 20rem;
  overflow: hidden;
}

    @media (min-width: 768px) {

  .default-page-wysiwyg .video-wrapper {
    height: 512px;
  }
}

    .default-page-wysiwyg table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

    .blog-video .video-wrapper {
  margin-top: 0px;
}

    .default-page-wysiwyg .video-wrapper:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 5;
        display: block;
        height: 100%;
        width: 100%;
        background: linear-gradient(0deg, rgba(5, 12, 19, 0.7) 0%, rgba(5, 12, 19, 0.4) 100%);
        transition: opacity .3s ease;
    }

    .default-page-wysiwyg .video-wrapper.active .video-wrapper__play, .default-page-wysiwyg .video-wrapper.active:after, .default-page-wysiwyg .video-wrapper.active img {
  pointer-events: none;
  opacity: 0;
}

    .default-page-wysiwyg iframe {
  position: absolute;
  top: 0px;
  height: 20rem;
  width: 100%;
}

    @media (min-width: 768px) {

  .default-page-wysiwyg iframe {
    height: 512px;
  }
}

    .text-pod-wysiwyg h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

    .text-pod-wysiwyg h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

    .text-pod-wysiwyg h4, .text-pod-wysiwyg h5, .text-pod-wysiwyg h6 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

    .text-pod-wysiwyg li {
        color: inherit;
    }

    .text-pod-wysiwyg li::marker {
        color: inherit;
    }

    .text-pod-wysiwyg p {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

    .text-pod-wysiwyg a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

    .text-pod-wysiwyg strong {
  color: inherit;
}

    .text-pod-wysiwyg .button {
  margin-top: 2rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(152 81 154 / var(--tw-bg-opacity));
}

    @media (min-width: 640px) {
        .default-page-wysiwyg iframe {
    height: 512px;
  }
    }

    @media (min-width: 768px) {
        .default-page-wysiwyg h2{
            font-size: 32px;
            line-height: 40px;
        }

        .default-page-wysiwyg h3 {
            font-size: 24px;
            line-height: 28px;
        }

        .default-page-wysiwyg h3 {
    font-weight: 700;
  }
    }

    @media (min-width: 1024px) {
        .full-width-wysiwyg.property-wysiwyg h2 {
    font-size: 3rem;
    line-height: 1;
  }

        .hero-wysiwyg h1 {
    margin-bottom: 1rem;
  }

        .hero-wysiwyg h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
    
        .hero-wysiwyg h2 {
    margin-bottom: 1rem;
  }
    
        .hero-wysiwyg h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

        .hero-wysiwyg__content {
            min-height: 384px;
        }

        .hero-wysiwyg__content p, .hero-wysiwyg__content li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

        .hero-wysiwyg__reports {
            min-height: 288px;
        }
    }

    /*** WYSIWYG Styling End ***/

    /*** Helpers Start ***/

    .all-inherit * {
  color: inherit;
}

    .all-inherit a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

    /*** Helpers End ***/

    ul#menu-footer-menu li:first-child span.footer-marker {
  display: none;
}

    /*** Footer Additional Styling End ***/

    select.custom-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.75rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.30806 7.05806C3.55214 6.81398 3.94786 6.81398 4.19194 7.05806L10 12.8661L15.8081 7.05806C16.0521 6.81398 16.4479 6.81398 16.6919 7.05806C16.936 7.30214 16.936 7.69786 16.6919 7.94194L10.4419 14.1919C10.1979 14.436 9.80214 14.436 9.55806 14.1919L3.30806 7.94194C3.06398 7.69786 3.06398 7.30214 3.30806 7.05806Z%27 fill=%27%231E101F%27/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position-x: 97%;
        background-size: 13px;
        background-position-y: 55%;
}
    
    @media (min-width: 768px) {
        select.custom-select {
            background-position-x: 90%;
        }
    }

    select.custom-select.services-select {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.30806 7.05806C3.55214 6.81398 3.94786 6.81398 4.19194 7.05806L10 12.8661L15.8081 7.05806C16.0521 6.81398 16.4479 6.81398 16.6919 7.05806C16.936 7.30214 16.936 7.69786 16.6919 7.94194L10.4419 14.1919C10.1979 14.436 9.80214 14.436 9.55806 14.1919L3.30806 7.94194C3.06398 7.69786 3.06398 7.30214 3.30806 7.05806Z%27 fill=%27%231E101F%27/%3E%3C/svg%3E");
    }

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
.\!container {
  width: 100% !important;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }

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

  .container {
    max-width: 768px;
  }

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

  .container {
    max-width: 1024px;
  }

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

  .container {
    max-width: 1280px;
  }

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

  .container {
    max-width: 1536px;
  }

  .\!container {
    max-width: 1536px !important;
  }
}
/*** Menu Styling Start ***/
.menu-btn.active-menu span {
  --tw-rotate: 45deg;
  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));
}
.menu-btn.active-menu span::before {
  top: 0px;
  --tw-rotate: 0deg;
  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));
}
.menu-btn.active-menu span::after {
  top: 0px;
  --tw-rotate: 90deg;
  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));
}
.hidden-menu {
        margin-left: -100vw;
        height: calc(100vh - 3rem);
    }
.hidden-menu.show-menu {
  margin-left: 0px;
}
.search-bar.show {
  position: relative;
  z-index: 30;
  display: block;
}
li.sub-link:hover {
  border-bottom-color: rgb(152 81 154 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  --tw-text-opacity: 1;
  color: rgb(152 81 154 / var(--tw-text-opacity));
}
li.sub-link:hover svg {
  margin-right: 0px;
}
/*** Menu Styling End ***/
/*** Common Custom Classes Start ***/
.has-circle {
  position: relative;
  margin-left: 1.5rem;
}
.has-circle::before {
        content: '';
        position: absolute;
        left: -1.5rem;
        top: 50%;
        z-index: -10;
        height: 3.5rem;
        width: 3.5rem;
        --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;
        background-color: var(--circle-color, #F4971E);
    }
.has-circle--orange::before {
        content: '';
        background-color: #F4971E;
    }
p.large-content-pre {
  font-size: 0.75rem;
  line-height: 1rem;
}
.switch {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.switch input {
  display: none;
}
.slider {
  position: relative;
  margin-top: 0.5rem;
  height: 1.25rem;
  width: 2.25rem;
  cursor: pointer;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 233 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.slider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 2px;
        height: 1rem;
        width: 1rem;
        --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;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
.slider::after {
        content: "";
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M19.2803 4.71967C19.5732 5.01256 19.5732 5.48744 19.2803 5.78033L5.78033 19.2803C5.48744 19.5732 5.01256 19.5732 4.71967 19.2803C4.42678 18.9874 4.42678 18.5126 4.71967 18.2197L18.2197 4.71967C18.5126 4.42678 18.9874 4.42678 19.2803 4.71967Z%27 fill=%27%231E101F%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4.71967 4.71967C5.01256 4.42678 5.48744 4.42678 5.78033 4.71967L19.2803 18.2197C19.5732 18.5126 19.5732 18.9874 19.2803 19.2803C18.9874 19.5732 18.5126 19.5732 18.2197 19.2803L4.71967 5.78033C4.42678 5.48744 4.42678 5.01256 4.71967 4.71967Z%27 fill=%27%231E101F%27/%3E%3C/svg%3E");
        position: absolute;
        top: 50%;
        left: 2px;
        height: 1rem;
        width: 1rem;
        --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-position: center;
        background-repeat: no-repeat;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
input:checked + .slider {
  --tw-bg-opacity: 1;
  background-color: rgb(214 185 215 / var(--tw-bg-opacity));
}
input:checked + .slider::before {
  --tw-translate-x: 1rem;
  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));
}
input:checked + .slider::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M10.3902 3.10983C10.5366 3.25628 10.5366 3.49372 10.3902 3.64017L5.14017 8.89016C4.99372 9.03661 4.75628 9.03661 4.60983 8.89016L1.98483 6.26517C1.83839 6.11872 1.83839 5.88128 1.98483 5.73483C2.13128 5.58839 2.36872 5.58839 2.51517 5.73483L4.875 8.09467L9.85984 3.10983C10.0063 2.96339 10.2437 2.96339 10.3902 3.10983Z%27 fill=%27%233D203E%27/%3E%3C/svg%3E");
        --tw-translate-x: 1rem;
        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));
    }
.view-by-btn.active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 220 235 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
        .switch {
    flex-direction: row;
  }
        .switch {
    align-items: center;
  }

        .slider {
    margin-left: 0.5rem;
  }

        .slider {
    margin-top: 0px;
  }
    }
/*** Common Custom Classes End ***/
/*** Properties Classes Start ***/
section[data-row-layout="quote_box"] p.property-media-selection.active a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
section[data-row-layout="two_column_list"] li.property-media-selection.active a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.property-media-selection.active {
  --tw-bg-opacity: 1;
  background-color: rgb(152 81 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*** Properties Classes End ***/
/*** Accordion Classes Start ***/
.accordion-item__opener .minus:before {
        content: '';
        position: absolute;
        left: -0.5rem;
        top: 50%;
        z-index: -10;
        height: 2.5rem;
        width: 2.5rem;
        --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;
        --tw-bg-opacity: 1;
        background-color: rgb(244 151 30 / var(--tw-bg-opacity));
    }
.accordion-item.active {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
}
.accordion-item.active .accordion-item__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(152 81 154 / var(--tw-text-opacity));
}
.accordion-item__content a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.accordion-item__content p {
  margin-bottom: 0.75rem;
}
.accordion-item__content ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style-type: disc;
}
.accordion-item__content ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  list-style-type: decimal;
}
.accordion-item__content ul ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.accordion-item__content ul li, .accordion-item__content ol li {
  margin-bottom: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(122 65 123 / var(--tw-text-opacity));
}
.accordion-item__content ul li li {
  margin-bottom: 0.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}
.property-accordion.active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 245 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
        .accordion-item.active .accordion-item__content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
        .accordion-item.active .accordion-item__content {
    padding-top: 0.5rem;
  }
        .accordion-item.active .accordion-item__content {
    padding-bottom: 3rem;
  } 

          .accordion-item__content ul {
    padding-left: 1rem;
  }

        .accordion-item__content ol {
    padding-left: 1rem;
  }
    }
/* Accordion Classes End */
/* Tabs Start */
.tab {
  --tw-text-opacity: 1;
  color: rgb(180 182 188 / var(--tw-text-opacity));
}
.tab.active {
  border-bottom-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(152 81 154 / var(--tw-text-opacity));
}
.tab span, .tab-pane {
  display: none;
}
.tab.active span, .tab-pane.active {
  display: block;
}
/* Tabs End */
.video-carousel iframe, .hero-iframe iframe {
  position: absolute;
        left: -99999px;
        top: -9999px;
}
.video-carousel iframe.iOs, .hero-iframe iframe.iOs {
  pointer-events: none;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.video-carousel iframe.fullscreen, .hero-iframe iframe.fullscreen {
  pointer-events: auto;
  opacity: 1;
}
.color-boxes__icon svg {
        width: 96px;
        height: 96px;
    }
.color-boxes__icon svg path {
        fill: none;
        stroke: currentColor;
    }
.color-boxes__box {
        padding-top: calc( 100% - 6px );
    }
.default-page-wysiwyg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(152 81 154 / var(--tw-text-opacity));
}
.text-pod h1, .text-pod h2, .text-pod h3, .text-pod h4,
    .text-pod h5, .text-pod h6, .text-pod p, .text-pod li,
    .text-pod a {
        color: inherit;
    }
.text-pod a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
section[data-row-layout="quote_box"] p.text-white a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
section[data-row-layout="three_section_title"] p a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
section[data-row-layout="three_section_short"] p a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
section[data-row-layout="two_column_list"] li.text-white a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-0 {
  top: -0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.top-1\/2 {
  top: 50%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-2 {
  right: 0.5rem;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.right-72 {
  right: 18rem;
}
.right-\[calc\(7rem--4px\)\] {
  right: calc(7rem - -4px);
}
.right-1 {
  right: 0.25rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.top-2 {
  top: 0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.top-20 {
  top: 5rem;
}
.top-full {
  top: 100%;
}
.-left-7 {
  left: -1.75rem;
}
.right-28 {
  right: 7rem;
}
.right-14 {
  right: 3.5rem;
}
.top-14 {
  top: 3.5rem;
}
.-left-6 {
  left: -1.5rem;
}
.isolate {
  isolation: isolate;
}
.z-\[5\] {
  z-index: 5;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-\[60\] {
  z-index: 60;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.z-30 {
  z-index: 30;
}
.z-\[70\] {
  z-index: 70;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[1px\] {
  margin-left: 1px;
  margin-right: 1px;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-16 {
  margin-top: 4rem;
}
.-mt-56 {
  margin-top: -14rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mt-auto {
  margin-top: auto;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-2 {
  margin-top: 0.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-auto {
  margin-bottom: auto;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-header-group {
  display: table-header-group;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-full {
  height: 100%;
}
.h-4 {
  height: 1rem;
}
.h-7 {
  height: 1.75rem;
}
.h-80 {
  height: 20rem;
}
.h-\[312px\] {
  height: 312px;
}
.h-12 {
  height: 3rem;
}
.h-8 {
  height: 2rem;
}
.h-6 {
  height: 1.5rem;
}
.h-0 {
  height: 0px;
}
.h-auto {
  height: auto;
}
.h-14 {
  height: 3.5rem;
}
.h-64 {
  height: 16rem;
}
.h-48 {
  height: 12rem;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-\[2px\] {
  height: 2px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-56 {
  height: 14rem;
}
.h-1\/2 {
  height: 50%;
}
.h-\[95vh\] {
  height: 95vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[442px\] {
  min-height: 442px;
}
.min-h-\[550px\] {
  min-height: 550px;
}
.min-h-\[20rem\] {
  min-height: 20rem;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[16rem\] {
  min-height: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-full {
  width: 100%;
}
.w-1\/4 {
  width: 25%;
}
.w-\[765px\] {
  width: 765px;
}
.w-12 {
  width: 3rem;
}
.w-8 {
  width: 2rem;
}
.w-1\/2 {
  width: 50%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-24 {
  width: 6rem;
}
.w-36 {
  width: 9rem;
}
.w-28 {
  width: 7rem;
}
.w-16 {
  width: 4rem;
}
.w-auto {
  width: auto;
}
.w-3\/5 {
  width: 60%;
}
.w-2\/5 {
  width: 40%;
}
.w-10 {
  width: 2.5rem;
}
.w-32 {
  width: 8rem;
}
.w-\[1000px\] {
  width: 1000px;
}
.w-72 {
  width: 18rem;
}
.w-\[calc\(100\%-3rem\)\] {
  width: calc(100% - 3rem);
}
.w-14 {
  width: 3.5rem;
}
.w-\[calc\(100\%\+1\.5rem\)\] {
  width: calc(100% + 1.5rem);
}
.w-11\/12 {
  width: 91.666667%;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[50\%\] {
  min-width: 50%;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[765px\] {
  max-width: 765px;
}
.max-w-\[66\.66\%\] {
  max-width: 66.66%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-8xl {
  max-width: 90rem;
}
.max-w-\[40rem\] {
  max-width: 40rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-full {
  flex-basis: 100%;
}
.-translate-y-1\/2 {
  --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));
}
.-translate-x-1\/2 {
  --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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-5 {
  gap: 1.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-br-\[4rem\] {
  border-bottom-right-radius: 4rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-none {
  border-style: none;
}
.border-neutral50 {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 247 / var(--tw-border-opacity));
}
.border-purple500 {
  --tw-border-opacity: 1;
  border-color: rgb(152 81 154 / var(--tw-border-opacity));
}
.border-purple200 {
  --tw-border-opacity: 1;
  border-color: rgb(214 185 215 / var(--tw-border-opacity));
}
.border-purple400 {
  --tw-border-opacity: 1;
  border-color: rgb(173 116 174 / var(--tw-border-opacity));
}
.border-maroon400 {
  --tw-border-opacity: 1;
  border-color: rgb(151 28 71 / var(--tw-border-opacity));
}
.border-black400 {
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity));
}
.border-purple100 {
  --tw-border-opacity: 1;
  border-color: rgb(234 220 235 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-maroon500 {
  --tw-border-opacity: 1;
  border-color: rgb(105 16 49 / var(--tw-border-opacity));
}
.border-black500 {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-y-purple400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(173 116 174 / var(--tw-border-opacity));
  border-bottom-color: rgb(173 116 174 / var(--tw-border-opacity));
}
.border-b-purple200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 185 215 / var(--tw-border-opacity));
}
.border-l-neutral100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 231 233 / var(--tw-border-opacity));
}
.border-b-purple400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(173 116 174 / var(--tw-border-opacity));
}
.border-b-purple800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(61 32 62 / var(--tw-border-opacity));
}
.border-b-neutral50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 246 247 / var(--tw-border-opacity));
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-purple300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(193 151 194 / var(--tw-border-opacity));
}
.border-t-neutral50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 246 247 / var(--tw-border-opacity));
}
.border-l-neutral50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 246 247 / var(--tw-border-opacity));
}
.border-b-purple50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 238 245 / var(--tw-border-opacity));
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.bg-purple500 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 81 154 / var(--tw-bg-opacity));
}
.bg-purple50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 245 / var(--tw-bg-opacity));
}
.bg-purple100 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 220 235 / var(--tw-bg-opacity));
}
.bg-purple800 {
  --tw-bg-opacity: 1;
  background-color: rgb(61 32 62 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-purple600 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 65 123 / var(--tw-bg-opacity));
}
.bg-maroon500 {
  --tw-bg-opacity: 1;
  background-color: rgb(105 16 49 / var(--tw-bg-opacity));
}
.bg-maroon600 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 10 30 / var(--tw-bg-opacity));
}
.bg-black500 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-black600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-yellow500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 151 30 / var(--tw-bg-opacity));
}
.bg-purple700 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 49 92 / var(--tw-bg-opacity));
}
.bg-pink500 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 56 131 / var(--tw-bg-opacity));
}
.bg-yellow200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 165 / var(--tw-bg-opacity));
}
.bg-neutral50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 247 / var(--tw-bg-opacity));
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-1 {
  padding: 0.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pr-28 {
  padding-right: 7rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-px {
  padding-bottom: 1px;
}
.pt-px {
  padding-top: 1px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-heading {
  font-family: Interface, sans-serif;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[10px\] {
  font-size: 10px;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-purple800 {
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}
.text-purple900 {
  --tw-text-opacity: 1;
  color: rgb(30 16 31 / var(--tw-text-opacity));
}
.text-\[\#E62D39\] {
  --tw-text-opacity: 1;
  color: rgb(230 45 57 / var(--tw-text-opacity));
}
.text-purple500 {
  --tw-text-opacity: 1;
  color: rgb(152 81 154 / var(--tw-text-opacity));
}
.text-purple700 {
  --tw-text-opacity: 1;
  color: rgb(91 49 92 / var(--tw-text-opacity));
}
.text-purple600 {
  --tw-text-opacity: 1;
  color: rgb(122 65 123 / var(--tw-text-opacity));
}
.text-purple200 {
  --tw-text-opacity: 1;
  color: rgb(214 185 215 / var(--tw-text-opacity));
}
.text-yellow900 {
  --tw-text-opacity: 1;
  color: rgb(49 30 6 / var(--tw-text-opacity));
}
.text-neutral900 {
  --tw-text-opacity: 1;
  color: rgb(29 33 51 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.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);
}
.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

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

.alignright {
  margin-left: auto;
}

.alignleft {
  margin-right: auto;
}

.switcher a {
    text-decoration:none;
    display:block;
    font-size:0.875rem;
    width: 100%;
}
.switcher .selected {
    background:#1D4F91;
    position:relative;
    z-index:49;
}
.switcher .selected a {
    color:#FFF;
}
.switcher .selected a.open:after {
    transform:rotate(-180deg);
}
.switcher .option {
    position:absolute;
    -moz-column-count: 9;
         column-count: 9;
    left: 50%;
    top: 146px;
    transform: translateX(-50%);
    z-index:48;
    color: #FFF;
    background-color:#1D4F91;
    padding: 1rem;
    max-width: 80rem;
    width: 100%;
    overflow-y:auto;
    overflow-x:hidden;
}
.switcher .option a {
    color:#FFF;
    padding:3px 0;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}
.switcher .option a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .switcher .option {
        position: relative;
        -moz-column-count: 3;
             column-count: 3;
        top: 0;
        height: auto;
    }

    .options-container {
        height: 400px;
        max-width: 80rem;
        width: 100%;
        top: 3rem;
        left: 0;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
    }
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{/*overflow:hidden;*/position:relative;height:100%;touch-action:pan-y}.flickity-slider{position:absolute;width:100%;height:100%;left:0}.flickity-rtl .flickity-slider{left:unset;right:0}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-cell{position:absolute;left:0}.flickity-rtl .flickity-cell{left:unset;right:0}.flickity-button{position:absolute;background:hsl(0 0% 100% / 75%);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;text-align:center;display:flex;justify-content:center;flex-wrap:wrap}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dot{display:block;width:10px;height:10px;padding:0;margin:0 8px;background:hsl(0 0% 20% / 25%);border-radius:50%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-indent:-9999px;overflow:hidden}.flickity-rtl .flickity-page-dot{text-indent:9999px}.flickity-page-dot:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-page-dot.is-selected{background:hsl(0 0% 20% / 100%)}

/*** Flickity Custom Styles ***/

.support-carousel-main video {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.support-carousel-nav video, .support-carousel-main video {
  width: 100%;
  border-radius: 0.5rem;
}

.support-carousel-nav .carousel-cell {
  height: 110px;
  width: 50%;
  cursor: pointer;
  overflow: hidden;
}

.support-carousel-nav {
  padding-left: 3rem;
  padding-right: 3rem;
}

.property-carousel-main .flickity-page-dots {
  bottom: 0.75rem;
}

.property-carousel-main .flickity-page-dots .flickity-page-dot {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 233 / var(--tw-bg-opacity));
}

.property-carousel-main .flickity-page-dots .flickity-page-dot.is-selected {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(152 81 154 / var(--tw-bg-opacity));
    overflow: initial;
}

.property-carousel-main .flickity-page-dots .flickity-page-dot.is-selected::before {
    content: "";
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    height: 1rem;
    width: 1rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(152 81 154 / var(--tw-border-opacity));
    background-color: transparent;
}

@media (min-width: 640px) {
    .support-carousel-nav .carousel-cell {
    height: 115px;
  }

    .property-carousel-main .flickity-page-dots {
    display: none;
  }
}

@media (min-width: 768px) {
    .support-carousel-nav .carousel-cell {
    height: 115px;
  }
    .support-carousel-nav .carousel-cell {
    width: 25%;
  } 
}

@media (min-width: 1024px) {
    .support-carousel-nav {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.support-carousel-nav .flickity-viewport {
  overflow: hidden;
}

.ginput_container input[type="text"], .ginput_container input[type="email"], .ginput_container input[type="tel"], .ginput_container select {
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 185 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

.ginput_container input[type="text"]:focus-visible, .ginput_container input[type="email"]:focus-visible, .ginput_container input[type="tel"]:focus-visible, .ginput_container select:focus-visible {
  outline-width: 2px;
  outline-color: #98519A;
}

.ginput_container input[type="text"]::-moz-placeholder, .ginput_container input[type="email"]::-moz-placeholder, .ginput_container input[type="tel"]::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(193 151 194 / var(--tw-text-opacity));
}

.ginput_container input[type="text"]::placeholder, .ginput_container input[type="email"]::placeholder, .ginput_container input[type="tel"]::placeholder, .ginput_container select::placeholder, .ginput_container textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(193 151 194 / var(--tw-text-opacity));
}

.gfield_error .ginput_container input[type="text"], .gfield_error .ginput_container input[type="email"], .gfield_error .ginput_container input[type="tel"], .gfield_error .ginput_container select {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.gfield_error .ginput_container {
  position: relative;
}

.gfield_error .ginput_container::after {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z%27 stroke=%27%23E62D39%27 stroke-width=%271.5%27 stroke-miterlimit=%2710%27/%3E%3Cpath d=%27M10 6.25V10.625%27 stroke=%27%23E62D39%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M10.1875 13.4375C10.1875 13.5411 10.1036 13.625 10 13.625C9.89645 13.625 9.8125 13.5411 9.8125 13.4375C9.8125 13.3339 9.89645 13.25 10 13.25C10.1036 13.25 10.1875 13.3339 10.1875 13.4375Z%27 fill=%27%23E62D39%27 stroke=%27%23E62D39%27 stroke-width=%271.5%27/%3E%3C/svg%3E");
    background-position: center right;
    position: absolute;
    top: 0px;
    right: 0.75rem;
    display: block;
    height: 100%;
    width: 1.25rem;
    background-repeat: no-repeat;
}

fieldset .validation_message {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.validation_message {
  margin-top: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.gform_submission_error {
  margin-top: 1rem;
}

.gform_heading {
  display: none;
}

.ginput_container textarea {
  height: 9rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 185 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

.ginput_container textarea:focus-visible {
  outline-width: 2px;
  outline-color: #98519A;
}

.gform_body {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.gform_body label, .gform_body legend {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

.gform_body fieldset legend {
  font-weight: 600;
}

.gform_body fieldset label {
  font-weight: 400;
}

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

.gform_body .charleft {
  display: none;
}

.gfield, .gfield_radio, .gfield_checkbox, .gform_body fieldset legend {
  margin-bottom: 1rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.gform_footer {
  position: relative;
  text-align: right;
}

.gform_footer svg {
  position: absolute;
  right: 1rem;
  top: 50%;
  --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));
}

@media (min-width: 768px) {
    .gfield.gfield--width-half {
    width: 50%;
  }
}

.gfield-choice-input {
  height: 0px;
  width: 0px;
  opacity: 0;
}

.gfield_radio label, .gfield_checkbox label {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 400;
}

.gfield_radio label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    margin-right: 0.5rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    --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;
    --tw-border-opacity: 1;
    border-color: rgb(152 81 154 / var(--tw-border-opacity));
}

.gfield_radio :checked + label:before, .gfield_checkbox :checked + label:before {
  --tw-border-opacity: 1;
  border-color: rgb(152 81 154 / var(--tw-border-opacity));
}

.gfield_radio :checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5rem;
    display: block;
    height: 0.375rem;
    width: 0.375rem;
    --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;
    --tw-bg-opacity: 1;
    background-color: rgb(152 81 154 / var(--tw-bg-opacity));
    left: 5px;
}

.gfield_checkbox label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    margin-right: 0.5rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    --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: 0.125rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(152 81 154 / var(--tw-border-opacity));
}

.gfield_checkbox :checked + label:after {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%270.5%27 y=%270.5%27 width=%2715%27 height=%2715%27 rx=%271.5%27 fill=%27white%27 stroke=%27%235B315C%27/%3E%3Cpath d=%27M12 5L6.66364 11L4 8%27 stroke=%27%235B315C%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    left: 0.125rem;
    margin-left: 1px;
    display: block;
    height: 0.5rem;
    width: 0.625rem;
    --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-position: center;
}

.hidden_label label.gfield_label, .hidden_label legend {
  display: none;
}

.ginput_full {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.ginput_left, .ginput_right {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .ginput_left, .ginput_right {
    width: 50%;
  }
}

fieldset.gfield {
  padding: 0px;
}

.screen-reader-text {
  display: none;
}

/* GForm Date Picker */
.gform-theme-datepicker {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(152 81 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.gform-theme-datepicker .ui-datepicker-header {
  margin-bottom: 0.25rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-prev, .gform-theme-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 50%;
  cursor: pointer;
}

.gform-theme-datepicker .ui-datepicker-month, .gform-theme-datepicker .ui-datepicker-year {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-next {
  text-align: right;
}

.gform-theme-datepicker th, .gform-theme-datepicker td {
  padding: 0.25rem;
}

.gform-theme-datepicker .ui-datepicker-calendar th span {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  justify-content: center;
}

.gform-theme-datepicker .ui-datepicker-calendar .ui-state-default {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.gform-theme-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(152 81 154 / var(--tw-border-opacity));
}

section[data-row-layout="quote_box"] p.gform-theme-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section[data-row-layout="two_column_list"] li.gform-theme-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.gform-theme-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  --tw-border-opacity: 1;
  border-color: rgb(152 81 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(152 81 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gform-theme-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(152 81 154 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(152 81 154 / var(--tw-bg-opacity));
  opacity: 0.5;
}

.post-password-form {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

.post-password-form label {
  font-weight: 700;
}

.post-password-form input[type='password'] {
  margin-bottom: 0.5rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(180 182 188 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.post-password-form input[type='password']:focus-visible {
  outline-width: 2px;
  outline-color: #98519A;
}

.post-password-form input[type='submit'] {
  height: 3rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px) {
    .post-password-form input[type='submit'] {
    width: auto;
  }

    .post-password-form input[type='password'] {
    margin-bottom: 0px;
  }

    .post-password-form input[type='password'] {
    width: auto;
  }
}

/*** Relevanssi Live Search Start ***/
@keyframes relevanssi-spinner-line-fade-quick {
    0%,
    39%,
    100% {
        opacity: 0.25;
    }
    40% {
        opacity: 1;
    }
}

.relevanssi-live-search-results-showing {
  min-height: 175px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.relevanssi-live-search-no-min-chars .spinner {
  opacity: 0.3;
}

.relevanssi-live-search-results .relevanssi-live-search-no-results, .relevanssi-live-search-results .screen-reader-text {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.relevanssi-live-search-results .screen-reader-text {
  text-align: center;
}

.relevanssi-live-search-results .relevanssi-live-search-didyoumean {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.relevanssi-live-search-results .relevanssi-live-search-didyoumean a {
  font-weight: 700;
  text-transform: capitalize;
}

.relevanssi-live-search-result-status {
  display: none;
}

.relevanssi-live-search-result {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 238 245 / var(--tw-border-opacity));
}

.relevanssi-live-search-result p {
  margin-bottom: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(152 81 154 / var(--tw-text-opacity));
}

.relevanssi-live-search-result p:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 245 / var(--tw-bg-opacity));
}

/*** Relevanssi Live Search End ***/

/*** Pagination Styling Start ***/

.page-numbers:not(.next):not(.prev) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(61 32 62 / var(--tw-text-opacity));
}

section[data-row-layout="quote_box"] p.page-numbers:not(.next):not(.prev):hover a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section[data-row-layout="two_column_list"] li.page-numbers:not(.next):not(.prev):hover a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.page-numbers:not(.next):not(.prev):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(152 81 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

section[data-row-layout="quote_box"] p.page-numbers:not(.next):not(.prev).current a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section[data-row-layout="two_column_list"] li.page-numbers:not(.next):not(.prev).current a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.page-numbers:not(.next):not(.prev).current {
  --tw-bg-opacity: 1;
  background-color: rgb(152 81 154 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-numbers.next, .page-numbers.prev {
  display: flex;
}

.page-numbers.next {
  margin-left: auto;
}

.page-numbers:not(.next):not(.prev):first-child {
  margin-left: auto;
}

.page-numbers:not(.next):not(.prev):last-child {
  margin-right: auto;
}

 .prev + .page-numbers:not(.next):not(.prev) {
  margin-left: auto;
}

/*** Pagination Styling End ***/

/* iPhone Yotube API Start */

.video-carousel iframe.iOS, .hero-iframe iframe.iOS {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 60;
  --tw-translate-y: -50%;
  --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));
  border-radius: 0.5rem;
    width: 95%;
    height: 255px;
}

.dark-overlay {
  position: fixed;
  top: 0px;
  z-index: 60;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.7;
}

.dark-overlay.visible {
    display: block;
}

.close-btn {
  position: fixed;
  right: 50%;
  top: 1.5rem;
  z-index: 60;
  display: none;
  --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));
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.close-btn.visible {
    display: block
}

/* iPhone Yotube API End */

.addtoany_list a img {
    max-height: 18px;
}

/* Matterport */
.matterport-wrap iframe {
    width: 372px;
    height: 256px;
}

@media(max-width: 767px) {
    .matterport-wrap iframe {
        width: 100%;
        height: 256px;
    }
}

/* Lightbox Form */
section[data-row-layout="quote_box"] p.lightbox-form a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
section[data-row-layout="two_column_list"] li.lightbox-form a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.lightbox-form {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 60;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.lightbox-form.visible {
  display: block;
}

/* Shadow */
.shadow-1 {
    box-shadow: 0 9px 16px rgba(0, 0, 0, 0.1);
}

/* Rounded Bottom Right */
.rounded-br-half {
    border-bottom-right-radius: 50%;
}

.rounded-br-32 {
    border-bottom-right-radius: 128px;
}

/* Overlay */
.show-overlay .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0.7;
    background: #f6f6f7;
}

/* Development Plots Table */
@media (max-width: 767px) {
    .development-plots {
        width: 100%;
        overflow: scroll;
    }
    .development-plots .table {
        width: 1000px;
    }
}

.property-carousel-nav {
    display: block;
    height: 96px;
    overflow: hidden;
}
.property-carousel-nav .carousel-cell {
    float: left;
}

.enquire-sticky {
    position: relative;
}
  

@media (max-width: 768px) {
    .enquire-sticky.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 55;
        background: white;
        padding: 10px 15px;
        box-shadow: 0px -12px 10px 10px rgba(0, 0, 0, 0.1);
    }

    .enquire-sticky.sticky a{
        margin-top:0;
    }
}

/* Sticky Mobile Nav CSS */
@media (max-width: 1024px) {
    .sticky-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 55;
        background: white;
        height: 57px;
        box-shadow: 0px -12px 10px 10px rgba(0, 0, 0, 0.1);
    }
    body {
        position: relative;
        top: 57px;
    }
}

.yt-matt-media {
  position: absolute;
  top: 50%;
  right: 50%;
  display: flex;
  --tw-translate-y: -50%;
  --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));
  gap: 1rem;
}

#click-to-youtube svg, #click-to-matterport svg {
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 768px) {

  #click-to-youtube svg, #click-to-matterport svg {
    height: 4rem;
  }

  #click-to-youtube svg, #click-to-matterport svg {
    width: 4rem;
  }
}

.ytframe iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

section[data-row-layout="quote_box"] p.placeholder\:text-white a::-moz-placeholder {
  font-weight: 700;
  color: inherit;
  text-decoration-line: underline;
}

section[data-row-layout="quote_box"] p.placeholder\:text-white a::placeholder {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section[data-row-layout="two_column_list"] li.placeholder\:text-white a::-moz-placeholder {
  font-weight: 700;
  color: inherit;
  text-decoration-line: underline;
}

section[data-row-layout="two_column_list"] li.placeholder\:text-white a::placeholder {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

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

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:-top-2::before {
  content: var(--tw-content);
  top: -0.5rem;
}

.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:h-0\.5::before {
  content: var(--tw-content);
  height: 0.125rem;
}

.before\:h-0::before {
  content: var(--tw-content);
  height: 0px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:w-6::before {
  content: var(--tw-content);
  width: 1.5rem;
}

.before\:bg-purple50::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 245 / var(--tw-bg-opacity));
}

.before\:bg-purple800::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(61 32 62 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:top-2::after {
  content: var(--tw-content);
  top: 0.5rem;
}

.after\:h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:w-6::after {
  content: var(--tw-content);
  width: 1.5rem;
}

.after\:bg-purple800::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(61 32 62 / var(--tw-bg-opacity));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

.first\:pl-0:first-child {
  padding-left: 0px;
}

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

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

.last\:border-b-purple50:last-child {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 238 245 / var(--tw-border-opacity));
}

.last\:border-opacity-25:last-child {
  --tw-border-opacity: 0.25;
}

.hover\:bg-purple700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 49 92 / var(--tw-bg-opacity));
}

.hover\:bg-yellow300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 192 120 / var(--tw-bg-opacity));
}

.hover\:text-purple500:hover {
  --tw-text-opacity: 1;
  color: rgb(152 81 154 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.group:hover .group-hover\:mr-1 {
  margin-right: 0.25rem;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:text-purple600 {
  --tw-text-opacity: 1;
  color: rgb(122 65 123 / var(--tw-text-opacity));
}

.group:hover .group-hover\:underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

section[data-row-layout="quote_box"] p.peer:focus ~ .peer-focus\:text-white a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section[data-row-layout="two_column_list"] li.peer:focus ~ .peer-focus\:text-white a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.peer:focus ~ .peer-focus\:bg-purple500 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 81 154 / var(--tw-bg-opacity));
}

.peer:focus ~ .peer-focus\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

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

  .sm\:left-\[53\%\] {
    left: 53%;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

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

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

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

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .sm\:translate-x-1\/2 {
    --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));
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

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

  .sm\:py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

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

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

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

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

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

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

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:-top-44 {
    top: -11rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:h-96 {
    height: 24rem;
  }

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

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

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

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

  .md\:min-h-\[680px\] {
    min-height: 680px;
  }

  .md\:min-h-\[24rem\] {
    min-height: 24rem;
  }

  .md\:min-h-\[384px\] {
    min-height: 384px;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-1\/6 {
    width: 16.666667%;
  }

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

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

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

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

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

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

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

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

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

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

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

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

  .md\:text-\[64px\] {
    font-size: 64px;
  }

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

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

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

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

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

  .md\:leading-\[72px\] {
    line-height: 72px;
  }

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

@media (min-width: 1024px) {

  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .lg\:container {
      max-width: 1536px;
    }
  }

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

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

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

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

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

  .lg\:-mt-96 {
    margin-top: -24rem;
  }

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

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

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

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

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

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

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-56 {
    height: 14rem;
  }

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

  .lg\:min-h-\[597px\] {
    min-height: 597px;
  }

  .lg\:min-h-\[541px\] {
    min-height: 541px;
  }

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

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

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

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

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

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

  .lg\:w-6 {
    width: 1.5rem;
  }

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

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

  .lg\:w-52 {
    width: 13rem;
  }

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

  .lg\:w-44 {
    width: 11rem;
  }

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

  .lg\:max-w-\[765px\] {
    max-width: 765px;
  }

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

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

  .lg\:max-w-\[41rem\] {
    max-width: 41rem;
  }

  .lg\:max-w-\[40rem\] {
    max-width: 40rem;
  }

  .lg\:max-w-\[320px\] {
    max-width: 320px;
  }

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

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

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

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

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

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

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

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

  .lg\:border-0 {
    border-width: 0px;
  }

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

  .lg\:border-neutral50 {
    --tw-border-opacity: 1;
    border-color: rgb(246 246 247 / var(--tw-border-opacity));
  }

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

  .lg\:bg-purple100 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 220 235 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-purple800 {
    --tw-text-opacity: 1;
    color: rgb(61 32 62 / var(--tw-text-opacity));
  }

  .lg\:text-inherit {
    color: inherit;
  }

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

  .lg\:placeholder\:text-neutral500::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(131 133 143 / var(--tw-text-opacity));
  }

  .lg\:placeholder\:text-neutral500::placeholder {
    --tw-text-opacity: 1;
    color: rgb(131 133 143 / var(--tw-text-opacity));
  }

  .lg\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .lg\:last\:pr-0:last-child {
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:min-h-\[640px\] {
    min-height: 640px;
  }

  .xl\:w-1\/7 {
    width: 14.285%;
  }

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

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

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

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