body {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
}

section, main, .inner-footer {
  display: block;
  max-width: 1920px;
  margin: auto;
}

@media (min-width:1280px) {
  .h-screen {
    min-height: 880px;
  }
}

.font-extended {
  font-family: "aktiv-grotesk-extended", sans-serif;
}

.heading-primary {
  font-size: 36px;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 46px;
}

.heading-tertiary {
  font-size: 22px;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
}

.heading-tertiary-reg {
  font-size: 22px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
}

@media(max-width:767px) {
  .heading-primary {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-tertiary, .heading-tertiary-reg {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}

#primary-nav, #primary-inner-nav {
  background: linear-gradient(89deg, #2896fa, #1932c8);
}

#mobile-nav {
  background: linear-gradient(89deg, #1932c8, #2896fa);
}

#mobile-nav:before {
  content: "";
  position: absolute;
}

.grey-bg-banner {
  position: relative;
}

.grey-bg-banner:before {
  content: "";
  width: 500%;
  background: var(--color-dynex-pale-blue);
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

div#hero-nav:before {
  content: "";
  display: block;
  position: absolute;
  width: 530px;
  height: 125%;
  top: 50%;
  left: 0;
  background: radial-gradient(circle, #2795f9, #1c4ad4);
  border-radius: 0 1000px 1000px 0;
  transform: translateY(-50%);
  padding: 0 0 0 200px;
  box-sizing: content-box;
  margin-left: -200px;
}

div#hero-nav > div {
  position: relative;
  z-index: 10;
}

span.menu-arrow {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid transparent;
  border-left: 10px solid #fff;
  margin-left: 8px;
  margin-top: 3px;
  display: inline-block;
  vertical-align: text-top;
}

.responsive-iframe-map {
  position: relative;
}

.responsive-iframe-map:before {
  content: "";
  padding-top: 75%;
  display:    block;
  position:   relative;
}

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

.circle-info-wrap {
  background: rgba(255,255,255,0.8) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  z-index: 100;
  bottom: 100px;
  left: 380px;
  padding: 0px;
  border-radius: 300px;
  height: 250px;
  //width: 980px;
  width: 250px;
  transition: width .4s;
  overflow: hidden;
}

.circle-info-wrap.active {
  width: 980px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), white)
}

.circle-info {
  width: 250px;
  height: 250px;
  box-sizing: border-box;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 15px;
  flex: 0 0 250px;
  cursor: pointer;
}

.cc-img {
  width: 200px;
  height: 200px;
  flex: 0 0 200px;
}

.cc-img img{
  height: auto;
}

.circle-content {
  width: 650px;
}

.cc-content {
  width: 420px;
  flex: 0 0 420px;
}

.circle-arrow {
  cursor: pointer;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: all .4s;
}

.circle-arrow.active {
  transform: rotate(180deg);
}

@media(min-width:1280px) and (max-width:1400px) {
  .circle-info-wrap {
    bottom: 20px;
  }

  .circle-info-wrap.active {
    width: 860px;
  }

  .cc-img {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
  }

  .cc-content {
    width: 345px;
    flex: 0 0 345px;
  }
}

@media(max-width:1279px) {
  .circle-info-wrap {
    z-index: 100;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-70px);
    bottom: initial;
    transition: none;
  }

  .circle-arrow {
    transform: rotate(90deg);
  }

  .circle-arrow.active {
    transform: rotate(-90deg);
  }

  .circle-info-wrap.active {
    width: 90%;
    height: auto;
    border-radius: 50px;
    background: rgba(255,255,255,1) 0% 0% no-repeat padding-box;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
  }

  .cc-img {
    width: 40%;
    height: auto;
    flex: 0 0 40%;
  }

  .cc-img img{
    height: 260px;
  }

  .circle-content {
    width: 100%;
    padding: 0 20px 20px;
  }

  .cc-content {
    width: 60%;
    flex: 0 0 60%;
  }

  .active .circle-info {
    height: auto;
    padding-top: 30px;
  }

  .cc-img img {
    margin: auto;
  }
}

@media(max-width:767px) {
  .cc-content {
    width: 100%;
    flex: 0 0 100%;
  }

  .cc-img {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
  }

  .active .circle-info {
    height: auto;
  }
}

.system-tooltip-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.system-tooltip-wrap {
  position: relative;
  max-width: 480px;
  margin: auto;
}

main {
  overflow: hidden;
}

@media(max-width:1350px) and (min-width:1200px) {
  .logo {
    max-height: 2rem;
  }
}

body, p {
  color: #19283C;
}

.news-single p, .news-single img{
  margin-bottom: 15px;
}

.news-single a {
  text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(25 50 200 / var(--tw-text-opacity));
}

.btn {
  display: inline-block;
  font-size: 16px;
}

#mobile-nav > div {
  overflow: auto;
}

p a:hover {
  opacity: 0.7;
}

#mobile-nav > div::-webkit-scrollbar {
  width: 3px;
  /* Set the width of the scrollbar */
}

#mobile-nav > div::-webkit-scrollbar-track {
  background: transparent;
  /* Set the background color of the scrollbar track */
}

#mobile-nav > div::-webkit-scrollbar-thumb {
  background: #fff;
  /* Set the color of the scrollbar thumb */
}

#mobile-nav > div::-webkit-scrollbar-thumb:hover {
  background: #fff;
  /* Set the color of the scrollbar thumb on hover */
}

.inner-footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, black, transparent);
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(90deg, var(--unnamed-color-2896fa) 0%, #D6198E 76%, #FFE8EE 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #2896FA 0%, #D6198E 76%, #FFE8EE 100%) 0% 0% no-repeat padding-box;
}

.inner-footer {
  position: relative;
}

@media(min-width:981px) {
  .scale-1-2 {
    transform: scale(1.2);
    margin-top: 5%;
    margin-bottom: 5%;
    transform-origin: center right;
  }
}

.system-tooltip-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.system-tooltip-wrap {
  position: relative;
  max-width: 480px;
  margin: auto;
}

[id*=tooltip_] {
  display: none;
}

[id*=point_] {
  cursor:pointer;
}

.hex-bg-right > div {
  position: relative;
  z-index: 100;
}

.hex-bg-right {
  position: relative;
}

.hex-bg-right:before {
  background-image: url(https://www.dynextechnologies.com/images/dynex-light-blue-hexagon-shapes.svg);
  background-size: auto 360px;
  background-repeat: no-repeat;
  background-position: top right;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hex-blue-gradient > div {
  position: relative;
  z-index: 10;
}

.hex-blue-gradient:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(https://www.dynextechnologies.com/images/dynex-light-blue-hexagon-shapes.svg);
  background-size: auto 360px;
  background-repeat: no-repeat;
  background-position: top left;
  opacity: .1;
  z-index: 1;
}

.hex-blue-gradient {
  background-image: linear-gradient(45deg, #1933c8, #2895fa);
  position: relative;
}

header a {
  border-bottom: 2px solid transparent;
}

header a.active {
  border-bottom: 2px solid var(--color-dynex-pink);
}

#map {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
}

a.btn-web {
  color: #fff;
  background: #dc149b;
  text-decoration: none;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  border-radius: 100px;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}

a {
  color: #dc149b;
}

.plc-title {
  color: #19283c;
}

.tt_name_sm {
  float: left;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
  opacity: 1;
  color: #19283c;
}

.tt_sm {
  opacity: 1 !Important;
  padding: 20px !important;
}

figure.accordion-toggle-icon span:nth-of-type(2) {
  position: absolute;
  width: 4px;
  height: 20px;
  background: var(--color-dynex-dark-blue);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s;
}

figure.accordion-toggle-icon span:nth-of-type(1) {
  position: absolute;
  width: 20px;
  height: 4px;
  background: var(--color-dynex-dark-blue);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

figure.accordion-toggle-icon.pink span:nth-of-type(2) {
  background: var(--color-dynex-pink);
}

figure.accordion-toggle-icon.pink span:nth-of-type(1) {
  background: var(--color-dynex-pink);
}

figure.accordion-toggle-icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  flex: 0 0 40px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-toggle.active figure.accordion-toggle-icon span:nth-of-type(2) {
  opacity: 0;
}

.accordion-content {
  display: none;
}

.rounded-image-wrap {
  background: linear-gradient(270deg, #2896fa 35%, #dc149b, #ffebf0);
  padding: 5px 5px 5px 0;
  border-radius: 0 300px 300px 0;
  overflow: hidden;
}

.rounded-image-wrap img {
  border-radius: 0 300px 300px 0;
}

.rounded-video-wrap {
  background: linear-gradient(270deg, #2896fa 35%, #dc149b, #ffebf0);
  padding: 5px 5px 5px 0;
  border-radius: 0 300px 300px 0;
  overflow: hidden;
}

video.round-video {
  border-radius: 0 300px 300px 0;
}

.mw-800 {
  max-width: 800px;
  width: 100%;
}

.mw-900 {
  max-width: 900px;
  width: 100%;
}

.hex-blue-gradient-right:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(https://www.dynextechnologies.com/images/dynex-light-blue-hexagon-shapes.svg);
  background-size: auto 360px;
  background-repeat: no-repeat;
  background-position: top left;
  opacity: .1;
  z-index: 1;
  transform: rotate(180deg);
}

.shadowbox-inner {
  position: relative;
  overflow: hidden;
}

.shadowbox-inner > * {
  position: relative;
  z-index: 10;
}

.shadowbox-inner:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFf 0%, rgb(222 222 222) 100%) 0% 0% no-repeat padding-box;
}

@media(max-width:980px) {
  .shadowbox-inner:before {
    height: 50px;
  }
}

a.dynex-map-link:hover {
  opacity: .7;
}

a.dynex-map-link img {
  display: block;
  width: 100%;
}

a.dynex-map-link {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  max-width: 320px;
  transform-origin: center;
  transition: all .4s;
}

.hero-slider-item {
  transition: opacity .6s;
}

.circle-info-wrap {
  transition: all .6s;
  z-index: 100;
}

@media(min-width:981px) {
  .circle-info-wrap.opacity-0 {
    z-index: 1;
  }
}

@media(max-width:980px) {
  .circle-info-wrap.opacity-0 {
    z-index: 1;
  }
}

.hero-hex-bg {
  background-image: url(https://www.dynextechnologies.com/images/dynex-light-blue-hexagon-shapes.svg);
  background-position: bottom right;
  background-size: 40% auto;
  background-repeat: no-repeat;
}

.section-hex-bg {
  background-image: url(https://www.dynextechnologies.com/images/dynex-light-blue-hexagon-shapes.svg);
  background-position: top right;
  background-size: 40% auto;
  background-repeat: no-repeat;
}

.load-more-button {
  display: inline-block;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  line-height: 22px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 9999px;
  background: #dc149b;
}

.load-more-button:hover {
  opacity: .7;
}

.circle-logo {
  height: 60px;
}

.topic-breaks {
  display: none;
}

@media(max-width:1580px) {
  .topic-breaks {
    display: block;
  }
}

span.hs-form-required {
  color: #ff0000;
  font-weight: bold;
  margin-left: 2px;
}

label.hs-error-msg {
  color: #ff0000;
}

/* ! 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;
}
.list-disc {
    list-style-type: disc;
}
/*
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-dynex-dark-blue: #1932c8;
  --color-dynex-light-blue: #AADCFF;
  --color-dynex-pale-blue: #F0F5FA;
  --color-dynex-pink: #DC149B;
  --color-dynex-light-grey: #f0f5fa;
  --color-dynex-mid-grey: #839bb3;
  --color-dynex-grey: #7D96AF;
  --color-dynex-pale-green: #f2fcfc;
  --color-dynex-green: #00c8d2;
}

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

.btn {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(220 20 155 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "aktiv-grotesk-extended", sans-serif;
}

.btn:hover {
  opacity: 0.7;
}

@media (min-width: 1280px) {
  .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

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

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

.top-6 {
  top: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.h-4 {
  height: 1rem;
}

.h-screen {
  height: 100vh;
}

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

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

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

.w-4 {
  width: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

.origin-center {
  transform-origin: center;
}

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

.translate-x-full {
  --tw-translate-x: 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));
}

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

.-translate-x-full {
  --tw-translate-x: -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));
}

.-translate-x-\[40px\] {
  --tw-translate-x: -40px;
  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));
}

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-16 {
  gap: 4rem;
}

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

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

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

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

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

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

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-dynex-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(170 220 255 / var(--tw-border-opacity));
}

.border-dynex-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(25 50 200 / var(--tw-border-opacity));
}

.border-t-dynex-dark-blue {
  --tw-border-opacity: 1;
  border-top-color: rgb(25 50 200 / var(--tw-border-opacity));
}

.border-b-dynex-light-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(170 220 255 / var(--tw-border-opacity));
}

.border-b-dynex-light-grey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 245 250 / var(--tw-border-opacity));
}

.border-t-dynex-light-grey {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 245 250 / var(--tw-border-opacity));
}

.bg-dynex-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(220 20 155 / var(--tw-bg-opacity));
}

.bg-dynex-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 250 / var(--tw-bg-opacity));
}

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

.bg-dynex-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(25 50 200 / var(--tw-bg-opacity));
}

.bg-dynex-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(170 220 255 / var(--tw-bg-opacity));
}

.bg-dynex-pale-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 250 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\/images\/dynex-ds2-elisa-tablet\.jpg\'\)\] {
  background-image: url('/images/dynex-ds2-elisa-tablet.jpg');
}

.bg-\[url\(\'\/images\/dynex-dsx-elisa-tablet\.jpg\'\)\] {
  background-image: url('/images/dynex-dsx-elisa-tablet.jpg');
}

.bg-\[url\(\'\/images\/dynex-agility-elisa-tablet\.jpg\'\)\] {
  background-image: url('/images/dynex-agility-elisa-tablet.jpg');
}

.p-6 {
  padding: 1.5rem;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pr-\[50px\] {
  padding-right: 50px;
}

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

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

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

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

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

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

.text-sm {
  font-size: 16px;
  line-height: 22px;
}

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

.text-xs {
  font-size: 14px;
  line-height: 22px;
}

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

.\!text-xs {
  font-size: 14px !important;
  line-height: 22px !important;
}

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

.font-\[500\] {
  font-weight: 500;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

.text-dynex-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(25 50 200 / var(--tw-text-opacity));
}

.text-dynex-grey {
  --tw-text-opacity: 1;
  color: rgb(125 150 175 / var(--tw-text-opacity));
}

.text-dynex-mid-grey {
  --tw-text-opacity: 1;
  color: rgb(131 155 179 / var(--tw-text-opacity));
}

.text-dynex-pink {
  --tw-text-opacity: 1;
  color: rgb(220 20 155 / var(--tw-text-opacity));
}

.text-dynex-green {
  --tw-text-opacity: 1;
  color: rgb(0 200 210 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.hover\:text-dynex-light-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(170 220 255 / var(--tw-text-opacity));
}

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

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

@media (min-width: 768px) {
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .md\:block {
    display: block;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .lg\:w-1\/5 {
      width: 20%;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:mr-12 {
    margin-right: 3rem;
  }
  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

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

  .lg\:border-r-dynex-light-blue {
    --tw-border-opacity: 1;
    border-right-color: rgb(170 220 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-dynex-light-blue {
    --tw-border-opacity: 1;
    border-left-color: rgb(170 220 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-dynex-dark-blue {
    --tw-border-opacity: 1;
    border-left-color: rgb(25 50 200 / var(--tw-border-opacity));
  }

  .lg\:bg-\[url\(\'\/images\/dynex-ds2-elisa-hero\.jpg\'\)\] {
    background-image: url('/images/dynex-ds2-elisa-hero.jpg');
  }

  .lg\:bg-\[url\(\'\/images\/dynex-dsx-elisa-hero\.jpg\'\)\] {
    background-image: url('/images/dynex-dsx-elisa-hero.jpg');
  }

  .lg\:bg-\[url\(\'\/images\/dynex-agility-elisa-hero\.jpg\'\)\] {
    background-image: url('/images/dynex-agility-elisa-hero.jpg');
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}






{!-- NEW FOR LEADERSHIP PAGE --}

#leadershipWrapper .absolute {
  position: absolute;
}

#leadershipWrapper .fixed {
  position: fixed;
}

#leadershipWrapper .relative {
  position: relative;
}

#leadershipWrapper .bottom-0 {
  bottom: 0px;
}

#leadershipWrapper .left-0 {
  left: 0px;
}

#leadershipWrapper .right-0 {
  right: 0px;
}

#leadershipWrapper .right-3 {
  right: 0.75rem;
}

#leadershipWrapper .top-0 {
  top: 0px;
}

#leadershipWrapper .top-4 {
  top: 1rem;
}

#leadershipWrapper .z-\[10\] {
  z-index: 10;
}

#leadershipWrapper .z-\[3\] {
  z-index: 3;
}

#leadershipWrapper .z-\[5\] {
  z-index: 5;
}

#leadershipWrapper .m-6 {
  margin: 1.5rem;
}

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

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

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

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

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

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

#leadershipWrapper .block {
  display: block;
}

#leadershipWrapper .flex {
  display: flex;
}

#leadershipWrapper .hidden {
  display: none;
}

#leadershipWrapper .h-10 {
  height: 2.5rem;
}

#leadershipWrapper .h-full {
  height: 100%;
}

#leadershipWrapper .max-h-\[85vh\] {
  max-height: 85vh;
}

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

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

#leadershipWrapper .w-full {
  width: 100%;
}

#leadershipWrapper .max-w-\[1310px\] {
  max-width: 1310px;
}

#leadershipWrapper .cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

#leadershipWrapper .overflow-hidden {
  overflow: hidden;
}

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

#leadershipWrapper .bg-Dblue\/90 {
  background-color: rgb(40 150 250 / 0.9);
}

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

#leadershipWrapper .bg-Dblue2\/90 {
  background-color: rgb(25 50 200 / 0.9);
}

#leadershipWrapper .bg-Dblue2\/80 {
  background-color: rgb(25 50 200 / 0.8);
}

#leadershipWrapper .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

#leadershipWrapper .from-Dblue {
  --tw-gradient-from: #2896FA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 150 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#leadershipWrapper .via-Dpurple {
  --tw-gradient-to: rgb(214 25 142 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #D6198E var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#leadershipWrapper .to-Dgray {
  --tw-gradient-to: #FFE8EE var(--tw-gradient-to-position);
}

#leadershipWrapper .p-10 {
  padding: 2.5rem;
}

#leadershipWrapper .p-2 {
  padding: 0.5rem;
}

#leadershipWrapper .p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

#leadershipWrapper .uppercase {
  text-transform: uppercase;
}

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

#leadershipWrapper .text-Dblue2 {
  --tw-text-opacity: 1;
  color: rgb(25 50 200 / var(--tw-text-opacity)) !important;
}

#leadershipWrapper .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

#leadershipWrapper .from-dynex-dark-blue {
  --tw-gradient-from: #1932c8 var(--tw-gradient-from-position);
}

#leadershipWrapper .via-dynex-pink {
  --tw-gradient-stops: #DC149B var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#leadershipWrapper .to-fuchsia-200 {
  --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position);
}

#leadershipWrapper .from-dynex-dark-blue.via-dynex-pink.to-fuchsia-200 {
  background: linear-gradient(to right, #1932c8, #DC149B, #f5d0fe) !important
}

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

#leadershipWrapper .group:hover .group-hover\:-mt-10 {
  margin-top: -2.5rem;
}

@media (min-width: 640px) {
  #leadershipWrapper .sm\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #leadershipWrapper .md\:block {
    display: block;
  }

  #leadershipWrapper .md\:hidden {
    display: none;
  }

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

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

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

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

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

  #leadershipWrapper .md\:pl-10 {
    padding-left: 2.5rem;
  }

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

@media (min-width: 1280px) {
  #leadershipWrapper .lg\:w-1\/4 {
    width: 25%;
  }
}