
.figure-and-box .media {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px){
  .figure-and-box .media{
    margin-right: auto;
    width: 90%;
  }
}

@media (min-width: 1024px){
  .figure-and-box .media{
    margin-bottom: 6rem;
    width: 58.3333%;
  }
}

.figure-and-box .box {
  position: relative;
  z-index: 2;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem
}

@media (min-width: 640px){
  .figure-and-box .box{
    padding: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 768px){
  .figure-and-box .box{
    margin-top: -8rem;
    width: 66.666667%;
  }
}

@media (min-width: 1280px){
  .figure-and-box .box{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .figure-and-box .box {
    -webkit-margin-start: -16.6666%;
            margin-inline-start: -16.6666%;
  }
}

ul.board-members{
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px){
  ul.board-members{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  ul.board-members{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  ul.board-members{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 1280px){
  ul.board-members{
    gap: 3rem;
  }
}

ul.image-galleries{
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px){
  ul.image-galleries{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  ul.image-galleries{
    gap: 1.5rem;
  }
}

@media (min-width: 1280px){
  ul.image-galleries{
    gap: 2rem;
  }
}

@media (min-width: 1536px){
  ul.image-galleries{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

ul.speaker-cards{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px){
  ul.speaker-cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  ul.speaker-cards{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  ul.speaker-cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

ul.image-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

ul.image-gallery li:first-child {
  grid-column: auto / span 2;
}

ul.image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1280px) {
  ul.image-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  ul.image-gallery li:first-child {
    grid-column: auto / span 3;
  }
}

ul.image-gallery img,
ul.image-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}

ul.image-gallery a.media-thumb,
ul.image-grid a.media-thumb {
  margin: 0 !important;
}

ul.image-gallery li:first-child img {
  aspect-ratio: 16/9;
}

ul.video-gallery {
  display: grid;
  margin-bottom: 2rem;
  gap: 1rem
}

@media (min-width: 1024px){
  ul.video-gallery{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1280px){
  ul.video-gallery{
    gap: 2rem;
  }
}

ul.news-gallery{
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px){
  ul.news-gallery{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  ul.news-gallery{
    gap: 1.5rem;
  }
}

@media (min-width: 1280px){
  ul.news-gallery{
    gap: 2rem;
  }
}

ul.list-preview{
  margin-bottom: 1rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px){
  ul.list-preview{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  ul.list-preview{
    margin-bottom: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1280px){
  ul.list-preview{
    margin-bottom: 2rem;
    gap: 2rem;
  }
}

ul.list-preview:not(.unabridged) li:nth-child(2) ~ li {
  display: none;
}

@media (min-width: 1024px) {
  ul.list-preview:not(.unabridged) li:nth-child(3) {
    display: block !important;
  }
}

ul.list-preview:not(.unabridged) + button + a {
  display: none;
}

ul.list-preview.unabridged + button {
  display: none;
}

ul.icsw-partners {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}

ul.icsw-partners li {
  text-align: center;
}

ul.icsw-partners li a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.icsw-partners li:not(.wide) {
  width: 200px;
}

@media (min-width: 1024px) {
  ul.icsw-partners li:not(.wide) {
    width: 220px;
  }
}

ul.icsw-committee > li{
  margin-bottom: 2rem;
}

@media (min-width: 1024px){
  ul.icsw-committee > li{
    display: flex;
    gap: 1.5rem;
  }
}

ul.icsw-committee p {
  margin: 0;
  font-size: 0.8em;
  line-height: 1em;
  opacity: 0.6;
}

ul.icsw-committee p:first-child {
  font-weight: 500;
  text-transform: uppercase;
}

ul.icsw-committee h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0.3em 0 0.2em;
}

ul.icsw-committee h3 + p {
}

ul.icsw-committee ul {
  flex: 1;
  border-top: 1px solid rgba(0,0,0,0.2);
  /* @apply lg:border-none; */
}

ul.icsw-committee ul li {
  margin: 1em 0;
}

[dir="ltr"] ul.icsw-committee ul li {
  padding-left: 20px;
}

[dir="ltr"] ul.icsw-committee ul li:first-child {
  padding-left: 16px;
  border-left: 4px solid #FA4616
}

[dir="rtl"] ul.icsw-committee ul li {
  padding-right: 20px;
}

[dir="rtl"] ul.icsw-committee ul li:first-child {
  padding-right: 16px;
  border-right: 4px solid #FA4616
}

ol.fancy {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 3em 0 !important;
  padding: 0 2rem !important;
}

ol.fancy li {
  position: relative;
  /* padding: 0 1em !important; */
}

ol.fancy li::marker {
  font-size: 1.8em;
  font-weight: 600;
  color: #FF9E1B
}

ol.fancy li + li {
  margin-top: 2em !important;
}

ol.fancy :is(h1, h2, h3, h4):first-child {
  margin-top: 0em !important;
}

ol.fancy :where(h1, h2, h3, h4)::after {
  content: '';
  display: none;
  width: 3em;
  margin-top: 0.6em;
  margin-bottom: 1em;
  border-bottom: 2px solid #FA4616
}

table.conference-program {
  margin: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

/* box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1); */

table.conference-program td:not(.time) {
  min-width: 10em;
}

.modal-box.speaker-details {
  max-width: 600px;
}

.modal-box.speaker-details .media.hero {
  margin: -36px -36px 0 -36px;
  width: calc(100% + 72px);
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 8 / 6;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.modal-box.speaker-details header p, .modal-box.speaker-details header h3, .modal-box.speaker-details header .media {
  margin: 0 !important;
}

.modal-box.speaker-details header p.role {
  opacity: 0.6;
  margin-top: 1em !important;
}

.modal-box.speaker-details header p.info {
  /* margin-top: 1em !important; */
}

@media (min-width: 1024px) {
  .modal-box.speaker-details header {
    display: flex
  }

  [dir="ltr"] .modal-box.speaker-details header .media {
    margin-right: 30px !important
  }

  [dir="rtl"] .modal-box.speaker-details header .media {
    margin-left: 30px !important
  }
}

.speaker-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem !important;
}

.speaker-thumb,
.prose .speaker-thumb {
  color: inherit;
  display: flex;
  align-items: center;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 4px;
  border-radius: 0.25rem;
}

.speaker-thumb span:first-child, .prose .speaker-thumb span:first-child {
  opacity: 0.6;
}

.speaker-thumb b, .prose .speaker-thumb b {
  font-size: 1.2em;
}

.speaker-thumb .media, .prose .speaker-thumb .media {
  width: 80px;
}

[dir="ltr"] .speaker-thumb .media, [dir="ltr"] .prose .speaker-thumb .media {
  margin-right: 20px
}

[dir="rtl"] .speaker-thumb .media, [dir="rtl"] .prose .speaker-thumb .media {
  margin-left: 20px
}

.speaker-thumb .media,  .prose .speaker-thumb .media{
  border-radius: 0.25rem;
}

.speaker-thumb:hover,  .prose .speaker-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

a {
  transition: 0.2s ease;
}

a span.icon{
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 70 22 / var(--tw-bg-opacity));
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}

.section-title{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 0.7em;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.todo {
  display: inline-block;
  padding: 0.2em 0.7em;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 163 / var(--tw-bg-opacity));
}

.todo::before {
  content: 'TODO:';
  font-weight: bold;
  display: inline-block;
  -webkit-margin-end: 0.4em;
          margin-inline-end: 0.4em;
}

p.highlight{
  margin: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  p.highlight{
    font-size: 1.65rem;
  }
}

@media (min-width: 1536px) {
  .wrap-main > p.highlight {
    /* margin-inline-start: calc(1 / 8 * 100%) */
  }
}

.wrap-main .prose,
.modal-box .prose {
  width: 100%;
  --tw-prose-body: #3f3f46;
  --tw-prose-headings: #18181b;
  --tw-prose-lead: #52525b;
  --tw-prose-links: #18181b;
  --tw-prose-bold: #18181b;
  --tw-prose-counters: #71717a;
  --tw-prose-bullets: #d4d4d8;
  --tw-prose-hr: #e4e4e7;
  --tw-prose-quotes: #18181b;
  --tw-prose-quote-borders: #e4e4e7;
  --tw-prose-captions: #71717a;
  --tw-prose-code: #18181b;
  --tw-prose-pre-code: #e4e4e7;
  --tw-prose-pre-bg: #27272a;
  --tw-prose-th-borders: #d4d4d8;
  --tw-prose-td-borders: #e4e4e7;
  --tw-prose-invert-body: #d4d4d8;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a1a1aa;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a1a1aa;
  --tw-prose-invert-bullets: #52525b;
  --tw-prose-invert-hr: #3f3f46;
  --tw-prose-invert-quotes: #f4f4f5;
  --tw-prose-invert-quote-borders: #3f3f46;
  --tw-prose-invert-captions: #a1a1aa;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d8;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #52525b;
  --tw-prose-invert-td-borders: #3f3f46;
}

@media (min-width: 1024px){
  .wrap-main .prose, 
.modal-box .prose{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .wrap-main .prose :where(p):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .wrap-main .prose :where([class~="lead"]):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .wrap-main .prose :where(blockquote):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .wrap-main .prose :where(h1):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .wrap-main .prose :where(h2):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .wrap-main .prose :where(h3):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .wrap-main .prose :where(h4):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .wrap-main .prose :where(img):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .wrap-main .prose :where(video):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .wrap-main .prose :where(figure):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .wrap-main .prose :where(figure > *):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrap-main .prose :where(figcaption):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .wrap-main .prose :where(code):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
  }

  .wrap-main .prose :where(h2 code):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8666667em;
  }

  .wrap-main .prose :where(h3 code):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em;
  }

  .wrap-main .prose :where(pre):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .wrap-main .prose :where(ol):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(ol):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .wrap-main .prose :where(ul):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(ul):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .wrap-main .prose :where(li):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .wrap-main .prose :where(ol > li):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }

  .wrap-main .prose :where(ul > li):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }

  .wrap-main .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .wrap-main .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .wrap-main .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .wrap-main .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .wrap-main .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .wrap-main .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .wrap-main .prose :where(hr):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .wrap-main .prose :where(hr + *):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .wrap-main .prose :where(h2 + *):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .wrap-main .prose :where(h3 + *):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .wrap-main .prose :where(h4 + *):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .wrap-main .prose :where(table):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .wrap-main .prose :where(thead th):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .wrap-main .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }

  .wrap-main .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }

  .wrap-main .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .wrap-main .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }

  .wrap-main .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }

  .wrap-main .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }

  .wrap-main .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)), 
.modal-box .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
}

.wrap-main .prose h1, .wrap-main .prose h2, .wrap-main .prose h3, .wrap-main .prose h4, .wrap-main .prose h5, .modal-box .prose h1, .modal-box .prose h2, .modal-box .prose h3, .modal-box .prose h4, .modal-box .prose h5 {
  margin-bottom: 1em;
}

.wrap-main .prose h1:not(:first-child), .wrap-main .prose h2:not(:first-child), .wrap-main .prose h3:not(:first-child), .wrap-main .prose h4:not(:first-child), .wrap-main .prose h5:not(:first-child), .modal-box .prose h1:not(:first-child), .modal-box .prose h2:not(:first-child), .modal-box .prose h3:not(:first-child), .modal-box .prose h4:not(:first-child), .modal-box .prose h5:not(:first-child) {
  margin-top: 1.4em;
}

.wrap-main .prose h1:first-child, .wrap-main .prose h2:first-child, .wrap-main .prose h3:first-child, .wrap-main .prose h4:first-child, .wrap-main .prose h5:first-child, .modal-box .prose h1:first-child, .modal-box .prose h2:first-child, .modal-box .prose h3:first-child, .modal-box .prose h4:first-child, .modal-box .prose h5:first-child {
  margin-top: 0em;
}

.wrap-main .prose table :where(h1, h2, h3, h4, h5):first-child, .modal-box .prose table :where(h1, h2, h3, h4, h5):first-child {
  margin-top: 0.6em;
}

.wrap-main .prose p:first-child + h1, .modal-box .prose p:first-child + h1 {
  margin-top: 0;
}

.wrap-main .prose h4, .modal-box .prose h4 {
  font-size: 1.175em;
}

.wrap-main .prose h5, .modal-box .prose h5 {
  font-size: 1.1em;
}

.wrap-main .prose ul, .wrap-main .prose ol, .modal-box .prose ul, .modal-box .prose ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wrap-main .prose ul li, .wrap-main .prose ol li, .modal-box .prose ul li, .modal-box .prose ol li {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

.wrap-main .prose ul.clean, .wrap-main .prose ol.clean, .modal-box .prose ul.clean, .modal-box .prose ol.clean {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}

.wrap-main .prose ul.clean li, .wrap-main .prose ol.clean li, .modal-box .prose ul.clean li, .modal-box .prose ol.clean li {
  margin: 0 !important;
  padding: 0 !important;
}

.wrap-main .prose ul.clean.image-callery,
      .wrap-main .prose ul.clean.image-grid,
      .wrap-main .prose ol.clean.image-callery,
      .wrap-main .prose ol.clean.image-grid,
      .modal-box .prose ul.clean.image-callery,
      .modal-box .prose ul.clean.image-grid,
      .modal-box .prose ol.clean.image-callery,
      .modal-box .prose ol.clean.image-grid {
  margin: 2rem 0;
}

[dir="ltr"] .wrap-main .prose ul,
  [dir="ltr"] .wrap-main .prose ol,
  [dir="ltr"] .modal-box .prose ul,
  [dir="ltr"] .modal-box .prose ol {
  padding-left: 1.5em;
}

[dir="ltr"] .wrap-main .prose ul li, [dir="ltr"] .wrap-main .prose ol li, [dir="ltr"] .modal-box .prose ul li, [dir="ltr"] .modal-box .prose ol li {
  padding-left: 0.5em
}

[dir="rtl"] .wrap-main .prose ul,
  [dir="rtl"] .wrap-main .prose ol,
  [dir="rtl"] .modal-box .prose ul,
  [dir="rtl"] .modal-box .prose ol {
  padding-right: 1.5em;
  padding-left: 0;
}

[dir="rtl"] .wrap-main .prose ul li, [dir="rtl"] .wrap-main .prose ol li, [dir="rtl"] .modal-box .prose ul li, [dir="rtl"] .modal-box .prose ol li {
  padding-right: 0.5em;
  padding-left: 0em;
}

[dir="rtl"] .wrap-main .prose table, [dir="rtl"] .modal-box .prose table {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .wrap-main .prose table td:first-child, [dir="rtl"] .wrap-main .prose table th:first-child, [dir="rtl"] .modal-box .prose table td:first-child, [dir="rtl"] .modal-box .prose table th:first-child {
  padding-left: 0.75em;
  padding-right: 0;
}

[dir="rtl"] .wrap-main .prose table td:last-child, [dir="rtl"] .wrap-main .prose table th:last-child, [dir="rtl"] .modal-box .prose table td:last-child, [dir="rtl"] .modal-box .prose table th:last-child {
  padding-right: 0.75em;
  padding-left: 0;
}

@media (min-width: 1536px) {
  .wrap-main .prose h2, .modal-box .prose h2 {
    font-size: 32px;
  }
}

.wrap-main .prose details, .modal-box .prose details {
  margin: 1.33em 0;
}

.wrap-main .prose details summary, .modal-box .prose details summary {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 8px 12px 12px 12px;
  transition: 0.15s ease;
  /* margin-bottom: 1rem; */
  border-radius: 0.25rem;
}

.wrap-main .prose details summary h1, .wrap-main .prose details summary h2, .wrap-main .prose details summary h3, .wrap-main .prose details summary h4, .wrap-main .prose details summary h5, .wrap-main .prose details summary p, .modal-box .prose details summary h1, .modal-box .prose details summary h2, .modal-box .prose details summary h3, .modal-box .prose details summary h4, .modal-box .prose details summary h5, .modal-box .prose details summary p {
  margin: 0;
}

[dir="ltr"] .wrap-main .prose details summary, [dir="ltr"] .modal-box .prose details summary {
  padding-left: 40px;
}

[dir="rtl"] .wrap-main .prose details summary, [dir="rtl"] .modal-box .prose details summary {
  padding-right: 40px;
}

.wrap-main .prose details summary::before, .modal-box .prose details summary::before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 14px;
  transition: 0.15s ease;
  opacity: 0.3;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M365.3 256l-22.6 22.6-192 192L128 493.3 82.7 448l22.6-22.6L274.7 256 105.4 86.6 82.7 64 128 18.7l22.6 22.6 192 192L365.3 256z'/%3E%3C/svg%3E");
}

[dir="ltr"] .wrap-main .prose details summary::before, [dir="ltr"] .modal-box .prose details summary::before {
  left: 10px;
}

[dir="rtl"] .wrap-main .prose details summary::before, [dir="rtl"] .modal-box .prose details summary::before {
  right: 10px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M18.7 256l22.6 22.6 192 192L256 493.3 301.3 448l-22.6-22.6L109.3 256 278.6 86.6 301.3 64 256 18.7 233.4 41.4l-192 192L18.7 256z'/%3E%3C/svg%3E");
}

.wrap-main .prose details summary:hover,  .modal-box .prose details summary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.wrap-main .prose details summary:hover::before, .modal-box .prose details summary:hover::before {
  opacity: 1;
}

.wrap-main .prose details[open] summary, .modal-box .prose details[open] summary {
  /* margin-bottom: 1rem; */
}

[dir="ltr"] .wrap-main .prose details[open] summary::before, [dir="ltr"] .modal-box .prose details[open] summary::before {
  transform: rotate(90deg);
  opacity: 1;
}

[dir="rtl"] .wrap-main .prose details[open] summary::before, [dir="rtl"] .modal-box .prose details[open] summary::before {
  transform: rotate(-90deg);
  opacity: 1;
}

.wrap-main .prose details::after, .modal-box .prose details::after {
  content: '';
  width: 2.3rem;
  display: block;
  border-bottom: 2px solid #18181b;
  opacity: 0.2;
  margin: 1rem 40px 0 40px;
}

.wrap-main .prose details[open]::after, .modal-box .prose details[open]::after {
  margin: 1rem 0 0 0;
}

@media (min-width: 1024px) {
  .wrap-main .prose details summary::before, .modal-box .prose details summary::before {
    margin-top: -14px;
    height: 28px;
  }
}

.prose a{
  --tw-text-opacity: 1;
  color: rgb(250 70 22 / var(--tw-text-opacity));
  text-decoration: none;
}

.prose a:hover{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

ul.icon-markers {
  list-style: none;
}

ul.icon-markers li {
  position: relative;
}

ul.icon-markers .icon {
  position: absolute;
  margin: 0;
  color: #FA4616;
  top: 0.45em;
  width: 1.2em;
}

[dir="ltr"] ul.icon-markers .icon {
  left: -1.4em;
}

[dir="rtl"] ul.icon-markers .icon {
  right: -1.4em;
}

dl dt {
  font-weight: bold;
}

[dir="ltr"] dl dd {
  margin-left: 2rem;
}

[dir="rtl"] dl dd {
  margin-right: 2rem;
}

@media (min-width: 1024px) {
  .section-title{
    font-size: 3rem;
    line-height: 1;
    line-height: 1.25em;
  }
}

@media (min-width: 1536px) {
  .section-title{
    font-size: 3.75rem;
    line-height: 1;
    line-height: 1.25em;
  }

  .wrap-main .prose .media {
    /* width: calc(100% + 10vw); */
    /* max-width: none; */
  }
}

.hero {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-height));
  min-height: calc(var(--view-min-height) - var(--header-height));
  background-color: #18181b
}

.hero.short {
  min-height: 0px;
  /* max-height:700px; */
  height: 350px
}

@media (min-width: 640px){
  .hero.short{
    height: 50vw;
  }
}

@media (min-width: 1024px){
  .hero.short{
    height: 46vw;
  }
}

@media (min-width: 1536px){
  .hero.short{
    height: 750px;
  }
}

.hero.no-media {
  min-height: 0;
  height: 350px
}

@media (min-width: 768px){
  .hero.no-media{
    height: 400px;
  }
}

.hero-gradient-background {
  opacity: 0.4;
  background-image: linear-gradient(20deg, #040506, #AD0D1C, #E02C1B 40%, #E2351A, #EA5A16, #EF7014, #F17914);
}

.hero-media-wrap,
.hero-gradient-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: fadeIn 1s ease both;
  animation-delay: 0.1s;
}

.hero-media {
  width: 100%;
  height: inherit;
}

.hero-media img, .hero-media video {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-media :where(.swiper, .swiper-wrapper, .swiper-slide) {
  width: inherit;
  height: inherit;
}

.hero-content-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  pointer-events: none;
  animation: fadeRight 0.5s ease both;
  animation-delay: 0.4s;
}

[dir="rtl"] .hero-content-wrap {
  animation-name: fadeLeft;
}

.hero-content-wrap::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background-color: rgba(0,0,0, 0.3);
  background-image: linear-gradient(45deg, rgba(0,0,0, 0.6), rgba(0,0,0, 0.1));
}

[dir="rtl"] .hero-content-wrap::before {
  left: auto;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(0,0,0, 0.6), rgba(0,0,0, 0.1));
}

.hero-gradient-background + .hero-content-wrap::before {
  width: 100%;
}

.hero-content {
  z-index: 2;
  height: 100%;
  color: white;
  display: flex;
  position: relative;
}

.hero-content .wrap {
  margin: auto 0;
  transition: 0.5s ease;
}

.hero-content .swiper {
  margin: auto 0;
  width: 100%;
  height: 70%;
  overflow: visible;
}

.hero-content .swiper-slide {
  display:flex;
}

.hero-content .swiper-slide .wrap {
  opacity: 0;
}

.hero-content .swiper-slide.swiper-slide-active .wrap {
  opacity: 1;
}

.hero-content :where(.swiper-wrapper, .swiper-slide) {
  height: 100%
}

.hero-content .section-title {
  max-width: 12em;
}

.hero-content .section-title.quotes::before {
  content: "“"
}

.hero-content .section-title.quotes::after {
  content: "”"
}

.hero-gradient-background + .hero-content-wrap .hero-content .section-title {
  max-width: none;
}

.hero-content .button {
  pointer-events: all
}

.hero-content .swiper-slide .button {
  pointer-events: none;
}

.hero-content .swiper-slide.swiper-slide-active .button {
  pointer-events: all;
}

.hero-pagination {
  display: flex;
  align-items: center;
  line-height: 1em;
}

.hero-pagination .progress-bar {
  width: 100px !important;
  position: relative;
  height: 1px !important;
  margin: 0.2rem 0.8rem 0;
  background-color: rgba(255,255,255, 0.3);
}

.hero-pagination .progress-bar .swiper-pagination-progressbar-fill {
  background-color: white;
}

.hero-content .hero-pager {
  position: absolute;
  bottom: 10%;
}

[dir="ltr"] .hero-content .hero-pager {
  right: 0
}

[dir="rtl"] .hero-content .hero-pager {
  left: 0
}

.hero-content .hero-pager{
  z-index: 100;
  color: white;
  pointer-events: all;
  display: none;
  justify-content: space-between;
}

.hero-content .hero-pager::before {
  content: '';
  display: block;
  border-left: 1px solid white;
  height: 100%;
  position: absolute;
  left: 50%;
  opacity: 0.4;
}

.hero-content .hero-pager button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  transition: 0.1s ease;
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))
}

.hero-content .hero-pager button:hover {
  background-color: rgba(0,0,0,0.8);
  --tw-ring-color: transparent
}

.hero-content .hero-pager button:active {
  transform: scale(0.90);
  transition: 0.001s linear;
}

.hero-content .hero-pager button[data-slider-prev] {
  -webkit-margin-end: 1.6em;
          margin-inline-end: 1.6em;
}

.hero-content .hero-pager button[data-slider-next] {
}

@media (min-width: 640px) {
  .hero-content .hero-pager {
    display: flex;
  }
}

@media (min-width: 768px) {
  .hero {
    max-height: 50vw;
  }
}

@media (min-width: 1024px) {
  .hero-content-wrap::before {
    width: 70%;
  }

  .hero-content .swiper {
    width: 60%;
  }
}

@media (max-width: calc(1024px - 1px)) {
  .site-header nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5rem 3.5rem 4rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  html.show-nav .site-header nav {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }

  .site-header nav::before {
    position: fixed;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: white;
    /* background-color: rgba(theme('colors.brand-yellow.100'),0.96); */
    /* background-color: rgba(0,0,0,0.96); */
    background-color: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }

  .site-header nav::after {
    position: fixed;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    background-color: #27272a;
    height: 3rem;
    z-index: 3;
  }

  .site-header nav ul {
    position: relative;
    z-index: 2;
  }

  .site-header nav ul a {
    display: inline-flex;
    padding: 0.2rem 0;
    line-height: 1.25em;
  }

  .site-header nav > ul:first-child > li + li {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #e4e4e7;
  }

  .site-header nav > ul:first-child > li > a {
    color: #FA4616;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 800;
  }

  .site-header nav > ul ul {
    margin: 0.3rem 0.6rem;
  }

  .site-header nav .nav-trigger {
    position: fixed;
    color: white;
    z-index: 5;
    top: 0;
    margin: 0.5rem;
  }

  [dir="ltr"] .site-header nav .nav-trigger {
    right: 0;
  }

  [dir="rtl"] .site-header nav .nav-trigger {
    left: 0;
  }

  .site-header nav > ul:nth-child(2) {
    position: fixed;
    z-index: 5;
    height: 3rem;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: white;
  }

  [dir="ltr"] .site-header nav > ul:nth-child(2) {
    left: 1rem;
  }

  [dir="rtl"] .site-header nav > ul:nth-child(2) {
    right: 1rem;
  }

  .site-header nav > ul:nth-child(2) li {
    margin: 0.3rem 0;
  }

  [dir="ltr"] .site-header nav > ul:nth-child(2) li + li {
    margin-left: 2rem;
  }

  [dir="rtl"] .site-header nav > ul:nth-child(2) li + li {
    margin-right: 2rem;
  }

  .site-header nav > ul:nth-child(2) a {
    padding-block: 0.4rem;
  }
}

@media (min-width: 1024px) {
  /* main nav root */

  .site-header nav {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    position: relative;
    font-size: 16px;
    font-weight: 600;
  }

  @media (min-width: 1280px) {
    .site-header nav {
      font-size: 18px
    }
  }

  .site-header nav > ul {
    display: flex;
    margin:0.5em 0;
    text-transform: uppercase;
    justify-content: flex-end;
    animation: fadeUp 0.4s ease both;
    animation-delay: 0.3s;
  }

  .site-header nav > ul:nth-child(2) {
    font-size: 13px;
    animation-delay: 0.25s;
  }

  @media (min-width: 1280px) {
    .site-header nav > ul:nth-child(2) {
      font-size: 14px
    }
  }

  .site-header nav > ul > li {
    position: relative;
    display: flex;
  }

  [dir="ltr"] .site-header nav > ul > li + li {
    margin-left: 1rem;
  }

  [dir="rtl"] .site-header nav > ul > li + li {
    margin-right: 1rem;
  }

  .site-header nav > ul > li > a {
    display: flex;
    padding: 0.4em 0.5em;
  }

  .site-header nav > ul > li > a:hover {
    color: #FA4616
  }

  /* subnav dropdown */

  .site-header nav > ul ul {
    position: absolute;
    top: 100%;
    width: -moz-max-content;
    width: max-content;
    max-width: 14rem;
    background-color: #FA4616;
    font-weight: 400;
    padding: 0.8rem 0;
    border-radius: 0.8rem;
    margin-top: 0.5rem;
  }

  [dir="ltr"] .site-header nav > ul ul {
    margin-left: -0.8rem;
  }

  [dir="rtl"] .site-header nav > ul ul {
    margin-right: -0.8rem;
  }

  .site-header nav > ul ul::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    margin: 0 1.4rem;
    border-bottom: 0.5rem solid #FA4616;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
  }

  .site-header nav > ul ul::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    height: 0.5rem;
    width: 100%;
    background-color: transparent;
  }

  .site-header nav > ul ul li {
    margin: 0;
  }

  .site-header nav > ul ul a {
    display: block;
    color: white;
    line-height: 1.2em;
    padding: 0.4rem 1.3rem;
  }

  .site-header nav > ul ul a:hover {
    background-color: #D22630;
  }

  /* subnav dropdown animation */

  .site-header nav > ul ul {
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease;
    opacity: 0;
    will-change: opacity, transform;
    transform: translateY(0.5rem);
  }

  .site-header nav > ul li:hover ul {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-triggers {
  margin: auto 0;
  display: flex;
}

.mobile-triggers li {
  display:flex;
  align-items: center;
}

[dir="ltr"] .mobile-triggers li {
  margin-left: 1rem;
}

[dir="rtl"] .mobile-triggers li {
  margin-right: 1rem;
}

.search-trigger,
.nav-trigger {
  position: relative;
  display: flex;
  font-size: 1.8rem;
  align-items: center;
  transition: 0.2s ease;
  padding: 0.2rem;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  z-index: 2;
}

.search-trigger:hover, .nav-trigger:hover {
  color: #FA4616;
}

.nav-trigger {
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .search-trigger {
    font-size: 1.6rem;
  }
}



@keyframes fadeUp {
  from {
    transform: translateY(1.5rem);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scaleUp {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(1.06);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOutHalf {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.5;
  }
}

@keyframes fadeLeft {
  from {
    transform: translateX(2rem);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeRight {
  from {
    transform: translateX(-2rem);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.search-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
  visibility: hidden;
}

html.search-mode .search-overlay {
  pointer-events: all;
  visibility: visible;
}

.search-overlay .backdrop {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255,255,255,0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  transition: 0.2s ease;
}

html.search-mode .search-overlay .backdrop {
  opacity: 1;
  transition: 0.4s ease;
}

.search-overlay form {
  position: relative;
  z-index: 10;
  margin: auto;
  display: flex;
  transition: 0.1s ease;
  opacity: 0;
  transform: translateY(-100%);
}

html.search-mode .search-overlay form {
  opacity: 1;
  transform: translateY(0%);
  transition: 0.3s ease;
  transition-delay: 0.2s;
}

.search-overlay form .field {
  max-width: 90vw;
  width: 500px;
  height: 50px;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 1280px){
  .search-overlay form .field{
    height: 60px;
  }
}

[dir="ltr"] .search-overlay form .field {
  padding-right: 4rem;
}

[dir="rtl"] .search-overlay form .field {
  padding-left: 4rem;
}

.search-overlay form .button {
  position: absolute;
  top:0;
  right: 0;
  height: calc(100% - 4px);
  margin: 2px;
}

.search-overlay form .button .button-icon {
  margin: auto;
}

[dir="rtl"] .search-overlay form .button {
  right: auto;
  left: 0;
}

.site-footer {
  color:white;
  background-color: #18181b;
  animation: fadeUp 0.5s ease both;
  animation-delay: 0.65s;
}

.site-footer .container {
  padding: 2rem 0;
}

.site-footer nav > ul {
  display: flex;
  flex-wrap: wrap;
}

.site-footer nav > ul > li {
  min-width: 35%;
  flex: auto;
}

.site-footer nav > ul > li > a {
  color: #FA4616
}

.site-footer nav ul ul li {
  max-width: 10em;
  line-height: 1.2em;
  margin: 0.4em 0;
}

.site-footer nav ul ul li a {
  display: block;
  padding: 0.2em 0;
}

@media (min-width: 768px) {
  .site-footer nav > ul {
    justify-content: space-between;
  }

  .site-footer nav > ul > li {
    min-width: 0;
    flex: none;
  }
}

.site-footer .social-media {
  display: flex;
  justify-items: space-between;
  align-items: center;
  margin: 1.5rem 0 0;
}

.site-footer .social-media a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 70 22 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.site-footer .social-media a + a {
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
}

.sidenav {
}

@media (min-width: 1536px) {
  .container.layout > .wrap-aside.sidenav {
    grid-column-start: 2;
    grid-column-end: span 3;
  }
}

.sidenav > ul > li {
  position: relative;
  margin-top: 0.8em;
}

.sidenav > ul > li > a {
  display: inline-block;
  padding: 0.4rem 1.4rem;
  text-transform: uppercase;
}

@media (min-width: 1280px){
  .sidenav > ul > li > a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.sidenav > ul > li > a {
  font-weight: 500;
  line-height: 1.1em;
}

[dir="rtl"] .sidenav > ul > li > a {
  line-height: 1.4em;
}

.sidenav > ul > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

[dir="ltr"] .sidenav > ul > li > a::before {
  left: 0;
  transform-origin: left;
}

[dir="rtl"] .sidenav > ul > li > a::before {
  right: 0;
  transform-origin: right;
}

.sidenav > ul > li > a::before{
  height: 100%;
  width: 2px;
  background-color: currentColor;
  opacity: 0.3;
  transition: 0.2s ease;
}

.sidenav a.active {
  color: #FA4616
}

.sidenav > ul > li:hover > a::before,
.sidenav a.active::before {
  opacity: 1;
}

.sidenav > ul > li:hover > a::before {
  transform: scaleX(2);
  color: #FA4616
}

[dir="ltr"] .sidenav > ul > li > ul {
  margin-left: 1.4rem;
}

[dir="rtl"] .sidenav > ul > li > ul {
  margin-right: 1.4rem;
}

.sidenav > ul > li > ul a {
  display: inline-block;
}

.sidenav > ul > li > ul a:hover {
  color: #FA4616
}

@media (min-width: 1024px) {
  .sidenav > ul > li > a {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  [dir="ltr"] .sidenav > ul > li > ul {
    margin-left: 2em;
  }

  [dir="rtl"] .sidenav > ul > li > ul {
    margin-right: 2em;
  }
}

.field-wrap {
  position: relative;
  margin-bottom: 1rem;
  display: block;
}

.field-wrap label, .field-wrap .label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.2em;
}

.field-wrap.submit {
  margin-top: 0em;
  margin-bottom: 0;
  text-align: center;
  justify-content: center;
}

.field-wrap.submit.align-right {
  text-align: right;
}

.field-wrap.submit.align-left {
  text-align: left;
}

.field-wrap .star {
  position: absolute;
}

[dir="ltr"] .field-wrap .star {
  left: 100%
}

[dir="rtl"] .field-wrap .star {
  right: 100%
}

.field-wrap .star{
  top: 0;
  color: $error;
}

.field-wrap label ~ .star,
  .field-wrap .label ~ .star {
  /* margin-top: 1.4em; */
}

.field {
  border: 0;
  overflow: hidden;
  color: inherit;
  display: block;
  transition: 0.2s ease;
  color: #18181b;
}

.field:not(.custom) {
  height: 40px;
  padding: 0px 1em;
  border-radius: 0.5rem;
  font-weight: 500;
  min-width: 240px;
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity));
}

.field::-moz-placeholder {
  color: #71717a;
  font-weight: 400;
}

.field::placeholder {
  color: #71717a;
  font-weight: 400;
}

.field:focus::-moz-placeholder {
  /* color: rgba(theme('colors.zinc.900'), 0.8); */
}

.field:focus::placeholder {
  /* color: rgba(theme('colors.zinc.900'), 0.8); */
}

.field:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity));
}

.field:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity));
}

.field[data-state="error"]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
}

.field[data-state="valid"] {
  /* @apply ring-zinc-400; */
}

.field:disabled {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .field:not(.custom) {
    min-width: 340px;
    height: 50px;
  }
}

textarea.field:not(.custom) {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  min-height: 100px;
  line-height: 1.4em;
}

@media (min-width: 768px) {
  textarea.field:not(.custom) {
    min-height: calc(100px + 1.2em);
  }
}

select.field:not(.custom) {
  line-height: 2em;
}

select.field:not(.custom) option {
  color: #18181b;
  height: 20px;
  padding: 10px;
  font-size: 1rem;
}

select.field:not(.custom) option[value="n/a"] {
  color: rgba(24,24,27, 0.5);
}

select.field:not(.custom) option[value="n/a"][disabled] {
  color: rgba(24,24,27, 0.2);
}

select.field:not(.custom)[data-selected="false"] {
  color: rgba(24,24,27, 0.4);
  /* font-size: 0.85em; */
}

/* font-weight: 600; */

select.field:not(.custom)[data-selected="false"]:focus {
  color: rgba(24,24,27, 0.8);
}

.field-wrap > .label:first-child, .field-wrap > label:first-child, .field-group > .label:first-child, .field-group > label:first-child {
  display: block;
  margin-bottom: 0.7em;
  font-weight: 600;
  line-height: 1.2em;
}

.field-wrap:first-child > .label,
.field-wrap:first-child > label {
  margin-top: 0;
}

[data-state="error"] .button.multi-states, .button.multi-states[data-state="error"], [data-state="error"] button.multi-states, button.multi-states[data-state="error"] {
  background-color: #dc2626;
  pointer-events: none;
  border-color: #dc2626;
  background-image: none;
}

[data-state="working"] .button.multi-states, .button.multi-states[data-state="working"], [data-state="working"] button.multi-states, button.multi-states[data-state="working"] {
  background-color: #a1a1aa;
  pointer-events: none;
  border-color: #a1a1aa;
  background-image: none;
}

[data-state="success"] .button.multi-states, .button.multi-states[data-state="success"], [data-state="success"] button.multi-states, button.multi-states[data-state="success"] {
  background-color: #18181b;
  pointer-events: none;
  border-color: #18181b;
  background-image: none;
}

[data-state="success-response"] .button.multi-states, .button.multi-states[data-state="success-response"], [data-state="success-response"] button.multi-states, button.multi-states[data-state="success-response"] {
  background-color: #18181b;
  pointer-events: none;
  border-color: #18181b;
  background-image: none;
}

[data-state="error-response"] .button.multi-states, .button.multi-states[data-state="error-response"], [data-state="error-response"] button.multi-states, button.multi-states[data-state="error-response"] {
  background-color: #dc2626;
  pointer-events: none;
  border-color: #dc2626;
  background-image: none;
}

.button.multi-states .state-wrap, button.multi-states .state-wrap {
  display: flex;
  width: 100%;
  justify-content: inherit;
  align-items: inherit;
  line-height: 1em;
  text-align: left;
}

.button.multi-states .state-wrap svg, button.multi-states .state-wrap svg {
  display: block;
}

.button.multi-states .state-wrap .small, button.multi-states .state-wrap .small {
  font-size: 0.8em;
  line-height: inherit;
  display: flex;
  flex-direction: column;
  line-height: 1.4em;
}

.button.multi-states .state-wrap, button.multi-states .state-wrap{
  display: none;
}

.button.multi-states .state-wrap[data-for="ready"], button.multi-states .state-wrap[data-for="ready"] {
  display: flex;
}

[data-state="error"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="error"] .state-wrap[data-for="ready"], [data-state="error"] button.multi-states .state-wrap[data-for="ready"], button.multi-states[data-state="error"] .state-wrap[data-for="ready"] {
  display: none;
}

[data-state="error"] .button.multi-states .state-wrap[data-for="error"], .button.multi-states[data-state="error"] .state-wrap[data-for="error"], [data-state="error"] button.multi-states .state-wrap[data-for="error"], button.multi-states[data-state="error"] .state-wrap[data-for="error"] {
  display: flex;
}

[data-state="working"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="working"] .state-wrap[data-for="ready"], [data-state="working"] button.multi-states .state-wrap[data-for="ready"], button.multi-states[data-state="working"] .state-wrap[data-for="ready"] {
  display: none;
}

[data-state="working"] .button.multi-states .state-wrap[data-for="working"], .button.multi-states[data-state="working"] .state-wrap[data-for="working"], [data-state="working"] button.multi-states .state-wrap[data-for="working"], button.multi-states[data-state="working"] .state-wrap[data-for="working"] {
  display: flex;
  color: white;
}

[data-state="working"] .button.multi-states .state-wrap[data-for="working"] .button-icon, .button.multi-states[data-state="working"] .state-wrap[data-for="working"] .button-icon, [data-state="working"] button.multi-states .state-wrap[data-for="working"] .button-icon, button.multi-states[data-state="working"] .state-wrap[data-for="working"] .button-icon {
  animation-name: spin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

[data-state="success"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="success"] .state-wrap[data-for="ready"], [data-state="success-response"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="success-response"] .state-wrap[data-for="ready"], [data-state="success"] button.multi-states .state-wrap[data-for="ready"], button.multi-states[data-state="success"] .state-wrap[data-for="ready"], [data-state="success-response"] button.multi-states .state-wrap[data-for="ready"], button.multi-states[data-state="success-response"] .state-wrap[data-for="ready"] {
  display: none;
}

[data-state="success"] .button.multi-states .state-wrap[data-for="success"], .button.multi-states[data-state="success"] .state-wrap[data-for="success"], [data-state="success-response"] .button.multi-states .state-wrap[data-for="success"], .button.multi-states[data-state="success-response"] .state-wrap[data-for="success"], [data-state="success"] button.multi-states .state-wrap[data-for="success"], button.multi-states[data-state="success"] .state-wrap[data-for="success"], [data-state="success-response"] button.multi-states .state-wrap[data-for="success"], button.multi-states[data-state="success-response"] .state-wrap[data-for="success"] {
  display: flex;
  color: white
}

[data-state="error"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="error"] .state-wrap[data-for="ready"], [data-state="error-response"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="error-response"] .state-wrap[data-for="ready"], [data-state="error"] button.multi-states .state-wrap[data-for="ready"], button.multi-states[data-state="error"] .state-wrap[data-for="ready"], [data-state="error-response"] button.multi-states .state-wrap[data-for="ready"], button.multi-states[data-state="error-response"] .state-wrap[data-for="ready"] {
  display: none;
}

[data-state="error"] .button.multi-states .state-wrap[data-for="error"], .button.multi-states[data-state="error"] .state-wrap[data-for="error"], [data-state="error-response"] .button.multi-states .state-wrap[data-for="error"], .button.multi-states[data-state="error-response"] .state-wrap[data-for="error"], [data-state="error"] button.multi-states .state-wrap[data-for="error"], button.multi-states[data-state="error"] .state-wrap[data-for="error"], [data-state="error-response"] button.multi-states .state-wrap[data-for="error"], button.multi-states[data-state="error-response"] .state-wrap[data-for="error"] {
  display: flex;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.error-msg {
  position: absolute;
  display: block;
  z-index: 10;
  border-radius: 0.5em;
  bottom: 100%;
  margin-top: -0.15em;
}

[dir="ltr"] .error-msg {
  left: 1rem;
}

[dir="rtl"] .error-msg {
  right: 1rem;
}

[dir="rtl"] [dir="ltr"] .error-msg {
  left: auto;
}

.error-msg{
  display: block;
  background-color: white;
  color: #dc2626;
  background-color: #dc2626;
  color: white;
  font-size: 11px;
  line-height: 1.3em;
  padding: 0.3em 8px 0.5em;
  text-transform: none;
  white-space: nowrap;
  font-weight: 600;
}

.error-msg::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 10px;
  border-top: 5px solid #dc2626;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

[dir="rtl"] .error-msg::after {
  left: auto;
  right: 10px;
}

[dir="rtl"] [dir="ltr"] .error-msg::after {
  right: auto;
  left: 10px;
}

.error-msg{
  display: none;
}

[data-state="error"] ~ .error-msg,
.error-msg.show {
  display: block;
}

form + .response-box {
  margin: 1rem 0 0;
  padding: 1rem 1.5rem;
  font-weight: 500;
  transition: 0.3s ease;
  opacity: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

form + .response-box .icon {
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
  opacity: 0.5;
}

form + .response-box p {
  margin: 0 !important;
}

form[data-state="success-response"] + .response-box {
  opacity: 1;
  transform: translateY(0px);
}

form[data-state="error-response"] + .response-box {
  opacity: 1;
  transform: translateY(0px);
  /* border-color: theme('colors.red.600'); */
}

form.collapse[data-state="success-response"] {
  display: none;
}

[data-file-input] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

[data-file-input] * {
}

[data-file-input] input {
  visibility: hidden;
  position: absolute;
}

[data-file-input][data-state="valid"] button.cta {
  /* display: none; */
}

[data-file-input] .file-display {
  display: none;
  font-size: 0.9rem;
  line-height: 1.2rem;
  position: relative;
  padding: 16px 20px 20px;
  border: 1px dashed #d4d4d8;
  margin-bottom: 0.6em;
  direction: ltr;
  border-radius: 0.375rem;
}

[data-file-input] .file-display .title {
  font-weight: bold;
  /* padding-bottom: 0.4em; */
}

[data-file-input] .file-display [data-name] {
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  /* border-top: 1px dashed theme('colors.zinc.300');
      border-bottom: 1px dashed theme('colors.zinc.300'); */
}

[data-file-input] .file-display [data-size] {
  color: #a1a1aa;
  display: flex;
  gap: 0.3em;
}

[data-file-input] .file-display [data-clear] {
  position: absolute;
  bottom: 3px;
  right: 4px;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
      [dir='rtl'] & {
        right: auto; 
        left: 4px; 
      }
      */
}

[data-file-input][data-state="valid"] .file-display {
  display: inline-block;
}

/* @import 'forms/iti';

@import 'forms/button';
@import 'forms/button-states';
@import 'forms/field';
@import 'forms/field-wrap';
// @import 'forms/field-list';
// @import 'forms/field-label';
@import 'forms/field-box';
// @import 'forms/field-row';
// @import 'forms/field-combo';
@import 'forms/check-box';
// @import 'forms/check-button';
// @import 'forms/check-tree';
@import 'forms/error-msg';
@import 'forms/form-response';
*/

input,
select,
textarea,
button,
label,
.label {
  outline: none;
  border-radius: 0px;
  font-family: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}

select option[disabled] {
  color: #aaa;
}

optgroup {
  padding: 0;
  margin: 0;
}

.hint {
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 0.6em;
  font-weight: 400;
}

.hint .icon {
  font-size: 16px;
  margin: 0 0.3em;
}

.hintbox {
  padding: 0.8em 1.4em;
  background-color: #D1E5DC;
  color: $text;
  position: relative;
  z-index: 10;
  box-shadow: 1px 1px 1px rgba(82,82,91, 0.3);
}

.hintbox .msg {
  line-height: 1.3em;
  font-size: 0.8em;
}

[name="emiratesId"] {
  direction: ltr;
}

h4.umbraco-forms-caption {
  display: none;
}

/*
.field-set.box {
  .box-content {
    padding: 1.5em;
    @media (min-width: $vw-lap-lg) {
      padding: 2vw;
    }
  }
}
.form-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  // @media (min-width: $vw-lap-lg) {
  //   justify-content: space-around;
  // }
  > * {
    width: 100%;
    min-width: 0;
    @media (min-width: $vw-lap) {
      &.col-wrap {
        width: calc(50% - 0.6em);
      }
    }
  }
}


// UPLOADS and SUBMIT
.form-uploads-bar,
.form-submit-bar {
  background-color: $purple;
  text-align: center;
  padding: 2em 0;
}
.form-uploads-bar {
  background-color: rgba($purple, 0.95);
  .button {
    
    @media (min-width: $vw-tab) {
      margin-left: 2vw;
      margin-right: 2vw;
    }
    .icon:not(.valid) {
      color: $sunset !important;
    }
  }
}
 */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: 0.2s ease;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3rem;
  color: inherit;
  background-color: rgba(161,161,170, 0.1);
}

.button:hover {
  /* color: white; */
  background-color: rgba(24,24,27, 0.1);
}

[lang="ar"] .button {
  letter-spacing: 0;
}

.button.primary {
  background-color: #FA4616;
  color: white;
}

.button.primary:hover {
  background-color: #FB6B44;
  /* color: inherit; */
}

.button.secondary {
  background-color: #18181b;
  color: white;
}

.button.secondary:hover {
  background-color: #3f3f46;
}

.button.tertiary {
  background-color: #3f3f46;
  color: white;
}

.button.tertiary:hover {
  background-color: #52525b;
}

.button.ghost {
  background-color: transparent;
  /* border: 2px solid theme('colors.brand-orange.600'); */
  --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, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 70 22 / var(--tw-ring-opacity));
  color: #FA4616;
}

.button.ghost:hover {
  color: #18181b;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity));
}

.button.ghost.dark-backdrop:hover {
  color: #FF9E1B;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 158 27 / var(--tw-ring-opacity));
}

.button.size-block {
  min-width: 13rem;
}

.button.size-full {
  width: 100%;
  padding: 1rem 1.2rem;
}

.button .button-label {
  font-size: 0.86rem;
  display:inline-flex;
  margin-top: -0.1em;
}

.button .button-label:first-child:last-child {
  margin-left: auto;
  margin-right: auto;
}

[dir="ltr"] .button .button-label + .button-icon {
  margin-left: 1rem;
}

[dir="rtl"] .button .button-label + .button-icon {
  margin-right: 1rem;
}

.button .button-icon {
  display: inline-flex;
}

@media (min-width: 768px) {
  .button {
    padding: 0.8rem 1.4rem;
  }

  .button.size-full {
    padding: 1.2rem 1.6rem;
  }

  [dir="ltr"] .button .button-label + .button-icon {
    margin-left: 1.3rem;
  }

  [dir="rtl"] .button .button-label + .button-icon {
    margin-right: 1.3rem;
  }
}

.card {
  position: relative;
  border-radius: 0.5rem;
}

.card-media {
  overflow: hidden;
  border-radius: inherit;
  position: relative;
  background-color: #18181b;
  background-image: linear-gradient(#18181b, #27272a 30%);
  z-index: 1;
  min-height: 50%;
  aspect-ratio: 3 / 4;
}

@supports not (aspect-ratio) {
  .card-media {
    padding-top: 133%;
    height: 0
  }
}

.card-media::after {
  border-radius: inherit;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background-image: linear-gradient(0, rgba(0,0,0, 0.85), rgba(0,0,0, 0.75) 25%, rgba(0,0,0, 0.2) 50%, rgba(0,0,0, 0));
}

.card-media img {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  aspect-ratio: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@supports not (aspect-ratio) {
  .card-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

.card:hover .card-media img {
  transform: scale(1.05);
}

.card-media.video {
  aspect-ratio: 1 / 1;
}

@supports not (aspect-ratio) {
  .card-media.video {
    padding-top: 100%
  }
}

.card-media.video img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.card-content {
  border-radius: inherit;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.card-tag {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  margin: 1rem;
  margin-bottom: auto;
  font-size: 0.74rem;
  text-transform: uppercase;
  padding: 0.2em 0.8em 0.3em;
  color: white;
  background-color: rgba(24,24,27, 0.4);
  border-radius: 0.25rem;
}

.card-tag[data-tag="com"]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 70 22 / var(--tw-bg-opacity));
}

.card-tag[data-tag="int"]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 38 48 / var(--tw-bg-opacity));
}

.card-tag[data-tag="edu"]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 27 / var(--tw-bg-opacity));
}

.card-tag[data-tag="pro"]{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.card-content header {
  margin: 0 1rem;
  padding: 1rem 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: white;
}

.card-content .card-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-bottom: 0.2em;
  margin: 0 !important;
}

.card-content .card-title + p {
  font-size: 0.74rem;
  line-height: 1.3em;
  text-transform: uppercase;
  /* opacity: 0.6; */
  color: rgba(255,255,255,0.6);
  margin-top: 0.4rem;
  margin-bottom: 0;
}

.card-content .card-title + p b {
  color: rgba(255,255,255,0.8);
}

.card-content footer .button {
  color: #FA4616;
  padding-block: 1rem 1.2rem;
  font-weight: 400;
}

.card-content footer .button:hover {
  color: #FF9E1B;
}

@media (min-width: 768px) {
  .card-content header {
    margin: 0 1.4rem;
  }

  .card-tag {
    margin-inline: 1.4rem;
    margin-top: 1.4rem;
  }
}

@media (min-width: 1024px) {
  .card-content header {
    padding: 1.2rem 0;
  }

  .card-content .card-title + p {
    margin-top: 1rem;
  }
}

.partners-list {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}

.partners-list li {
  display:flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  min-width: 140px;
  max-width: 200px;
  margin: 1.5rem 2rem;
  transition: 0.2s ease;
  filter: grayscale(100%);
  opacity: 0.9;
}

.partners-list li:hover {
  filter: grayscale(0);
  opacity: 1;
}

.partners-list li a {
  flex: none;
  display: block;
  margin: auto 0;
}

.partners-list li .label {
  text-align: center;
  margin-bottom: auto;
  margin-bottom: 1.6em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.3;
  font-size: 0.8rem;
}

.partners-list li img {
  display: block;
  width: 100%;
  max-height: 100px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .partners-list li img {
    max-height: 100px
  }
}

@media (min-width: 1280px) {
  .partners-list li {
    max-width: 220px;
  }
}

ul.featured-list{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 640px){
  ul.featured-list{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  ul.featured-list{
    width: 66.666667%;
  }
}

@media (min-width: 1280px){
  ul.featured-list{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1536px){
  ul.featured-list{
    width: 58.333333%;
  }
}

ul.featured-list li {
  display: flex;
}

ul.featured-list li + li{
  border-top-width: 1px;
  border-color: rgba(0,0,0,0.1);
}

ul.featured-list li img{
  height: 4rem;
  width: 4rem;
}

@media (min-width: 640px){
  ul.featured-list li img{
    height: 5rem;
    width: 5rem;
  }
}

@media (min-width: 1024px){
  ul.featured-list li img{
    height: 8rem;
    width: 8rem;
  }
}

[dir="ltr"] ul.featured-list li p {
  margin-left: 1rem;
}

[dir="rtl"] ul.featured-list li p {
  margin-right: 1rem;
}

@media (min-width: 768px) {
  ul.featured-list {
  }

  [dir="ltr"] ul.featured-list li p, 
  [dir="rtl"] ul.featured-list li p{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  @media (min-width: 1024px){
    [dir="ltr"] ul.featured-list li p, 
  [dir="rtl"] ul.featured-list li p{
      margin-left: 5rem;
      margin-right: 5rem;
    }
  }
}

img.media {
  filter: grayscale(1);
  transition: .5s ease;
  display: block;
}

img.media:hover,
.card:hover img.media,
.speaker-thumb:hover img.media {
  filter: grayscale(0);
}

a.media-thumb {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
}

a.media-thumb:hover img {
  transform: scale(1.05);
}

ul.search-results > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

ul.search-results {
  max-width: 80ch !important;
}

@media (min-width: 1024px) {
  ul.search-results {
    font-size: 1.125em;
  }
}

ul.search-results h3 {
  font-weight: 500;
  margin-top: 0 !important;
  font-size: 1.5rem;
  line-height: 2rem
}

ul.search-results h3 a:hover{
  --tw-text-opacity: 1;
  color: rgb(250 70 22 / var(--tw-text-opacity));
}

ul.search-results li p {
  margin-top: 0.6em;
}

ul.search-results li + li {
  margin-top: 2rem;
  padding-top: 2rem;
  /* border-bottom: 1px solid */
}

.pagination {
  display: inline-flex;
  border-radius: 6px;
  align-items: center;
  margin-top: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 3px;
}

.pagination a:hover:not(.active){
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.pagination a.active {
  font-weight: bold;
  --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, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity))
}

@media (min-width: 768px) {
  .pagination {
    border-radius: 10px;
  }

  .pagination a {
    width: 3rem;
    height: 3rem;
  }
}

.event-browser {
}

/* background-color: rgba($fun-green, 0.06); */

/* direction: ltr; */

[dir=rtl] .event-calendar .navigation .period {
  /* direction: rtl; */
}

/* padding: 1em; */

.event-calendar .navigation .prev.past {
  opacity: 0.2;
  pointer-events: none;
}

.event-calendar .hello-week .navigation {
  /* border-bottom: 1px solid rgba(#000000, 0.1); */
  border-bottom: 1px solid black;
  padding-bottom: 0.4em;
}

.event-calendar .hello-week .period {
  font-size: 1.1em;
  font-weight: 800;
}

.event-calendar .hello-week .prev, .event-calendar .hello-week .next {
  font-size: 1.4em;
  line-height: 1;
  padding: 0.4em 0 0.6em;
  width: 14.28571%;
  flex:none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  border-radius: 0.375rem;
}

.event-calendar .hello-week .prev:hover, .event-calendar .hello-week .next:hover {
  /* background-color: rgba($fun-green, 0.08); */
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.event-calendar .hello-week .month {
  cursor: default;
}

.event-calendar .hello-week .month.rtl {
  flex-direction: row;
}

.event-calendar .hello-week .week {
  font-weight: 800;
  color: $fun-green;
}

.event-calendar .hello-week .week .day {
  font-size: 0.7rem;
}

.event-calendar .hello-week .week.rtl {
  flex-direction: row;
}

.event-calendar .hello-week .month .day {
  position: relative;
  padding: 0.9em;
  font-size: 0.8rem;
  border-radius: 0.375rem;
  box-shadow:  0 0 0 2px white inset;
}

.event-calendar .hello-week .month .day.is-today {
  background-color: transparent;
  font-weight: 600;
  box-shadow: 0 0 0 2px rgba(0,0,0, 1), 0 0 0 4px white, 0 0 0 1px #000000 inset, 0 0 0 3px white inset;
  z-index: 5;
}

.event-calendar .hello-week .month .day.is-weekend {
  color: unset;
}

.event-calendar .hello-week .month .day.is-disabled {
  cursor: default;
}

.event-calendar .hello-week .month .day.is-selected {
  /* color: unset !important;
        background-color: unset !important; */
}

.event-calendar .hello-week .month .day.is-highlight{
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.event-calendar .hello-week .month .day.is-highlight:not(.is-today) {
  /* box-shadow: 0 0 0 1px rgba(white, 0.7); */
}

.event-calendar .hello-week .month .day.is-highlight.is-selected {
  /* @apply !bg-brand-yellow-600 !text-white; */
}

.event-calendar .hello-week .month .day.is-highlight{
  cursor: pointer;
}

.event-calendar .hello-week .month .day.is-highlight.is-disabled {
  pointer-events: all;
  color: $text;
}

/* background-color: rgba($fun-green, 0.3); */

.event-calendar .hello-week .month .day.is-highlight.is-disabled:hover {
  /* background-color: rgba($fun-green, 0.5); */
}

.event-calendar .hello-week .month .day.is-highlight.is-today {
}

.event-calendar .hello-week .month .day.is-highlight:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 70 22 / var(--tw-bg-opacity));
}

.event-calendar .hello-week .month .day.is-highlight:hover.is-selected {
  /* @apply bg-brand-red-600; */
}

.event-calendar .hello-week .month .day.is-selected.is-highlight {
}

.event-calendar .hello-week .day-peek {
  position: absolute;
  top: 100%;
  left: 50%;
  font-weight: 500;
  font-size: 12px;
  background-color: white;
  border-radius: 0.375rem;
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  color: black;
  padding: 0.7em 0.8em;
  min-width: 12em;
  min-height: 120%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  transform: translate(-50%, 0) scale(0.5);
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
  will-change: transform, opacity;
  line-height: 1.2em;
}

.event-calendar .hello-week .day-peek::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-bottom: 6px solid black;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
}

.event-calendar .hello-week .day-peek .event-title {
  margin: 0.3em 0;
}

.event-calendar .hello-week .day-peek .date {
  font-weight: 800;
  /* margin: 0.3em 0; */
}

.event-calendar .hello-week .day-peek a {
  color: red;
  display: block;
}

.event-calendar .hello-week .day-peek a:hover {
  color: red;
}

.event-calendar .hello-week .day-peek a .loading-spinner {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 4px;
  font-size: 14px;
  color: red;
}

[dir=ltr] .event-calendar .hello-week .day-peek a .loading-spinner {
  right: 4px;
}

[dir=rtl] .event-calendar .hello-week .day-peek a .loading-spinner {
  left: 4px;
}

.event-calendar .hello-week .day-peek a .loading-spinner{
  transition: 0.2s ease;
}

.event-calendar .hello-week .day-peek a.loading .loading-spinner {
  opacity: 0.7;
}

.event-calendar .hello-week .day.peeking  {
  z-index: 10;
  opacity: 1;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 70 22 / var(--tw-bg-opacity)) !important;
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.event-calendar .hello-week .day.peeking .day-peek {
  pointer-events: all;
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

.event-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .event-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

.event-list > li {
  padding: 0;
}

.event-list > li.event-month-divider {
  width: 100%;
}

.event-list > li.no-events {
  font-weight: 800;
  opacity: 0.3;
}

.event-list > li.loading {
  font-weight: 800;
  opacity: 0.6;
}

.event-list > li.loading .icon {
  margin: 0 0.5em;
  font-size: 20px;
}

.event-list + button.event-loader {
  min-width: 280px;
  display: block !important;
  margin: 30px auto !important;
}

.event-list + button.event-loader .txt {
  justify-content: center;
}

@media (min-width: 1024px){
  .event-list .event-month-divider{
    grid-column: span 2 / span 2;
  }
}

.event-list .event-month-divider {
  display: flex;
  align-items: center;
  /* text-transform: uppercase; */
  font-weight: 600;
}

.event-list .event-month-divider h2 {
  font-size: 2rem;
  margin-top: -0.2em;
}

.event-list .event-month-divider::after {
  content: ' ';
  display: block;
  border-bottom: 1px solid black;
  flex:auto;
}

[dir=ltr] .event-list .event-month-divider::after {
  margin-left: 1em;
}

[dir=rtl] .event-list .event-month-divider::after {
  margin-right: 1em;
}

.event-list .event-month-divider::after{
  height: 0px;
  line-height: 0px;
  opacity: 0.4;
}

.event-list .event {
  display: flex;
  /* color: black; */
  position: relative;
}

.event-list .event .date {
  position: relative;
  z-index: 2;
  height: 100%;
  flex:none;
  margin-right: 1em;
  background-color: rgba(136,136,136, 0.08);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-weight: 900;
  font-size: 1.3em;
  padding: 0.4em;
  border-top: 4px solid black;
  width: 2.4em;
}

/* @media (min-width: $vw-mob-m) {
        font-size: 1.6em;
      }
      @media (min-width: $vw-lap) {
        font-size: 2em;
        padding-top: 0.6em;
      } */

.event-list .event .date .day {
  color: $fun-green;
}

.event-list .event .date .month {
  text-transform: uppercase;
  font-size: 0.4em;
  line-height: 1em;
  margin-top: 1em;
}

.event-list .event .eyebrow > * {
  display: inline-flex;
  align-items: center;
  opacity: 1;
}

.event-list .event .eyebrow .time {
  text-transform: none;
}

.event-list .event .eyebrow .tag {
  opacity: 1;
}

.event-list .event .wrap {
  position: relative;
  z-index: 2;
  margin-right: auto;
}

.event-list .event .title:last-child {
  margin-bottom: 0;
}


/* @media (min-width: $vw-mob-lg) {
        width: 80px;
      }
      @media (min-width: $vw-lap-m) {
        width: 100px;
      } */



.event-list .event.is-past:not(.is-today) {
  opacity: 0.5;
  filter: saturate(0.6);
}

.event-list .event.is-past:not(.is-today):hover {
  opacity: 0.8;
}

.event-list a.event::before {
  content: '';
  display: block;
  position: absolute;
  top:-1.2em;
  left: -1.2em;
  right: -1.2em;
  bottom: -1.2em;
  background-color: rgba(0,255,0, 0.05);
  transition: .2s ease;
  opacity: 0;
  pointer-events: none;
}

.event-list a.event:hover::before {
  opacity: 1;
}

.event-list a.event:hover .date {
}

.event-details.popup-box {
  max-width: 500px;
}

.event-details.popup-box header {
  display: flex;
  margin-top: -36px;
  align-items: center;
  padding: 30px 0;
}

.event-details.popup-box h1 {
  font-size: 1.4em;
  color: $text;
  margin-right: auto;
  margin-bottom: 0;
}



.event-details.popup-box ul.info {
  background-color: rgba(0,255,0, 0.08);
  padding: 15px 36px;
  margin: 0 -36px 2em;
}

.event-details.popup-box ul.info:nth-last-child(2), .event-details.popup-box ul.info:last-child {
  margin-bottom: -36px;
}

.event-details.popup-box ul.info li {
  margin: 0.9em 0;
  font-size: 0.8em;
  font-weight: 600;
}

.event-details.popup-box ul.info li .icon {
  width: 1em;
  color: #0f0;
  margin-right: 0.5em;
}

/* .event-details,
.page-header {
  .event-info {
    background-color: $teal;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 0.94em;
    line-height: 1.4em;
  }
  .event-info-bit {
    display: block;
    display: flex;
    align-items: center;
    padding: 0.5em 0;
    text-decoration: none;
    color: white;
    > .icon {
      font-size: 20px;
      width: 1em;
      color: white;
      [dir=ltr] & { margin-right: 1em; margin-left: 0; }
      [dir=rtl] & { margin-left: 1em; margin-right: 0; }
    }

  }
  .addthis-wrapper {
    margin-bottom: 1em;
  }
  a.event-info-bit:hover {
    //color: $yellow;
  }
  &.popup-box {
    // max-width: 600px;
    .addthis-wrapper {
      margin-top: 1em;
    }
  }
}
.page-header .event-info {
  //border-radius: $border-radius;
  border-top: 1px solid $orange;
  border-bottom: 1px solid $orange;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  .event-info-bit {
    display: flex;
    color: $teal-dark;
    .icon {
      color: $orange;
      // color: rgba($text, 0.3);
    }
  }
  a.event-info-bit:hover {
    color: $magenta;
    .icon {
      color: $purple;
    }
  }
} */

.select-tabs-content {
  display: none;
}

.select-tabs-content.active {
  display: block;
}

.select-tabs-content-dependent {
  display: none;
}

.select-tabs-content.active:not(#notender) ~ .select-tabs-content-dependent {
  display: block;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-\[50\%\]{
  top: 50%;
}

.left-\[50\%\]{
  left: 50%;
}

.m-0{
  margin: 0px;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.\!my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.-mt-8{
  margin-top: -2rem;
}

.-ml-8{
  margin-left: -2rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.\!mt-10{
  margin-top: 2.5rem !important;
}

.mb-4{
  margin-bottom: 1rem;
}

.box-content{
  box-sizing: content-box;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-16{
  height: 4rem;
}

.h-\[350px\]{
  height: 350px;
}

.h-6{
  height: 1.5rem;
}

.w-44{
  width: 11rem;
}

.w-full{
  width: 100%;
}

.w-16{
  width: 4rem;
}

.w-auto{
  width: auto;
}

.w-6{
  width: 1.5rem;
}

.max-w-\[6em\]{
  max-width: 6em;
}

.max-w-\[10rem\]{
  max-width: 10rem;
}

.flex-auto{
  flex: 1 1 auto;
}

.grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.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;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-zinc-500{
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  border-color: rgba(0,0,0,0.1);
}

.border-b-zinc-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.bg-brand-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 209 / var(--tw-bg-opacity));
}

.bg-brand-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 218 208 / var(--tw-bg-opacity));
}

.bg-brand-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 243 / var(--tw-bg-opacity));
}

.bg-zinc-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-brand-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 231 / var(--tw-bg-opacity));
}

.bg-zinc-900{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.bg-brand-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(250 70 22 / var(--tw-bg-opacity));
}

.bg-brand-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(210 38 48 / var(--tw-bg-opacity));
}

.bg-brand-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(255 158 27 / var(--tw-bg-opacity));
}

.\!bg-brand-yellow-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 158 27 / var(--tw-bg-opacity)) !important;
}

.\!bg-brand-orange-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 70 22 / var(--tw-bg-opacity)) !important;
}

.bg-zinc-200{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.bg-brand-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 163 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\/assets\/media\/steps\.jpg\'\)\]{
  background-image: url('/assets/media/steps.jpg');
}

.bg-cover{
  background-size: cover;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-4{
  padding: 1rem;
}

.\!px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-medium{
  font-weight: 500;
}

.font-\[500\]{
  font-weight: 500;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\.5em\]{
  line-height: 1.5em;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\!text-brand-orange-600{
  --tw-text-opacity: 1 !important;
  color: rgb(250 70 22 / var(--tw-text-opacity)) !important;
}

.text-brand-orange-600{
  --tw-text-opacity: 1;
  color: rgb(250 70 22 / var(--tw-text-opacity));
}

.text-zinc-900{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.ring-1{
  --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, 0 0 #0000);
}

.ring-2{
  --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, 0 0 #0000);
}

.ring-0{
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.ring-brand-orange-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 70 22 / var(--tw-ring-opacity));
}

.ring-transparent{
  --tw-ring-color: transparent;
}

.ring-zinc-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity));
}

.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);
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(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);
}

.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.placeholder\:text-lg::-moz-placeholder{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.placeholder\:text-lg::placeholder{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.placeholder\:font-normal::-moz-placeholder{
  font-weight: 400;
}

.placeholder\:font-normal::placeholder{
  font-weight: 400;
}

.focus-within\:border-zinc-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.hover\:border-brand-red-900:hover{
  --tw-border-opacity: 1;
  border-color: rgb(84 15 19 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.8\)\]{
  background-color: rgba(0,0,0,0.8);
}

.group:hover .group-hover\:ring-transparent{
  --tw-ring-color: transparent;
}

@media (min-width: 640px){
  .sm\:aspect-video{
    aspect-ratio: 16 / 9;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-\[50vw\]{
    height: 50vw;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  .md\:m-0{
    margin: 0px;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mt-\[-8rem\]{
    margin-top: -8rem;
  }

  .md\:flex{
    display: flex;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-\[400px\]{
    height: 400px;
  }

  .md\:w-52{
    width: 13rem;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-\[90\%\]{
    width: 90%;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-32{
    height: 8rem;
  }

  .lg\:h-\[46vw\]{
    height: 46vw;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-\[58\.3333\%\]{
    width: 58.3333%;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:border-zinc-900{
    --tw-border-opacity: 1;
    border-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .lg\:text-\[1\.65rem\]{
    font-size: 1.65rem;
  }
}

@media (min-width: 1280px){
  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:h-\[60px\]{
    height: 60px;
  }

  .xl\:w-56{
    width: 14rem;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-12{
    gap: 3rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:h-\[750px\]{
    height: 750px;
  }

  .\32xl\:w-7\/12{
    width: 58.333333%;
  }

  .\32xl\:w-56{
    width: 14rem;
  }

  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:gap-6{
    gap: 1.5rem;
  }
}


