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

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

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

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

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

.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;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: column-reverse;
}
.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

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

.\!-right-40 {
  right: -10rem !important;
}

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

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

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

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-20 {
  margin-top: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.mt-20 {
  margin-top: 5rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-auto {
  height: auto;
}

.h-4 {
  height: 1rem;
}

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

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

.h-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-6 {
  height: 1.5rem;
}

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

.w-full {
  width: 100%;
}

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

.w-\[40px\] {
  width: 40px;
}
.w-1\/3 {
  width: 33.33333%;
}
.w-2\/3 {
  width: 66.666667%;
}

.w-28 {
  width: 7rem;
}

.w-4 {
  width: 1rem;
}

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

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

.w-screen {
  width: 100vw;
}

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

.w-6 {
  width: 1.5rem;
}

.w-32 {
  width: 8rem;
}

.\!max-w-\[85\%\] {
  max-width: 85% !important;
}

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

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

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

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

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

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

.max-w-xs {
  max-width: 20rem;
}

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

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

.border {
  border-width: 1px;
}
.border-bottom {
	border-bottom-width: 1px;
}
.border-bottom-purple {
	border-bottom-color: var(--purple_color);
}
.border-bottom-orange {
	border-bottom-color: var(--orange_color);
}

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

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

.bg-\[\#1680A4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 128 164 / var(--tw-bg-opacity));
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-\[\#002758\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 88 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/img\/tris-pharma-ADHD-medication-swoosh-branding-2\.webp\'\)\] {
  background-image: url('../img/tris-pharma-ADHD-medication-swoosh-branding-2.webp');
}

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

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#deefff\] {
  --tw-gradient-to: #deefff;
}

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

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.\!p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

.pb-40 {
  padding-bottom: 10rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!font-normal {
  font-weight: 400 !important;
}

.\!font-bold {
  font-weight: 700 !important;
}

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

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

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

.leading-4 {
  line-height: 1rem;
}

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

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

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


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

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

.text-\[\#002758\] {
  --tw-text-opacity: 1;
  color: rgb(0 39 88 / var(--tw-text-opacity));
}

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

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

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_0_20px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-drop-shadow: drop-shadow(0 0 20px rgba(0,0,0,0.5));
  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;
}

/* Row */

.row-wrap {
  display: block;
  width:  100%;
  padding: 60px 20px;
  box-sizing: border-box;
}
footer .row-wrap {
  padding: 0 20px 40px 20px;
}
.row-wrap.pt-0 {
	padding-top:0;
}
.row-wrap.pb-30 {
	padding-bottom:30px;
}

.row {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.disclaimer-text {
  font-size: 12px;
}

.disclaimer-text sup {
  font-size: 10px;
}

/* Headings */

.heading-hero {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: #002758;
}

.heading-hero sup {
  font-size: 40%;
  line-height: 1;
}

.heading-primary {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #002758
}
#hero .heading-primary {
  font-size: 36px !important;
  font-weight: 600;
  line-height: 1.2;
  color: #002758
}
#dxrd-callout .heading-primary {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  color: #002758
}

.heading-primary-2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--purple_color);
}

.heading-secondary {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-secondary-2 {
  font-size: 52px;
  font-weight: 300;
  line-height: 1.1;
  font-family: Montserrat;
}

.heading-tertiary {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  color: #002758;
}
.float-none {
  float: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@media(max-width: 1279px) {
  .heading-hero {
    font-size: 36px;
  }
  #hero .heading-primary {
    font-size: 30px !important;
  }
  .heading-primary {
    font-size: 30px;
  }
  #dxrd-callout .heading-primary {
	font-size: 28px;
  }

  .heading-secondary {
    font-size: 23px;
  }

  .heading-tertiary {
    font-size: 20px;
  }
}

@media(max-width: 980px) {
  .heading-hero {
    font-size: 32px;
  }

  #hero .heading-primary {
    font-size: 28px !important;
  }
  .heading-primary {
    font-size: 28px;
  }
  #dxrd-callout .heading-primary {
	font-size: 24px;
  }

  .heading-secondary {
    font-size: 23px;
  }

  .heading-tertiary {
    font-size: 20px;
  }
  .row-wrap {
    padding: 30px 20px;
  }
}

.heading-secondary strong{
  font-weight: 800;
}

@media (min-width: 1280px) {
  .lg-img {
    max-width: 100%;
    transform-origin: right bottom;
    transform: scale(1.6);
  }

  .lg-img-center-right {
    max-width: 100%;
    transform-origin: center right;
    transform: scale(1.1);
  }

  .lg-img-v2 {
    max-width: 680px;
    transform-origin: right center;
    right: -50px;
    position: absolute;
  }
}

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

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

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

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

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

@media(max-width:980px) {
  .mw-sm {
    max-width: 530px;
    width: 100%;
  }
}

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

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


@media (min-width: 640px) {
   .sm\:-mb-\[200px\] {
     margin-bottom: -200px;
   }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-auto {
  	width: auto;
  }

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

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

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

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

  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
}

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

  .text-2xl {
    font-size: 1.5rem;
  }
    .none {
      display: none;
    }

@media (min-width: 768px) {
  .md\:float-none {
    float: none;
  }
  .md\:float-right {
    float: right;
  }
  .md\:float-left {
    float: left;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: column-reverse;
  }

  .md\:h-\[220px\] {
    height: 220px;
  }
  .md\:text-white {
    --tw-text-opacity: 1;
   color: rgb(255 255 255 / var(--tw-text-opacity));
 }
 .md\:\!text-white {
    --tw-text-opacity: 1 !important;
   color: rgb(255 255 255 / var(--tw-text-opacity))!important;
 }
  .md\:top-4 {
    top: 1rem;
  }

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

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

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

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

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

  .md\:\!mb-0 {
    margin-bottom: 0px !important;
  }
  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .md\:-mt-4 {
    margin-top: -1rem;
  }
  .md\:-mt-10 {
    margin-top: -2.5rem;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:mt-6 {
    margin-top: 1.25rem;
  }

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

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

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

  .md\:mb-\[20px\] {
    margin-left: 20px;
  }

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

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

  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:block {
    display: block;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:none {
    display: none;
  }
  .md\:block {
    display: block;
  }
}

@media (min-width: 1280px) {
  .lg\:float-none {
    float: none;
  }
  .lg\:float-right {
    float: right;
  }
  .lg\:float-left {
    float: left;
  }  
  .lg\:font-bold {
      font-weight: bold;
    }
   .lg\:inline-block {
    display: inline-block;
   }
   .lg\:text-white {
      --tw-text-opacity: 1;
     color: rgb(255 255 255 / var(--tw-text-opacity));
   }
   .lg\:\!text-white {
      --tw-text-opacity: 1 !important;
     color: rgb(255 255 255 / var(--tw-text-opacity))!important;
   }
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

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

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

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

  .lg\:-mr-\[60px\] {
    margin-right: -60px;
  }

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

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

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

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

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

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

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

  .lg\:-mr-\[80px\] {
    margin-right: -80px;
  }

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

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

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

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

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

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

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

  .lg\:max-w-\[150px\] {
    max-width: 150px;
  }
  .lg\:-mb-\[200px\] {
    margin-bottom: -200px;
  }
  .lg\:grow-0 {
    flex-grow: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1445px) {
  .min-\[1445px\]\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.circle-percentage:before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 130%;
  padding-top: 130%;
  background: var(--purple_color);
  border-radius: 50%;
  opacity: .1;
}

.circle-percentage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 80px;
  font-weight: 700;
  color: var(--purple_color);
}