/*
! tailwindcss v3.4.3 | 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: #edf2f7; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(66 153 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(66 153 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 320px) {

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

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

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

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

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

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

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

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

  .container {
    max-width: 2040px;
  }
}
.clear {
    clear: both;
  }
.h-72 {
    height: 18rem;
  }
.h-80 {
    height: 20rem;
  }
.h-88 {
    height: 22rem;
  }
.w-72 {
    width: 18rem;
  }
.w-80 {
    width: 20rem;
  }
.max-w-7xl {
    max-width: 80rem;
  }
.max-w-8xl {
    max-width: 88rem;
  }
.justify-evenly {
    justify-content: space-between;
  }
.justify-evenly:before, .justify-evenly:after {
    content: "";
    display: block;
  }
.shadow-dark {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  }
.svg-red {
    filter: brightness(0) saturate(100%) invert(19%) sepia(59%) saturate(5059%) hue-rotate(341deg) brightness(90%) contrast(98%);
  }
.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;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0;
}
.-bottom-\[6\.25rem\] {
  bottom: -6.25rem;
}
.-right-10 {
  right: -2.5rem;
}
.-top-16 {
  top: -4rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-\[10\%\] {
  bottom: 10%;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.top-20 {
  top: 5rem;
}
.top-\[35\%\] {
  top: 35%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[5\] {
  z-index: 5;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-3 {
  grid-column-start: 3;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.\!m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem;
}
.m-10 {
  margin: 2.5rem;
}
.\!mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.\!my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-\[25\%\] {
  margin-left: 25%;
  margin-right: 25%;
}
.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[3\%\] {
  margin-top: 3%;
  margin-bottom: 3%;
}
.\!mb-0 {
  margin-bottom: 0 !important;
}
.\!mb-12 {
  margin-bottom: 3rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mb-28 {
  margin-bottom: 7rem !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!mb-\[24px\] {
  margin-bottom: 24px !important;
}
.\!mb-\[26px\] {
  margin-bottom: 26px !important;
}
.\!mb-\[32px\] {
  margin-bottom: 32px !important;
}
.\!mb-\[34px\] {
  margin-bottom: 34px !important;
}
.\!mb-\[35px\] {
  margin-bottom: 35px !important;
}
.\!mb-\[40px\] {
  margin-bottom: 40px !important;
}
.\!mb-\[48px\] {
  margin-bottom: 48px !important;
}
.\!ml-auto {
  margin-left: auto !important;
}
.\!mt-0 {
  margin-top: 0 !important;
}
.\!mt-12 {
  margin-top: 3rem !important;
}
.\!mt-24 {
  margin-top: 6rem !important;
}
.\!mt-\[0px\] {
  margin-top: 0px !important;
}
.\!mt-\[146px\] {
  margin-top: 146px !important;
}
.\!mt-\[2rem\] {
  margin-top: 2rem !important;
}
.\!mt-\[94px\] {
  margin-top: 94px !important;
}
.-mb-12 {
  margin-bottom: -3rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[150px\] {
  margin-bottom: 150px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[4\.5rem\] {
  margin-bottom: 4.5rem;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[6rem\] {
  margin-bottom: 6rem;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.mb-\[74px\] {
  margin-bottom: 74px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-28 {
  margin-left: 7rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[-7px\] {
  margin-left: -7px;
}
.ml-\[-8px\] {
  margin-left: -8px;
}
.ml-\[100px\] {
  margin-left: 100px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[130px\] {
  margin-left: 130px;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mr-\[21px\] {
  margin-right: 21px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[125px\] {
  margin-top: 125px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[3\.5rem\] {
  margin-top: 3.5rem;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[5\.5rem\] {
  margin-top: 5.5rem;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-listing-search-card {
  aspect-ratio: 256 / 286;
}
.aspect-listing-search-card-details {
  aspect-ratio: 256 / 100;
}
.aspect-listing-search-image {
  aspect-ratio: 256 / 186;
}
.aspect-office-search-card-details {
  aspect-ratio: 256 / 75;
}
.aspect-office-search-image {
  aspect-ratio: 256 / 141;
}
.\!h-\[223px\] {
  height: 223px !important;
}
.\!h-\[65px\] {
  height: 65px !important;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-32 {
  height: 8rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[11\.30rem\] {
  height: 11.30rem;
}
.h-\[115px\] {
  height: 115px;
}
.h-\[121px\] {
  height: 121px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16\.18em\] {
  height: 16.18em;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[182px\] {
  height: 182px;
}
.h-\[1850px\] {
  height: 1850px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[193px\] {
  height: 193px;
}
.h-\[198px\] {
  height: 198px;
}
.h-\[2000px\] {
  height: 2000px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[218px\] {
  height: 218px;
}
.h-\[241px\] {
  height: 241px;
}
.h-\[274px\] {
  height: 274px;
}
.h-\[287px\] {
  height: 287px;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[30\.8em\] {
  height: 30.8em;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[339px\] {
  height: 339px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[370px\] {
  height: 370px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[385px\] {
  height: 385px;
}
.h-\[386px\] {
  height: 386px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[474px\] {
  height: 474px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[493px\] {
  height: 493px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[643px\] {
  height: 643px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[744px\] {
  height: 744px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[calc\(100\%-50px\)\] {
  height: calc(100% - 50px);
}
.h-\[calc\(100dvh-50px\)\] {
  height: calc(100dvh - 50px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-mapscreensmall {
  height: calc(100dvh - 108px);
}
.h-screen {
  height: 100vh;
}
.max-h-\[1\.125rem\] {
  max-height: 1.125rem;
}
.max-h-\[325px\] {
  max-height: 325px;
}
.max-h-\[8\.25rem\] {
  max-height: 8.25rem;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[47px\] {
  min-height: 47px;
}
.\!w-\[1073px\] {
  width: 1073px !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/4 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[1073px\] {
  width: 1073px;
}
.w-\[109px\] {
  width: 109px;
}
.w-\[115px\] {
  width: 115px;
}
.w-\[121px\] {
  width: 121px;
}
.w-\[123px\] {
  width: 123px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[127px\] {
  width: 127px;
}
.w-\[131px\] {
  width: 131px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[147px\] {
  width: 147px;
}
.w-\[158px\] {
  width: 158px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[15rem\] {
  width: 15rem;
}
.w-\[173px\] {
  width: 173px;
}
.w-\[177px\] {
  width: 177px;
}
.w-\[195px\] {
  width: 195px;
}
.w-\[204px\] {
  width: 204px;
}
.w-\[211px\] {
  width: 211px;
}
.w-\[232px\] {
  width: 232px;
}
.w-\[234px\] {
  width: 234px;
}
.w-\[249px\] {
  width: 249px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[272px\] {
  width: 272px;
}
.w-\[286px\] {
  width: 286px;
}
.w-\[287px\] {
  width: 287px;
}
.w-\[328px\] {
  width: 328px;
}
.w-\[351px\] {
  width: 351px;
}
.w-\[375px\] {
  width: 375px;
}
.w-\[377px\] {
  width: 377px;
}
.w-\[441px\] {
  width: 441px;
}
.w-\[48px\] {
  width: 48px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[14\.5rem\] {
  min-width: 14.5rem;
}
.min-w-\[204px\] {
  min-width: 204px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-44 {
  max-width: 11rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[43\.3rem\] {
  max-width: 43.3rem;
}
.max-w-\[436px\] {
  max-width: 436px;
}
.max-w-\[438px\] {
  max-width: 438px;
}
.max-w-\[43rem\] {
  max-width: 43rem;
}
.max-w-\[557px\] {
  max-width: 557px;
}
.max-w-\[771px\] {
  max-width: 771px;
}
.max-w-\[78\.4rem\] {
  max-width: 78.4rem;
}
.max-w-\[825px\] {
  max-width: 825px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-translate-y-4 {
  --tw-translate-y: -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));
}
.-translate-y-\[1rem\] {
  --tw-translate-y: -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));
}
.translate-y-\[32px\] {
  --tw-translate-y: 32px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[50px\] {
  --tw-translate-y: 50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[7rem\] {
  --tw-translate-y: 7rem;
  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-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-agent {
  grid-template-columns: 115px minmax(0, 1fr);
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[14px\] {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-tl-\[60px\] {
  border-top-left-radius: 60px;
}
.rounded-tl-\[70px\] {
  border-top-left-radius: 70px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-y-\[0\.5px\] {
  border-top-width: 0.5px;
  border-bottom-width: 0.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-\[0\.5px\] {
  border-right-width: 0.5px;
}
.border-t {
  border-top-width: 1px;
}
.border-double {
  border-style: double;
}
.border-none {
  border-style: none;
}
.border-\[\#B6B6B6\] {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}
.border-\[\#DD0000\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 0 0 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(190 227 248 / var(--tw-border-opacity));
}
.border-gray-30 {
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(113 128 150 / var(--tw-border-opacity));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(104 211 145 / var(--tw-border-opacity));
}
.border-red-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(221 0 0 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(227 24 55 / var(--tw-border-opacity));
}
.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-y-\[\#B6B6B6\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(182 182 182 / var(--tw-border-opacity));
  border-bottom-color: rgb(182 182 182 / var(--tw-border-opacity));
}
.bg-\[\#B6B6B6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}
.bg-\[\#DD0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#ECECEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 248 255 / var(--tw-bg-opacity));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 179 237 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 153 225 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 108 176 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity));
}
.bg-gray-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}
.bg-gray-250 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-gray-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}
.bg-gray-500\/40 {
  background-color: rgb(160 174 192 / 0.4);
}
.bg-gray-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 255 244 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 161 105 / var(--tw-bg-opacity));
}
.bg-red-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 0 0 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 24 55 / var(--tw-bg-opacity));
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 178 172 / var(--tw-bg-opacity));
}
.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 78 82 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.bg-\[url\(\'\/img\/homepage\/become-a-real-estate-agent-with-sutton-realty\.jpg\'\)\] {
  background-image: url('/img/homepage/become-a-real-estate-agent-with-sutton-realty.jpg');
}
.bg-\[url\(\'\/img\/homepage\/find-a-real-estate-agent\.jpg\'\)\] {
  background-image: url('/img/homepage/find-a-real-estate-agent.jpg');
}
.bg-\[url\(\'\/img\/homepage\/welcome-page-banner\.jpg\'\)\] {
  background-image: url('/img/homepage/welcome-page-banner.jpg');
}
.bg-\[url\(\'\/img\/leadership\/Header_lg\.png\'\)\] {
  background-image: url('/img/leadership/Header_lg.png');
}
.bg-\[url\(\'\/img\/leadership\/join_us_lg\.png\'\)\] {
  background-image: url('/img/leadership/join_us_lg.png');
}
.bg-\[url\(\'\/img\/neighbourly\/calgary\.png\'\)\] {
  background-image: url('/img/neighbourly/calgary.png');
}
.bg-\[url\(\'\/img\/neighbourly\/edmonton\.png\'\)\] {
  background-image: url('/img/neighbourly/edmonton.png');
}
.bg-\[url\(\'\/img\/neighbourly\/montreal\.png\'\)\] {
  background-image: url('/img/neighbourly/montreal.png');
}
.bg-\[url\(\'\/img\/neighbourly\/ottawa\.png\'\)\] {
  background-image: url('/img/neighbourly/ottawa.png');
}
.bg-\[url\(\'\/img\/neighbourly\/toronto\.png\'\)\] {
  background-image: url('/img/neighbourly/toronto.png');
}
.bg-\[url\(\'\/img\/neighbourly\/vancouver\.png\'\)\] {
  background-image: url('/img/neighbourly/vancouver.png');
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-\[\#000000B2\] {
  --tw-gradient-from: #000000B2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#DEDEDE\] {
  --tw-gradient-from: #DEDEDE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(222 222 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#00000000\] {
  --tw-gradient-to: #00000000 var(--tw-gradient-to-position);
}
.to-\[\#FFFFFF\] {
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-\[bottom_right_-10rem\] {
  background-position: bottom right -10rem;
}
.bg-\[bottom_right_-11rem\] {
  background-position: bottom right -11rem;
}
.bg-center {
  background-position: center;
}
.bg-left-top {
  background-position: left top;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-0 {
  padding: 0;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[2\.125rem\] {
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\.563\] {
  padding-top: 0.563;
  padding-bottom: 0.563;
}
.py-\[0\.875rem\] {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!pl-\[32px\] {
  padding-left: 32px !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[72px\] {
  padding-right: 72px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-48 {
  padding-top: 12rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.\!text-\[24px\] {
  font-size: 24px !important;
}
.\!text-\[40px\] {
  font-size: 40px !important;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
}
.text-6xl {
  font-size: 4rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[4\.5rem\] {
  font-size: 4.5rem;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
}
.font-\[950\] {
  font-weight: 950;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[2\.375rem\] {
  line-height: 2.375rem;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[35px\] {
  line-height: 35px;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.\!text-\[\#DD0000\] {
  --tw-text-opacity: 1 !important;
  color: rgb(221 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(182 182 182 / var(--tw-text-opacity)) !important;
}
.text-\[\#00000080\] {
  color: #00000080;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#1A1A1A\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-\[\#C1C1C1\] {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity));
}
.text-\[\#DD0000\] {
  --tw-text-opacity: 1;
  color: rgb(221 0 0 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(99 179 237 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(49 130 206 / var(--tw-text-opacity));
}
.text-gray-1000 {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}
.text-gray-40 {
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}
.text-gray-45 {
  --tw-text-opacity: 1;
  color: rgb(146 146 146 / var(--tw-text-opacity));
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.text-red-1000 {
  --tw-text-opacity: 1;
  color: rgb(221 0 0 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(227 24 55 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(155 44 44 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.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-bottom-4 {
  --tw-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}
.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);
}
.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);
}
.sepia {
  --tw-sepia: sepia(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);
}
.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, 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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
@font-face {
  font-family: "Inter Light";
  font-display: swap;
  src: url("/fonts/InterLight.otf");
}
@font-face {
  font-family: "Inter Regular";
  font-display: swap;
  src: url("/fonts/InterRegular.otf");
}
@font-face {
  font-family: "Inter Demibold";
  font-display: swap;
  src: url("/fonts/InterDemibold.otf");
}
@font-face {
  font-family: "Inter Bold";
  font-display: swap;
  src: url("/fonts/InterBold.otf");
}
@font-face {
  font-family: "Inter Heavy";
  font-display: swap;
  src: url("/fonts/InterHeavy.otf");
}
@font-face {
  font-family: "Social Icons";
  font-display: block;
  src: url("/fonts/social-icons.ttf");
}
@font-face {
  font-family: "el-icon";
  src: url("/fonts/el-icon.ttf");
}
@font-face {
  font-family: "font-awesome";
  height: 25px;
  src: url("/fonts/");
}
@font-face {
  font-family: "Supreme LL Web";
  src: url("/fonts/SupremeLLWeb-Black.woff") format("woff");
}
@font-face {
  font-family: "Supreme LL Sub";
  src: url("/fonts/SupremeLLSub-Black.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-Thin";
  src: url("/fonts/BrownLLWeb-Thin.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-Thin";
  src: url("/fonts/BrownLLWeb-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "BrownLLWeb-ThinItalic";
  src: url("/fonts/BrownLLWeb-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-ThinItalic";
  src: url("/fonts/BrownLLWeb-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "BrownLLWeb-Light";
  src: url("/fonts/BrownLLWeb-Light.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-Light";
  src: url("/fonts/BrownLLWeb-Light.woff2") format("woff2");
}
@font-face {
  font-family: "BrownLLWeb-LightItalic";
  src: url("/fonts/BrownLLWeb-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-LightItalic";
  src: url("/fonts/BrownLLWeb-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "BrownLLWeb-Regular";
  src: url("/fonts/BrownLLWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-Regular";
  src: url("/fonts/BrownLLWeb-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "BrownLLWeb-Italic";
  src: url("/fonts/BrownLLWeb-Italic.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-Italic";
  src: url("/fonts/BrownLLWeb-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "BrownLLWeb-Medium";
  src: url("/fonts/BrownLLWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-Medium";
  src: url("/fonts/BrownLLWeb-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "BrownLLWeb-MediumItalic";
  src: url("/fonts/BrownLLWeb-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-MediumItalic";
  src: url("/fonts/BrownLLWeb-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "BrownLLWeb-Bold";
  src: url("/fonts/BrownLLWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-Bold";
  src: url("/fonts/BrownLLWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "BrownLLWeb-BoldItalic";
  src: url("/fonts/BrownLLWeb-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-BoldItalic";
  src: url("/fonts/BrownLLWeb-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "BrownLLWeb-Black";
  src: url("/fonts/BrownLLWeb-Black.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-Black";
  src: url("/fonts/BrownLLWeb-Black.woff2") format("woff2");
}
@font-face {
  font-family: "BrownLLWeb-BlackItalic";
  src: url("/fonts/BrownLLWeb-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: "BrownLLWeb-BlackItalic";
  src: url("/fonts/BrownLLWeb-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "SupremeLLWeb-Jumbo";
  src: url("/fonts/SupremeLLWeb-Jumbo.woff") format("woff");
}
@font-face {
  font-family: "SupremeLLWeb-Jumbo";
  src: url("/fonts/SupremeLLWeb-Jumbo.woff2") format("woff2");
}
/* subset */
@font-face {
  font-family: "SupremeLLSub-Jumbo";
  src: url("/fonts/SupremeLLSub-Jumbo.woff") format("woff");
}
@font-face {
  font-family: "SupremeLLSub-Jumbo";
  src: url("/fonts/SupremeLLSub-Jumbo.woff2") format("woff2");
}
body {
  color: #353535;
  font-family: sans-serif;
  padding-right: 0 !important;
}

.text-light {
  font-family: "Supreme LL Web", sans-serif;
}

.text-demibold {
  font-family: "Supreme LL Web", sans-serif;
}

.text-bold {
  font-family: "Supreme LL Web", sans-serif;
}

.text-heavy {
  font-family: "Supreme LL Web", sans-serif;
}

.text-hard {
  font-family: "Supreme LL Sub", sans-serif;
}

.text-shadow {
  text-shadow: -1px 2px 3px rgba(0, 0, 0, 0.75);
}

.text-brown-light {
  font-family: "BrownLLWeb-Light", sans-serif;
}

.text-brown {
  font-family: "BrownLLWeb-Regular", sans-serif;
}

.text-brown-md {
  font-family: "BrownLLWeb-Black", sans-serif;
}

.text-brown-bold {
  font-family: "BrownLLWeb-Bold", sans-serif;
}

.text-supreme-jumbo {
  font-family: "SupremeLLWeb-Jumbo";
}

.icon-twitter:before {
  content: "\F309";
  font-family: "Social Icons";
  font-style: normal;
}

.icon-facebook:before {
  content: "\F30C";
  font-family: "Social Icons";
  font-style: normal;
}

.icon-instagram:before {
  content: "\F16D";
  font-family: "Social Icons";
  font-style: normal;
}

.icon-linkedin:before {
  content: "\E800";
  font-family: "Social Icons";
  font-style: normal;
}

.icon-list:before {
  content: "\E800";
  font-family: "el-icon";
  font-style: normal;
}

.icon-globe:before {
  content: "\E801";
  font-family: "el-icon";
  font-style: normal;
}

.icon-heart:before {
  content: "\E802";
  font-family: "el-icon";
  font-style: normal;
}

.icon-mail:before {
  content: "\E803";
  font-family: "el-icon";
  font-style: normal;
}

.icon-building:before {
  content: "\E811";
  font-family: "el-icon";
  font-style: normal;
}

.icon-home:before {
  content: "\F015";
  font-family: "font-awesome";
  font-style: normal;
}

.icon-search:before {
  content: "\F002";
  font-family: "font-awesome";
  font-style: normal;
}

.icon-googleplus:before {
  content: "\F0D5";
  font-family: "font-awesome";
  font-style: normal;
}

.icon-youtube:before {
  content: "\F16A";
  font-family: "font-awesome";
  font-style: normal;
}

.icon-neighbourhood:before {
  content: "\F0E8";
  font-family: "font-awesome";
  font-style: normal;
  transform: scale(1, -1);
}

.icon-street:before {
  content: "\F018";
  font-family: "font-awesome";
  font-style: normal;
}

.icon-city:before {
  content: "\F0F7";
  font-family: "font-awesome";
  font-style: normal;
}

.btn {
  display: inline-block;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.btn.primary {
  --tw-border-opacity: 1;
  border-color: rgb(221 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(221 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(225 53 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(225 53 68 / var(--tw-bg-opacity));
}
.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
}

.row-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.row {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

.svg-red {
  filter: brightness(0) saturate(100%) invert(19%) sepia(59%) saturate(5059%) hue-rotate(341deg) brightness(90%) contrast(98%);
}

.transition-25-linear {
  transition: all 0.25s linear;
}

.transition-25-ease-in {
  transition: all 0.25s ease-in;
}

.transition-25-ease-out {
  transition: all 0.25s ease-out;
}

.transition-30-linear {
  transition: all 0.3s linear;
}

.transition-30-ease-in {
  transition: all 0.3s ease-in;
}

.transition-30-ease-out {
  transition: all 0.3s ease-out;
}

.transition-50-linear {
  transition: all 0.5s linear;
}

.transition-50-ease-in {
  transition: all 0.5s ease-in;
}

.transition-50-ease-out {
  transition: all 0.5s ease-out;
}

.h-screen-nav {
  height: calc(100vh - 86px);
}

.min-h-screen-nav {
  min-height: calc(100vh - 85px);
}
/*    MAX WIDTH
================================== */
/*    MIN WIDTH
================================== */
.checkbox {
  display: block;
}
.checkbox label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2rem;
}
.checkbox label:before {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: "";
  transition: border 0.2s linear;
}
.checkbox label:after {
  position: absolute;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  content: "\E6DA";
  left: 1px;
  top: -1px;
  font-family: element-icons !important;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label:before {
  --tw-border-opacity: 1;
  border-color: rgb(227 24 55 / var(--tw-border-opacity));
  border-width: 10px;
}

.more-filters {
  top: 0px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  cursor: pointer;
}
.more-filters .el-drawer {
  height: calc(100% - 5px) !important;
  margin-top: 5px;
  padding-left: 40px !important;
  padding-right: 60px !important;
  box-shadow: 4px 7px 13px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.more-filters .el-drawer .el-drawer__body {
  margin-bottom: 105px;
  overflow-y: scroll;
}
.more-filters .el-dialog__close {
  display: none !important;
}

.v-modal {
  display: none;
}

.map-sidebar {
  height: calc(100vh - 140px);
  background: white;
  transition: left 0.25s;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 76vw;
}
.map-sidebar.closed {
  width: 0;
}

.property-card-image-container {
  height: 16vw;
}
@media (max-width: 991px) {
  .property-card-image-container {
    height: 32vw;
  }
}
@media (max-width: 768px) {
  .property-card-image-container {
    height: 16rem;
  }
}
.property-card-image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.property-card-image-container img .top-left {
  -o-object-position: top left;
     object-position: top left;
}

.cluster-info {
  position: absolute;
  height: 40px;
  width: 700px;
  z-index: 4;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 5px 15px;
  background: white;
  transition: left 0.25s;
}
.cluster-info p {
  margin-bottom: 0;
}
.cluster-info.closed {
  width: 0;
}
@media (max-width: 1024px) {
  .cluster-info {
    left: 0;
    width: 100%;
  }
}

.mapboxgl-popup-content {
  width: 325px !important;
  padding: 0 !important;
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  top: -23px;
  font-size: 30px;
}

.view-switch {
  display: flex;
  align-items: center;
}
.view-switch .view-switch-toggle {
  position: relative;
  height: 30px;
  width: 60px;
  margin-left: 10px;
  border: 1px solid rgba(227, 25, 56, 0.2);
  border-radius: 9999px;
  background: rgba(227, 25, 56, 0.2);
  cursor: pointer;
  transition: background 0.25s;
}
.view-switch .view-switch-toggle.on {
  border: 1px solid #e31938;
  background: #e31938;
}
.view-switch .view-switch-toggle.on .view-switch-toggle-button {
  right: -2px;
}
.view-switch .view-switch-toggle .view-switch-toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  right: 30px;
  height: 32px;
  width: 32px;
  background: white;
  border-radius: 9999px;
  border: 1px solid #e31938;
  transition: all 0.25s;
}
.view-switch .view-switch-toggle .view-switch-toggle-button i {
  font-size: 16px;
  font-weight: bold;
  color: #e31938;
}

.agent-card {
  height: 500px;
}

.agent-list-card .agent-img {
  min-width: 180px;
  max-width: 180px;
}
.agent-list-card .btn-container {
  width: 180px;
  min-width: 180px;
}

.office-card {
  height: 415px;
}

@media (max-width: 640px) {
  .lightbox .prev-image {
    left: 0px !important;
  }
  .lightbox .next-image {
    right: 0px !important;
  }
}
/** Google Autocomplete does not handle mobile flyout well **/
.pac-container {
  z-index: 9999 !important;
}

.el-drawer.rtl {
  height: 1000px;
  margin-top: 0px !important;
  border-radius: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: rgb(175, 0, 0);
  width: 100vw !important;
  z-index: 1000;
  overflow-y: scroll;
}
@media (min-width: 896px) {
  .el-drawer.rtl {
    width: 520px !important;
  }
}
.el-drawer.rtl .el-drawer__body {
  margin-bottom: 0px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.el-drawer.rtl .el-dialog__close {
  color: black !important;
  padding: 3px !important;
  background-color: white !important;
  border-radius: 2px;
}

.el-drawer__open {
  width: 100vh;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0);
}

.custom-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.custom-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.listing-gallery {
  height: 600px;
}
@media (max-width: 1024px) {
  .listing-gallery {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .listing-gallery {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .listing-gallery {
    height: 300px;
  }
}
.listing-gallery .carousel img {
  height: 600px !important;
}
@media (max-width: 1024px) {
  .listing-gallery .carousel img {
    height: 500px !important;
  }
}
@media (max-width: 768px) {
  .listing-gallery .carousel img {
    height: 400px !important;
  }
}
@media (max-width: 640px) {
  .listing-gallery .carousel img {
    height: 300px !important;
  }
}

.lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
}
.lightbox > div {
  z-index: 101;
}
.lightbox .el-icon-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}
.lightbox .el-icon-close:hover {
  color: #e31938;
}
@media (min-width: 896px) {
  .lightbox .el-icon-close {
    font-size: 36px;
  }
}
.lightbox .next-image {
  position: absolute;
  top: 45%;
  right: -60px;
  cursor: pointer;
}
@media (max-width: 1140px) {
  .lightbox .next-image {
    right: 60px;
  }
}
.lightbox .next-image:hover i {
  color: #e31938;
}
.lightbox .prev-image {
  position: absolute;
  top: 45%;
  left: -60px;
  cursor: pointer;
}
@media (max-width: 1140px) {
  .lightbox .prev-image {
    left: 60px;
  }
}
.lightbox .prev-image:hover i {
  color: #e31938;
}

.disable-zoom {
  touch-action: none; /* Disable zooming on the entire page */
  -moz-user-select: none;
       user-select: none;
  -webkit-touch-callout: none; /* Disable callout, e.g., long-press menus */
  -webkit-user-select: none; /* Disable text selection */
  -webkit-tap-highlight-color: transparent; /* Disable tap highlight color */
  -ms-touch-action: none; /* IE 10+ */
}

.zoom-container {
  position: relative;
  overflow: hidden;
  touch-action: manipulation; /* Allow pan and zoom*/
}

.scrollable-container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling */
}

.noUi-horizontal {
  height: 0.25rem !important;
}
.noUi-horizontal .noUi-base {
  height: 0.25rem !important;
}
.noUi-horizontal .noUi-base .noUi-connect, .noUi-horizontal .noUi-base .noUi-connects {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity)) !important;
}
.noUi-horizontal .noUi-base .noUi-handle {
  height: 1.25rem !important;
  width: 1.25rem !important;
  border-radius: 9999px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 24 55 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 24 55 / var(--tw-bg-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  top: -8px !important;
}
.noUi-horizontal .noUi-base .noUi-handle::after, .noUi-horizontal .noUi-base .noUi-handle::before {
  content: none !important;
}
.noUi-horizontal .noUi-base .noUi-tooltip {
  display: none !important;
}
.noUi-horizontal .noUi-base .noUi-active .noUi-tooltip {
  display: block !important;
}

.walkthrough-fade-enter-active {
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}

.walkthrough-fade-leave-active {
  position: absolute;
  width: 100%;
  top: -8px;
  left: 0px;
  transition: opacity 0.3s ease;
}

.walkthrough-fade-enter, .walkthrough-fade-leave-to {
  opacity: 0;
}

.walkthrough-fade-enter {
  position: relative;
  width: 100%;
  top: -8px;
  left: 0px;
}

.walkthrough-fade-enter-to, .walkthrough-fade-leave {
  opacity: 1;
}

[v-cloak] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.v-lazy-image {
  opacity: 0;
  transition: opacity 0.75s;
}

.v-lazy-image-loaded {
  opacity: 1;
}

.sutton-wealth {
  background-image: url("/img/join-sutton/sutton-wealth.png");
  background-color: #777;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}

.franchise-contact {
  position: relative;
}

.pg-franchise {
  color: rgba(0, 0, 0, 0.9);
  font-family: "BrownLLSub-Regular", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.pg-franchise .hero {
  background-image: url("/img/franchising/franchise_banner.png");
  background-color: #777;
  background-size: cover;
  background-position: 45% top;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 0px) {
  .pg-franchise .hero {
    height: 485px;
    background-position: calc(50% - 100px) top;
  }
}
@media screen and (min-width: 400px) {
  .pg-franchise .hero {
    background-position: 50% top;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .hero {
    height: 604px;
    background-position: 45% top;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .hero {
    height: 639px;
  }
}
@media screen and (min-width: 1536px) {
  .pg-franchise .hero {
    height: 70vh;
  }
}
.pg-franchise .hero .call_to_action {
  position: absolute;
}
@media screen and (min-width: 0px) {
  .pg-franchise .hero .call_to_action {
    width: 100%;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .hero .call_to_action {
    width: 700px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .hero .call_to_action {
    width: 920px;
  }
}
.pg-franchise .hero .call_to_action h1 {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 950;
  color: #fff;
  padding-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 0px) {
  .pg-franchise .hero .call_to_action h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 412px) {
  .pg-franchise .hero .call_to_action h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .hero .call_to_action h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .hero .call_to_action h1 {
    font-size: 64px;
  }
}
.pg-franchise .hero .call_to_action p {
  color: #fff;
  padding-top: 10px;
}
@media screen and (min-width: 0px) {
  .pg-franchise .hero .call_to_action p {
    font-size: 18px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .hero .call_to_action p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .hero .call_to_action p {
    font-size: 24px;
  }
}
@media screen and (min-width: 0px) {
  .pg-franchise .hero .call_to_action .button {
    padding-top: 18px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .hero .call_to_action .button {
    padding-top: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .hero .call_to_action .button {
    padding-top: 56px;
  }
}
.pg-franchise .hero .canvas {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 100%;
}
@media screen and (min-width: 0px) {
  .pg-franchise .hero .canvas {
    width: 416px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .hero .canvas {
    width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .hero .canvas {
    width: 1087px;
  }
}
.pg-franchise .hero .image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 0px) {
  .pg-franchise .hero .image img {
    height: 407px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .hero .image img {
    height: 511px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .hero .image img {
    height: 540px;
  }
}
.pg-franchise .sutton-apart, .pg-franchise .who-we-are {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0px) {
  .pg-franchise .sutton-apart, .pg-franchise .who-we-are {
    max-width: 416px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .sutton-apart, .pg-franchise .who-we-are {
    max-width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .sutton-apart, .pg-franchise .who-we-are {
    max-width: 888px;
  }
}
.pg-franchise .what-in-it-for-you, .pg-franchise .technology, .pg-franchise .marketing, .pg-franchise .coaching, .pg-franchise .networking, .pg-franchise .community {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0px) {
  .pg-franchise .what-in-it-for-you, .pg-franchise .technology, .pg-franchise .marketing, .pg-franchise .coaching, .pg-franchise .networking, .pg-franchise .community {
    max-width: 416px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .what-in-it-for-you, .pg-franchise .technology, .pg-franchise .marketing, .pg-franchise .coaching, .pg-franchise .networking, .pg-franchise .community {
    width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .what-in-it-for-you, .pg-franchise .technology, .pg-franchise .marketing, .pg-franchise .coaching, .pg-franchise .networking, .pg-franchise .community {
    width: 1072px;
  }
}
.pg-franchise p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pg-franchise .heading-blk-bg {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 48px;
}
@media screen and (min-width: 0px) {
  .pg-franchise .heading-blk-bg {
    font-size: 42px;
    margin-top: 86px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .heading-blk-bg {
    font-size: 48px;
    margin-top: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .heading-blk-bg {
    font-size: 56px;
    margin-top: 100px;
  }
}
.pg-franchise .heading-wht-wealth-mobile {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 12px;
  text-align: left;
}
@media screen and (min-width: 0px) {
  .pg-franchise .heading-wht-wealth-mobile {
    font-size: 36px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .heading-wht-wealth-mobile {
    font-size: 40px;
    margin-top: 92px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .heading-wht-wealth-mobile {
    font-size: 40px;
    margin-top: 101px;
  }
}
.pg-franchise .heading-wht-wealth {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 48px;
  text-align: left;
}
@media screen and (min-width: 0px) {
  .pg-franchise .heading-wht-wealth {
    font-size: 36px;
    margin-top: 74px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .heading-wht-wealth {
    font-size: 40px;
    margin-top: 92px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .heading-wht-wealth {
    font-size: 40px;
    margin-top: 101px;
  }
}
.pg-franchise .heading-blk {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (min-width: 0px) {
  .pg-franchise .heading-blk {
    font-size: 36px;
    margin-top: 74px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .heading-blk {
    font-size: 40px;
    margin-top: 92px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .heading-blk {
    font-size: 40px;
    margin-top: 101px;
  }
}
.pg-franchise .heading-blk-small {
  font-family: "BrownLLWeb-Bold", sans-serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 0px) {
  .pg-franchise .heading-blk-small {
    font-size: 32px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .heading-blk-small {
    font-size: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .heading-blk-small {
    font-size: 38px;
  }
}
@media screen and (min-width: 0px) {
  .pg-franchise .sutton-apart p {
    max-width: 416px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .sutton-apart p {
    max-width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .sutton-apart p {
    max-width: 888px;
  }
}
.pg-franchise .what-in-it-for-you {
  margin-top: 10px;
}
.pg-franchise .brown-text-larger {
  font-family: "BrownLLWeb-Light", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) {
  .pg-franchise .brown-text-larger {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .brown-text-larger {
    font-size: 28px;
    line-height: 34px;
  }
}
.pg-franchise .who-we-are .quad-grid {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0px) {
  .pg-franchise .who-we-are .quad-grid {
    max-width: 416px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .who-we-are .quad-grid {
    max-width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .who-we-are .quad-grid {
    max-width: 888px;
  }
}
.pg-franchise .who-we-are .quad-grid .pegboard {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  align-items: top;
  gap: 48px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 0px) {
  .pg-franchise .who-we-are .quad-grid .pegboard {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .who-we-are .quad-grid .pegboard {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .who-we-are .quad-grid .pegboard {
    gap: 28px;
  }
}
.pg-franchise .who-we-are article {
  text-align: center;
}
@media screen and (min-width: 0px) {
  .pg-franchise .who-we-are img {
    max-height: 237.5px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .who-we-are img {
    max-height: 417px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .who-we-are img {
    max-height: 500px;
    margin-bottom: 48px;
  }
}
.pg-franchise .what-in-it-for-you, .pg-franchise .contact-form {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0px) {
  .pg-franchise .what-in-it-for-you, .pg-franchise .contact-form {
    max-width: 416px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .what-in-it-for-you, .pg-franchise .contact-form {
    max-width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .what-in-it-for-you, .pg-franchise .contact-form {
    max-width: 1072px;
  }
}
.pg-franchise .heading-rd {
  font-family: "BrownLLWeb-Bold", sans-serif;
  line-height: 1;
  color: #D00;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) {
  .pg-franchise .heading-rd {
    font-size: 28px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .heading-rd {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-franchise .heading-rd {
    font-size: 32px;
  }
}
.pg-franchise hr {
  margin-top: 1em;
  margin-bottom: 1em;
}
.pg-franchise .heading-rd-lg {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  color: #D00;
  text-transform: uppercase;
  text-align: center;
  font-weight: 950;
  margin-top: 97px;
  margin-bottom: 48px;
}
@media screen and (min-width: 0px) {
  .pg-franchise .heading-rd-lg {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 896px) {
  .pg-franchise .heading-rd-lg {
    font-size: 40px;
    line-height: auto;
  }
}

.pg-join {
  color: rgba(0, 0, 0, 0.9);
  font-family: "BrownLLSub-Regular", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.pg-join .hero {
  background-image: url("/img/join-sutton/join-banner.png");
  background-color: #777;
  background-size: cover;
  background-position: 45% top;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 0px) {
  .pg-join .hero {
    height: 485px;
    background-position: calc(50% - 100px) top;
  }
}
@media screen and (min-width: 400px) {
  .pg-join .hero {
    background-position: 50% top;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .hero {
    height: 604px;
    background-position: 45% top;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .hero {
    height: 639px;
  }
}
@media screen and (min-width: 1536px) {
  .pg-join .hero {
    height: 70vh;
  }
}
.pg-join .hero .call_to_action {
  position: absolute;
}
@media screen and (min-width: 0px) {
  .pg-join .hero .call_to_action {
    width: 500px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .hero .call_to_action {
    width: 700px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .hero .call_to_action {
    width: 920px;
  }
}
.pg-join .hero .call_to_action h1 {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 950;
  color: #fff;
  padding-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 0px) {
  .pg-join .hero .call_to_action h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .hero .call_to_action h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .hero .call_to_action h1 {
    font-size: 64px;
  }
}
.pg-join .hero .call_to_action p {
  color: #fff;
  padding-top: 10px;
}
@media screen and (min-width: 0px) {
  .pg-join .hero .call_to_action p {
    font-size: 18px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .hero .call_to_action p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .hero .call_to_action p {
    font-size: 24px;
  }
}
@media screen and (min-width: 0px) {
  .pg-join .hero .call_to_action .button {
    padding-top: 18px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .hero .call_to_action .button {
    padding-top: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .hero .call_to_action .button {
    padding-top: 56px;
  }
}
.pg-join .hero .canvas {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 100%;
}
@media screen and (min-width: 0px) {
  .pg-join .hero .canvas {
    width: 416px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .hero .canvas {
    width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .hero .canvas {
    width: 1087px;
  }
}
.pg-join .hero .image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 0px) {
  .pg-join .hero .image img {
    height: 407px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .hero .image img {
    height: 511px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .hero .image img {
    height: 540px;
  }
}
.pg-join .sutton-apart, .pg-join .who-we-are {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0px) {
  .pg-join .sutton-apart, .pg-join .who-we-are {
    max-width: 416px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .sutton-apart, .pg-join .who-we-are {
    max-width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .sutton-apart, .pg-join .who-we-are {
    max-width: 888px;
  }
}
.pg-join .what-in-it-for-you, .pg-join .technology, .pg-join .marketing, .pg-join .coaching, .pg-join .networking, .pg-join .community {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 896px) {
  .pg-join .what-in-it-for-you, .pg-join .technology, .pg-join .marketing, .pg-join .coaching, .pg-join .networking, .pg-join .community {
    width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .what-in-it-for-you, .pg-join .technology, .pg-join .marketing, .pg-join .coaching, .pg-join .networking, .pg-join .community {
    width: 1072px;
  }
}
.pg-join p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pg-join .heading-blk-bg {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 48px;
}
@media screen and (min-width: 0px) {
  .pg-join .heading-blk-bg {
    font-size: 42px;
    margin-top: 86px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .heading-blk-bg {
    font-size: 48px;
    margin-top: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .heading-blk-bg {
    font-size: 56px;
    margin-top: 100px;
  }
}
.pg-join .heading-wht-wealth-mobile {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 12px;
  text-align: left;
}
@media screen and (min-width: 0px) {
  .pg-join .heading-wht-wealth-mobile {
    font-size: 36px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .heading-wht-wealth-mobile {
    font-size: 40px;
    margin-top: 92px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .heading-wht-wealth-mobile {
    font-size: 40px;
    margin-top: 101px;
  }
}
.pg-join .heading-wht-wealth {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 48px;
  text-align: left;
}
@media screen and (min-width: 0px) {
  .pg-join .heading-wht-wealth {
    font-size: 36px;
    margin-top: 74px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .heading-wht-wealth {
    font-size: 40px;
    margin-top: 92px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .heading-wht-wealth {
    font-size: 40px;
    margin-top: 101px;
  }
}
.pg-join .heading-blk {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (min-width: 0px) {
  .pg-join .heading-blk {
    font-size: 36px;
    margin-top: 74px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .heading-blk {
    font-size: 40px;
    margin-top: 92px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .heading-blk {
    font-size: 40px;
    margin-top: 101px;
  }
}
.pg-join .heading-blk-small {
  font-family: "BrownLLWeb-Bold", sans-serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 0px) {
  .pg-join .heading-blk-small {
    font-size: 32px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .heading-blk-small {
    font-size: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .heading-blk-small {
    font-size: 38px;
  }
}
@media screen and (min-width: 0px) {
  .pg-join .sutton-apart p {
    max-width: 416px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .sutton-apart p {
    max-width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .sutton-apart p {
    max-width: 888px;
  }
}
.pg-join .what-in-it-for-you {
  margin-top: 10px;
}
.pg-join .brown-text-larger {
  font-family: "BrownLLWeb-Light", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) {
  .pg-join .brown-text-larger {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .brown-text-larger {
    font-size: 28px;
    line-height: 34px;
  }
}
.pg-join .who-we-are .quad-grid {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0px) {
  .pg-join .who-we-are .quad-grid {
    max-width: 416px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .who-we-are .quad-grid {
    max-width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .who-we-are .quad-grid {
    max-width: 888px;
  }
}
.pg-join .who-we-are .quad-grid .pegboard {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  align-items: top;
  gap: 48px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 0px) {
  .pg-join .who-we-are .quad-grid .pegboard {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .who-we-are .quad-grid .pegboard {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .who-we-are .quad-grid .pegboard {
    gap: 28px;
  }
}
.pg-join .who-we-are article {
  text-align: center;
}
@media screen and (min-width: 0px) {
  .pg-join .who-we-are img {
    max-height: 237.5px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .who-we-are img {
    max-height: 417px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .who-we-are img {
    max-height: 500px;
    margin-bottom: 48px;
  }
}
.pg-join .what-in-it-for-you, .pg-join .contact-form {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0px) {
  .pg-join .what-in-it-for-you, .pg-join .contact-form {
    max-width: 416px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .what-in-it-for-you, .pg-join .contact-form {
    max-width: 736px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .what-in-it-for-you, .pg-join .contact-form {
    max-width: 1072px;
  }
}
.pg-join .heading-rd {
  font-family: "BrownLLWeb-Bold", sans-serif;
  line-height: 1;
  color: #D00;
  margin-bottom: 24px;
}
@media screen and (min-width: 0px) {
  .pg-join .heading-rd {
    font-size: 28px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .heading-rd {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .pg-join .heading-rd {
    font-size: 32px;
  }
}
.pg-join hr {
  margin-top: 1em;
  margin-bottom: 1em;
}
.pg-join .heading-rd-lg {
  font-family: "SupremeLLWeb-Jumbo", sans-serif;
  color: #D00;
  text-transform: uppercase;
  text-align: center;
  font-weight: 950;
  margin-top: 97px;
  margin-bottom: 48px;
}
@media screen and (min-width: 0px) {
  .pg-join .heading-rd-lg {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 896px) {
  .pg-join .heading-rd-lg {
    font-size: 40px;
    line-height: auto;
  }
}

.hug {
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 0px) {
  .profile-picture-hires {
    width: 200px;
  }
}
@media screen and (min-width: 896px) {
  .profile-picture-hires {
    width: 392px;
  }
}
@media screen and (min-width: 1440px) {
  .profile-picture-hires {
    width: 768px;
  }
}

.footer-contact-desktop .hs-form-private {
  display: flex;
  flex-direction: column;
}
.footer-contact-desktop .hs-form-private .hs-firstname {
  order: 1;
  margin-bottom: 12px;
}
.footer-contact-desktop .hs-form-private .hs-firstname .input {
  width: 100%;
}
.footer-contact-desktop .hs-form-private .hs-firstname .input .hs-input {
  font-family: "BrownLLWeb", "sans-serif";
  font-size: 14px;
  color: black;
  background-color: white;
  border: none;
  text-align: left;
  padding: 14px;
  width: 100%;
  border-radius: 2px;
}
.footer-contact-desktop .hs-form-private .hs-firstname .input input::-moz-placeholder {
  color: black;
  font-family: "BrownLLWeb", "sans-serif";
}
.footer-contact-desktop .hs-form-private .hs-firstname .input input::placeholder {
  color: black;
  font-family: "BrownLLWeb", "sans-serif";
}
.footer-contact-desktop .hs-form-private .hs-firstname .hs-error-msgs {
  font-size: 9px;
}
.footer-contact-desktop .hs-form-private .hs-email {
  order: 2;
  margin-bottom: 12px;
}
.footer-contact-desktop .hs-form-private .hs-email .input {
  width: 100%;
}
.footer-contact-desktop .hs-form-private .hs-email .input .hs-input {
  font-family: "BrownLLWeb", "sans-serif";
  font-size: 14px;
  color: black;
  background-color: white;
  border: none;
  text-align: left;
  padding: 14px;
  width: 100%;
  border-radius: 2px;
}
.footer-contact-desktop .hs-form-private .hs-email .input input::-moz-placeholder {
  color: black;
  font-family: "BrownLLWeb", "sans-serif";
}
.footer-contact-desktop .hs-form-private .hs-email .input input::placeholder {
  color: black;
  font-family: "BrownLLWeb", "sans-serif";
}
.footer-contact-desktop .hs-form-private .hs-email .hs-error-msgs {
  font-size: 9px;
}
.footer-contact-desktop .hs-form-private .legal-consent-container {
  order: 3;
}
.footer-contact-desktop .hs-form-private .legal-consent-container .hs-richtext {
  font-family: "BrownLLWeb", sans-serif;
  font-size: 9px;
}
.footer-contact-desktop .hs-form-private .legal-consent-container .hs-dependent-field {
  font-family: "BrownLLWeb", sans-serif;
  font-size: 9px;
}
.footer-contact-desktop .hs-form-private .legal-consent-container .hs-dependent-field .hs-input {
  height: 13px;
  width: 13px;
}
.footer-contact-desktop .hs-form-private .hs-submit {
  order: 4;
  width: 100%;
}
.footer-contact-desktop .hs-form-private .hs-submit .actions .hs-button {
  width: 100%;
  font-family: "BrownLLWeb", sans-serif;
  background-color: black;
  font-size: 14px;
  color: white;
  padding: 14px;
  margin-bottom: 24px;
  border-radius: 2px;
}

.footer-contact-mobile .hs-form-private .hs-firstname {
  margin-bottom: 12px;
}
.footer-contact-mobile .hs-form-private .hs-firstname .input {
  width: 100%;
}
.footer-contact-mobile .hs-form-private .hs-firstname .input .hs-input {
  font-family: "BrownLLWeb", "sans-serif";
  font-size: 14px;
  color: black;
  background-color: white;
  border: none;
  text-align: left;
  padding: 14px;
  width: 100%;
  border-radius: 2px;
}
.footer-contact-mobile .hs-form-private .hs-firstname .input input::-moz-placeholder {
  color: black;
  font-family: "BrownLLWeb", "sans-serif";
}
.footer-contact-mobile .hs-form-private .hs-firstname .input input::placeholder {
  color: black;
  font-family: "BrownLLWeb", "sans-serif";
}
.footer-contact-mobile .hs-form-private .hs-email {
  margin-bottom: 12px;
}
.footer-contact-mobile .hs-form-private .hs-email .input {
  width: 100%;
}
.footer-contact-mobile .hs-form-private .hs-email .input .hs-input {
  font-family: "BrownLLWeb", "sans-serif";
  font-size: 14px;
  color: black;
  background-color: white;
  border: none;
  text-align: left;
  padding: 14px;
  width: 100%;
  border-radius: 2px;
}
.footer-contact-mobile .hs-form-private .hs-email .input input::-moz-placeholder {
  color: black;
  font-family: "BrownLLWeb", "sans-serif";
}
.footer-contact-mobile .hs-form-private .hs-email .input input::placeholder {
  color: black;
  font-family: "BrownLLWeb", "sans-serif";
}
.footer-contact-mobile .hs-form-private .legal-consent-container .hs-richtext {
  font-family: "BrownLLWeb", sans-serif;
  font-size: 9px;
}
.footer-contact-mobile .hs-form-private .legal-consent-container .hs-dependent-field {
  font-family: "BrownLLWeb", sans-serif;
  font-size: 9px;
}
.footer-contact-mobile .hs-form-private .legal-consent-container .hs-dependent-field .hs-input {
  height: 13px;
  width: 13px;
}
.footer-contact-mobile .hs-form-private .hs-submit {
  width: 100%;
}
.footer-contact-mobile .hs-form-private .hs-submit .actions .hs-button {
  width: 100%;
  font-family: "BrownLLWeb", sans-serif;
  background-color: black;
  font-size: 14px;
  color: white;
  padding: 14px;
  margin-bottom: 24px;
  border-radius: 2px;
}

.connect-with-our-team-desktop .hs-form-private {
  color: white;
  display: flex; /* activates flex layout */
  flex-direction: row; /* row (default) or column */
  flex-wrap: wrap; /* nowrap (default), wrap, wrap-reverse */
  justify-content: flex-start; /* horizontal alignment: flex-start, center, space-between, etc. */
  align-items: center; /* vertical alignment: flex-start, center, stretch, etc. */
  gap: 0.75rem;
}
.connect-with-our-team-desktop .hs-form-field > label {
  display: none;
}
.connect-with-our-team-desktop .hs-error-msg {
  display: none;
}
.connect-with-our-team-desktop .hs-richtext {
  font-size: 20px;
  font-family: "BrownLLWeb", sans-serif;
}
.connect-with-our-team-desktop .hs_lastname .input > input.hs-input {
  width: 100%;
}
.connect-with-our-team-desktop .hs_lastname, .connect-with-our-team-desktop .hs_lastname * {
  max-width: 9.875rem;
  width: 100%;
}
.connect-with-our-team-desktop .hs_firstname .input > input.hs-input {
  width: 100%;
}
.connect-with-our-team-desktop .hs_firstname, .connect-with-our-team-desktop .hs_firstname * {
  max-width: 9.875rem;
  width: 100%;
}
.connect-with-our-team-desktop .hs_email .input > input.hs-input {
  width: 100%;
}
.connect-with-our-team-desktop .hs_email, .connect-with-our-team-desktop .hs_email * {
  max-width: 12rem;
  width: 100%;
}
.connect-with-our-team-desktop .hs_phone .input > input.hs-input {
  width: 100%;
}
.connect-with-our-team-desktop .hs_phone, .connect-with-our-team-desktop .hs_phone * {
  max-width: 7.563rem;
  width: 100%;
}
.connect-with-our-team-desktop .hs_city .input > input.hs-input {
  width: 100%;
  margin-right: 5rem;
}
.connect-with-our-team-desktop .hs_city, .connect-with-our-team-desktop .hs_city * {
  max-width: 20.5rem;
  width: 100%;
}
.connect-with-our-team-desktop .hs_submit .hs-button {
  min-width: 10.813rem;
  margin-top: 1rem;
  background-color: #fff;
  color: #000;
  padding: 0.625rem 1rem;
  border-radius: 2px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-family: "BrownLLWeb-Regular", sans-serif;
}
.connect-with-our-team-desktop .hs_submit {
  flex: 0 0 100%;
}
.connect-with-our-team-desktop input.hs-input {
  background-color: transparent;
  border: 1px solid white;
  color: #797979;
  padding-left: 1rem;
  max-height: 1.875rem;
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
  font-size: 12px;
  font-family: "BrownLLWeb-Regular", sans-serif;
}
.connect-with-our-team-desktop input.hs-input::-moz-placeholder {
  color: #CBD5E0;
  font-size: 12px;
}
.connect-with-our-team-desktop input.hs-input::placeholder {
  color: #CBD5E0;
  font-size: 12px;
}
.connect-with-our-team-desktop .submitted-message {
  color: white;
  font-size: 16px;
}

.sutton-wealth-form-desktop .hs-form {
  display: inline-flex;
  margin-top: 2rem;
  margin-bottom: 6rem;
  align-items: center;
}
.sutton-wealth-form-desktop .hs-form-field > label {
  display: none;
}
.sutton-wealth-form-desktop .hs-richtext {
  font-size: 20px;
  font-family: "BrownLLWeb", sans-serif;
}
.sutton-wealth-form-desktop .hs-email .input > input.hs-input {
  max-height: 3.125rem;
  width: 21rem;
  height: 100%;
  padding-left: 1rem;
}
.sutton-wealth-form-desktop .hs-email .hs-error-msgs .hs-error-msg {
  display: none;
}
.sutton-wealth-form-desktop .hs-submit .hs-button {
  min-width: 8.25rem;
  max-height: 3.125rem;
  height: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 0rem 0.25rem 0.25rem 0rem;
  font-size: 12px;
  align-items: center;
  text-align: center;
  font-family: "BrownLLWeb-Regular", sans-serif;
  border: 1px solid white;
  display: inline-flex;
  justify-content: center;
}
.sutton-wealth-form-desktop .hs-submit .actions {
  padding-top: 0.813rem;
  padding-bottom: 0.813rem;
}
.sutton-wealth-form-desktop .hs-submit .actions .hs-button {
  padding-top: 1.188rem;
  padding-bottom: 1.188rem;
  text-align: center;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
}
.sutton-wealth-form-desktop .hs_email .hs-input {
  padding-top: 1.188rem;
  padding-bottom: 1.188rem;
}
.sutton-wealth-form-desktop .hs_error_rollup .hs-error-msgs .hs-main-font-element {
  display: none;
}
.sutton-wealth-form-desktop input.hs-input {
  background-color: transparent;
  border: 1px solid white;
  color: #797979;
  border-radius: 0.25rem 0rem 0rem 0.25rem;
  font-family: "BrownLLWeb-Regular", sans-serif;
  width: 100%;
  font-size: 12px;
}
.sutton-wealth-form-desktop input.hs-input::-moz-placeholder {
  color: #CBD5E0;
  font-size: 12px;
}
.sutton-wealth-form-desktop input.hs-input::placeholder {
  color: #CBD5E0;
  font-size: 12px;
}
.sutton-wealth-form-desktop .submitted-message {
  color: white;
  font-size: 16px;
  margin-top: 2rem;
  margin-bottom: 6rem;
}

.sutton-wealth-form-mobile .hs-form {
  display: inline-flex;
  margin-top: 2rem;
  margin-bottom: 6rem;
  align-items: center;
  width: 100%;
}
.sutton-wealth-form-mobile .hs-form-field > label {
  display: none;
}
.sutton-wealth-form-mobile .hs-email .input > input.hs-input {
  max-height: 3.125rem;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
}
.sutton-wealth-form-mobile .hs-email {
  width: 100%;
}
.sutton-wealth-form-mobile .hs-email .hs-error-msgs .hs-error-msg {
  display: none;
}
.sutton-wealth-form-mobile .hs-email .input {
  width: 100%;
}
.sutton-wealth-form-mobile .hs-submit .hs-button {
  min-width: 8.25rem;
  max-height: 3.125rem;
  height: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 0rem 0.25rem 0.25rem 0rem;
  font-size: 12px;
  align-items: center;
  text-align: center;
  font-family: "BrownLLWeb-Regular", sans-serif;
  border: 1px solid white;
  display: inline-flex;
  justify-content: center;
}
.sutton-wealth-form-mobile .hs-submit .actions {
  padding-top: 0.813rem;
  padding-bottom: 0.813rem;
}
.sutton-wealth-form-mobile .hs-submit .actions .hs-button {
  display: inline-flex;
  justify-content: center;
  padding-top: 1.188rem;
  padding-bottom: 1.188rem;
  line-height: 1;
  text-align: center;
}
.sutton-wealth-form-mobile .hs_email .hs-input {
  padding-top: 1.188rem;
  padding-bottom: 1.188rem;
}
.sutton-wealth-form-mobile .hs_error_rollup .hs-error-msgs .hs-main-font-element {
  display: none;
}
.sutton-wealth-form-mobile input.hs-input {
  background-color: transparent;
  border: 1px solid white;
  color: #797979;
  border-radius: 0.25rem 0rem 0rem 0.25rem;
  font-family: "BrownLLWeb-Regular", sans-serif;
  width: 100%;
  font-size: 12px;
}
.sutton-wealth-form-mobile input.hs-input::-moz-placeholder {
  color: #CBD5E0;
  font-size: 12px;
}
.sutton-wealth-form-mobile input.hs-input::placeholder {
  color: #CBD5E0;
  font-size: 12px;
}
.sutton-wealth-form-mobile .submitted-message {
  color: white;
  font-size: 16px;
  margin-top: 2rem;
  margin-bottom: 6rem;
}

.contact-page-form-desktop {
  height: auto;
  /* Breakpoint for mobile: override grid positions only */
}
.contact-page-form-desktop .hs-form-private {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 1.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  line-height: 1;
}
.contact-page-form-desktop .hs-form-field span {
  font-size: 14px;
}
.contact-page-form-desktop .hs-form-private input, .contact-page-form-desktop select, .contact-page-form-desktop select {
  padding: 0.75rem 0.938rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px 0px;
  margin-top: 0.25rem;
  border: 1px solid #DCDFE6;
  font-size: 0.875rem;
  width: 100%;
  font-family: inherit;
  border-radius: 0.2rem;
  backgound-color: transparent;
  line-height: 1;
}
.contact-page-form-desktop .hs-form-private label {
  font-size: 0.875rem;
}
.contact-page-form-desktop .hs-firstname {
  grid-column: 1;
  grid-row: 1;
}
.contact-page-form-desktop .hs-lastname {
  grid-column: 2;
  grid-row: 1;
}
.contact-page-form-desktop .hs-email {
  grid-column: 1;
  grid-row: 2;
}
.contact-page-form-desktop .hs-phone {
  grid-column: 2;
  grid-row: 2;
}
.contact-page-form-desktop .hs-city {
  grid-column: 1;
  grid-row: 3;
}
.contact-page-form-desktop .hs-fieldtype-select {
  grid-column: 2;
  grid-row: 3;
  backgound-color: red;
}
.contact-page-form-desktop .hs-fieldtype-select .hs-input {
  background: none; /* removes any background-color/image */
  background-color: transparent;
  background-image: none;
  /* if you also want to remove the native arrow: */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-page-form-desktop .hs-message {
  grid-column: 1/span 2;
  grid-row: 4;
}
.contact-page-form-desktop .hs-message .hs-input {
  grid-column: 1/span 2;
  grid-row: 4;
  height: 8.625rem;
  padding: 0.313rem 0.938rem;
  font-size: 0.875rem;
  width: 100%;
  border: 1px solid #DCDFE6;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px 0px;
}
.contact-page-form-desktop .hs-submit {
  grid-column: 1;
  grid-row: 5;
  border: none;
}
.contact-page-form-desktop .hs-submit .hs-button {
  background-color: #000000 !important;
  border-radus: 0.25rem;
  border: 1px solid rgb(0, 0, 0);
  font-size: 0.875rem;
  font-family: "Supreme LL Web", sans-serif;
  color: white;
  line-height: 1;
  padding: 0.75rem 1.25rem;
  height: auto;
  width: auto;
}
.contact-page-form-desktop .legal-consent-container {
  grid-column: 1/span 2;
  grid-row: 6;
  font-size: 10px;
  display: block;
  margin-bottom: 6rem;
}
.contact-page-form-desktop .hs-form-booleancheckbox input {
  font-size: 10px;
  width: 10px;
  line-height: 1;
}
.contact-page-form-desktop .hs-form-booleancheckbox {
  margin-top: 1rem;
}
.contact-page-form-desktop .hs-form-booleancheckbox .hs-form-booleancheckbox-display span {
  font-size: 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .contact-page-form-desktop .hs-form-private {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .contact-page-form-desktop .hs-firstname {
    grid-column: 1;
    grid-row: 1;
  }
  .contact-page-form-desktop .hs-lastname {
    grid-column: 1;
    grid-row: 2;
  }
  .contact-page-form-desktop .hs-email {
    grid-column: 1;
    grid-row: 3;
  }
  .contact-page-form-desktop .hs-phone {
    grid-column: 1;
    grid-row: 4;
  }
  .contact-page-form-desktop .hs-city {
    grid-column: 1;
    grid-row: 5;
  }
  .contact-page-form-desktop .hs-fieldtype-select {
    grid-column: 1;
    grid-row: 6;
  }
  .contact-page-form-desktop .hs-fieldtype-select .hs-input {
    background: none; /* removes any background-color/image */
    background-color: transparent;
    background-image: none;
    /* if you also want to remove the native arrow: */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact-page-form-desktop .hs-message {
    grid-column: 1;
    grid-row: 7;
  }
  .contact-page-form-desktop .hs-message .hs-input {
    grid-column: 1;
    grid-row: 7;
  }
  .contact-page-form-desktop .hs-submit {
    grid-column: 1;
    grid-row: 8;
  }
  .contact-page-form-desktop .legal-consent-container {
    grid-column: 1;
    grid-row: 9;
  }
}
.hover\:shadow-dark:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  }
.hover\:svg-red:hover {
    filter: brightness(0) saturate(100%) invert(19%) sepia(59%) saturate(5059%) hue-rotate(341deg) brightness(90%) contrast(98%);
  }
@media (min-width: 1124px) {
  .lg\:w-72 {
    width: 18rem;
  }
}
.hover\:line-clamp-none:hover {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.hover\:max-h-max:hover {
  max-height: -moz-max-content;
  max-height: max-content;
}
.hover\:overflow-y-visible:hover {
  overflow-y: visible;
}
.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 24 55 / var(--tw-border-opacity));
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 153 225 / var(--tw-bg-opacity));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 130 206 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 82 130 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 55 72 / var(--tw-bg-opacity));
}
.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 161 105 / var(--tw-bg-opacity));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 133 90 / var(--tw-bg-opacity));
}
.hover\:bg-red-1000:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 129 129 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 24 55 / var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 53 68 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:font-bold:hover {
  font-weight: 700;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(237 242 247 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}
.hover\:text-red-1000:hover {
  --tw-text-opacity: 1;
  color: rgb(221 0 0 / var(--tw-text-opacity));
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(227 24 55 / var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(225 53 68 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:opacity-25:hover {
  opacity: 0.25;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}
.focus\:max-h-max:focus {
  max-height: -moz-max-content;
  max-height: max-content;
}
.focus\:overflow-y-visible:focus {
  overflow-y: visible;
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(102 126 234 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(102 126 234 / var(--tw-ring-opacity));
}
@media not all and (min-width: 1800px) {

  .max-2xl\:hidden {
    display: none;
  }
}
@media not all and (min-width: 1440px) {

  .max-xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

  .max-xl\:max-w-\[438px\] {
    max-width: 438px;
  }

  .max-xl\:text-center {
    text-align: center;
  }
}
@media not all and (min-width: 896px) {

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

  .max-md\:flex {
    display: flex;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:min-h-14 {
    min-height: 3.5rem;
  }

  .max-md\:flex-none {
    flex: none;
  }

  .max-md\:shrink-0 {
    flex-shrink: 0;
  }

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

  .max-md\:justify-items-center {
    justify-items: center;
  }

  .max-md\:overflow-x-auto {
    overflow-x: auto;
  }

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

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

  .max-md\:text-2xl {
    font-size: 1.5rem;
  }
}
@media not all and (min-width: 640px) {

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

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:w-\[115px\] {
    width: 115px;
  }

  .max-sm\:-translate-x-4 {
    --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));
  }

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

  .max-sm\:pl-4 {
    padding-left: 1rem;
  }
}
@media not all and (min-width: 410px) {

  .max-lgsm\:flex {
    display: flex;
  }

  .max-lgsm\:flex-none {
    flex: none;
  }

  .max-lgsm\:shrink-0 {
    flex-shrink: 0;
  }

  .max-lgsm\:touch-pan-x {
    --tw-pan-x: pan-x;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
  }

  .max-lgsm\:overflow-x-auto {
    overflow-x: auto;
  }
}
@media (min-width: 320px) {

  .xs\:text-\[38px\] {
    font-size: 38px;
  }
}
@media (min-width: 410px) {

  .lgsm\:-bottom-\[8\.5rem\] {
    bottom: -8.5rem;
  }

  .lgsm\:-top-20 {
    top: -5rem;
  }

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

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

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

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

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

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

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

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

  .lgsm\:mb-\[50px\] {
    margin-bottom: 50px;
  }

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

  .lgsm\:mt-\[4\.15rem\] {
    margin-top: 4.15rem;
  }

  .lgsm\:mt-\[7rem\] {
    margin-top: 7rem;
  }

  .lgsm\:grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lgsm\:max-w-none {
    max-width: none;
  }

  .lgsm\:-translate-y-8 {
    --tw-translate-y: -2rem;
    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));
  }

  .lgsm\:translate-y-\[7rem\] {
    --tw-translate-y: 7rem;
    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));
  }

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

  .lgsm\:justify-items-center {
    justify-items: center;
  }

  .lgsm\:gap-\[72px\] {
    gap: 72px;
  }

  .lgsm\:bg-\[bottom_right_-11rem\] {
    background-position: bottom right -11rem;
  }

  .lgsm\:bg-\[bottom_right_-8rem\] {
    background-position: bottom right -8rem;
  }

  .lgsm\:text-2xl {
    font-size: 1.5rem;
  }

  .lgsm\:text-4xl {
    font-size: 2.25rem;
  }

  .lgsm\:text-5xl {
    font-size: 3rem;
  }

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

  .lgsm\:text-\[28px\] {
    font-size: 28px;
  }

  .lgsm\:text-\[2rem\] {
    font-size: 2rem;
  }

  .lgsm\:text-\[32px\] {
    font-size: 32px;
  }

  .lgsm\:text-\[40px\] {
    font-size: 40px;
  }

  .lgsm\:text-\[42px\] {
    font-size: 42px;
  }

  .lgsm\:text-\[49px\] {
    font-size: 49px;
  }

  .lgsm\:text-\[7rem\] {
    font-size: 7rem;
  }

  .lgsm\:text-lg {
    font-size: 1.125rem;
  }

  .lgsm\:leading-\[46px\] {
    line-height: 46px;
  }

  @media not all and (min-width: 1124px) {

    .lgsm\:max-lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
}
@media (min-width: 500px) {

  .min-\[500px\]\:h-\[336px\] {
    height: 336px;
  }
}
@media (min-width: 640px) {

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

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

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

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

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

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:mx-\[32px\] {
    margin-left: 32px;
    margin-right: 32px;
  }

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

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

  .sm\:mb-\[75px\] {
    margin-bottom: 75px;
  }

  .sm\:mb-\[95px\] {
    margin-bottom: 95px;
  }

  .sm\:mb-\[99px\] {
    margin-bottom: 99px;
  }

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

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

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

  .sm\:ml-\[32px\] {
    margin-left: 32px;
  }

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

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

  .sm\:mr-\[32px\] {
    margin-right: 32px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-20 {
    height: 5rem;
  }

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

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

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

  .sm\:h-\[22\.81em\] {
    height: 22.81em;
  }

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

  .sm\:h-\[39\.7em\] {
    height: 39.7em;
  }

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

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

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

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

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

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

  .sm\:h-\[calc\(100\%-75px\)\] {
    height: calc(100% - 75px);
  }

  .sm\:h-\[calc\(100dvh-75px\)\] {
    height: calc(100dvh - 75px);
  }

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

  .sm\:h-mapscreentrans {
    height: calc(100dvh - 136px);
  }

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

  .sm\:\!w-\[1073px\] {
    width: 1073px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:translate-y-\[11rem\] {
    --tw-translate-y: 11rem;
    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-y-\[16rem\] {
    --tw-translate-y: 16rem;
    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-y-\[48px\] {
    --tw-translate-y: 48px;
    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-y-\[75px\] {
    --tw-translate-y: 75px;
    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-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .sm\:items-baseline {
    align-items: baseline;
  }

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

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

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

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

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

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

  .sm\:border-red-1000 {
    --tw-border-opacity: 1;
    border-color: rgb(221 0 0 / var(--tw-border-opacity));
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

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

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

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

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

  .sm\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-\[15px\] {
    font-size: 15px;
  }

  .sm\:text-\[16px\] {
    font-size: 16px;
  }

  .sm\:text-\[24px\] {
    font-size: 24px;
  }

  .sm\:text-\[27px\] {
    font-size: 27px;
  }

  .sm\:text-\[28px\] {
    font-size: 28px;
  }

  .sm\:text-\[2rem\] {
    font-size: 2rem;
  }

  .sm\:text-\[32px\] {
    font-size: 32px;
  }

  .sm\:text-\[36px\] {
    font-size: 36px;
  }

  .sm\:text-\[3rem\] {
    font-size: 3rem;
  }

  .sm\:text-\[56px\] {
    font-size: 56px;
  }

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

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }
}
@media (min-width: 720px) {

  @media (max-width: 820px) {

    .min-\[720px\]\:max-\[820px\]\:pr-10 {
      padding-right: 2.5rem;
    }
  }
}
@media (min-width: 820px) {

  @media not all and (min-width: 896px) {

    .min-\[820px\]\:max-md\:pr-20 {
      padding-right: 5rem;
    }
  }
}
@media (min-width: 896px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:-bottom-\[11\.75rem\] {
    bottom: -11.75rem;
  }

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

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

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

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

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

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

  .md\:row-start-1 {
    grid-row-start: 1;
  }

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

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

  .md\:my-\[5\.5rem\] {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:mb-\[5\.5rem\] {
    margin-bottom: 5.5rem;
  }

  .md\:mb-\[6\.5rem\] {
    margin-bottom: 6.5rem;
  }

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

  .md\:ml-\[32px\] {
    margin-left: 32px;
  }

  .md\:ml-\[6\.5rem\] {
    margin-left: 6.5rem;
  }

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

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

  .md\:mr-\[30px\] {
    margin-right: 30px;
  }

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

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

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

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

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

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

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

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

  .md\:mt-\[4\.5rem\] {
    margin-top: 4.5rem;
  }

  .md\:mt-\[5\.5rem\] {
    margin-top: 5.5rem;
  }

  .md\:mt-\[7\.25rem\] {
    margin-top: 7.25rem;
  }

  .md\:mt-\[8\.5rem\] {
    margin-top: 8.5rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[14\.03rem\] {
    height: 14.03rem;
  }

  .md\:h-\[21\.6rem\] {
    height: 21.6rem;
  }

  .md\:h-\[39\.7em\] {
    height: 39.7em;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:min-h-\[15\.1rem\] {
    min-height: 15.1rem;
  }

  .md\:min-h-\[2\.25rem\] {
    min-height: 2.25rem;
  }

  .md\:\!w-\[180px\] {
    width: 180px !important;
  }

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

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

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

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

  .md\:w-11\/12 {
    width: 91.666667%;
  }

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

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

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

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

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

  .md\:w-\[14\.5rem\] {
    width: 14.5rem;
  }

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

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

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

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

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

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

  .md\:w-\[65\%\] {
    width: 65%;
  }

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

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

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

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

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

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

  .md\:-translate-y-12 {
    --tw-translate-y: -3rem;
    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));
  }

  .md\:translate-y-36 {
    --tw-translate-y: 9rem;
    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));
  }

  .md\:translate-y-\[13rem\] {
    --tw-translate-y: 13rem;
    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));
  }

  .md\:translate-y-\[16rem\] {
    --tw-translate-y: 16rem;
    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));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[32px\] {
    gap: 32px;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:bg-\[url\(\'\/img\/leadership\/Header\.png\'\)\] {
    background-image: url('/img/leadership/Header.png');
  }

  .md\:bg-\[url\(\'\/img\/leadership\/joinus\.png\'\)\] {
    background-image: url('/img/leadership/joinus.png');
  }

  .md\:bg-\[bottom_right_-7rem\] {
    background-position: bottom right -7rem;
  }

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

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

  .md\:pl-\[0px\] {
    padding-left: 0px;
  }

  .md\:pl-\[6\.5rem\] {
    padding-left: 6.5rem;
  }

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

  .md\:pt-\[14\.25rem\] {
    padding-top: 14.25rem;
  }

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

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

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

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

  .md\:text-6xl {
    font-size: 4rem;
  }

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

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

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

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

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

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

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

  .md\:text-\[9rem\] {
    font-size: 9rem;
  }

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

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

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

  .md\:font-black {
    font-weight: 900;
  }

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

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

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

  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
  }
}
@media (min-width: 1073px) {

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

  .homelg\:ml-0 {
    margin-left: 0;
  }

  .homelg\:mr-\[5\%\] {
    margin-right: 5%;
  }

  .homelg\:w-\[1073\] {
    width: 1073;
  }

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

  .homelg\:max-w-\[815px\] {
    max-width: 815px;
  }

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

  .homelg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1124px) {

  .lg\:visible {
    visibility: visible;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

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

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

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

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

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

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

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

  .lg\:mt-0 {
    margin-top: 0;
  }

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-\[45\.2em\] {
    height: 45.2em;
  }

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

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

  .lg\:h-mapscreen {
    height: calc(100dvh - 136px);
  }

  .lg\:h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

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

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

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

  .lg\:w-72 {
    width: 18rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:gap-\[32px\] {
    gap: 32px;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:bg-\[center_-4rem\] {
    background-position: center -4rem;
  }

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

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

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

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

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

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

  .lg\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {

  .xl\:-bottom-\[11\.75rem\] {
    bottom: -11.75rem;
  }

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

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

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

  .xl\:my-\[6\.5rem\] {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

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

  .xl\:mb-0 {
    margin-bottom: 0;
  }

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

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

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

  .xl\:mb-\[6\.5rem\] {
    margin-bottom: 6.5rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

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

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

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

  .xl\:ml-\[10\.9rem\] {
    margin-left: 10.9rem;
  }

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

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

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

  .xl\:mt-\[6\.5rem\] {
    margin-top: 6.5rem;
  }

  .xl\:mt-\[9\.5rem\] {
    margin-top: 9.5rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-\[15\.06rem\] {
    height: 15.06rem;
  }

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

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

  .xl\:h-\[89\%\] {
    height: 89%;
  }

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

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

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

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

  .xl\:w-\[15rem\] {
    width: 15rem;
  }

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

  .xl\:w-\[88\%\] {
    width: 88%;
  }

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

  .xl\:max-w-\[330px\] {
    max-width: 330px;
  }

  .xl\:max-w-\[44rem\] {
    max-width: 44rem;
  }

  .xl\:max-w-\[55\.6rem\] {
    max-width: 55.6rem;
  }

  .xl\:max-w-\[612px\] {
    max-width: 612px;
  }

  .xl\:max-w-\[65\.7\%\] {
    max-width: 65.7%;
  }

  .xl\:max-w-\[66\.9rem\] {
    max-width: 66.9rem;
  }

  .xl\:max-w-\[67rem\] {
    max-width: 67rem;
  }

  .xl\:max-w-\[910px\] {
    max-width: 910px;
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -4rem;
    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));
  }

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

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

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

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

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

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

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

  .xl\:gap-x-\[82px\] {
    -moz-column-gap: 82px;
         column-gap: 82px;
  }

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

  .xl\:bg-\[center_-6rem\] {
    background-position: center -6rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

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

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

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

  .xl\:pl-\[11\.44rem\] {
    padding-left: 11.44rem;
  }

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

  .xl\:pt-0 {
    padding-top: 0;
  }

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

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:text-\[10rem\] {
    font-size: 10rem;
  }

  .xl\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

  .xl\:text-\[40px\] {
    font-size: 40px;
  }

  .xl\:text-\[80px\] {
    font-size: 80px;
  }

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

  .xl\:text-lg {
    font-size: 1.125rem;
  }

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

  .xl\:leading-\[68px\] {
    line-height: 68px;
  }
}
@media (min-width: 1800px) {

  .\32xl\:bottom-0 {
    bottom: 0;
  }

  .\32xl\:top-0 {
    top: 0;
  }

  .\32xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

  .\32xl\:pb-\[0px\] {
    padding-bottom: 0px;
  }
}
@media (min-width: 2040px) {

  .\33xl\:h-\[460px\] {
    height: 460px;
  }
}