/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@layer properties;
@layer theme {
  :root, :host {
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --font-primary: 'Source Sans Pro', 'sans-serif';
    --font-poppins: Poppins, 'Roboto', 'sans-serif';
    --color-html-left: #fff;
    --color-read-more: #243387;
  }
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-\[45px\] {
  top: 45px;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[-100\%\] {
  right: -100%;
}
.right-\[10px\] {
  right: 10px;
}
.-left-\[45px\] {
  left: calc(45px * -1);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-\[-15px\] {
  left: -15px;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1000\] {
  z-index: 1000;
}
.float-left {
  float: left;
}
.container {
  width: 100%;
  @media (width >= 480px) {
    max-width: 480px;
  }
  @media (width >= 576px) {
    max-width: 576px;
  }
  @media (width >= 768px) {
    max-width: 768px;
  }
  @media (width >= 992px) {
    max-width: 992px;
  }
  @media (width >= 1025px) {
    max-width: 1025px;
  }
  @media (width >= 1200px) {
    max-width: 1200px;
  }
  @media (width >= 1201px) {
    max-width: 1201px;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.-mx-\[10px\] {
  margin-inline: calc(10px * -1);
}
.mx-\[5px\] {
  margin-inline: 5px;
}
.mx-\[30px\] {
  margin-inline: 30px;
}
.mx-auto {
  margin-inline: auto;
}
.my-\[20px\] {
  margin-block: 20px;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mr-4 {
  margin-right: calc(var(--spacing) * 4);
}
.mr-\[10px\] {
  margin-right: 10px;
}
.\!mb-\[10px\] {
  margin-bottom: 10px !important;
}
.\!mb-\[20px\] {
  margin-bottom: 20px !important;
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-2\.5 {
  margin-bottom: calc(var(--spacing) * 2.5);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!hidden {
  display: none !important;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[455px\] {
  height: 455px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[360px\] {
  max-height: 360px;
}
.min-h-\[3\.5rem\] {
  min-height: 3.5rem;
}
.min-h-\[4\.5rem\] {
  min-height: 4.5rem;
}
.min-h-\[455px\] {
  min-height: 455px;
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-\[25px\] {
  width: 25px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[131px\] {
  width: 131px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[303px\] {
  width: 303px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[810px\] {
  width: 810px;
}
.w-\[calc\(100\%\+50px\)\] {
  width: calc(100% + 50px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[35px\] {
  gap: 35px;
}
.space-y-1 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-5 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-\[25px\] {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(25px * var(--tw-space-y-reverse));
    margin-block-end: calc(25px * calc(1 - var(--tw-space-y-reverse)));
  }
}
.gap-x-6 {
  column-gap: calc(var(--spacing) * 6);
}
.gap-x-\[10px\] {
  column-gap: 10px;
}
.gap-x-\[15px\] {
  column-gap: 15px;
}
.gap-x-\[25px\] {
  column-gap: 25px;
}
.gap-x-\[30px\] {
  column-gap: 30px;
}
.gap-y-6 {
  row-gap: calc(var(--spacing) * 6);
}
.gap-y-\[25px\] {
  row-gap: 25px;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.self-start {
  align-self: flex-start;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-tl-\[0\] {
  border-top-left-radius: 0;
}
.rounded-tr-\[0\] {
  border-top-right-radius: 0;
}
.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}
.rounded-bl-\[0\] {
  border-bottom-left-radius: 0;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.\!border-b-1 {
  border-bottom-style: var(--tw-border-style) !important;
  border-bottom-width: 1px !important;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-l-0 {
  border-left-style: var(--tw-border-style);
  border-left-width: 0px;
}
.border-\[\#0F5D80\] {
  border-color: #0F5D80;
}
.border-\[\#30fefe\] {
  border-color: #30fefe;
}
.border-\[\#31ffff\] {
  border-color: #31ffff;
}
.border-\[\#66ADE0\] {
  border-color: #66ADE0;
}
.border-white {
  border-color: var(--color-white);
}
.\!border-b-\[\#fff\] {
  border-bottom-color: #fff !important;
}
.bg-\[\#0c1c2a\] {
  background-color: #0c1c2a;
}
.bg-\[\#0d1114\] {
  background-color: #0d1114;
}
.bg-\[\#0d1114\]\/\[0\.92\] {
  background-color: color-mix(in oklab, #0d1114 92%, transparent);
}
.bg-\[\#000\] {
  background-color: #000;
}
.bg-\[\#30fefe\] {
  background-color: #30fefe;
}
.bg-\[\#31ffff\] {
  background-color: #31ffff;
}
.bg-\[\#002864\] {
  background-color: #002864;
}
.bg-\[\#901129\] {
  background-color: #901129;
}
.bg-\[\#EDF4FC00\] {
  background-color: #EDF4FC00;
}
.bg-\[\#FFF\] {
  background-color: #FFF;
}
.bg-\[var\(--webcast-error-color\)\] {
  background-color: var(--webcast-error-color);
}
.bg-\[var\(--webcast-primary-color\)\] {
  background-color: var(--webcast-primary-color);
}
.bg-\[var\(--webcast-secondary-color\)\] {
  background-color: var(--webcast-secondary-color);
}
.bg-\[var\(--webcast-tertiary-color\)\] {
  background-color: var(--webcast-tertiary-color);
}
.bg-black {
  background-color: var(--color-black);
}
.bg-blue-50 {
  background-color: var(--color-blue-50);
}
.bg-blue-800 {
  background-color: var(--color-blue-800);
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-html-left {
  background-color: var(--color-html-left);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-\[url\(\'https\:\/\/res\.cloudinary\.com\/momentum-media-group-pty-ltd\/image\/upload\/c_fill\,q_auto\:best\,f_auto\,e_unsharp_mask\:80\,c_scale\,h_400\/v1751355560\/Lawyers\%20Weekly\/webcasts\/2025\/AMLUncovered\/Mobile\/LW-AML-Mobile-Hero_ygkdpv\.webp\'\)\] {
  background-image: url('https://res.cloudinary.com/momentum-media-group-pty-ltd/image/upload/c_fill,q_auto:best,f_auto,e_unsharp_mask:80,c_scale,h_400/v1751355560/Lawyers%20Weekly/webcasts/2025/AMLUncovered/Mobile/LW-AML-Mobile-Hero_ygkdpv.webp');
}
.bg-\[url\(\'https\:\/\/res\.cloudinary\.com\/momentum-media-group-pty-ltd\/image\/upload\/v1751355557\/Lawyers\%20Weekly\/webcasts\/2025\/AMLUncovered\/Desktop\/LW-AML-Desktop-Footer_pqssid\.png\'\)\] {
  background-image: url('https://res.cloudinary.com/momentum-media-group-pty-ltd/image/upload/v1751355557/Lawyers%20Weekly/webcasts/2025/AMLUncovered/Desktop/LW-AML-Desktop-Footer_pqssid.png');
}
.bg-\[url\(\'https\:\/\/res\.cloudinary\.com\/momentum-media-group-pty-ltd\/image\/upload\/v1751427389\/Lawyers\%20Weekly\/webcasts\/2025\/AMLUncovered\/background\/LW-AML-Desktop-Background_1_fzdzjx\.png\'\)\] {
  background-image: url('https://res.cloudinary.com/momentum-media-group-pty-ltd/image/upload/v1751427389/Lawyers%20Weekly/webcasts/2025/AMLUncovered/background/LW-AML-Desktop-Background_1_fzdzjx.png');
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[45px\] {
  padding: 45px;
}
.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
.px-2\.5 {
  padding-inline: calc(var(--spacing) * 2.5);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-\[10px\] {
  padding-inline: 10px;
}
.px-\[15px\] {
  padding-inline: 15px;
}
.px-\[30px\] {
  padding-inline: 30px;
}
.py-7 {
  padding-block: calc(var(--spacing) * 7);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-14 {
  padding-block: calc(var(--spacing) * 14);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.py-\[6px\] {
  padding-block: 6px;
}
.py-\[8px\] {
  padding-block: 8px;
}
.py-\[10px\] {
  padding-block: 10px;
}
.py-\[12px\] {
  padding-block: 12px;
}
.py-\[15px\] {
  padding-block: 15px;
}
.py-\[20px\] {
  padding-block: 20px;
}
.py-\[25px\] {
  padding-block: 25px;
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[45px\] {
  padding-block: 45px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[55px\] {
  padding-top: 55px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pr-0 {
  padding-right: calc(var(--spacing) * 0);
}
.pr-5 {
  padding-right: calc(var(--spacing) * 5);
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pb-3 {
  padding-bottom: calc(var(--spacing) * 3);
}
.pb-7 {
  padding-bottom: calc(var(--spacing) * 7);
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[35px\] {
  padding-bottom: 35px;
}
.pl-0 {
  padding-left: calc(var(--spacing) * 0);
}
.pl-\[15px\] {
  padding-left: 15px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.\!font-poppins {
  font-family: var(--font-poppins) !important;
}
.font-\[\'Montserrat\'\,sans-serif\] {
  font-family: 'Montserrat',sans-serif;
}
.font-poppins {
  font-family: var(--font-poppins);
}
.font-primary {
  font-family: var(--font-primary);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.\!text-\[18px\] {
  font-size: 18px !important;
}
.\!text-\[22px\] {
  font-size: 22px !important;
}
.\!text-\[25px\] {
  font-size: 25px !important;
}
.\!text-\[28px\] {
  font-size: 28px !important;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.leading-\[1\.6\] {
  --tw-leading: 1.6;
  line-height: 1.6;
}
.leading-\[27px\] {
  --tw-leading: 27px;
  line-height: 27px;
}
.leading-\[38px\] {
  --tw-leading: 38px;
  line-height: 38px;
}
.leading-\[45px\] {
  --tw-leading: 45px;
  line-height: 45px;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.\!font-bold {
  --tw-font-weight: var(--font-weight-bold) !important;
  font-weight: var(--font-weight-bold) !important;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.text-nowrap {
  text-wrap: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!text-\[\#2B2B2B\] {
  color: #2B2B2B !important;
}
.\!text-\[\#fff\] {
  color: #fff !important;
}
.\!text-\[var\(--webcast-boticon_color\)\] {
  color: var(--webcast-boticon_color) !important;
}
.\!text-\[var\(--webcast-text_title\)\] {
  color: var(--webcast-text_title) !important;
}
.\!text-\[var\(--webcast-topicon_color\)\] {
  color: var(--webcast-topicon_color) !important;
}
.\!text-\[var\(--webcast-topicon_textcolor\)\] {
  color: var(--webcast-topicon_textcolor) !important;
}
.\!text-\[var\(--webcast-webcast_text\)\] {
  color: var(--webcast-webcast_text) !important;
}
.text-\[\#4BAFE3\] {
  color: #4BAFE3;
}
.text-\[\#7B7B7B\] {
  color: #7B7B7B;
}
.text-\[\#31ffff\] {
  color: #31ffff;
}
.text-\[\#0041A2\] {
  color: #0041A2;
}
.text-\[\#09304d\] {
  color: #09304d;
}
.text-\[\#FF8F6C\] {
  color: #FF8F6C;
}
.text-\[\#FFF\] {
  color: #FFF;
}
.text-\[var\(--webcast-boticon_textcolor\)\] {
  color: var(--webcast-boticon_textcolor);
}
.text-\[var\(--webcast-tertiary-color\)\] {
  color: var(--webcast-tertiary-color);
}
.text-black {
  color: var(--color-black);
}
.text-blue-800 {
  color: var(--color-blue-800);
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-gray-600 {
  color: var(--color-gray-600);
}
.text-gray-800 {
  color: var(--color-gray-800);
}
.text-read-more {
  color: var(--color-read-more);
}
.text-white {
  color: var(--color-white);
}
.uppercase {
  text-transform: uppercase;
}
.\!underline {
  text-decoration-line: underline !important;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-\[-2px_0_5px_rgba\(0\,0\,0\,0\.1\)\] {
  --tw-shadow: -2px 0 5px var(--tw-shadow-color, rgba(0,0,0,0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_0_10px_0_rgba\(0\,0\,0\,0\.1\)\] {
  --tw-shadow: 0 0 10px 0 var(--tw-shadow-color, rgba(0,0,0,0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_2px_4px_rgba\(0\,0\,0\,0\.1\)\] {
  --tw-shadow: 0 2px 4px var(--tw-shadow-color, rgba(0,0,0,0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.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,);
}
.transition-\[right\] {
  transition-property: right;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.visited\:\!text-\[\#fff\] {
  &:visited {
    color: #fff !important;
  }
}
.hover\:bg-gray-100 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-gray-100);
    }
  }
}
.hover\:bg-transparent {
  &:hover {
    @media (hover: hover) {
      background-color: transparent;
    }
  }
}
.hover\:\!text-\[\#fff\] {
  &:hover {
    @media (hover: hover) {
      color: #fff !important;
    }
  }
}
.hover\:text-\[\#30FEFE\] {
  &:hover {
    @media (hover: hover) {
      color: #30FEFE;
    }
  }
}
.hover\:text-\[\#31ffff\] {
  &:hover {
    @media (hover: hover) {
      color: #31ffff;
    }
  }
}
.hover\:text-blue-600 {
  &:hover {
    @media (hover: hover) {
      color: var(--color-blue-600);
    }
  }
}
.hover\:text-gray-300 {
  &:hover {
    @media (hover: hover) {
      color: var(--color-gray-300);
    }
  }
}
.hover\:text-white {
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.hover\:opacity-70 {
  &:hover {
    @media (hover: hover) {
      opacity: 70%;
    }
  }
}
.hover\:opacity-80 {
  &:hover {
    @media (hover: hover) {
      opacity: 80%;
    }
  }
}
.hover\:shadow-md {
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
.focus\:ring-0 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.max-xl\:pt-\[60px\] {
  @media (width < 1200px) {
    padding-top: 60px;
  }
}
.max-lg\:space-y-2 {
  @media (width < 992px) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.max-md\:max-w-full {
  @media (width < 768px) {
    max-width: 100%;
  }
}
.max-md\:pt-\[30px\] {
  @media (width < 768px) {
    padding-top: 30px;
  }
}
.md\:mx-\[45px\] {
  @media (width >= 768px) {
    margin-inline: 45px;
  }
}
.md\:mt-0 {
  @media (width >= 768px) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.md\:mb-\[5px\] {
  @media (width >= 768px) {
    margin-bottom: 5px;
  }
}
.md\:mb-\[35px\] {
  @media (width >= 768px) {
    margin-bottom: 35px;
  }
}
.md\:mb-\[50px\] {
  @media (width >= 768px) {
    margin-bottom: 50px;
  }
}
.md\:\!grid {
  @media (width >= 768px) {
    display: grid !important;
  }
}
.md\:w-1\/2 {
  @media (width >= 768px) {
    width: calc(1/2 * 100%);
  }
}
.md\:w-auto {
  @media (width >= 768px) {
    width: auto;
  }
}
.md\:max-w-\[240px\] {
  @media (width >= 768px) {
    max-width: 240px;
  }
}
.md\:min-w-\[240px\] {
  @media (width >= 768px) {
    min-width: 240px;
  }
}
.md\:grid-cols-2 {
  @media (width >= 768px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.md\:\!flex-row {
  @media (width >= 768px) {
    flex-direction: row !important;
  }
}
.md\:flex-row {
  @media (width >= 768px) {
    flex-direction: row;
  }
}
.md\:items-center {
  @media (width >= 768px) {
    align-items: center;
  }
}
.md\:border-l-1 {
  @media (width >= 768px) {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
}
.md\:bg-\[url\(\'https\:\/\/res\.cloudinary\.com\/momentum-media-group-pty-ltd\/image\/upload\/c_fill\,q_auto\:best\,f_auto\,e_unsharp_mask\:80\,c_scale\,h_700\/v1751355562\/Lawyers\%20Weekly\/webcasts\/2025\/AMLUncovered\/Tablet\/LW-AML-Tablet-Hero_va4lzs\.webp\'\)\] {
  @media (width >= 768px) {
    background-image: url('https://res.cloudinary.com/momentum-media-group-pty-ltd/image/upload/c_fill,q_auto:best,f_auto,e_unsharp_mask:80,c_scale,h_700/v1751355562/Lawyers%20Weekly/webcasts/2025/AMLUncovered/Tablet/LW-AML-Tablet-Hero_va4lzs.webp');
  }
}
.md\:p-\[40px\] {
  @media (width >= 768px) {
    padding: 40px;
  }
}
.md\:\!px-\[45px\] {
  @media (width >= 768px) {
    padding-inline: 45px !important;
  }
}
.md\:px-4 {
  @media (width >= 768px) {
    padding-inline: calc(var(--spacing) * 4);
  }
}
.md\:px-\[40px\] {
  @media (width >= 768px) {
    padding-inline: 40px;
  }
}
.md\:pb-\[60px\] {
  @media (width >= 768px) {
    padding-bottom: 60px;
  }
}
.md\:pl-5 {
  @media (width >= 768px) {
    padding-left: calc(var(--spacing) * 5);
  }
}
.md\:pl-\[16px\] {
  @media (width >= 768px) {
    padding-left: 16px;
  }
}
.md\:text-center {
  @media (width >= 768px) {
    text-align: center;
  }
}
.md\:\!text-\[22px\] {
  @media (width >= 768px) {
    font-size: 22px !important;
  }
}
.md\:\!text-\[30px\] {
  @media (width >= 768px) {
    font-size: 30px !important;
  }
}
.md\:text-\[19px\] {
  @media (width >= 768px) {
    font-size: 19px;
  }
}
.md\:text-\[24px\] {
  @media (width >= 768px) {
    font-size: 24px;
  }
}
.md\:max-xl\:left-\[-25px\] {
  @media (width >= 768px) {
    @media (width < 1200px) {
      left: -25px;
    }
  }
}
.md\:max-xl\:px-\[25px\] {
  @media (width >= 768px) {
    @media (width < 1200px) {
      padding-inline: 25px;
    }
  }
}
.md\:max-xl\:pl-\[25px\] {
  @media (width >= 768px) {
    @media (width < 1200px) {
      padding-left: 25px;
    }
  }
}
.lg\:relative {
  @media (width >= 992px) {
    position: relative;
  }
}
.lg\:right-0 {
  @media (width >= 992px) {
    right: calc(var(--spacing) * 0);
  }
}
.lg\:mx-0 {
  @media (width >= 992px) {
    margin-inline: calc(var(--spacing) * 0);
  }
}
.lg\:mx-auto {
  @media (width >= 992px) {
    margin-inline: auto;
  }
}
.lg\:mt-\[66px\] {
  @media (width >= 992px) {
    margin-top: 66px;
  }
}
.lg\:\!flex {
  @media (width >= 992px) {
    display: flex !important;
  }
}
.lg\:flex {
  @media (width >= 992px) {
    display: flex;
  }
}
.lg\:hidden {
  @media (width >= 992px) {
    display: none;
  }
}
.lg\:aspect-auto {
  @media (width >= 992px) {
    aspect-ratio: auto;
  }
}
.lg\:h-auto {
  @media (width >= 992px) {
    height: auto;
  }
}
.lg\:w-1\/2 {
  @media (width >= 992px) {
    width: calc(1/2 * 100%);
  }
}
.lg\:w-1\/3 {
  @media (width >= 992px) {
    width: calc(1/3 * 100%);
  }
}
.lg\:w-2\/3 {
  @media (width >= 992px) {
    width: calc(2/3 * 100%);
  }
}
.lg\:w-auto {
  @media (width >= 992px) {
    width: auto;
  }
}
.lg\:max-w-\[85\%\] {
  @media (width >= 992px) {
    max-width: 85%;
  }
}
.lg\:max-w-\[160px\] {
  @media (width >= 992px) {
    max-width: 160px;
  }
}
.lg\:grid-cols-3 {
  @media (width >= 992px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lg\:flex-row {
  @media (width >= 992px) {
    flex-direction: row;
  }
}
.lg\:flex-nowrap {
  @media (width >= 992px) {
    flex-wrap: nowrap;
  }
}
.lg\:items-center {
  @media (width >= 992px) {
    align-items: center;
  }
}
.lg\:justify-center {
  @media (width >= 992px) {
    justify-content: center;
  }
}
.lg\:justify-end {
  @media (width >= 992px) {
    justify-content: flex-end;
  }
}
.lg\:gap-\[55px\] {
  @media (width >= 992px) {
    gap: 55px;
  }
}
.lg\:p-0 {
  @media (width >= 992px) {
    padding: calc(var(--spacing) * 0);
  }
}
.lg\:px-0 {
  @media (width >= 992px) {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.lg\:px-4 {
  @media (width >= 992px) {
    padding-inline: calc(var(--spacing) * 4);
  }
}
.lg\:pt-0 {
  @media (width >= 992px) {
    padding-top: calc(var(--spacing) * 0);
  }
}
.lg\:\!pr-\[20px\] {
  @media (width >= 992px) {
    padding-right: 20px !important;
  }
}
.lg\:pr-5 {
  @media (width >= 992px) {
    padding-right: calc(var(--spacing) * 5);
  }
}
.lg\:text-left {
  @media (width >= 992px) {
    text-align: left;
  }
}
.xl\:left-\[-50px\] {
  @media (width >= 1200px) {
    left: -50px;
  }
}
.xl\:mx-auto {
  @media (width >= 1200px) {
    margin-inline: auto;
  }
}
.xl\:mt-\[57px\] {
  @media (width >= 1200px) {
    margin-top: 57px;
  }
}
.xl\:w-1\/3 {
  @media (width >= 1200px) {
    width: calc(1/3 * 100%);
  }
}
.xl\:w-2\/3 {
  @media (width >= 1200px) {
    width: calc(2/3 * 100%);
  }
}
.xl\:w-\[40\%\] {
  @media (width >= 1200px) {
    width: 40%;
  }
}
.xl\:w-\[60\%\] {
  @media (width >= 1200px) {
    width: 60%;
  }
}
.xl\:max-w-\[85\%\] {
  @media (width >= 1200px) {
    max-width: 85%;
  }
}
.xl\:max-w-\[370px\] {
  @media (width >= 1200px) {
    max-width: 370px;
  }
}
.xl\:min-w-\[370px\] {
  @media (width >= 1200px) {
    min-width: 370px;
  }
}
.xl\:\!flex-col {
  @media (width >= 1200px) {
    flex-direction: column !important;
  }
}
.xl\:\!flex-row {
  @media (width >= 1200px) {
    flex-direction: row !important;
  }
}
.xl\:flex-row {
  @media (width >= 1200px) {
    flex-direction: row;
  }
}
.xl\:gap-\[30px\] {
  @media (width >= 1200px) {
    gap: 30px;
  }
}
.xl\:gap-\[60px\] {
  @media (width >= 1200px) {
    gap: 60px;
  }
}
.xl\:bg-\[url\(\'https\:\/\/res\.cloudinary\.com\/momentum-media-group-pty-ltd\/image\/upload\/c_fill\,q_auto\:best\,f_auto\,e_unsharp_mask\:80\,c_scale\,w_1600\/v1751355556\/Lawyers\%20Weekly\/webcasts\/2025\/AMLUncovered\/Desktop\/LW-AML-Desktop-Hero_txw5g1\.webp\'\)\] {
  @media (width >= 1200px) {
    background-image: url('https://res.cloudinary.com/momentum-media-group-pty-ltd/image/upload/c_fill,q_auto:best,f_auto,e_unsharp_mask:80,c_scale,w_1600/v1751355556/Lawyers%20Weekly/webcasts/2025/AMLUncovered/Desktop/LW-AML-Desktop-Hero_txw5g1.webp');
  }
}
.xl\:p-\[25px\] {
  @media (width >= 1200px) {
    padding: 25px;
  }
}
.xl\:p-\[60px\] {
  @media (width >= 1200px) {
    padding: 60px;
  }
}
.xl\:px-0 {
  @media (width >= 1200px) {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.xl\:px-\[50px\] {
  @media (width >= 1200px) {
    padding-inline: 50px;
  }
}
.xl\:pt-\[100px\] {
  @media (width >= 1200px) {
    padding-top: 100px;
  }
}
.xl\:pl-\[50px\] {
  @media (width >= 1200px) {
    padding-left: 50px;
  }
}
.xl\:text-\[32px\] {
  @media (width >= 1200px) {
    font-size: 32px;
  }
}
.mauticform-button {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 10px !important;
  font-family: Poppins;
  font-size: 16px !important;
  font-weight: 500;
  outline: none !important;
  width: 100% !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}
.mauticform-input:focus, #email:focus {
  outline: none;
}
.mauticform-radiogrp label {
  color: #fff !important;
  font: normal normal normal 16px/22px Poppins;
  white-space: nowrap;
  white-space: normal;
  @media (width >= 768px) {
    white-space: nowrap;
  }
}
.mauticform-radiogrp-row {
  display: inline-block;
  width: max-content;
  float: left;
  margin-right: 25px;
  margin-top: 15px;
}
.mauticform-selectbox option {
  color: #000;
}
.mauticform-checkboxgrp-row label {
  color: #fff !important;
  font: normal normal normal 12px/18px Poppins;
}
.mauticform-checkboxgrp-row input {
  display: none !important;
  opacity: 0 !important;
}
.mauticform-checkboxgrp-row {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.mauticform-checkboxgrp-label {
  width: 90%;
  color: white;
  font-size: 12px;
  text-align: left;
  margin-left: 35px;
  line-height: 24px;
  font-weight: 700 !important;
  margin-top: -3px;
}
.mauticform-checkboxgrp-row .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid white;
}
.mauticform-checkboxgrp-label a {
  color: #00BFF3;
}
.mauticform-checkboxgrp-row input:checked~.mauticform-checkboxgrp-label .checkmark {
  background-color: #2196F3;
}
.mauticform-checkboxgrp-row input:hover, .mauticform-checkboxgrp-row label:hover~.mauticform-checkboxgrp-label .checkmark {
  background-color: #2196F3;
}
.mauticform-checkboxgrp-label:hover {
  cursor: pointer;
}
.mauticform-checkboxgrp-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.mauticform-checkboxgrp-row input:checked~.mauticform-checkboxgrp-label .checkmark:after {
  display: block;
}
.mauticform-checkboxgrp-label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mauticform-errormsg {
  display: none;
  color: red;
  margin-top: -1px !important;
  border-top: 1px solid #a94442;
  content: "";
  font-size: 0;
  z-index: 0;
  position: relative;
}
.mauticform-radiogrp .mauticform-errormsg {
  border: 0 !important;
  font-size: unset;
}
.registered-btn, .register-btn {
  text-align: right;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 20px;
  text-decoration: underline;
  font: normal normal normal 14px/22px Poppins;
}
span.error-loginmessage {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: red;
  background: #ffc7c7;
}
.bot-html-left p {
  font-family: Poppins;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
speakers, schedule, partners {
  border-radius: 0px 0px 19px 0px;
  float: left;
  width: auto;
  font: normal normal 600 18px/25px Poppins;
}
.header__middle-wrapper {
  padding-bottom: 0 !important;
}
#vimeo {
  height: 250px;
  @media (width >= 576px) {
    height: 300px;
  }
  @media (width >= 768px) {
    height: 455px;
  }
  margin-bottom: 20px;
  @media (width >= 576px) {
    margin-bottom: 10px;
  }
}
.livestream.slido {
  margin-bottom: 20px;
  @media (width >= 992px) {
    margin-bottom: 0px;
  }
}
.inside-element {
  display: none;
}
.mauticform_wrapper {
  width: 100% !important;
  max-width: unset !important;
}
.inside-left ul {
  list-style: disc !important;
  padding-inline-start: 40px;
}
.inside-left ul {
  font-family: var(--font-poppins);
  font-size: 16px;
  margin-bottom: 15px;
}
.com-content-category.category-list a:hover {
  text-decoration: none;
}
#breadcrumbs-container {
  display: none !important;
}
.b-section {
  background-color: unset;
  padding-bottom: 50px;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
