/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/index.css ***!
  \***********************************************************************************************************/
/*
! tailwindcss v3.3.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: #e5e7eb; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  @font-face {
    font-family: "Bariol";
    font-style: normal;
    font-weight: 400;
    src: url(3d783394b35176c9110b.woff) format("woff");
  }

  @font-face {
    font-family: "Bariol";
    font-style: italic;
    font-weight: 400;
    src: url(b5d68dc03cf2cf50cffa.woff) format("woff");
  }

  @font-face {
    font-family: "Bariol";
    font-weight: 700;
    src: url(2f1afc48ea2796d7bd30.woff) format("woff");
  }

  @font-face {
    font-family: "Bariol";
    font-weight: 700;
    font-style: italic;
    src: url(7159b813095769847901.woff) format("woff");
  }

  body {
  font-family: aktiv-grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

  main {
    min-height: calc(100vh - 286px);
  }

  h1 {
  margin-bottom: 0.25rem;
  font-family: aktiv-grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3rem;
  --tw-text-opacity: 1;
  color: rgb(215 14 45 / var(--tw-text-opacity));
}

  @media (min-width: 768px) {

  h1 {
    font-size: 2.5rem;
  }
}

  h2 {
  margin-bottom: 0.25rem;
  font-family: aktiv-grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

  p {
  margin-bottom: 0.5rem;
  font-family: aktiv-grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

  strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(5 12 19 / var(--tw-text-opacity));
}

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

  input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 161 / var(--tw-text-opacity));
}

  input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 161 / var(--tw-text-opacity));
}

  label {
  --tw-text-opacity: 1;
  color: rgb(5 12 19 / var(--tw-text-opacity));
}

  .arial-black {
    font-family: "Arial Black", sans-serif;
  }

  #loginform input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(55 114 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 2.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

    /* Buttons Start */
    .button-primary {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 114 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 114 255 / var(--tw-bg-opacity));
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .button-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 80 178 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 80 178 / var(--tw-bg-opacity));
}

  .button-tertiary {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 14 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(215 14 45 / var(--tw-bg-opacity));
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

  .button-tertiary:hover {
  opacity: 0.7;
}

  .button-download {
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 233 237 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

.button-resources {
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(215 14 45 / var(--tw-text-opacity));
}

#urg-login-error-popup .button-resources {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

  .button-regular {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

  .button-small {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

  .button-xsmall {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

  .red-dot {
  display: inline-block;
  height: 0.25rem;
  min-height: 4px;
  width: 0.25rem;
  min-width: 4px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 14 45 / var(--tw-bg-opacity));
}
  /* Buttons End */

  .default-page-wysiwyg blockquote {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(165 185 211 / var(--tw-border-opacity));
  padding-right: 3rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

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

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

  .default-page-wysiwyg blockquote cite {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

  blockquote strong {
  --tw-text-opacity: 1;
  color: rgb(29 79 145 / var(--tw-text-opacity));
}

  blockquote p {
  margin-bottom: 1rem;
}

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

  @media (min-width: 768px) {
    .default-page-wysiwyg h2,
    .default-page-wysiwyg h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  }

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

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

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

  .default-page-wysiwyg ul li,
  .default-page-wysiwyg ol li {
  margin-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 79 145 / var(--tw-text-opacity));
}

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

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

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

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

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

  @media (min-width: 640px) {
    .default-page-wysiwyg .video-wrapper {
    height: 24rem;
  }
  }

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

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

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

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

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

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

  .text-pod-wysiwyg h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

  .text-pod-wysiwyg ul {
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: disc;
}

  .text-pod-wysiwyg ol {
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: decimal;
}

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

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

  .text-pod-wysiwyg p {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

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

  .text-pod-wysiwyg a:not(.no-underline) {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

  .text-pod-wysiwyg img {
  margin-right: 0.5rem;
  display: inline-block;
}

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.container {
    margin: 0 auto;
  }
/** Buttons Start **/
.button {
  display: inline-flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 0.25rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.button:disabled {
  cursor: not-allowed;
}
.button:focus-within:disabled {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.button-size-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.button.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button.disabled:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
/* Button primary colour */
.button-colour-primary.disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(248 189 196 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(242 135 149 / var(--tw-text-opacity));
}
/* Button secondary colour */
.button-colour-secondary.disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(160 160 171 / var(--tw-text-opacity));
}
/* Button transparent */
.button-colour-transparent {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 207 215 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}
.button-colour-transparent:hover {
  opacity: 0.7;
}
.button-colour-transparent:focus-visible {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --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);
  outline-width: 0px;
}
.button-colour-transparent:disabled {
  --tw-text-opacity: 1;
  color: rgb(204 207 215 / var(--tw-text-opacity));
}
.button-colour-transparent.disabled {
  --tw-text-opacity: 1;
  color: rgb(209 209 214 / var(--tw-text-opacity));
}
/** Buttons End **/
/* Menu Classes Start */
.hidden-menu {
    margin-left: -100vw;
    min-height: calc(100vh - 3rem);
  }
.hidden-menu.show-menu {
  margin-left: 0px;
}
.search-bar.show {
  position: relative;
  z-index: 30;
  display: block;
}
/* Menu Classes End */
/* Accordion Classes Start */
.accordion-item.active .accordion-item__content {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}
.accordion-item__content a {
  --tw-text-opacity: 1;
  color: rgb(29 79 145 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.accordion-item__content ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  list-style-type: disc;
}
.accordion-item__content ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  list-style-type: decimal;
}
.accordion-item__content ul ul {
  margin-bottom: 0px;
  margin-top: 0.25rem;
  margin-left: 0px;
  list-style-type: none;
  padding-left: 1rem;
}
.accordion-item__content ul li,
  .accordion-item__content ol li {
  margin-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 79 145 / var(--tw-text-opacity));
}
.accordion-item__content ul li li {
  margin-bottom: 0.25rem;
  font-weight: 400;
}
.accordion-item__content ul li li:before {
    content: ">";
    margin-right: 1rem;
    display: inline-block;
  }
/* Accordion Classes End */
/* WYSIWYG Classes Start */
.wysiwyg a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.full-width-wysiwyg p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.full-width-wysiwyg h1 {
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(215 14 45 / var(--tw-text-opacity));
}
.full-width-wysiwyg h2 {
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.full-width-wysiwyg h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.full-width-wysiwyg h4,
  .full-width-wysiwyg h5,
  .full-width-wysiwyg h6 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.full-width-wysiwyg img {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.full-width-wysiwyg ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 1rem;
  list-style-type: disc;
}
.full-width-wysiwyg ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style-type: decimal;
}
.hero-wysiwyg ul {
  margin: 1rem;
  list-style-type: disc;
}
.full-width-wysiwyg ul ul,
  .hero-wysiwyg ul ul {
  margin-bottom: 0px;
  margin-top: 0.25rem;
  margin-left: 0px;
  list-style-type: none;
  padding-left: 1rem;
}
.full-width-wysiwyg ul li li,
  .hero-wysiwyg ul li li {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.full-width-wysiwyg ul li li:before {
    content: ">";
    margin-right: 1rem;
    display: inline-block;
  }
.full-width-wysiwyg.property-wysiwyg h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.hero-wysiwyg {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(5 12 19 / var(--tw-text-opacity));
}
.hero-wysiwyg h2,
  .hero-wysiwyg h1 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.hero-wysiwyg h3,
  .hero-wysiwyg h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.hero-wysiwyg h5,
  .hero-wysiwyg h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.hero-wysiwyg:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    display: block;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(18 50 92 / var(--tw-bg-opacity));
    height: calc(74% - 48px);
  }
@media (min-width: 1024px) {
    .full-width-wysiwyg.property-wysiwyg h2 {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

    .hero-wysiwyg__reports {
      min-height: 288px;
    }
  }
.hero-wysiwyg__media video,
  .hero-wysiwyg__media iframe {
  height: 100%;
  width: 100%;
}
/* WYSIWYG Classes End */
/* Tabs Start */
.tab {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}
.tab.active {
  border-bottom-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(29 79 145 / var(--tw-text-opacity));
}
.tab span,
  .tab-pane {
  display: none;
}
.tab.active span,
  .tab-pane.active {
  display: block;
}
/* Tabs End */
.navigation-boxes__image {
  position: relative;
  height: 0px;
    padding-top: 61.6788321%;
}
.navigation-boxes__image-inner {
    width: 400%;
    height: 400%;
    border-radius: 50%;
  }
.video-carousel__slide a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(
      0deg,
      rgba(5, 12, 19, 0.62) 0%,
      rgba(5, 12, 19, 0.26925) 56.57%,
      rgba(5, 12, 19, 0) 100%
    );
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }
.video-carousel iframe,
  .hero-iframe iframe {
  position: absolute;
    left: -99999px;
    top: -9999px;
}
.video-carousel iframe.iOs,
  .hero-iframe iframe.iOs {
  pointer-events: none;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.video-carousel iframe.fullscreen,
  .hero-iframe iframe.fullscreen {
  pointer-events: auto;
  opacity: 1;
}
.color-boxes__icon svg {
    width: 96px;
    height: 96px;
  }
.color-boxes__icon svg path {
    fill: none;
    stroke: currentColor;
  }
.color-boxes__box {
    padding-top: calc(100% - 6px);
  }
.default-page-wysiwyg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(5 12 19 / var(--tw-text-opacity));
}
.text-pod h2,
  .text-pod h3,
  .text-pod h4,
  .text-pod h5,
  .text-pod h6,
  .text-pod p,
  .text-pod li,
  .text-pod a {
    color: inherit;
  }
/*
     *
     * United Rental Systems
     *
    */
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-\[62px\] {
  bottom: -62px;
}
.-left-6 {
  left: -1.5rem;
}
.-top-8 {
  top: -2rem;
}
.-top-\[19px\] {
  top: -19px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-px {
  bottom: 1px;
}
.left-0 {
  left: 0px;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1\/2 {
  left: 50%;
}
.left-6 {
  left: 1.5rem;
}
.left-\[calc\(50\%-666px\)\] {
  left: calc(50% - 666px);
}
.left-\[calc\(50\%-84px\)\] {
  left: calc(50% - 84px);
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[calc\(50\%-666px\)\] {
  right: calc(50% - 666px);
}
.right-full {
  right: 100%;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[calc\(50\%-24px\)\] {
  top: calc(50% - 24px);
}
.top-\[calc\(50\%-25px\)\] {
  top: calc(50% - 25px);
}
.top-\[calc\(50\%-84px\)\] {
  top: calc(50% - 84px);
}
.top-px {
  top: 1px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.ml-6 {
  margin-left: 1.5rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-\[300px\] {
  height: 300px !important;
}
.h-0 {
  height: 0px;
}
.h-1\/4 {
  height: 25%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[96px\] {
  height: 96px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[6rem\] {
  max-height: 6rem;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[6rem\] {
  min-height: 6rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-40 {
  width: 10rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[84\%\] {
  width: 84%;
}
.w-\[calc\(100\%\+32px\)\] {
  width: calc(100% + 32px);
}
.w-\[calc\(100\%\+48px\)\] {
  width: calc(100% + 48px);
}
.w-\[calc\(50\%-16px\)\] {
  width: calc(50% - 16px);
}
.w-\[calc\(50\%-8px\)\] {
  width: calc(50% - 8px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-5 {
  width: 1.25rem;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[6rem\] {
  min-width: 6rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[592px\] {
  max-width: 592px;
}
.max-w-\[6rem\] {
  max-width: 6rem;
}
.max-w-\[calc\(100\%-48px\)\] {
  max-width: calc(100% - 48px);
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-grow {
  flex-grow: 1;
}
.basis-full {
  flex-basis: 100%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-px {
  gap: 1px;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-neutral100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 233 237 / var(--tw-divide-opacity));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-clip {
  overflow-x: clip;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-\[\#4A72A7\] {
  --tw-border-opacity: 1;
  border-color: rgb(74 114 167 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-colour6 {
  --tw-border-opacity: 1;
  border-color: rgb(165 185 211 / var(--tw-border-opacity));
}
.border-colour8 {
  --tw-border-opacity: 1;
  border-color: rgb(210 220 233 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-neutral100 {
  --tw-border-opacity: 1;
  border-color: rgb(232 233 237 / var(--tw-border-opacity));
}
.border-neutral200 {
  --tw-border-opacity: 1;
  border-color: rgb(204 207 215 / var(--tw-border-opacity));
}
.border-neutral300 {
  --tw-border-opacity: 1;
  border-color: rgb(174 179 191 / var(--tw-border-opacity));
}
.border-neutral800 {
  --tw-border-opacity: 1;
  border-color: rgb(23 38 73 / var(--tw-border-opacity));
}
.border-primary500 {
  --tw-border-opacity: 1;
  border-color: rgb(215 14 45 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-urggreen {
  --tw-border-opacity: 1;
  border-color: rgb(51 153 57 / var(--tw-border-opacity));
}
.border-urggrey {
  --tw-border-opacity: 1;
  border-color: rgb(78 81 109 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-neutral800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 38 73 / var(--tw-border-opacity));
}
.border-t-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
  border-top-color: rgba(255,255,255,0.1);
}
.border-t-blue-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.border-t-colour5 {
  --tw-border-opacity: 1;
  border-top-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-t-neutral100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(232 233 237 / var(--tw-border-opacity));
}
.border-t-neutral200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 207 215 / var(--tw-border-opacity));
}
.bg-\[\#B1B3C7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(177 179 199 / var(--tw-bg-opacity));
}
.bg-\[\#DADBE8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 219 232 / var(--tw-bg-opacity));
}
.bg-\[\#EBECF1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 241 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
  background-color: rgba(255,255,255,0.1);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-colour1 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 79 145 / var(--tw-bg-opacity));
}
.bg-colour4 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 208 110 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-green500 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 51 / var(--tw-bg-opacity));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.bg-lightbluegrey {
  --tw-bg-opacity: 1;
  background-color: rgb(78 81 109 / var(--tw-bg-opacity));
}
.bg-neutral025 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 250 / var(--tw-bg-opacity));
}
.bg-neutral050 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
}
.bg-neutral100 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 237 / var(--tw-bg-opacity));
}
.bg-neutral600 {
  --tw-bg-opacity: 1;
  background-color: rgb(83 94 120 / var(--tw-bg-opacity));
}
.bg-neutral700 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 66 97 / var(--tw-bg-opacity));
}
.bg-neutral800 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
}
.bg-neutral900 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-primary50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 245 / var(--tw-bg-opacity));
}
.bg-primary500 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 14 45 / var(--tw-bg-opacity));
}
.bg-rentPlan1 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 31 47 / var(--tw-bg-opacity));
}
.bg-rentPlan2 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 130 253 / var(--tw-bg-opacity));
}
.bg-rentPlan3 {
  --tw-bg-opacity: 1;
  background-color: rgb(72 95 171 / var(--tw-bg-opacity));
}
.bg-success500 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 183 106 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-urggreen {
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 57 / var(--tw-bg-opacity));
}
.bg-urggrey {
  --tw-bg-opacity: 1;
  background-color: rgb(78 81 109 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#101828\] {
  --tw-gradient-from: #101828 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[70\%\] {
  padding-top: 70%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-aktiv {
  font-family: aktiv-grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-arial {
  font-family: Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#272526\] {
  --tw-text-opacity: 1;
  color: rgb(39 37 38 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-colour1 {
  --tw-text-opacity: 1;
  color: rgb(29 79 145 / var(--tw-text-opacity));
}
.text-colour2 {
  --tw-text-opacity: 1;
  color: rgb(18 50 92 / var(--tw-text-opacity));
}
.text-colour3 {
  --tw-text-opacity: 1;
  color: rgb(5 12 19 / var(--tw-text-opacity));
}
.text-colour4 {
  --tw-text-opacity: 1;
  color: rgb(156 208 110 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green500 {
  --tw-text-opacity: 1;
  color: rgb(51 153 51 / var(--tw-text-opacity));
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-neutral400 {
  --tw-text-opacity: 1;
  color: rgb(144 151 168 / var(--tw-text-opacity));
}
.text-neutral500 {
  --tw-text-opacity: 1;
  color: rgb(113 123 144 / var(--tw-text-opacity));
}
.text-neutral600 {
  --tw-text-opacity: 1;
  color: rgb(83 94 120 / var(--tw-text-opacity));
}
.text-neutral700 {
  --tw-text-opacity: 1;
  color: rgb(53 66 97 / var(--tw-text-opacity));
}
.text-neutral800 {
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}
.text-neutral900 {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-primary500 {
  --tw-text-opacity: 1;
  color: rgb(215 14 45 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-rentPlan4 {
  --tw-text-opacity: 1;
  color: rgb(11 91 199 / var(--tw-text-opacity));
}
.text-secondary500 {
  --tw-text-opacity: 1;
  color: rgb(55 114 255 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-urggreen {
  --tw-text-opacity: 1;
  color: rgb(51 153 57 / var(--tw-text-opacity));
}
.text-rentPlan1 {
  --tw-text-opacity: 1;
  color: rgb(214 31 47 / 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;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-60 {
  opacity: 0.6;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/*
 *
 * Add rules outside if the @layer directive if elements do not exist in the Theme
 * eg. class added by Wordpress plugins
 *
 *
*/

/* Framework Classes Start */
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}

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

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

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

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  position: relative;
  touch-action: pan-y;
}
.hero-slider .flickity-viewport {
  height: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}
.team-slider .flickity-viewport {
  overflow: hidden;
}
.team-slider .flickity-cell {
  overflow: hidden;
}
.resource-slider .flickity-viewport {
  overflow: hidden;
}
.resource-slider .flickity-cell {
  overflow: hidden;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-cell {
  position: absolute;
  left: 0;
}
.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}
.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 8px;
}
.flickity-prev-next-button.next {
  right: 8px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  width: 91.666667%;
}
@media (min-width: 768px) {

  .flickity-page-dots {
    width: 100%;
  }
}
.flickity-page-dots {
  position: absolute;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}
.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}
.flickity-page-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-page-dot.is-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(215 14 45 / var(--tw-bg-opacity));
}

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

.flickity-carousel.is-hidden {
  display: none;
}

.flickity-carousel.flickity-enabled {
  opacity: 1;
}

@media (min-width: 768px) {

  .featured-slider .flickity-page-dots {
    display: none;
  }
}

.featured-slider button.previous {
  top: auto;
  bottom: -6rem;
  transform: none;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 244 / var(--tw-border-opacity));
  opacity: 1;
}

.featured-slider button.previous:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 38 73 / var(--tw-border-opacity));
}

.featured-slider button.next {
  top: auto;
  bottom: -6rem;
  right: auto;
  left: 4rem;
  transform: none;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 244 / var(--tw-border-opacity));
  opacity: 1;
}

.featured-slider button.next:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 38 73 / var(--tw-border-opacity));
}

.featured-slider button svg {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
  fill: #172649;
}
/* Flickity Custom Styles */

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

#urg-login-error-popup .support-carousel-main video {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

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

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

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

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

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

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

.support-carousel-nav .flickity-viewport {
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (min-width: 1320px) {
  .hero-slider {
    padding-left: 0 !important;  
    padding-right: 0 !important;
  }
}

.hero-slider .carousel {
  position: relative;
}

.hero-slider .carousel-cell {
  position: absolute;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-slider .carousel-cell.is-selected {
  opacity: 1;
}

.hero-slider .hero-slider__title h1,
.hero-slider .hero-slider__title h2,
.hero-slider .hero-slider__title h3,
.hero-slider .hero-slider__title p,
.hero-slider .hero-slider__title a {
  margin-bottom: 0px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .hero-slider .hero-slider__title h1.large {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .hero-slider .hero-slider__title h1.large {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {

  .hero-slider .hero-slider__title h1.large {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {

  .hero-slider .hero-slider__title h1.medium {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .hero-slider .hero-slider__title h1.medium {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .hero-slider .hero-slider__title h1.medium {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {

  .hero-slider .hero-slider__title h1.small {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {

  .hero-slider .hero-slider__title h1.small {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .hero-slider .hero-slider__title h1.small {
    font-size: 3rem;
    line-height: 1;
  }
}

/* Footer Additional Styling Start */

.footer-marker {
  opacity: 0.4;
}

.footer-marker:first-of-type {
  display: none;
}

/* Footer Additional Styling End */

/* Gravity Forms Styling Start */

.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="email"],
.gform_wrapper select {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(174 179 191 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
}

.gform_wrapper .gchoice {
  display: flex;
  align-items: center;
}

.gform_wrapper .gchoice label {
  margin-left: 0.5rem;
}

.gform_wrapper input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 114 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 114 255 / var(--tw-bg-opacity));
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gform_wrapper input[type="submit"]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 80 178 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 80 178 / var(--tw-bg-opacity));
}

.gform_wrapper input[type="submit"] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.gform_wrapper .ginput_container_name > p {
  width: 100%;
}

.gform_wrapper.gravity-theme .ginput_container_date input.gdatepicker-no-icon {
  width: 100%;
}

.gform_wrapper .gfield_label {
  --tw-text-opacity: 1;
  color: rgb(53 66 97 / var(--tw-text-opacity));
}

.gform_wrapper.gravity-theme label.gfield_label {
  margin-bottom: 0.25rem;
}

.gform_wrapper.gravity-theme label.gfield_label + p {
  margin-bottom: 0.25rem;
}

.gform_wrapper.gravity-theme div.gfield_description {
  padding-top: 0.25rem;
}

.gform_wrapper .ginput_container_name .name_first br {
  display: none;
}

.gform_wrapper .ginput_container_name .name_last br {
  display: none;
}

.gform_wrapper .ginput_container_name .name_first label {
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(53 66 97 / var(--tw-text-opacity));
}

.gform_wrapper .ginput_container_name .name_last label {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(53 66 97 / var(--tw-text-opacity));
}

.gform_wrapper .gsection_title {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

.gform_wrapper.gravity-theme .gfield.gsection {
  border-bottom-width: 0px;
}

.gform_wrapper .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}

.gform_wrapper .gfield_checkbox .gchoice {
  width: 33.333333%;
}

.gform_wrapper .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}

.gform_wrapper .gfield_radio .gchoice {
  margin-bottom: 0.5rem;
  width: 33.333333%;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice .gchoice_other_control {
  margin-top: 0px;
  margin-left: 0.5rem;
  height: 2.25rem;
}

#gform_wrapper_5 #field_5_5 input[type="email"],
#gform_wrapper_5 #field_5_9 input[type="text"],
#gform_wrapper_5 #field_5_12 input[type="text"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(174 179 191 / var(--tw-text-opacity));
}

#urg-login-error-popup #gform_wrapper_5 #field_5_5 input[type="email"],#urg-login-error-popup 
#gform_wrapper_5 #field_5_9 input[type="text"],#urg-login-error-popup 
#gform_wrapper_5 #field_5_12 input[type="text"] {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

.gform_wrapper .ginput_container.ginput_container_select select {
  padding-top: 15px;
  padding-bottom: 14px;
}

#gform_wrapper_5 .ginput_container_name .name_last label {
  margin-top: 0.25rem;
}

.form-module .gform_wrapper input[type="text"],
.form-module .gform_wrapper input[type="email"],
.form-module .gform_wrapper textarea {
  margin-bottom: 0.5rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(174 179 191 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

#urg-login-error-popup .form-module .gform_wrapper input[type="text"],#urg-login-error-popup 
.form-module .gform_wrapper input[type="email"],#urg-login-error-popup 
.form-module .gform_wrapper textarea {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

.form-module .gform_wrapper input[type="text"]:focus-visible,
.form-module .gform_wrapper input[type="email"]:focus-visible,
.form-module .gform_wrapper textarea:focus-visible {
  outline-width: 2px;
  outline-color: #1D4F91;
}

.form-module .gform_wrapper .ginput_container_name .name_first label {
  margin-top: 1rem;
}

.form-module .gform_wrapper .gform_body table.gsurvey-likert thead tr td {
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
}

.form-module .gform_wrapper table.gsurvey-likert thead tr th {
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-module .gravity-theme table.gsurvey-likert tr td.gsurvey-likert-row-label {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#urg-login-error-popup .form-module .gravity-theme table.gsurvey-likert tr td.gsurvey-likert-row-label {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

.form-module .gravity-theme table.gsurvey-likert td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: left;
}

.form-module .gravity-theme table.gsurvey-likert td.gsurvey-likert-choice {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#urg-login-error-popup .form-module .gravity-theme table.gsurvey-likert td.gsurvey-likert-choice {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

.form-module .gravity-theme table.gsurvey-likert .gsurvey-likert-row-label {
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-top-color: rgb(241 242 244 / var(--tw-border-opacity));
}

.form-module .gravity-theme table.gsurvey-likert .gsurvey-likert-choice {
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-top-color: rgb(241 242 244 / var(--tw-border-opacity));
}

.form-module .gravity-theme table.gsurvey-likert tr td {
  border-right-width: 0px;
}

.form-module .gform_wrapper table.gsurvey-likert thead tr th {
  border-right-width: 0px;
}

.form-module .gform_wrapper .gform_body table.gsurvey-likert thead tr td {
  border-top-width: 0px;
}

.form-module .gform_wrapper .gform_body table.gsurvey-likert thead tr th {
  border-top-width: 0px;
}

.form-module .gravity-theme table.gsurvey-likert {
  border-width: 0px;
}

/* Gravity Forms Styling End */

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

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

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

#urg-login-error-popup .post-password-form input[type="password"] {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

.post-password-form input[type="password"]:focus-visible {
  outline-width: 2px;
  outline-color: #1D4F91;
}

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

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

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

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

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

#urg-login-error-popup .relevanssi-live-search-results-showing {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

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

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

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

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

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

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

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

.relevanssi-live-search-result p {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(18 50 92 / var(--tw-text-opacity));
}

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

.didyoumean a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

/* Relevanssi Live Search End */

/* iPhone Yotube API Start */
.video-carousel iframe.iOS,
.hero-iframe iframe.iOS {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 30;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.5rem;
  width: 95%;
  height: 255px;
}

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

#urg-login-error-popup .dark-overlay {
  animation: fadeIn 0.3s ease-out;
}

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

.close-btn {
  position: fixed;
  right: 50%;
  top: 1.5rem;
  z-index: 30;
  display: none;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#urg-login-error-popup .close-btn {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

.close-btn.visible {
  display: block;
}

/* iPhone Yotube API End */

/*** Cookie Plugin Styling ***/
.cky-consent-container {
  z-index: 9999999999 !important;
}

.cky-title {
  display: none;
}

.cky-preference-center {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.cky-preference-center * {
  --tw-text-opacity: 1 !important;
  color: rgb(23 38 73 / var(--tw-text-opacity)) !important;
}

.cky-preference-center .cky-btn-accept {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.cky-preference-center .cky-accordion .cky-accordion-chevron i::before {
  --tw-border-opacity: 1 !important;
  border-color: rgb(23 38 73 / var(--tw-border-opacity)) !important;
}

.cky-preference-center .cky-show-desc-btn {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.cky-switch input[type="checkbox"]:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 80 178 / var(--tw-bg-opacity)) !important;
}
/* Framework Classes End */

/*
 *
 * United Rental Systems - Custom Styling
*/
/* Login Page - Start */
body.page-template-page-template-login header,
body.page-template-page-template-login footer {
  display: none;
}

body.page-template-page-template-login {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
}

#loginform {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
}

#loginform input {
  width: 100%;
  border-width: 1px;
}

#loginform label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#loginform input[type="text"],
#loginform input[type="password"] {
  height: 3.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

#loginform .login-remember label {
  display: flex;
}

#loginform .login-remember label input {
  margin-right: 0.5rem;
  width: 1rem;
}

#urg-login-form input[type="text"],
#urg-login-form input[type="password"] {
  padding-left: 2.75rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(174 179 191 / var(--tw-text-opacity));
}

#urg-login-form .login-username,
#urg-login-form .login-password {
  position: relative;
}

#urg-login-form .login-username::before {
    content: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27Envelope%27%3E%3Cpath id=%27Vector%27 d=%27M17.5 4.375L10 11.25L2.5 4.375%27 stroke=%27%23AEB3BF%27 stroke-width=%271.25%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath id=%27Vector_2%27 d=%27M2.5 4.375H17.5V15C17.5 15.1658 17.4342 15.3247 17.3169 15.4419C17.1997 15.5592 17.0408 15.625 16.875 15.625H3.125C2.95924 15.625 2.80027 15.5592 2.68306 15.4419C2.56585 15.3247 2.5 15.1658 2.5 15V4.375Z%27 stroke=%27%23AEB3BF%27 stroke-width=%271.25%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath id=%27Vector_3%27 d=%27M8.63674 10L2.69299 15.4484%27 stroke=%27%23AEB3BF%27 stroke-width=%271.25%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath id=%27Vector_4%27 d=%27M17.307 15.4484L11.3633 10%27 stroke=%27%23AEB3BF%27 stroke-width=%271.25%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    top: 2.5rem;
    left: 1rem;
}

#urg-login-form .login-password::before {
    content: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27Lock%27%3E%3Cpath id=%27Vector%27 d=%27M16.25 6.875H3.75C3.40482 6.875 3.125 7.15482 3.125 7.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V7.5C16.875 7.15482 16.5952 6.875 16.25 6.875Z%27 stroke=%27%23AEB3BF%27 stroke-width=%271.2%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath id=%27Vector_2%27 d=%27M10.7188 11.875C10.7188 12.272 10.397 12.5938 10 12.5938C9.60305 12.5938 9.28125 12.272 9.28125 11.875C9.28125 11.478 9.60305 11.1562 10 11.1562C10.397 11.1562 10.7188 11.478 10.7188 11.875Z%27 fill=%27%23AEB3BF%27 stroke=%27%23AEB3BF%27 stroke-width=%270.125%27/%3E%3Cpath id=%27Vector_3%27 d=%27M6.875 6.875V4.375C6.875 3.5462 7.20424 2.75134 7.79029 2.16529C8.37634 1.57924 9.1712 1.25 10 1.25C10.8288 1.25 11.6237 1.57924 12.2097 2.16529C12.7958 2.75134 13.125 3.5462 13.125 4.375V6.875%27 stroke=%27%23AEB3BF%27 stroke-width=%271.2%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    top: 2.5rem;
    left: 1rem;
}

#urg-login-form .login-remember {
  margin-bottom: 1.5rem;
}

/* Login Page - End */

/* Footer - Start */
.menu-footer-menu-container li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.menu-footer-menu-container li a:hover {
  opacity: 1;
}

/* apply to last child, after */
.menu-footer-menu-container li:first-child::after {
    content: "●";
    font-size: 12px;
    margin-left: 1rem;
    --tw-text-opacity: 1;
    color: rgb(113 123 144 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .menu-footer-menu-container li:first-child::after {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.menu-footer-menu-container li:first-child::after {
  display: none;
}

#footer-logo {
  height: 3.5rem;
}

@media (min-width: 768px) {

  #footer-logo {
    height: 2.5rem;
  }
}
/* Footer - End */

/* Header - Start */
#mobile-menu.show-menu {
  right: 0px;
  opacity: 1;
}

header input[type="search"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

header input[type="search"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

#header-search.mobile-search-show {
  height: 72px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#header-user-account:hover #header-user-account-links {
  display: flex;
}

#menu-header-menu li:hover svg path {
  fill: #D70E2D;
}

#menu-header-menu li .mn-li {
  position: relative;
  top: 1px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 38 73 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}

#menu-header-menu li:hover .mn-li {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 14 45 / var(--tw-border-opacity));
}
/* Header - End */

/* WooCommerce - Start */
button.woocommerce-Button.button,
button.woocommerce-button.button {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(55 114 255 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button.woocommerce-Button.button:hover,
button.woocommerce-button.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 114 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
}

.woocommerce form .form-row input.input-text {
  height: 2.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 207 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.woocommerce form .form-row textarea {
  height: 7rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 207 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
  padding: 1rem;
}

.woocommerce form .form-row {
  width: 100%;
}

.woocommerce-message::before {
  --tw-text-opacity: 1;
  color: rgb(51 153 51 / var(--tw-text-opacity));
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce .urg-shop ul.products.columns-4 {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce .urg-shop ul.products.columns-4 li.product {
  float: none;
  margin: 0px;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: baseline;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {

  .woocommerce .urg-shop ul.products.columns-4 li.product {
    width: 50%;
  }
}

@media (min-width: 768px) {

  .woocommerce .urg-shop ul.products.columns-4 li.product {
    width: 25%;
  }
}

.woocommerce .urg-shop ul.products.columns-4 li.product .button {
  margin-top: auto;
}

.woocommerce ul.products li.product .button {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 57 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce ul.products li.product .price {
  display: none;
}

.woocommerce ul.products li.product .product-gallery-item {
  display: none;
}

.woocommerce-shop .woocommerce-notices-wrapper {
  margin-top: 2rem;
}

.woocommerce-shop .woocommerce-message {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(78 81 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-shop .woocommerce-message a {
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 57 / var(--tw-bg-opacity));
}

.woocommerce-shop .woocommerce-notices-wrapper a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce nav.woocommerce-pagination ul {
  border-style: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  height: 3rem;
  width: 3rem;
  border-style: none;
  background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 244 / var(--tw-border-opacity));
  background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 153 57 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce .quantity .qty {
  height: 2.75rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 207 215 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.woocommerce div.product form.cart .button {
  margin-left: 0.375rem;
  height: 2.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 57 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce ul.products li.product .button {
  height: 2.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 57 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce .product .product_meta {
  display: none;
}

.woocommerce-cart table thead tr th {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 250 / var(--tw-bg-opacity));
}

.woocommerce-cart table.shop_table {
  margin-bottom: 0px;
  border-radius: 0px;
  border-top-width: 0px;
} 

.woocommerce-cart table.cart img {
  height: 5rem;
  width: 5rem;
  border-radius: 0.25rem;
}

.woocommerce a.remove {
  margin-left: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(113 123 144 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {

  .woocommerce a.remove {
    margin-left: auto;
    margin-right: auto;
  }
}

.woocommerce a.remove:hover {
  border-color: transparent;
}

.woocommerce-cart table.shop_table tbody th {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 250 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(113 123 144 / var(--tw-text-opacity));
}

.woocommerce-cart table.shop_table td {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-weight: 600;
}

.woocommerce-cart table.shop_table td.product-thumbnail {
  display: block;
}

.woocommerce-cart table.shop_table td.product-thumbnail::before {
  --tw-content: none;
  content: var(--tw-content);
}

.woocommerce-cart button[name="update_cart"] {
  height: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(113 123 144 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-cart button[name="update_cart"]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(113 123 144 / var(--tw-bg-opacity));
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(83 94 120 / var(--tw-text-opacity));
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  float: right;
  height: 52px;
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 57 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 57 / var(--tw-bg-opacity));
  opacity: 0.7;
}

.woocommerce-cart .cart_totals h2 {
  display: none;
}

.woocommerce-cart .cart_totals table {
  display: none;
}

@media (min-width: 768px) {

  .woocommerce-cart colgroup col.product-remove {
    width: 8.333333%;
  }

  .woocommerce-cart colgroup col.product-thumbnail {
    width: 58.333333%;
  }

  .woocommerce-cart colgroup col.product-name {
    width: 25%;
  }

  .woocommerce-cart colgroup col.product-quantity {
    width: 8.333333%;
  }
}

.woocommerce table.shop_table_responsive tr {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(113 123 144 / var(--tw-border-opacity));
}

.woocommerce-info {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 38 73 / var(--tw-border-opacity));
}

.woocommerce-info, .woocommerce-info::before,
.checkout_coupon p {
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 250 / var(--tw-bg-opacity));
}

.woocommerce-message {
  --tw-border-opacity: 1;
  border-top-color: rgb(51 153 57 / var(--tw-border-opacity));
}

.woocommerce .return-to-shop a {
  --tw-bg-opacity: 1;
  background-color: rgb(113 123 144 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce .return-to-shop a:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 123 144 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
  --tw-bg-opacity: 1;
  background-color: rgb(113 123 144 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 123 144 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
}

.woocommerce form.checkout_coupon {
  --tw-border-opacity: 1;
  border-color: rgb(232 233 237 / var(--tw-border-opacity));
}

.ecomm-template .woocommerce .checkout_coupon button.button {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(113 123 144 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ecomm-template .woocommerce label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.ecomm-template .select2-container .select2-selection--single {
  height: 2.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 207 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.ecomm-template .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.5rem;
}

.ecomm-template .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.5rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
}

.ecomm-template .woocommerce-checkout #payment {
  border-radius: 0px;
  background-color: transparent;
}

.ecomm-template .woocommerce table.shop_table {
  border-radius: 0px;
  border-style: none;
}

.ecomm-template .woocommerce table.shop_table th,
.ecomm-template .woocommerce table.shop_table td {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ecomm-template .woocommerce-checkout #payment div.form-row {
  padding: 0px;
}

.ecomm-template .woocommerce-privacy-policy-text p {
  margin-bottom: 2rem;
}

.ecomm-template .woocommerce .woocommerce-checkout-payment .button {
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 51 / var(--tw-bg-opacity));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
}

.ecomm-template .woocommerce .woocommerce-checkout-payment .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.woocommerce-order-received .ecomm-template > div {
  margin-bottom: 0px;
}

.woocommerce-order-received .ecomm-template {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
}

.woocommerce-page #header-logo {
  height: 2.5rem;
}

@media (min-width: 768px) {

  .woocommerce-page #header-logo {
    height: 4rem;
    min-width: 150px;
  }
}

.woocommerce ul.products li.product .onsale {
  top: 1rem;
  right: 2rem;
  height: 2.5rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 57 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 2.5rem;
}

.woocommerce span.onsale {
  height: 2.5rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 57 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 2.5rem;
}

.woocommerce-product-details__short-description {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  .woocommerce-product-details__short-description {
    margin-bottom: 2rem;
  }

  .woocommerce div.product .product_title {
    margin-bottom: 1rem;
  }
}

.woocommerce .urg-woocommerce-account {
  margin-top: 1rem;
}

.woocommerce .urg-woocommerce-account .button {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 114 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 114 255 / var(--tw-bg-opacity));
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce .urg-woocommerce-account .button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 80 178 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 80 178 / var(--tw-bg-opacity));
}

.woocommerce .urg-woocommerce-account .button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.woocommerce-view-order .woocommerce .urg-woocommerce-account .urg-wa-head {
  display: none;
}

.woocommerce-account {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
}

.woocommerce-account main {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

  .woocommerce-account main {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.woocommerce-account .default-page-wysiwyg {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {

  .woocommerce-account .default-page-wysiwyg {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 4rem;
  }

  .woocommerce-account main {
    min-height: calc(100vh - 252px);
  }
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  position: relative;
  left: -0.25rem;
}

@media (min-width: 768px) {

  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    left: 0px;
  }
}

.woocommerce .urg-woocommerce-account p mark {
  background-color: transparent;
}

.woocommerce.single div.product {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {

  .woocommerce.single div.product div.summary {
    margin-left: 2rem;
  }
}

@media (min-width: 1024px) {

  .woocommerce.single div.product div.summary {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1280px) {

  .woocommerce.single div.product div.summary {
    margin-left: 3rem;
  }
}

.woocommerce.single div.product form.cart .variations select {
  height: 2.5rem;
  width: 100%;
  min-width: 50%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 207 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.woocommerce.single div.product form.cart .reset_variations {
  --tw-text-opacity: 1;
  color: rgb(215 14 45 / var(--tw-text-opacity));
}

.woocommerce ul.products li.product a img {
  height: 12rem !important;
}

@media (min-width: 1280px) {

  .woocommerce ul.products li.product a img {
    height: 18rem !important;
  }
}

/* WooCommerce - End */

/* Homepage */
section[data-row-layout="homepage_slider"] {
  overflow: hidden;
}


.masonry-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
  height: 2200px; /* height must be set and match the height of the tallest column */
}

.masonry-container .masonry-item {
  width: 48%;
  margin-bottom: 1%;
}

section.home-supplier-only {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
  padding-top: 2rem;
}

@media (min-width: 768px) {

  section.home-supplier-only {
    padding-bottom: 2rem;
  }
}

section.home-supplier-only > section {
  margin-bottom: 0px;
}

/* Search Page */
.c-pagination .c-pagination__link.c-pagination__link--current {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 207 215 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 114 255 / var(--tw-text-opacity));
}

.c-pagination .c-pagination__link {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

.c-pagination a.c-pagination__link--next.c-pagination__link {
  display: flex;
  height: 2.5rem;
  width: 8rem;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

.c-pagination a.c-pagination__link--next.c-pagination__link svg {
  margin-left: 1rem;
}

.c-pagination a.c-pagination__link--prev.c-pagination__link {
  display: flex;
  height: 2.5rem;
  width: 9rem;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

.c-pagination a.c-pagination__link--prev.c-pagination__link svg {
  margin-right: 1rem;
}

/* Other */
.members-access-error {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Events List Page */
/* .tribe-events-calendar-list .tribe-events-calendar-list__event-cost {
  display: none;
} */
.tribe-events-view {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tribe-common .tribe-common-l-container {
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

#urg-login-error-popup .tribe-common .tribe-common-l-container {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

@media (min-width: 768px) {

  .tribe-common .tribe-common-l-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar {
  margin-bottom: 1rem;
  display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar {
  margin-bottom: 1rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    display: flex;
    justify-content: flex-end;
  }

  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
    max-width: 240px;
  }
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  font-family: aktiv-grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
  padding-left: 0.25rem;
}

.tribe-events .tribe-events-calendar-list__event-datetime {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {

  .tribe-events .tribe-events-calendar-list__event-datetime {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Event Single Page */
.tribe_events-template-default.single.single-tribe_events {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
}

.tribe_events-template-default.single.single-tribe_events #tribe-events-pg-template {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#urg-login-error-popup .tribe_events-template-default.single.single-tribe_events #tribe-events-pg-template {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

.tribe_events-template-default.single.single-tribe_events .tribe-events-schedule {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  justify-content: center;
}

.tribe_events-template-default.single.single-tribe_events .tribe-events-event-image img {
  max-height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {

  .tribe_events-template-default.single.single-tribe_events  .tribe-events-event-image {
    margin-bottom: 2rem;
  }
}

.tribe_events-template-default.single.single-tribe_events .tribe-events-back a, 
.tribe_events-template-default.single.single-tribe_events .tribe-events-back a:visited {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(113 123 144 / var(--tw-text-opacity));
}

.tribe_events-template-default.single.single-tribe_events .tribe-link-view-attendee {
  display: none;
}

/* .tribe-events-single .tribe-events-cost {
  display: none;
}

.tribe-events-single .tribe-tickets__tickets-item-extra {
  display: none;
}

.event-tickets .tribe-tickets__rsvp-attendance {
  display: none !important;
}

.event-tickets .tribe-tickets__rsvp-actions-rsvp-going {
  display: none !important;
} */

/* Events Registration page */
/* .tribe-tickets__registration-grid #tribe-tickets__mini-cart {
  display: none;
}
.tribe-tickets__tickets-footer-quantity,
.tribe-tickets__tickets-footer-total {
  display: none !important;
}

.tribe-tickets__registration-grid {
  display: flex !important;
}

.tribe-tickets__registration-grid .tribe-tickets__registration-content {
  width: 100%;
} */

/* Checkout Page */
/* .woocommerce-checkout .woocommerce .col2-set .col-1, 
.woocommerce-checkout .woocommerce-page .col2-set .col-1 {
  width: 100%;
}

.tribe-checkout-backlinks > .tribe-checkout-backlink:first-child {
  display: none;
} */

/* Thank you Page */
/* #post-135 .entry-header {
  display: none;
} */

.tribe-events-meta-group a {
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.tribe-events-event-meta a, .tribe-events-event-meta a:visited {
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.tribe-common .tribe-common-c-btn-border {
  --tw-border-opacity: 1;
  border-color: rgb(23 38 73 / var(--tw-border-opacity));
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tribe-common .tribe-common-c-svgicon__svg-fill {
  fill: #FFFFFF !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__export-icon {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
  --tw-text-opacity: 1 !important;
  color: rgb(23 38 73 / var(--tw-text-opacity)) !important;
}

.tribe-common .tribe-common-c-btn, 
.tribe-common a.tribe-common-c-btn, 
.tribe-common button.tribe-common-c-btn {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity)) !important;
}

.event-tickets .tribe-tickets__rsvp-wrapper {
  max-width: none !important;
}

.event-tickets .tribe-tickets__tickets-form {
  max-width: none !important;
}

.event-tickets .tribe-tickets__rsvp-form-buttons {
  display: flex;
  flex-wrap: wrap;
}

.event-tickets .tribe-tickets__rsvp-form-buttons button {
  margin-left: auto;
  margin-right: auto;
}

.event-tickets .tribe-tickets__rsvp-form-buttons button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 114 255 / var(--tw-bg-opacity)) !important;
}

.event-tickets .tribe-tickets__rsvp-form-buttons button:first-of-type {
  order: 2;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.event-tickets .tribe-tickets__form input[type=text] {
  max-width: none !important;
}

.event-tickets .tribe-tickets__form input[type=email] {
  max-width: none !important;
}

.event-tickets .tribe-tickets__rsvp-ar-quantity-input input[type=number] {
  min-width: 60px;
  padding-left: 0.875rem;
}

.event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn {
  max-width: none !important;
}

.event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 114 255 / var(--tw-bg-opacity)) !important;
}

.tribe-events-related-events-title {
  display: none;
}

.tribe-related-events {
  display: none !important;
}

.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events) {
  order: 1;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container {
  margin-left: auto;
  margin-right: auto;
}

.tribe-events-single .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
}

.tribe-events-single .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 114 255 / var(--tw-border-opacity)) !important;
}

.tribe-events-event-meta.primary {
  width: 50%;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
  --tw-border-opacity: 1;
  border-color: rgb(53 66 97 / var(--tw-border-opacity));
}

.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-list__event-title-link:visited {
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
  --tw-bg-opacity: 1;
  background-color: rgb(53 66 97 / var(--tw-bg-opacity));
}

.tribe-events .tribe-events-calendar-list-nav {
  --tw-border-opacity: 1;
  border-top-color: rgb(53 66 97 / var(--tw-border-opacity));
}

.tribe-events .tribe-events-c-nav__prev:disabled, .tribe-events button.tribe-events-c-nav__prev:disabled,
.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events button.tribe-events-c-nav__next:disabled {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 123 144 / var(--tw-text-opacity));
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 123 144 / var(--tw-text-opacity));
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tribe-events .tribe-events-c-small-cta__link {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(215 14 45 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(215 14 45 / var(--tw-text-opacity));
}

time.tribe-events-calendar-list__event-datetime {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

span.tribe-events-c-small-cta__price {
  font-weight: 700;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  border-style: none;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 114 255 / var(--tw-bg-opacity));
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button time,
.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button svg {
  display: inline-block;
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button svg path {
  fill: #fff;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
}

.tribe-events-single .nfcc-events-schedule {
  margin-bottom: 0.5rem;
  justify-content: center;
}

.tribe-events-single .nfcc-events-schedule h2 {
  text-align: center;
}

.tribe-events-single .nfcc-events-schedule h2 span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .tribe-events-single .nfcc-events-schedule h2 span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tribe-events-single .nfcc-events-schedule span {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {

  .tribe-events-single .nfcc-events-schedule span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tribe-events-single .nfcc-events-schedule span {
  --tw-bg-opacity: 1;
  background-color: rgb(55 114 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {

  .tribe-events-event-meta.primary {
    width: 50%;
  }
}

.tribe-events-meta-group a {
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.tribe-events-event-categories-label, 
.tribe-events-event-categories {
  display: none;
}

.tribe-events-event-image {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  .tribe-events-event-image {
    margin-bottom: 3.5rem;
  }
}

.tribe-events-event-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tribe-events-single .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  display: flex;
  width: 16rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.tribe-events-single .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
  outline-style: solid;
  outline-width: 2px;
  outline-color: #101828;
}

.tribe-events-single .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
}

.tribe-tickets__tickets-form.tribe-tickets__form {
  width: 100%;
  max-width: none;
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(53 66 97 / var(--tw-border-opacity));
}

.tribe-tickets__tickets-form.tribe-tickets__form .tribe-tickets__tickets-title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .tribe-events-event-meta.neutral,
.tribe-events-event-meta.secondary {
    width: 50%;
  }
}

.tribe-events-single-event-title {
  text-align: center;
}

.tribe-events-event-meta.secondary .tribe-events-venue-map {
  width: 100%;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after {
  display: none;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 123 144 / var(--tw-text-opacity));
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta.neutral {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px) {

  .single-tribe_events .tribe-events-single .tribe-events-event-meta.neutral {
    padding: 2rem;
  }
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta.secondary {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px) {

  .single-tribe_events .tribe-events-single .tribe-events-event-meta.secondary {
    padding: 2rem;
  }
}


.single-tribe_events .tribe-events-single .tribe-events-event-meta:before {
  border-top-width: 0px;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta .tribe-events-single-section-title {
  --tw-text-opacity: 1;
  color: rgb(113 123 144 / var(--tw-text-opacity));
}

.single-tribe_events .tribe-events-single #tribe-events-footer {
  border-top-width: 0px;
}

.tribe-events-single .tribe_events .tribe-tickets__tickets-wrapper {
  margin-top: 0.5rem;
}

.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tribe-events-single .tribe-events-back:hover a {
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding: 1rem;
}

.tribe-events-single ul.tribe-related-events li {
  margin-right: 0px;
}

@media (min-width: 768px) {

  .tribe-events-single ul.tribe-related-events li {
    margin-right: 1rem;
  }
}

.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected h3 .tribe-events-calendar-month__day-date-daynum {
  --tw-bg-opacity: 1;
  background-color: rgb(55 114 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .tribe-events .tribe-events-calendar-month__day-cell--selected h3 .tribe-events-calendar-month__day-date-daynum {
    --tw-text-opacity: 1;
    color: rgb(23 38 73 / var(--tw-text-opacity));
  }
}

.single-tribe_events .tribe-events-single #tribe-events-footer {
  display: none;
}

.extra-ticket-form input[type=submit] {
  --tw-border-opacity: 1;
  border-color: rgb(23 38 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {

  .extra-ticket-form input[type=submit] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .extra-ticket-form form {
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .extra-ticket-form form > div:first-of-type {
    width: calc(12.5% * 5);
  }

  .extra-ticket-form form > div:last-of-type {
    width: calc(12.5% * 3);
    padding-left: 1.5rem !important;
  }

  .event-tickets .tribe-tickets__rsvp-actions-wrapper {
    border-left-width: 0px !important;
  }
}

.extra-ticket-form form input[type=number] {
  width: 6rem !important;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 207 215 / var(--tw-border-opacity));
}

.decline-event-form input[type=submit] {
  --tw-border-opacity: 1;
  border-color: rgb(23 38 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(23 38 73 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {

  .decline-event-form input[type=submit] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .decline-event-form form {
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .decline-event-form form > div:first-of-type {
    width: calc(12.5% * 5);
  }

  .decline-event-form form > div:last-of-type {
    width: calc(12.5% * 3);
    padding-left: 1.5rem !important;
  }
}

.decline-event-form form input[type=number] {
  width: 6rem !important;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 207 215 / var(--tw-border-opacity));
}

.event-tickets .tribe-tickets__rsvp-attendance {
  display: none !important;
}

.event-tickets .tribe-tickets__rsvp-availability {
  display: none !important;
}

.tribe-checkout-backlinks {
  display: none;
}

.logout-mob a {
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(215 14 45 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.page-template-default {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
}

#team-builder section {
  margin-top: 0px;
  margin-bottom: 0px;
}

#team-builder main {
  min-height: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .search-min-height {
    min-height: calc(100vh - 398px);
  }
}

.wp2fa-modal main {
  min-height: 0px;
}

#team-builder .wysiwyg > div {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#team-builder .wysiwyg > div h1 {
  margin-bottom: 0px;
}

#contact-block table tbody tr:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 38 73 / var(--tw-border-opacity));
}

#contact-block table tbody tr:not(:last-child) .stylelinestart {
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 1px;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#urg-login-error-popup #contact-block table tbody tr:not(:last-child) .stylelinestart {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

#contact-block table tbody tr:nth-child(1) .stylelineend,
#contact-block table tbody tr:nth-child(2) .stylelineend {
  position: absolute;
  bottom: -1px;
  right: 0px;
  height: 1px;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#urg-login-error-popup #contact-block table tbody tr:nth-child(1) .stylelineend,#urg-login-error-popup 
#contact-block table tbody tr:nth-child(2) .stylelineend {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}
#special-content .content h1,
#special-content .content h2,
#special-content .content h3,
#special-content .content h4,
#special-content .content h5,
#special-content .content h6,
#special-content .content p,
#special-content .content a,
#special-content .content strong {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#special-content .content h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#special-content .content h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.text-shadow {
  text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 4px;
}

.news-pagination a,
.news-pagination span {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#urg-login-error-popup .news-pagination a,#urg-login-error-popup 
.news-pagination span {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

.news-pagination span {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.gfield .password_input_container input[type="password"] {
  height: 2.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 207 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

section[data-row-layout="rentplan_cars"] {
  margin-top: 0px;
  margin-bottom: 0px;
}

form#gform_2  fieldset.gfield--type-password br {
  display: none;
}

form#gform_2 fieldset.gfield--type-password span.password_input_container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 0px;
}

form#gform_2 fieldset.gfield--type-password span.password_input_container input[type="password"] {
  width: 100%;
}

form#gform_2 fieldset.gfield--type-password p {
  margin-bottom: 0px;
}

form#gform_2 fieldset.gfield--type-password .ginput_password {
  padding-right: 0px;
}

/* Login Error Popup Styles */
#urg-login-error-popup {
  z-index: 9999;
}

#urg-login-error-popup .bg-white {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-out;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#urg-login-error-popup .bg-black {
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.placeholder\:text-neutral800::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

.placeholder\:text-neutral800::placeholder {
  --tw-text-opacity: 1;
  color: rgb(23 38 73 / var(--tw-text-opacity));
}

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

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

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

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

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

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

.hover\:underline-offset-2:hover {
  text-underline-offset: 2px;
}

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

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

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

.peer:hover ~ .peer-hover\:block {
  display: block;
}

@media (min-width: 640px) {

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

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

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

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

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

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

  .sm\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

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

  .md\:top-0\.5 {
    top: 0.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:mr-\[9vw\] {
    margin-right: 9vw;
  }

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

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

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

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

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

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

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

  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

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

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

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

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

  .md\:h-44 {
    height: 11rem;
  }

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

  .md\:h-80 {
    height: 20rem;
  }

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

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

  .md\:min-h-\[calc\(100vh-252px\)\] {
    min-height: calc(100vh - 252px);
  }

  .md\:min-h-\[calc\(100vh-368px\)\] {
    min-height: calc(100vh - 368px);
  }

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

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

  .md\:w-20 {
    width: 5rem;
  }

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

  .md\:w-\[calc\(100\%-104px\)\] {
    width: calc(100% - 104px);
  }

  .md\:w-\[calc\(25\%-22px\)\] {
    width: calc(25% - 22px);
  }

  .md\:w-\[calc\(33\%-30px\)\] {
    width: calc(33% - 30px);
  }

  .md\:w-\[calc\(33\.33\%-16px\)\] {
    width: calc(33.33% - 16px);
  }

  .md\:w-\[calc\(33\.333\%-22px\)\] {
    width: calc(33.333% - 22px);
  }

  .md\:w-\[calc\(50\%-12px\)\] {
    width: calc(50% - 12px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:rounded-none {
    border-radius: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-\[18px\] {
    padding-top: 18px;
  }

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

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

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

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

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

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

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

@media (min-width: 1024px) {

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:max-h-\[8rem\] {
    max-height: 8rem;
  }

  .lg\:min-h-\[8rem\] {
    min-height: 8rem;
  }

  .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\/5 {
    width: 60%;
  }

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

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

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

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:min-w-\[8rem\] {
    min-width: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {

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

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

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

@media (min-width: 1320px) {

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