<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-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:-ms-input-placeholder, textarea:-ms-input-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;
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}::-webkit-date-and-time-value {
  min-height: 1.5em;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox'] {
  border-radius: 0px;
}[type='radio'] {
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}/* Hide scrollbar for Chrome, Safari and Opera */.no-scrollbar::-webkit-scrollbar {
    display: none;
  }/* Hide scrollbar for IE, Edge and Firefox */.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}@media (min-width: 400px) {

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

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 1982px;
  }
}.facetwp-pager .facetwp-pager {
  display: flex;
  justify-content: center;
  gap: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 12px;
}@media (min-width: 500px) {

  .facetwp-pager .facetwp-pager {
    gap: 10px;
    font-size: 20px;
  }
}.facetwp-pager a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}.facetwp-pager a:hover:not(.first) {
  --tw-text-opacity: 1;
  color: rgb(5 93 163 / var(--tw-text-opacity));
}.facetwp-pager a.next {
  position: relative;
  color: rgba(0,0,0,0);
}.facetwp-pager a.next:after {
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 35px;
  width: 35px;
  --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));
  background-image: url('./images/icon-arrow-right.svg');
  background-size: contain;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  --tw-content: "";
  content: var(--tw-content);
}.facetwp-pager a.next:hover {
  color: rgba(0,0,0,0);
}.facetwp-pager a.next:hover:after {
  --tw-translate-x: 10px;
  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));
}.facetwp-pager a.prev {
  position: relative;
  color: rgba(0,0,0,0);
}.facetwp-pager a.prev:after {
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 35px;
  width: 35px;
  --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));
  background-image: url('./images/icon-arrow-left.svg');
  background-size: contain;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  --tw-content: "";
  content: var(--tw-content);
}.facetwp-pager a.prev:hover {
  color: rgba(0,0,0,0);
}.facetwp-pager a.prev:hover:after {
  --tw-translate-x: -10px;
  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));
}.facetwp-checkbox {
  margin-bottom: 7px !important;
  background-image: url('./images/icon-checkbox.svg') !important;
}.facetwp-checkbox.checked {
  background-image: url('./images/icon-checkbox-checked.svg') !important;
}.twr__search .facetwp-input-wrap,
    .twr__search input {
  width: 100%;
}#favorite.active .favorite {
  --tw-border-opacity: 1;
  border-color: rgb(233 47 37 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 47 37 / var(--tw-bg-opacity));
}#favorite.active .favorite .inactive {
  opacity: 0;
}#favorite.active .favorite .active {
  opacity: 100%;
}#toaster.active {
  --tw-translate-y: 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));
  opacity: 100%;
}.twr__lesson__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.twr__lesson__counter {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}.twr__lesson__counter .progress-text {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}.twr-progress-bar {
  position: relative;
  height: 12px;
  width: 200px;
  overflow: hidden;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.twr-progress-bar .progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: auto;
  min-width: 5%;
  --tw-bg-opacity: 1;
  background-color: rgb(5 93 163 / var(--tw-bg-opacity));
}.twr__inline_video_container {
  margin-bottom: 40px;
}.twr__inline_video_container__inner {
  position: relative;
  height: 100%;
  width: 100%;
}.twr__inline_video_container .overlay {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.6);
  padding: 1.5rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.twr__inline_video_container .overlay.active {
  pointer-events: auto;
  opacity: 1;
}.twr__inline_video_container .overlay .overlay__inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.twr__inline_video_container.twr_fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}.twr__inline_video_container.twr_fullscreen .iframe_holder {
  height: 100%;
  padding-bottom: 0px !important;
}.twr__inline_video_holder:hover .track-marker {
  opacity: 1;
}.fullscreen {
  position: absolute;
  top: 21px;
  right: 21px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.fullscreen:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}.fullscreen img {
  height: auto;
  width: 100%;
}.track {
  pointer-events: none;
  position: absolute;
  bottom: 21px;
  left: 84px;
  height: 6px;
  width: calc(100% - 185px);
}@media (min-width: 1982px) {

  .track {
    bottom: 33px;
    left: 104px;
    width: calc(100% - 236px);
  }
}@media (min-width: 1600px) {

  .twr_fullscreen .track {
    bottom: 33px;
    left: 104px;
    width: calc(100% - 236px);
  }
}@media (min-width: 1982px) {

  .twr_fullscreen .track {
    bottom: 21px;
    left: 84px;
    width: calc(100% - 185px);
  }
}.track .track-marker {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(139 139 139 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.cfu__item__wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}.cfu__item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow-y: scroll;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 0.75rem;
}@media (min-width: 768px) {

  .cfu__item__inner {
    padding: 1.25rem;
  }
}/* width */.cfu__item__inner::-webkit-scrollbar {
  width: 10px;
}/* Track */.cfu__item__inner::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}/* Handle */.cfu__item__inner::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(5 93 163 / var(--tw-bg-opacity));
}.cfu__item__question {
  margin-bottom: 1.25rem;
}.cfu__item__answers {
  margin-bottom: 1rem;
  margin-top: -4px;
  margin-left: -4px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 4px;
  padding-left: 4px;
}.cfu__item__answers--single .cfu__item__answer input {
  border-radius: 9999px;
}.incorrect .cfu__item__answers--single .cfu__item__answer input.selected:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: url('./images/icon-lesson-x.svg');
}.cfu__item__answer__message {
  position: relative;
  margin-top: 0.75rem;
  display: none;
  width: 100%;
  padding: 0.75rem;
  padding-left: 40px;
}.cfu__item__answer__message--correct {
  display: block;
  background-color: rgb(110 204 152 / 0.4);
}.cfu__item__answer__message--correct:before {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  height: 20px;
  width: 20px;
  --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));
  background-image: url('./images/icon-lesson-check.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}.cfu__item__answer__message--incorrect {
  display: block;
  background-color: rgb(254 202 202 / 0.4);
}.cfu__item__answer__message--incorrect:before {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  height: 20px;
  width: 20px;
  --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));
  background-image: url('./images/icon-lesson-x.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}.cfu__item__message {
  position: relative;
  margin-top: 1.25rem;
  display: none;
  width: 100%;
  padding: 0.75rem;
  padding-left: 40px;
}.correct .cfu__item__message {
  display: block;
  background-color: rgb(110 204 152 / 0.4);
}.correct .cfu__item__message:before {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  height: 20px;
  width: 20px;
  --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));
  background-image: url('./images/icon-lesson-check.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}.incorrect .cfu__item__message {
  display: block;
  background-color: rgb(254 202 202 / 0.4);
}.incorrect .cfu__item__message:before {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  height: 20px;
  width: 20px;
  --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));
  background-image: url('./images/icon-lesson-x.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}.cfu__item__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0.75rem;
}@media (min-width: 768px) {

  .cfu__item__buttons {
    padding: 1.25rem;
  }
}.cfu__item__button {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(5 93 163 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.cfu__item__button--continue,
      .cfu__item__button--skip {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(5 93 163 / var(--tw-text-opacity));
}/** LD Styles */body.ld-in-focus-mode.admin-bar {
  padding-top: 0px !important;
}.ld-course-step-back {
  display: none !important;
  justify-content: center !important;
  padding: 1.25rem !important;
  text-align: center !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.ld-user-menu,
  .ld-course-navigation-heading {
  display: none !important;
}.ld-lesson-status {
  display: none !important;
  border-radius: 0px !important;
}.ld-breadcrumbs .ld-status.ld-status-progress {
  margin: 0px !important;
  border-radius: 0px !important;
  padding: 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.ld-breadcrumbs-segments,
  .learndash_mark_complete_button {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.ld-tab-content .lockout {
  width: 100% !important;
  max-width: none !important;
}#quiz_continue_link {
  display: none !important;
}.ld-focus-content .learndash_mark_complete_button {
  cursor: pointer !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 93 163 / var(--tw-bg-opacity)) !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    padding: 0.6rem !important;
    border-radius: 2rem !important;
    font-size: 0.7rem !important;

    /* .hide_completion_button &amp; {
      @apply !hidden;
    } */
}.twr__lesson_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}@media (min-width: 640px) {

  .twr__lesson_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 768px) {

  .twr__lesson_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}.ld-focus-content {
  margin-top: 0px !important;
  max-width: none !important;
  padding: 1rem !important;
}@media (min-width: 768px) {

  .ld-focus-content {
    margin-top: 51px !important;
  }
}.ld-focus-content h1 {
  display: none !important;
}.ld-progress-steps {
  display: none !important;
}@media (min-width: 768px) {

  .ld-progress {
    min-width: 33% !important;
    max-width: 33% !important;
  }
}.ld-progress-wrap {
  display: flex;
  max-width: none !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 1rem !important;
}.ld-progress-wrap .ld-progress-percentage {
  white-space: nowrap;
}.ld-progress-wrap .ld-progress-percentage.ld-secondary-color {
  --tw-text-opacity: 1 !important;
  color: rgb(139 139 139 / var(--tw-text-opacity)) !important;
}.ld-progress-wrap .ld-progress-bar {
  width: 100%;
}.ld-progress-wrap .ld-progress-bar .ld-progress-bar-percentage {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(110 204 152 / var(--tw-bg-opacity)) !important;
}.ld-content-actions {
  border-top-width: 0px !important;
}.learndash-wrapper .ld-content-actions .ld-button.ld-button-transparent {
  --tw-text-opacity: 1 !important;
  color: rgb(139 139 139 / var(--tw-text-opacity)) !important;
}.ld-status-icon {
  margin-top: 0px !important;
  height: 20px !important;
  width: 20px !important;
  flex: 0 0 20px !important;
}.learndash-wrapper .ld-status-icon.ld-status-complete {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}.learndash-wrapper .ld-is-current-lesson .ld-status-icon.ld-status-complete {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 93 163 / var(--tw-bg-opacity)) !important;
}.ld-status-icon .ld-icon {
  font-size: 6px;
}.ld-tabs {
  margin-top: 0px !important;
  display: flex;
  flex-direction: column-reverse;
}.ld-tabs .ld-tab-content {
  padding-top: 0px !important;
}.ld-tabs .ld-tab-content .twr__inline_video_container .twr__video,
        .ld-tabs .ld-tab-content .twr__inline_video_container .iframe_holder {
  padding-bottom: 600px;
}.ld-tabs .ld-tabs-navigation .ld-icon {
  display: none !important;
}.twr__lesson__section {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));

    /* h3 {
      @apply mb-8;
    } */
}.twr__lesson__content {
  margin-top: 2rem;
  margin-bottom: 3rem;
}.twr__lesson__content p:last-child {
  margin-bottom: 0px;
}.twr__lesson__counter {
  margin-top: 3rem;
  margin-bottom: 5rem;
}.lesson-summary {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.lesson-summary__title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(5 93 163 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.group:hover .lesson-summary__title {
  -webkit-text-decoration-color: #055da3;
          text-decoration-color: #055da3;
}.lesson-summary__image {
  position: relative;
  height: 0px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(5 93 163 / var(--tw-bg-opacity));
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50%;
}.lesson-summary__image__inner {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.group:hover .lesson-summary__image__inner {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.lesson-summary__image__inner.has-image {
  background-size: cover;
}.lesson-summary__completed {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(5 93 163 / var(--tw-text-opacity));
}/** List View Styles */.twr__list-view {
    grid-template-columns: repeat(1, 1fr);
    /* grid-auto-rows: 1fr; */
  }.lesson-summary__list-view {
    padding: 16px 34px;
    border-radius: 24px;
    border: 3px solid var(--Grey-50, #b4c5dc);
    margin-bottom: 20px;
    /* min-height: 120px; */
    transition: all 0.3s;
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; */
  }@media (max-width: 480px) {
    .lesson-summary__list-view {
      padding: 14px 32px;
    }
  }.lesson-summary__list-view:hover {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  }.lesson-summary__list-view:hover .lesson-summary__list-view__title {
    text-decoration: none !important;
    color: #000;
  }.lesson-summary__list-view__title {
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    color: #000 !important;
    margin-bottom: 5px !important;
    text-decoration: none;
  }.lesson-summary__list-view__title:hover {
    text-decoration: none !important;
    -webkit-text-decoration-color: #000;
            text-decoration-color: #000;
  }.lesson-summary_list-view__status {
    font-size: 18px;
    margin-top: 5px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #6c85a8;
    margin-bottom: 0 !important;
  }/** Grid View Styles */.lesson-summary_list-view__status {
    font-size: 18px;
    margin-top: 5px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #37557b;
    margin-bottom: 0 !important;
  }.twr__popup--fullscreen {
  background-color: rgb(0 0 0 / 0.8) !important;
  padding: 1.25rem;
}.twr__popup--fullscreen .twr__popup__inner {
  position: relative;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
}.twr__popup--fullscreen .twr__popup__inner .lesson_holder {
  height: 100%;
  width: 100%;
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.invisible {
  visibility: hidden;
}.collapse {
  visibility: collapse;
}.\!static {
  position: static !important;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.bottom-\[30px\] {
  bottom: 30px;
}.right-\[0\] {
  right: 0;
}.right-\[30px\] {
  right: 30px;
}.right-\[3px\] {
  right: 3px;
}.top-10 {
  top: 2.5rem;
}.top-\[100\%\] {
  top: 100%;
}.top-\[160px\] {
  top: 160px;
}.top-\[50\%\] {
  top: 50%;
}.z-0 {
  z-index: 0;
}.m-0 {
  margin: 0px;
}.m-1 {
  margin: 0.25rem;
}.m-2 {
  margin: 0.5rem;
}.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}.\!mb-0 {
  margin-bottom: 0px !important;
}.\!ml-0 {
  margin-left: 0px !important;
}.mb-0 {
  margin-bottom: 0px;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-\[10px\] {
  margin-bottom: 10px;
}.mb-\[15px\] {
  margin-bottom: 15px;
}.mb-\[20px\] {
  margin-bottom: 20px;
}.mb-\[24px\] {
  margin-bottom: 24px;
}.mb-\[2em\] {
  margin-bottom: 2em;
}.mb-\[30px\] {
  margin-bottom: 30px;
}.mb-\[32px\] {
  margin-bottom: 32px;
}.mb-\[40px\] {
  margin-bottom: 40px;
}.mb-\[45px\] {
  margin-bottom: 45px;
}.mb-\[50px\] {
  margin-bottom: 50px;
}.mb-\[5px\] {
  margin-bottom: 5px;
}.mb-\[60px\] {
  margin-bottom: 60px;
}.ml-3 {
  margin-left: 0.75rem;
}.ml-\[10px\] {
  margin-left: 10px;
}.ml-\[25px\] {
  margin-left: 25px;
}.mr-3 {
  margin-right: 0.75rem;
}.mt-0 {
  margin-top: 0px;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-7 {
  margin-top: 1.75rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-\[15px\] {
  margin-top: 15px;
}.mt-\[24px\] {
  margin-top: 24px;
}.mt-\[40px\] {
  margin-top: 40px;
}.mt-\[4px\] {
  margin-top: 4px;
}.mt-\[32px\] {
  margin-top: 32px;
}.mb-\[12px\] {
  margin-bottom: 12px;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.hidden {
  display: none;
}.h-1 {
  height: 0.25rem;
}.h-2 {
  height: 0.5rem;
}.h-\[100\%\] {
  height: 100%;
}.h-\[20px\] {
  height: 20px;
}.h-\[240px\] {
  height: 240px;
}.h-\[28px\] {
  height: 28px;
}.h-\[35px\] {
  height: 35px;
}.h-\[40px\] {
  height: 40px;
}.h-\[50px\] {
  height: 50px;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.max-h-0 {
  max-height: 0px;
}.max-h-\[1000px\] {
  max-height: 1000px;
}.max-h-\[2000px\] {
  max-height: 2000px;
}.min-h-full {
  min-height: 100%;
}.w-\[100\%\] {
  width: 100%;
}.w-\[200px\] {
  width: 200px;
}.w-\[20px\] {
  width: 20px;
}.w-\[24px\] {
  width: 24px;
}.w-\[28px\] {
  width: 28px;
}.w-\[30px\] {
  width: 30px;
}.w-\[35px\] {
  width: 35px;
}.w-\[90\%\] {
  width: 90%;
}.w-full {
  width: 100%;
}.min-w-\[150px\] {
  min-width: 150px;
}.min-w-\[40px\] {
  min-width: 40px;
}.min-w-\[50px\] {
  min-width: 50px;
}.max-w-\[1320px\] {
  max-width: 1320px;
}.max-w-\[200px\] {
  max-width: 200px;
}.max-w-\[240px\] {
  max-width: 240px;
}.max-w-\[300px\] {
  max-width: 300px;
}.max-w-\[40px\] {
  max-width: 40px;
}.max-w-\[430px\] {
  max-width: 430px;
}.max-w-\[500px\] {
  max-width: 500px;
}.max-w-\[50px\] {
  max-width: 50px;
}.max-w-\[680px\] {
  max-width: 680px;
}.max-w-\[977px\] {
  max-width: 977px;
}.max-w-screen-lg {
  max-width: 1024px;
}.max-w-screen-md {
  max-width: 768px;
}.flex-1 {
  flex: 1 1 0%;
}.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}.flex-shrink {
  flex-shrink: 1;
}.shrink-0 {
  flex-shrink: 0;
}.grow {
  flex-grow: 1;
}.border-collapse {
  border-collapse: collapse;
}.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));
}.translate-y-\[100px\] {
  --tw-translate-y: 100px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-\[180\] {
  --tw-rotate: 180;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-\[225deg\] {
  --tw-rotate: 225deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-\[45deg\] {
  --tw-rotate: 45deg;
  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;
}.resize {
  resize: both;
}.list-disc {
  list-style-type: disc;
}.flex-row {
  flex-direction: row;
}.flex-row-reverse {
  flex-direction: row-reverse;
}.flex-col {
  flex-direction: column;
}.flex-col-reverse {
  flex-direction: column-reverse;
}.flex-wrap {
  flex-wrap: wrap;
}.items-start {
  align-items: flex-start;
}.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-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-8 {
  gap: 2rem;
}.gap-\[10px\] {
  gap: 10px;
}.gap-\[12px\] {
  gap: 12px;
}.gap-\[14px\] {
  gap: 14px;
}.gap-\[15px\] {
  gap: 15px;
}.gap-\[22px\] {
  gap: 22px;
}.gap-\[30px\] {
  gap: 30px;
}.gap-\[45px\] {
  gap: 45px;
}.gap-\[8px\] {
  gap: 8px;
}.space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-y-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}.self-stretch {
  align-self: stretch;
}.overflow-hidden {
  overflow: hidden;
}.overflow-y-auto {
  overflow-y: auto;
}.overflow-x-hidden {
  overflow-x: hidden;
}.overflow-y-scroll {
  overflow-y: scroll;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded {
  border-radius: 0.25rem;
}.rounded-\[15px\] {
  border-radius: 15px;
}.rounded-\[5px\] {
  border-radius: 5px;
}.rounded-full {
  border-radius: 9999px;
}.border {
  border-width: 1px;
}.border-\[1px\] {
  border-width: 1px;
}.border-\[3px\] {
  border-width: 3px;
}.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}.border-b-\[1\.5px\] {
  border-bottom-width: 1.5px;
}.border-b-\[1px\] {
  border-bottom-width: 1px;
}.border-b-\[3px\] {
  border-bottom-width: 3px;
}.border-l-0 {
  border-left-width: 0px;
}.border-r-\[3px\] {
  border-right-width: 3px;
}.border-t-0 {
  border-top-width: 0px;
}.border-t-\[1px\] {
  border-top-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-solid {
  border-style: solid;
}.border-\[\#055da3\] {
  --tw-border-opacity: 1;
  border-color: rgb(5 93 163 / var(--tw-border-opacity));
}.border-\[\#67c5eb\] {
  --tw-border-opacity: 1;
  border-color: rgb(103 197 235 / var(--tw-border-opacity));
}.border-\[\#B4C5DC\] {
  --tw-border-opacity: 1;
  border-color: rgb(180 197 220 / var(--tw-border-opacity));
}.border-\[\#D3DEEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 222 235 / var(--tw-border-opacity));
}.border-\[\#ebebeb\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.\!bg-\[\#25408F\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 64 143 / var(--tw-bg-opacity)) !important;
}.bg-\[\#67c5eb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(103 197 235 / var(--tw-bg-opacity));
}.bg-\[\#ededed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}.bg-\[\#efece4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 228 / var(--tw-bg-opacity));
}.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(5 93 163 / var(--tw-bg-opacity));
}.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(103 197 235 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-cover {
  background-size: cover;
}.bg-center {
  background-position: center;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.\!p-\[20px\] {
  padding: 20px !important;
}.p-1 {
  padding: 0.25rem;
}.p-2 {
  padding: 0.5rem;
}.p-\[0_5px\] {
  padding: 0 5px;
}.p-\[14px\] {
  padding: 14px;
}.p-\[15px\] {
  padding: 15px;
}.p-\[24px\] {
  padding: 24px;
}.p-\[30px\] {
  padding: 30px;
}.p-\[3px\] {
  padding: 3px;
}.p-0 {
  padding: 0px;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}.\!pb-0 {
  padding-bottom: 0px !important;
}.pb-\[100\%\] {
  padding-bottom: 100%;
}.pb-\[10px\] {
  padding-bottom: 10px;
}.pb-\[1em\] {
  padding-bottom: 1em;
}.pb-\[40px\] {
  padding-bottom: 40px;
}.pb-\[45px\] {
  padding-bottom: 45px;
}.pb-\[60px\] {
  padding-bottom: 60px;
}.pb-\[70px\] {
  padding-bottom: 70px;
}.pl-5 {
  padding-left: 1.25rem;
}.pr-\[45px\] {
  padding-right: 45px;
}.pr-\[60px\] {
  padding-right: 60px;
}.pt-0 {
  padding-top: 0px;
}.pt-\[15px\] {
  padding-top: 15px;
}.pt-\[30px\] {
  padding-top: 30px;
}.pb-\[24px\] {
  padding-bottom: 24px;
}.pt-\[32px\] {
  padding-top: 32px;
}.pb-\[32px\] {
  padding-bottom: 32px;
}.pb-\[16px\] {
  padding-bottom: 16px;
}.\!text-left {
  text-align: left !important;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.\!text-\[20px\] {
  font-size: 20px !important;
}.text-5xl {
  font-size: 3rem;
  line-height: 1;
}.text-\[13\.6px\] {
  font-size: 13.6px;
}.text-\[14px\] {
  font-size: 14px;
}.text-\[15px\] {
  font-size: 15px;
}.text-\[16px\] {
  font-size: 16px;
}.text-\[18px\] {
  font-size: 18px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[25px\] {
  font-size: 25px;
}.text-\[30px\] {
  font-size: 30px;
}.text-\[40px\] {
  font-size: 40px;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.font-\[400\] {
  font-weight: 400;
}.font-\[600\] {
  font-weight: 600;
}.font-\[700\] {
  font-weight: 700;
}.font-bold {
  font-weight: 700;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.lowercase {
  text-transform: lowercase;
}.capitalize {
  text-transform: capitalize;
}.italic {
  font-style: italic;
}.leading-\[145\%\] {
  line-height: 145%;
}.tracking-\[0\.03rem\] {
  letter-spacing: 0.03rem;
}.tracking-\[0\.09rem\] {
  letter-spacing: 0.09rem;
}.tracking-\[2\.1px\] {
  letter-spacing: 2.1px;
}.text-\[\#055da3\] {
  --tw-text-opacity: 1;
  color: rgb(5 93 163 / var(--tw-text-opacity));
}.text-\[\#67c5eb\] {
  --tw-text-opacity: 1;
  color: rgb(103 197 235 / var(--tw-text-opacity));
}.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-blue {
  --tw-text-opacity: 1;
  color: rgb(5 93 163 / var(--tw-text-opacity));
}.text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(103 197 235 / var(--tw-text-opacity));
}.text-grey {
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-0 {
  opacity: 0;
}.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_0_24px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 24px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_40px_67px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0px 40px 67px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 40px 67px 0px 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-\[1px_1px_8px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 1px 1px 8px rgba(0,0,0,0.15);
  --tw-shadow-colored: 1px 1px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline {
  outline-style: solid;
}.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.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 {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-\[0\.1s\] {
  transition-duration: 0.1s;
}.duration-\[0\.5s\] {
  transition-duration: 0.5s;
}.duration-\[200ms\] {
  transition-duration: 200ms;
}.duration-\[350ms\] {
  transition-duration: 350ms;
}.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}.before\:opacity-90::before {
  content: var(--tw-content);
  opacity: 0.9;
}.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}.after\:right-\[100\%\]::after {
  content: var(--tw-content);
  right: 100%;
}.after\:right-\[15px\]::after {
  content: var(--tw-content);
  right: 15px;
}.after\:top-\[50\%\]::after {
  content: var(--tw-content);
  top: 50%;
}.after\:h-\[15px\]::after {
  content: var(--tw-content);
  height: 15px;
}.after\:w-\[30px\]::after {
  content: var(--tw-content);
  width: 30px;
}.after\:translate-y-\[-50\%\]::after {
  content: var(--tw-content);
  --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));
}.after\:rotate-\[-180deg\]::after {
  content: var(--tw-content);
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.after\:rotate-\[90deg\]::after {
  content: var(--tw-content);
  --tw-rotate: 90deg;
  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));
}.after\:bg-\[url\(\.\/images\/icon-arrow\.svg\)\]::after {
  content: var(--tw-content);
  background-image: url(./images/icon-arrow.svg);
}.after\:bg-\[url\(\.\/images\/icon-down-carrot-cyan\.svg\)\]::after {
  content: var(--tw-content);
  background-image: url(./images/icon-down-carrot-cyan.svg);
}.after\:bg-\[length\:12px_12px\]::after {
  content: var(--tw-content);
  background-size: 12px 12px;
}.after\:bg-contain::after {
  content: var(--tw-content);
  background-size: contain;
}.after\:bg-center::after {
  content: var(--tw-content);
  background-position: center;
}.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.after\:duration-\[0\.5s\]::after {
  content: var(--tw-content);
  transition-duration: 0.5s;
}.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}.first\:mt-0:first-child {
  margin-top: 0px;
}.last\:mb-0:last-child {
  margin-bottom: 0px;
}.last\:border-none:last-child {
  border-style: none;
}.hover\:scale-\[1\.1\]:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:bg-\[\#d6d6d6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}.hover\:text-\[\#000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.hover\:text-\[\#055da3\]:hover {
  --tw-text-opacity: 1;
  color: rgb(5 93 163 / var(--tw-text-opacity));
}.hover\:text-\[\#4db3db\]:hover {
  --tw-text-opacity: 1;
  color: rgb(77 179 219 / var(--tw-text-opacity));
}.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(5 93 163 / var(--tw-text-opacity));
}.hover\:after\:right-\[calc\(100\%\+15px\)\]:hover::after {
  content: var(--tw-content);
  right: calc(100% + 15px);
}.group:hover .group-hover\:scale-\[1\.15\] {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:text-\[\#055da3\] {
  --tw-text-opacity: 1;
  color: rgb(5 93 163 / var(--tw-text-opacity));
}.group:hover .group-hover\:after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}@media (min-width: 500px) {

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

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }
}@media (min-width: 640px) {

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

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

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

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

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

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

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

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

  .sm\:gap-\[24px\] {
    gap: 24px;
  }

  .sm\:p-\[0_48px_48px\] {
    padding: 0 48px 48px;
  }

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

  .sm\:p-\[48px\] {
    padding: 48px;
  }
}@media (min-width: 700px) {

  .md_old\:block {
    display: block;
  }

  .md_old\:hidden {
    display: none;
  }
}@media (min-width: 768px) {

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

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

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

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

  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}@media (min-width: 1024px) {

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

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

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

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

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

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

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:pb-\[90px\] {
    padding-bottom: 90px;
  }

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

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

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

  .lg\:leading-\[90\%\] {
    line-height: 90%;
  }
}.\[\&amp;\&gt;p\]\:mb-0&gt;p {
  margin-bottom: 0px;
}.\[\&amp;\&gt;p\]\:text-\[20px\]&gt;p {
  font-size: 20px;
}.\[\&amp;\&gt;p\]\:leading-\[145\%\]&gt;p {
  line-height: 145%;
}.\[\&amp;_svg\]\:h-\[28px\] svg {
  height: 28px;
}.\[\&amp;_svg\]\:w-\[28px\] svg {
  width: 28px;
}.\[\&amp;_svg_path\]\:fill-black svg path {
  fill: #000;
}
</pre></body></html>