@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

* {
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body {
  font-family: 'Work Sans', sans-serif;
  overflow-x: hidden;
}

p a, li a {
  font-weight: 500;
  color: #2e5a82;
  opacity: 1;
  transition: all 300ms ease-in-out;
  text-decoration: underline;
}

p a:hover, li a:hover {
  opacity: .7;
}

a.subNavItem, .mainNavDD .navItemWrapper a, #secondaryNav a {
  text-decoration: none;
}

sup {
  font-weight: 300 !important;
  top: -0.25em !important;
}

button#scrollToTopButton img {
  padding: 10px;
  filter: invert(1);
}

button#scrollToTopButton {
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: var(--color-d-blueD);
  transform: translateX(100%);
  transition: all .4s;
}

button#scrollToTopButton:hover {
  background: var(--color-d-blueL);
}

button#scrollToTopButton.show {
  transform: translateX(0);
}

.at-start .control-prev {
  display: none;
}

.at-end .control-next {
  display: none;
}

.hasUnderline,
.hasUnderlineOrange {
  position: relative;
}

.hasUnderline:after,
.hasUnderlineOrange:after {
  content: "";
  background: #fff;
  height: 2px;
  width:100%;
  display: block;
  position: absolute;
  margin:0;
  bottom: -5px;
}

.hasUnderlineOrange:after {
  background: #E87254;
}

.mobileNaviBtn span {
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  transition: all 350ms ease-in-out;
}

.mobileNaviBtn.activated .dash1 {
  transform: translateY(115%) rotateZ(45deg);
}

.mobileNaviBtn.activated .dash2 {
  height: 0;
  width: 0;
  opacity: 0;
}

.mobileNaviBtn.activated .dash3 {
  transform: translateY(-115%) rotateZ(-45deg);
}

.searchBtn.active:hover{
  opacity: 1!important;
}

.searchBtn.active img {
  margin-right: -23px;
}

.searchBtn.active {
  padding: 2px;
}

.subNavItem:hover {
  position: relative;
}

.subNavItem:after{
  content: "";
  background: white;
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transition: all 300ms ease-in-out;
  transform: translateX(-50%);
}

.subNavItem.active {
  position: relative;
  opacity: 1;
}

.subNavItem.active:after,
.subNavItem:hover:after {
  width: 100%;
}

/* MEDIA QUERIES */

@media(min-width:1280px) {
  .navItemWrapper:hover>.block>.submenu {
    display: block;
  }
}

@media(max-width:769px) {
  .hideBackgroundImage {
    background-image: none!important;
  }
}

@media(max-width:1279px) {
  .mainNavDD {
    transform: translateX(100%);
  }

  .show.mainNavDD {
    transform: translateX(0%);
    overflow-y: auto;
  }
}

.sortbtn, .asc, .desc {
  position: relative;
}

.sortbtn::after {
  content: " ▼";
  font-size: 12px;
  position: absolute;
  bottom: -10px;
  right: -15px;
  transform: translateY(-50%);
  opacity: .6;
}

.sortbtn::before {
  content: " ▲";
  font-size: 12px;
  position: absolute;
  top: 6px;
  right: -15px;
  transform: translateY(-50%);
  opacity: .2;
}

.desc::before {
  opacity: .2;
}

.desc::after {
  opacity: .6;
}

.asc::before {
  opacity: .6;
}

.asc::after {
  opacity: .2;
}

.subNav {
  overflow-x: auto;
  overflow-y: none;
  height: 64px;
}

.subNav::-webkit-scrollbar {
  height: 0px;
  background: rgba(255,255,255,.5);
  margin-bottom: 2px;
}

.subNav::-webkit-scrollbar-thumb {
  background: #fff;
}

div#scroll-l-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  display: none;
  box-shadow: 3px 0px 3px 0 rgb(0 0 0 / 26%);
  cursor: pointer;
  z-index: 100;
}

div#scroll-r-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: none;
  box-shadow: -3px 0px 3px 0 rgb(0 0 0 / 26%);
  cursor: pointer;
  z-index: 100;
}

#scroll-r-btn .arrows, #scroll-l-btn .arrows {
  width: 30px;
  margin: 12px 0;
  filter: invert(1);
}

.show-arrows div#scroll-r-btn {
  display: block;
}

.show-arrows.show-sl div#scroll-l-btn {
  display: block;
}

.show-arrows.hide-sr div#scroll-r-btn {
  display: none;
}

.custom-scroll::-webkit-scrollbar {
  width: 15px;
  background: transparent;
  border: 1px solid #fff;
  margin-right: 10px;
  padding: 5px;
  border-radius: 50px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 50px;
}

.timeline-slider::-webkit-scrollbar {
  height: 15px;
  background: transparent;
  border: 1px solid rgb(232 114 84 / 1);
  margin-right: 10px;
  padding: 5px;
  border-radius: 50px;
}

.timeline-slider::-webkit-scrollbar-thumb {
  background: #e87254;
  border-radius: 50px;
}

ol.letter-list {
  font-weight: 300;
  margin: 0 0 30px 30px;
  list-style: lower-alpha;
}

select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.responsive-video  {
  position: relative;
  margin: auto;
  max-width: 600px;
}

.responsive-video:before  {
  position: relative;
  content: "";
  display: block;
  padding-top: 56.25%;
}

.responsive-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sm-br {
  display: none;
}

@media(min-width:1280px) and (max-width:1480px) {
  .sm-br {
    display: block;
  }
}

.bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}

.navItemWrapper a.active span:after {
  content: "";
  display: block;
  width: 100%;
  bottom: -5px;
  left: 0;
  height: 2px;
  position: absolute;
  background: var(--color-d-orange);
}

.navItemWrapper a.active span {
  position: relative;
}

.header-spacer {
  position: relative;
  height: 160px;
  display: block;
}

header {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
}

.fixedsubnav {
  position: fixed !important;
  top: 160px;
  width: 100%;
  left: 0;
  z-index: 1000;
}

html {
  scroll-padding-top: 205px;
}

@media(min-width:640px) {
  .header-spacer {
    position: relative;
    height: 114px;
    display: block;
  }

  header {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
  }

  .fixedsubnav {
    position: fixed !important;
    top: 114px;
    width: 100%;
    left: 0;
    z-index: 1000;
  }

  html {
    scroll-padding-top: 205px;
  }
}

@media(min-width:769px) {
  .header-spacer {
    position: relative;
    height: 168px;
    display: block;
  }

  header {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
  }

  .fixedsubnav {
    position: fixed !important;
    top: 168px;
    width: 100%;
    left: 0;
    z-index: 1000;
  }

  html {
    scroll-padding-top: 205px;
  }
}

@media(max-width: 720px) {
  .hideBackgroundImage {
    background-image: none!important
  }
}

@media(min-width:1280px) {
  .header-spacer {
    position: relative;
    height: 145px;
    display: block;
  }

  header {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
  }

  .fixedsubnav {
    position: fixed !important;
    top: 145px;
    width: 100%;
    left: 0;
    z-index: 1000;
  }

  html {
    scroll-padding-top: 205px;
  }
}

#slider-counter {
  position: absolute;
  width: 100%;
  bottom: -24px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
}

@media(max-width:769px) {
  html {
    scroll-padding-top: 225px;
  }

  .hideBackgroundImage {
    display: none!important;
  }
}

/* ! tailwindcss v3.2.4 | 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.
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  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;
}

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

:root{
  --color-inherit: inherit;
  --color-current: currentColor;
  --color-transparent: transparent;
  --color-black: #000;
  --color-white: #fff;
  --color-slate-50: #f8fafc;
  --color-slate-100: #f1f5f9;
  --color-slate-200: #e2e8f0;
  --color-slate-300: #cbd5e1;
  --color-slate-400: #94a3b8;
  --color-slate-500: #64748b;
  --color-slate-600: #475569;
  --color-slate-700: #334155;
  --color-slate-800: #1e293b;
  --color-slate-900: #0f172a;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  --color-zinc-50: #fafafa;
  --color-zinc-100: #f4f4f5;
  --color-zinc-200: #e4e4e7;
  --color-zinc-300: #d4d4d8;
  --color-zinc-400: #a1a1aa;
  --color-zinc-500: #71717a;
  --color-zinc-600: #52525b;
  --color-zinc-700: #3f3f46;
  --color-zinc-800: #27272a;
  --color-zinc-900: #18181b;
  --color-neutral-50: #fafafa;
  --color-neutral-100: #f5f5f5;
  --color-neutral-200: #e5e5e5;
  --color-neutral-300: #d4d4d4;
  --color-neutral-400: #a3a3a3;
  --color-neutral-500: #737373;
  --color-neutral-600: #525252;
  --color-neutral-700: #404040;
  --color-neutral-800: #262626;
  --color-neutral-900: #171717;
  --color-stone-50: #fafaf9;
  --color-stone-100: #f5f5f4;
  --color-stone-200: #e7e5e4;
  --color-stone-300: #d6d3d1;
  --color-stone-400: #a8a29e;
  --color-stone-500: #78716c;
  --color-stone-600: #57534e;
  --color-stone-700: #44403c;
  --color-stone-800: #292524;
  --color-stone-900: #1c1917;
  --color-red-50: #fef2f2;
  --color-red-100: #fee2e2;
  --color-red-200: #fecaca;
  --color-red-300: #fca5a5;
  --color-red-400: #f87171;
  --color-red-500: #ef4444;
  --color-red-600: #dc2626;
  --color-red-700: #b91c1c;
  --color-red-800: #991b1b;
  --color-red-900: #7f1d1d;
  --color-orange-50: #fff7ed;
  --color-orange-100: #ffedd5;
  --color-orange-200: #fed7aa;
  --color-orange-300: #fdba74;
  --color-orange-400: #fb923c;
  --color-orange-500: #f97316;
  --color-orange-600: #ea580c;
  --color-orange-700: #c2410c;
  --color-orange-800: #9a3412;
  --color-orange-900: #7c2d12;
  --color-amber-50: #fffbeb;
  --color-amber-100: #fef3c7;
  --color-amber-200: #fde68a;
  --color-amber-300: #fcd34d;
  --color-amber-400: #fbbf24;
  --color-amber-500: #f59e0b;
  --color-amber-600: #d97706;
  --color-amber-700: #b45309;
  --color-amber-800: #92400e;
  --color-amber-900: #78350f;
  --color-yellow-50: #fefce8;
  --color-yellow-100: #fef9c3;
  --color-yellow-200: #fef08a;
  --color-yellow-300: #fde047;
  --color-yellow-400: #facc15;
  --color-yellow-500: #eab308;
  --color-yellow-600: #ca8a04;
  --color-yellow-700: #a16207;
  --color-yellow-800: #854d0e;
  --color-yellow-900: #713f12;
  --color-lime-50: #f7fee7;
  --color-lime-100: #ecfccb;
  --color-lime-200: #d9f99d;
  --color-lime-300: #bef264;
  --color-lime-400: #a3e635;
  --color-lime-500: #84cc16;
  --color-lime-600: #65a30d;
  --color-lime-700: #4d7c0f;
  --color-lime-800: #3f6212;
  --color-lime-900: #365314;
  --color-green-50: #f0fdf4;
  --color-green-100: #dcfce7;
  --color-green-200: #bbf7d0;
  --color-green-300: #86efac;
  --color-green-400: #4ade80;
  --color-green-500: #22c55e;
  --color-green-600: #16a34a;
  --color-green-700: #15803d;
  --color-green-800: #166534;
  --color-green-900: #14532d;
  --color-emerald-50: #ecfdf5;
  --color-emerald-100: #d1fae5;
  --color-emerald-200: #a7f3d0;
  --color-emerald-300: #6ee7b7;
  --color-emerald-400: #34d399;
  --color-emerald-500: #10b981;
  --color-emerald-600: #059669;
  --color-emerald-700: #047857;
  --color-emerald-800: #065f46;
  --color-emerald-900: #064e3b;
  --color-teal-50: #f0fdfa;
  --color-teal-100: #ccfbf1;
  --color-teal-200: #99f6e4;
  --color-teal-300: #5eead4;
  --color-teal-400: #2dd4bf;
  --color-teal-500: #14b8a6;
  --color-teal-600: #0d9488;
  --color-teal-700: #0f766e;
  --color-teal-800: #115e59;
  --color-teal-900: #134e4a;
  --color-cyan-50: #ecfeff;
  --color-cyan-100: #cffafe;
  --color-cyan-200: #a5f3fc;
  --color-cyan-300: #67e8f9;
  --color-cyan-400: #22d3ee;
  --color-cyan-500: #06b6d4;
  --color-cyan-600: #0891b2;
  --color-cyan-700: #0e7490;
  --color-cyan-800: #155e75;
  --color-cyan-900: #164e63;
  --color-sky-50: #f0f9ff;
  --color-sky-100: #e0f2fe;
  --color-sky-200: #bae6fd;
  --color-sky-300: #7dd3fc;
  --color-sky-400: #38bdf8;
  --color-sky-500: #0ea5e9;
  --color-sky-600: #0284c7;
  --color-sky-700: #0369a1;
  --color-sky-800: #075985;
  --color-sky-900: #0c4a6e;
  --color-blue-50: #eff6ff;
  --color-blue-100: #dbeafe;
  --color-blue-200: #bfdbfe;
  --color-blue-300: #93c5fd;
  --color-blue-400: #60a5fa;
  --color-blue-500: #3b82f6;
  --color-blue-600: #2563eb;
  --color-blue-700: #1d4ed8;
  --color-blue-800: #1e40af;
  --color-blue-900: #1e3a8a;
  --color-indigo-50: #eef2ff;
  --color-indigo-100: #e0e7ff;
  --color-indigo-200: #c7d2fe;
  --color-indigo-300: #a5b4fc;
  --color-indigo-400: #818cf8;
  --color-indigo-500: #6366f1;
  --color-indigo-600: #4f46e5;
  --color-indigo-700: #4338ca;
  --color-indigo-800: #3730a3;
  --color-indigo-900: #312e81;
  --color-violet-50: #f5f3ff;
  --color-violet-100: #ede9fe;
  --color-violet-200: #ddd6fe;
  --color-violet-300: #c4b5fd;
  --color-violet-400: #a78bfa;
  --color-violet-500: #8b5cf6;
  --color-violet-600: #7c3aed;
  --color-violet-700: #6d28d9;
  --color-violet-800: #5b21b6;
  --color-violet-900: #4c1d95;
  --color-purple-50: #faf5ff;
  --color-purple-100: #f3e8ff;
  --color-purple-200: #e9d5ff;
  --color-purple-300: #d8b4fe;
  --color-purple-400: #c084fc;
  --color-purple-500: #a855f7;
  --color-purple-600: #9333ea;
  --color-purple-700: #7e22ce;
  --color-purple-800: #6b21a8;
  --color-purple-900: #581c87;
  --color-fuchsia-50: #fdf4ff;
  --color-fuchsia-100: #fae8ff;
  --color-fuchsia-200: #f5d0fe;
  --color-fuchsia-300: #f0abfc;
  --color-fuchsia-400: #e879f9;
  --color-fuchsia-500: #d946ef;
  --color-fuchsia-600: #c026d3;
  --color-fuchsia-700: #a21caf;
  --color-fuchsia-800: #86198f;
  --color-fuchsia-900: #701a75;
  --color-pink-50: #fdf2f8;
  --color-pink-100: #fce7f3;
  --color-pink-200: #fbcfe8;
  --color-pink-300: #f9a8d4;
  --color-pink-400: #f472b6;
  --color-pink-500: #ec4899;
  --color-pink-600: #db2777;
  --color-pink-700: #be185d;
  --color-pink-800: #9d174d;
  --color-pink-900: #831843;
  --color-rose-50: #fff1f2;
  --color-rose-100: #ffe4e6;
  --color-rose-200: #fecdd3;
  --color-rose-300: #fda4af;
  --color-rose-400: #fb7185;
  --color-rose-500: #f43f5e;
  --color-rose-600: #e11d48;
  --color-rose-700: #be123c;
  --color-rose-800: #9f1239;
  --color-rose-900: #881337;
  --color-d-orange: #E87254;
  --color-d-blueL: #4476AD;
  --color-d-blueLL: #5B91CC;
  --color-d-blueD: #2E5A82;
  --color-d-blueDD: #071e32;
  --color-d-grayL: #B7B7B7;
  --color-d-paleB: #eef9fd;
}

*, ::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-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-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: 769px){
  .container{
    max-width: 769px;
  }
}

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

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

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

.orange-num{
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 114 84 / var(--tw-border-opacity));
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(232 114 84 / var(--tw-text-opacity));
}

@media(min-width:1280px) {
  .navItemWrapper:hover>.orange-num>.submenu {
    display: block;
  }
}

.blue-btn{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(46 90 130 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.blue-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(91 145 204 / var(--tw-bg-opacity));
}

@media (min-width: 769px){
  .blue-btn{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.full-bg-image{
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  width: 100%;
  max-width: 720px;
}

@media (min-width: 1280px){
  .full-bg-image{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    height: 100%;
    width: auto;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

h1{
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(46 90 130 / var(--tw-text-opacity));
}

@media (min-width: 769px){
  h1{
    font-size: 2.75rem;
    line-height: 3rem;
  }
}

h2{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(91 145 204 / var(--tw-text-opacity));
}

@media (min-width: 769px){
  h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h3{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(91 145 204 / var(--tw-text-opacity));
}

p{
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(46 90 130 / var(--tw-text-opacity));
}

a:hover{
  opacity: 0.7;
}

a.button{
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(46 90 130 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(91 145 204 / var(--tw-bg-opacity));
}

@media (min-width: 769px){
  a.button{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.right-\[20px\]{
  right: 20px;
}

.bottom-\[20px\]{
  bottom: 20px;
}

.top-\[100\%\]{
  top: 100%;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

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

.top-0{
  top: 0px;
}

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

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

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

.-right-\[140px\]{
  right: -140px;
}

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

.left-\[-10px\]{
  left: -10px;
}

.right-\[-10px\]{
  right: -10px;
}

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

.bottom-\[0\]{
  bottom: 0;
}

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

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

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

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

.isolate{
  isolation: isolate;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[9999\]{
  z-index: 9999;
}

.z-\[999999\]{
  z-index: 999999;
}

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

.z-\[1000\]{
  z-index: 1000;
}

.z-\[999\]{
  z-index: 999;
}

.m-2{
  margin: 0.5rem;
}

.m-0{
  margin: 0px;
}

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

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

.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

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

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

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

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

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

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

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

.ml-14{
  margin-left: 3.5rem;
}

.mr-14{
  margin-right: 3.5rem;
}

.block{
  display: block;
}

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

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.\!hidden{
  display: none !important;
}

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

.h-16{
  height: 4rem;
}

.h-12{
  height: 3rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-1{
  height: 0.25rem;
}

.h-8{
  height: 2rem;
}

.h-6{
  height: 1.5rem;
}

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

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

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

.h-full{
  height: 100%;
}

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

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

.h-5{
  height: 1.25rem;
}

.h-96{
  height: 24rem;
}

.h-10{
  height: 2.5rem;
}

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

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

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

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

.h-4{
  height: 1rem;
}

.h-auto{
  height: auto;
}

.h-20{
  height: 5rem;
}

.h-72{
  height: 18rem;
}

.max-h-0{
  max-height: 0px;
}

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

.min-h-screen{
  min-height: 100vh;
}

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

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

.w-full{
  width: 100%;
}

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

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

.w-5{
  width: 1.25rem;
}

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

.w-auto{
  width: auto;
}

.w-10{
  width: 2.5rem;
}

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

.w-60{
  width: 15rem;
}

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

.w-6{
  width: 1.5rem;
}

.w-24{
  width: 6rem;
}

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

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

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

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

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

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

.w-8\/12{
  width: 66.666667%;
}

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

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

.w-40{
  width: 10rem;
}

.w-16{
  width: 4rem;
}

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

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

.w-4{
  width: 1rem;
}

.w-20{
  width: 5rem;
}

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

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

.max-w-1440{
  max-width: 1440px;
}

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

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

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

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

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

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

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

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

.max-w-1028{
  max-width: 1028px;
}

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

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

.flex-none{
  flex: none;
}

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

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

.grow{
  flex-grow: 1;
}

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

.-translate-x-2\/4{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/4{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-pointer{
  cursor: pointer;
}

.cursor-\[initial\]{
  cursor: initial;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-0{
  gap: 0px;
}

.gap-12{
  gap: 3rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-5{
  gap: 1.25rem;
}

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.scroll-smooth{
  scroll-behavior: smooth;
}

.whitespace-nowrap{
  white-space: nowrap;
}

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

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

.border-b-\[20px\]{
  border-bottom-width: 20px;
}

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

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

.border-d-orange{
  --tw-border-opacity: 1;
  border-color: rgb(232 114 84 / var(--tw-border-opacity));
}

.border-d-blueDD{
  --tw-border-opacity: 1;
  border-color: rgb(7 30 50 / var(--tw-border-opacity));
}

.border-d-grayL{
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity));
}

.border-d-blueLL{
  --tw-border-opacity: 1;
  border-color: rgb(91 145 204 / var(--tw-border-opacity));
}

.border-d-blueD{
  --tw-border-opacity: 1;
  border-color: rgb(46 90 130 / var(--tw-border-opacity));
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

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

.border-t-d-blueL{
  --tw-border-opacity: 1;
  border-top-color: rgb(68 118 173 / var(--tw-border-opacity));
}

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

.border-b-d-orange{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 114 84 / var(--tw-border-opacity));
}

.bg-d-blueD{
  --tw-bg-opacity: 1;
  background-color: rgb(46 90 130 / var(--tw-bg-opacity));
}

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

.bg-d-blueL{
  --tw-bg-opacity: 1;
  background-color: rgb(68 118 173 / var(--tw-bg-opacity));
}

.bg-d-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(232 114 84 / var(--tw-bg-opacity));
}

.bg-d-paleB{
  --tw-bg-opacity: 1;
  background-color: rgb(238 249 253 / var(--tw-bg-opacity));
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-700\/90{
  background-color: rgb(51 65 85 / 0.9);
}

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

.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

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

.bg-d-blueLL{
  --tw-bg-opacity: 1;
  background-color: rgb(91 145 204 / var(--tw-bg-opacity));
}

.bg-d-orange\/100{
  background-color: rgb(232 114 84 / 1);
}

.bg-d-orange\/30{
  background-color: rgb(232 114 84 / 0.3);
}

.bg-d-blueLL\/5{
  background-color: rgb(91 145 204 / 0.05);
}

.bg-slate-800\/90{
  background-color: rgb(30 41 59 / 0.9);
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/delphinus-technologies-softvue-device-header-tablet\.jpg\)\]{
  background-image: url(https://www.delphinusmt.com/assets/images/delphinus-technologies-softvue-device-header-tablet.jpg);
}

.bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/delphinus-medical-technlogies-about-tablet\.jpg\)\]{
  background-image: url(https://www.delphinusmt.com/assets/images/delphinus-medical-technlogies-about-tablet.jpg);
}

.bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/delphinus-medical-technlogies-team-mark-forchette\.jpg\)\]{
  background-image: url(https://www.delphinusmt.com/assets/images/delphinus-medical-technlogies-team-mark-forchette.jpg);
}

.bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/delphinus-medical-technlogies-team-shawn-o\%E2\%80\%99brien\.jpg\)\]{
  background-image: url(https://www.delphinusmt.com/assets/images/delphinus-medical-technlogies-team-shawn-o%E2%80%99brien.jpg);
}

.bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/delphinus-medical-technlogies-team-scott-white\.jpg\)\]{
  background-image: url(https://www.delphinusmt.com/assets/images/delphinus-medical-technlogies-team-scott-white.jpg);
}

.bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/delphinus-medical-technlogies-team-heather-rone\.jpg\)\]{
  background-image: url(https://www.delphinusmt.com/assets/images/delphinus-medical-technlogies-team-heather-rone.jpg);
}

.bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/delphinus-medical-technlogies-team-olivier-roy\.jpg\)\]{
  background-image: url(https://www.delphinusmt.com/assets/images/delphinus-medical-technlogies-team-olivier-roy.jpg);
}

.bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/Duric-Neb\.jpg\)\]{
  background-image: url(https://www.delphinusmt.com/assets/images/Duric-Neb.jpg);
}

.bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/Littrup-Peter\.jpg\)\]{
  background-image: url(https://www.delphinusmt.com/assets/images/Littrup-Peter.jpg);
}

.bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/delphinus-technlogies-referral-resources-header\.jpg\)\]{
  background-image: url(https://www.delphinusmt.com/assets/images/delphinus-technlogies-referral-resources-header.jpg);
}

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

.bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/terms-bg\.jpg\)\]{
  background-image: url(https://www.delphinusmt.com/assets/images/terms-bg.jpg);
}

.bg-\[url\(\'assets\/images\/delphinus-breast-imaging-hero\.jpg\'\)\]{
  background-image: url('assets/images/delphinus-breast-imaging-hero.jpg');
}

.bg-\[url\(\/assets\/images\/delphinus-triad-technlogy-reflection-1\.jpg\)\]{
  background-image: url(/assets/images/delphinus-triad-technlogy-reflection-1.jpg);
}

.bg-\[url\(\/assets\/images\/delphinus-triad-technlogy-sound-speed-2\.jpg\)\]{
  background-image: url(/assets/images/delphinus-triad-technlogy-sound-speed-2.jpg);
}

.bg-\[url\(\/assets\/images\/delphinus-triad-technlogy-attenuation-3\.jpg\)\]{
  background-image: url(/assets/images/delphinus-triad-technlogy-attenuation-3.jpg);
}

.bg-\[url\(\/assets\/images\/delphinus-triad-technlogy-wafer-set1\.jpg\)\]{
  background-image: url(/assets/images/delphinus-triad-technlogy-wafer-set1.jpg);
}

.bg-\[url\(\/assets\/images\/delphinus-triad-technlogy-sound-speed-set2\.jpg\)\]{
  background-image: url(/assets/images/delphinus-triad-technlogy-sound-speed-set2.jpg);
}

.bg-\[url\(\/assets\/images\/delphinus-triad-technlogy-reflection-set3\.jpg\)\]{
  background-image: url(/assets/images/delphinus-triad-technlogy-reflection-set3.jpg);
}

.bg-\[url\(\/assets\/images\/delphinus-triad-technlogy-stiffness-fusion-set4\.jpg\)\]{
  background-image: url(/assets/images/delphinus-triad-technlogy-stiffness-fusion-set4.jpg);
}

.from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-d-blueDD{
  --tw-gradient-from: #071e32;
  --tw-gradient-to: rgb(7 30 50 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-d-blueLL{
  --tw-gradient-from: #5B91CC;
  --tw-gradient-to: rgb(91 145 204 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-d-blueD{
  --tw-gradient-to: #2E5A82;
}

.to-transparent{
  --tw-gradient-to: transparent;
}

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

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

.bg-\[length\:200px_auto\]{
  background-size: 200px auto;
}

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

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

.bg-\[-120px\]{
  background-position: -120px;
}

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

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

.p-\[2px\]{
  padding: 2px;
}

.p-8{
  padding: 2rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-2{
  padding: 0.5rem;
}

.p-5{
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-7{
  padding-left: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

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

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

.leading-\[1\.325\]{
  line-height: 1.325;
}

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

.leading-\[1\.2\]{
  line-height: 1.2;
}

.\!leading-\[1\.2\]{
  line-height: 1.2 !important;
}

.\!leading-\[1\.6\]{
  line-height: 1.6 !important;
}

.leading-\[1\.125\]{
  line-height: 1.125;
}

.leading-none{
  line-height: 1;
}

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

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

.tracking-\[0\.05rem\]{
  letter-spacing: 0.05rem;
}

.text-d-orange{
  --tw-text-opacity: 1;
  color: rgb(232 114 84 / var(--tw-text-opacity));
}

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

.text-d-blueD{
  --tw-text-opacity: 1;
  color: rgb(46 90 130 / var(--tw-text-opacity));
}

.text-d-blueLL{
  --tw-text-opacity: 1;
  color: rgb(91 145 204 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-d-blueL{
  --tw-text-opacity: 1;
  color: rgb(68 118 173 / var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

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

.opacity-100{
  opacity: 1;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-0{
  opacity: 0;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-30{
  opacity: 0.3;
}

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

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

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

.shadow-\[0_6px_10px_0_rgba\(0\2c 0\2c 100\2c 0\.35\)\]{
  --tw-shadow: 0 6px 10px 0 rgba(0,0,100,0.35);
  --tw-shadow-colored: 0 6px 10px 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);
}

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

.outline{
  outline-style: solid;
}

.outline-0{
  outline-width: 0px;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.drop-shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 1\)\]{
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

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

.hover\:border-b-d-orange:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 114 84 / var(--tw-border-opacity));
}

.hover\:bg-d-blueLL:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(91 145 204 / var(--tw-bg-opacity));
}

.hover\:bg-d-blueD:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(46 90 130 / var(--tw-bg-opacity));
}

.hover\:bg-white\/60:hover{
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-d-blueL:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(68 118 173 / var(--tw-bg-opacity));
}

.hover\:text-d-blueL:hover{
  --tw-text-opacity: 1;
  color: rgb(68 118 173 / var(--tw-text-opacity));
}

.hover\:text-d-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(232 114 84 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-60:hover{
  opacity: 0.6;
}

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

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.group:hover .group-hover\:hidden{
  display: none;
}

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

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

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

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

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

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

@media (min-width: 640px){
  .sm\:-top-28{
    top: -7rem;
  }

  .sm\:left-0{
    left: 0px;
  }

  .sm\:right-0{
    right: 0px;
  }

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

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

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

  .sm\:block{
    display: block;
  }

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

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:align-middle{
    vertical-align: middle;
  }

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

@media (min-width: 769px){
  .md\:left-0{
    left: 0px;
  }

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

  .md\:bottom-\[130px\]{
    bottom: 130px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

  .md\:h-36{
    height: 9rem;
  }

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

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

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

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

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

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

  .md\:w-8\/12{
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-8{
    width: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-10{
    gap: 2.5rem;
  }

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

  .md\:border-r{
    border-right-width: 1px;
  }

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

  .md\:bg-slate-100{
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  }

  .md\:bg-d-paleB{
    --tw-bg-opacity: 1;
    background-color: rgb(238 249 253 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[1\.325\]{
    line-height: 1.325;
  }

  .md\:drop-shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 1\)\]{
    --tw-drop-shadow: drop-shadow(0 0 10px rgba(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);
  }

  .md\:odd\:border-r-\[1px\]:nth-child(odd){
    border-right-width: 1px;
  }

  .md\:odd\:border-r-d-blueL:nth-child(odd){
    --tw-border-opacity: 1;
    border-right-color: rgb(68 118 173 / var(--tw-border-opacity));
  }

  .md\:odd\:pr-12:nth-child(odd){
    padding-right: 3rem;
  }

  .md\:even\:pl-12:nth-child(even){
    padding-left: 3rem;
  }
}

@media (min-width: 1280px){
  .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
	
  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

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

  .lg\:left-\[0\]{
    left: 0;
  }

  .lg\:top-\[unset\]{
    top: unset;
  }

  .lg\:right-\[unset\]{
    right: unset;
  }

  .lg\:top-\[50\%\]{
    top: 50%;
  }

  .lg\:left-\[50\%\]{
    left: 50%;
  }

  .lg\:-top-32{
    top: -8rem;
  }
  
  .lg\:-top-36 {
    top: -9rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mr-14{
    margin-right: 3.5rem;
  }

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

  .lg\:block{
    display: block;
  }

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

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

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

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:w-32{
    width: 8rem;
  }

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

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

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

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

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

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

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

  .lg\:w-40{
    width: 10rem;
  }

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

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

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

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

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

  .lg\:translate-y-full{
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-\[-50\%\]{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-\[-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));
  }

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

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

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

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

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

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

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

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

  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

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

  .lg\:border-r-\[1px\]{
    border-right-width: 1px;
  }

  .lg\:border-d-orange{
    --tw-border-opacity: 1;
    border-color: rgb(232 114 84 / var(--tw-border-opacity));
  }

  .lg\:bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/delphinus-technologies-softvue-device-header\.jpg\)\]{
    background-image: url(https://www.delphinusmt.com/assets/images/delphinus-technologies-softvue-device-header.jpg);
  }

  .lg\:bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/delphinus-medical-technlogies-about\.webp\)\]{
    background-image: url(https://www.delphinusmt.com/assets/images/delphinus-medical-technlogies-about.webp);
  }

  .lg\:bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/delphinus-technlogies-referral-resources-header\.jpg\)\]{
    background-image: url(https://www.delphinusmt.com/assets/images/delphinus-technlogies-referral-resources-header.jpg);
  }

  .lg\:bg-\[url\(\'\/assets\/images\/news-bg-r\.png\'\)\]{
    background-image: url('/assets/images/news-bg-r.png');
  }

  .lg\:bg-\[url\(https\:\/\/www\.delphinusmt\.com\/assets\/images\/terms-bg\.jpg\)\]{
    background-image: url(https://www.delphinusmt.com/assets/images/terms-bg.jpg);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

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

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

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

  .lg\:pl-28{
    padding-left: 7rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-4\.5xl {
    font-size: 2.75rem;
    line-height: 3rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:tracking-\[\.325rem\]{
    letter-spacing: .325rem;
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

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

  .group:hover .lg\:group-hover\:bg-d-orange{
    --tw-bg-opacity: 1;
    background-color: rgb(232 114 84 / var(--tw-bg-opacity));
  }

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

@media (min-width: 1920px){
  .xl\:w-9\/12{
    width: 75%;
  }

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


.bg-\[url\(\/assets\/images\/delphinus-medical-technlogies-team-scott-white\.jpg\)\] {
    background-image: url(/assets/images/delphinus-medical-technlogies-team-scott-white.jpg);
}

.bg-\[url\(\/assets\/images\/michael\.jpg\)\] {
    background-image: url(/assets/images/michael.jpg);
}

.bg-\[url\(\/assets\/images\/delphinus-medical-technlogies-team-heather-rone\.jpg\)\] {
    background-image: url(/assets/images/delphinus-medical-technlogies-team-heather-rone.jpg);
}

.bg-\[url\(\/assets\/images\/rama\.jpg\)\] {
    background-image: url(/assets/images/rama.jpg);
}

.bg-\[url\(\/assets\/images\/elise\.jpg\)\] {
    background-image: url(/assets/images/elise.jpg);
}

.bg-\[url\(\/assets\/images\/Duric-Neb\.jpg\)\] {
    background-image: url(/assets/images/Duric-Neb.jpg);
}

.bg-\[url\(\/assets\/images\/Littrup-Peter\.jpg\)\] {
    background-image: url(/assets/images/Littrup-Peter.jpg);
}

.bg-\[url\(\/assets\/images\/dane-headshot\.png\)\] {
    background-image: url(/assets/images/dane-headshot.png);
}


.pl-6 {
    padding-left: 1.5rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.border-l-d-orange {
    --tw-border-opacity: 1;
    border-left-color: rgb(232 114 84 / var(--tw-border-opacity));
}
.border-l-4 {
    border-left-width: 4px;
}