/* min bootstrap rquirements */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f; }

/* require bootstrap components as needed */
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle); }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type > .accordion-header .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type > .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush > .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush > .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush > .accordion-item > .accordion-collapse,
  .accordion-flush > .accordion-item > .accordion-header .accordion-button,
  .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0; }

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e"); }

/* our variables have to be loaded early or stuff breaks */
/* our css */
/* abstracts */
@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
/* base */
* {
  box-sizing: border-box; }

img {
  height: auto;
  max-width: 100%; }

select {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.7);
  border-radius: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1rem;
  padding-left: 0.5rem;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto; }

form {
  margin: 0; }

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

#tinymce.mce-content-body:focus {
  outline: none; }

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #545559; }

p {
  line-height: 1.5; }

/* links */
a,
.link {
  /* prevent long links from breaking out of container */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  text-decoration: underline;
  display: inline;
  color: currentColor; }
  a:active, a:hover, a:focus,
  .link:active,
  .link:hover,
  .link:focus {
    text-decoration: underline; }

/* extend bootstrap font sizes */
.fs-0 {
  font-size: 3.2rem !important; }

sup {
  font-size: 0.75em; }

b,
strong {
  font-weight: 700; }

a {
  color: #00759d; }
  a:hover {
    color: #ec1360; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif; }

.btn {
  background-color: pink;
  color: white;
  border-radius: 999px;
  padding: 0.5em 1.5em;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 500; }

.btn--main {
  background: transparent linear-gradient(90deg, #ec1360 0%, #853d97 100%); }

.btn--small {
  font-size: 0.875em; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.hidden {
  display: none !important; }

.vhidden {
  visibility: hidden; }

.plain-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.new-window:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 0.5em; }

.no-scroll {
  overflow: hidden; }

.nowrap {
  white-space: nowrap; }

.object-cover {
  -o-object-fit: cover;
     object-fit: cover; }

.flex {
  display: flex; }

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

@media (min-width: 992px) {
  .lg\:flex {
    display: flex; } }

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

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

@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row; } }

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

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

.flex-auto {
  flex: 1 1 auto; }

.grow {
  flex-grow: 1; }

.divider {
  margin-block-start: 1rem;
  margin-block-end: 2rem;
  border: none;
  border-top: 1px solid #dee2e6; }

.back-to-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #050712;
  text-transform: uppercase;
  cursor: pointer; }
  .back-to-top .icon {
    max-width: 2rem;
    max-height: 2rem; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropdown-menu {
  display: none; }

.dropdown-menu.show {
  display: block; }

:root {
  --umb-block-grid--column-gap: 1rem;
  --umb-block-grid--row-gap: 1rem;
  --umb-block-grid--areas-column-gap: 1rem;
  --umb-block-grid--areas-row-gap: 1rem; }

.umb-block-grid__layout-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--column-gap, 0);
  column-gap: var(--umb-block-grid--column-gap, 0);
  row-gap: var(--umb-block-grid--row-gap, 0); }

.umb-block-grid__layout-item {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span Min(calc(var(--umb-block-grid--item-column-span, 1) * 3), var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1); }

.umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--areas-column-gap, 0);
  column-gap: var(--umb-block-grid--areas-column-gap, 0);
  row-gap: var(--umb-block-grid--areas-row-gap, 0); }

.umb-block-grid__area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span Min(calc(var(--umb-block-grid--area-column-span, 1) * 3), var(--umb-block-grid--area-grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1); }

@media (min-width: 1024px) {
  .umb-block-grid__layout-item {
    grid-column-end: span Min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns)); }
  .umb-block-grid__area {
    grid-column-end: span Min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns)); } }

/* components */
.main-nav__categories, .main-nav__column-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.main-nav {
  background-color: #f5f5f5; }
  .main-nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem; }
  .main-nav__logo {
    margin: 0; }
    .main-nav__logo a {
      display: block;
      line-height: 0; }
    .main-nav__logo img {
      height: 2.5rem; }
  .main-nav__toggle-button {
    height: 3.125rem; }
    @media (min-width: 576px) {
      .main-nav__toggle-button {
        display: none; } }
    .main-nav__toggle-button .main-nav__toggle-button-icon {
      display: block; }
    .main-nav__toggle-button .main-nav__toggle-button-icon--collapsed {
      display: none; }
  .main-nav__toggle-button.collapsed .main-nav__toggle-button-icon--collapsed {
    display: block; }
  .main-nav__toggle-button.collapsed .main-nav__toggle-button-icon {
    display: none; }
  @media (min-width: 576px) {
    .main-nav__collapser {
      display: block !important;
      position: relative; }
    .main-nav__collapser-container {
      display: flex;
      justify-content: space-between; } }
  .main-nav__search-form {
    order: 1; }
  .main-nav__search-button {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 1rem;
    z-index: 1; }
  @media (min-width: 576px) {
    .main-nav__categories {
      display: flex;
      gap: 1rem; } }
  .main-nav__categories a {
    color: #050712; }
  .main-nav__category {
    display: block;
    margin: 0; }
  .main-nav__category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem; }
    .main-nav__category-link:hover {
      background-color: #f5f5f5; }
    @media (min-width: 576px) {
      .main-nav__category-link > .icon {
        display: none; } }
  .main-nav__category-menu {
    inset-block-start: 100% !important;
    inset-inline: 0 !important;
    background-color: #f5f5f5;
    width: 100%;
    padding: 1rem;
    transform: none !important;
    z-index: 1; }
    @media (max-width: 575px) {
      .main-nav__category-menu {
        position: relative !important; }
      .main-nav__category-menu > * + * {
        margin-block-start: 1rem;
        padding-block-start: 1rem;
        border-block-start: 1px solid #dee2e6; } }
    @media (min-width: 576px) {
      .main-nav__category-menu.show {
        display: flex;
        justify-content: space-between;
        gap: 3rem; } }
  .main-nav__column {
    flex: 1 1 0; }
  .main-nav__column-header {
    margin-block-end: 1rem; }
  .main-nav__column-optional-link {
    font-size: 1rem;
    text-decoration: underline; }
  .main-nav__column-link {
    display: block;
    padding: 0.5rem 0; }
    .main-nav__column-link:hover {
      color: #ec1360; }
  .main-nav__spotlight {
    flex: 3 1 0; }
    .main-nav__spotlight--Small {
      flex: 2 1 0; }

.header-alerts {
  padding: 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow-y: scroll; }
  .header-alerts--empty {
    display: none; }
  .header-alerts__alert {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 1rem 3rem 1rem 1rem;
    border: 1px solid #ede7c5;
    border-radius: 4px;
    background-color: #fffaee;
    top: 3em;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px; }
    @media (min-width: 580px) {
      .header-alerts__alert {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); } }
  .header-alerts__icon {
    margin-right: 1.5rem; }
  .header-alerts__text {
    flex-grow: 2; }
  .header-alerts__title {
    font-size: 1.25rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 1em;
    display: block; }
  .header-alerts__close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
    padding: 0.5rem;
    border-radius: 50%;
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 0;
    cursor: pointer; }
    .header-alerts__close:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .header-alerts__close:focus-visible {
      outline: 2px solid rgba(0, 0, 0, 0.2); }

.search__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 2rem; }

.search__form {
  position: relative;
  width: 100%; }
  .search__form input {
    width: 100%;
    padding: 1rem;
    padding-inline-end: 4rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 1rem; }
  .search__form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.6rem;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    .search__form button > img {
      display: block;
      width: 2rem;
      height: 2rem; }

.search__result {
  padding-block: 2rem; }
  .search__result + .search__result {
    border-top: 1px solid #dee2e6; }

.search__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem; }

.search__pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem; }

.search__pag-button {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  cursor: pointer; }
  .search__pag-button:not(.search__pag-button--dim):hover {
    text-decoration: none;
    border-color: #ec1360; }
  .search__pag-button--dim {
    color: #dee2e6;
    cursor: default; }

/* layout */
html,
body {
  background-color: #fff;
  padding: 0;
  margin: 0; }

.main-content {
  overflow: hidden;
  min-height: 31rem; }

.bg--offset {
  background-color: #f4f4f4; }

.container {
  max-width: 82rem;
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0; }
  .container--narrow {
    max-width: 50rem; }

.mobile-nav-open {
  overflow: hidden; }
  .mobile-nav-open .main-header__nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: white;
    color: black;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 0;
    font-size: 1.25em;
    font-weight: 500; }
    .mobile-nav-open .main-header__nav li {
      margin: 0 1.5em; }
    .mobile-nav-open .main-header__nav a {
      display: block;
      padding: 1em 0;
      border-top: 2px solid rgba(0, 0, 0, 0.07);
      text-decoration: none; }
    .mobile-nav-open .main-header__nav .home-link a:before {
      display: block;
      margin-left: auto;
      margin-right: auto;
      content: "";
      background: transparent url("/site-media/images/FasTrak_Stacked__Color.svg") center top no-repeat;
      width: 188px;
      height: 150px;
      background-size: contain; }

.main-header {
  background: transparent linear-gradient(90deg, #ce0058 10%, #6d2077 90%);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px; }
  .main-header__home-link {
    display: block; }
    .main-header__home-link img {
      display: block;
      max-width: 200px;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      width: 100%; }
      @media (min-width: 1200px) {
        .main-header__home-link img {
          max-width: 320px;
          padding: 0; } }
  .main-header a {
    color: currentColor; }
  @media (min-width: 1024px) {
    .main-header {
      padding-top: 1em;
      padding-bottom: 0.85em; } }
  .main-header__content {
    max-width: 1300px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
  .main-header__nav-toggle {
    background: #ec1360;
    height: 50px;
    width: 50px;
    display: block;
    position: relative;
    border-radius: 100%;
    transition: background-color 0.25s;
    z-index: 10; }
    .main-header__nav-toggle:hover, .main-header__nav-toggle:focus {
      background-color: #853d97; }
    @media (min-width: 1024px) {
      .main-header__nav-toggle {
        display: none; } }
  .main-header__nav-burger {
    display: block;
    position: relative;
    width: 32px;
    height: 4px;
    background-color: #fff;
    transition: transform 0.15s;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 2px;
    transform: translateX(-16px) translateY(-2px); }
    .main-header__nav-burger:before, .main-header__nav-burger:after {
      content: "";
      border-radius: 2px;
      display: block;
      height: 4px;
      width: 32px;
      background-color: #fff;
      transition: transform 0.15s;
      position: absolute; }
    .main-header__nav-burger:before {
      top: -10px; }
    .main-header__nav-burger:after {
      top: 10px; }
    .main-header__nav-burger--toggled {
      background-color: transparent; }
      .main-header__nav-burger--toggled:before {
        top: 0;
        transform: rotate(45deg); }
      .main-header__nav-burger--toggled:after {
        transform: rotate(-45deg);
        top: 0; }
  .main-header__nav {
    display: none;
    list-style: none outside;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 0; }
    @media (min-width: 1024px) {
      .main-header__nav {
        display: flex; }
        .main-header__nav li {
          margin-right: 2em; }
          .main-header__nav li:last-child {
            margin: 0; }
          .main-header__nav li.active a:before {
            opacity: 1;
            transform: translateY(0); }
        .main-header__nav a {
          text-decoration: none;
          border-top: 2px solid transparent;
          position: relative; }
          .main-header__nav a:before {
            content: "";
            display: block;
            height: 2px;
            width: 100%;
            background-color: white;
            opacity: 0;
            position: absolute;
            top: -4px;
            transform: translateY(-7px);
            transition: all 0.25s ease-out; }
          .main-header__nav a:hover:before {
            opacity: 1;
            transform: translateY(0); } }

.interactive-map-iframe {
  width: 100%; }

.content-max {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em; }

.page-header {
  color: white;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 1.5em 3em 1.5em; }
  .page-header h1 {
    margin: 0;
    text-align: center; }
  .page-header h1,
  .page-header h2,
  .page-header h3,
  .page-header h4,
  .page-header h5,
  .page-header h6 {
    font-size: 30px; }
    @media (min-width: 800px) {
      .page-header h1,
      .page-header h2,
      .page-header h3,
      .page-header h4,
      .page-header h5,
      .page-header h6 {
        font-size: 60px; } }
  .page-header--banner-traffic1 {
    background: transparent url("/site-media/images/FasTrak-Home-Header-scaled.jpg") center bottom no-repeat;
    background-size: cover; }
  .page-header--banner-traffic1-white {
    background: transparent url("/site-media/images/banner-traffic1-white.jpg") center bottom no-repeat;
    background-size: cover; }
  .page-header--banner-map {
    background: #f4f4f4 url("/site-media/images/banner-map.png") center top no-repeat;
    background-size: cover;
    padding: 4em 1.5em 1.5em 1.5em; }
    @media (min-width: 800px) {
      .page-header--banner-map {
        padding-top: 5.5em; } }
  .page-header--banner-bridge {
    background: transparent url("/site-media/images/banner-bridge.png") center bottom no-repeat;
    background-size: cover; }
  .page-header--banner-steering {
    background: transparent url("/site-media/images/banner-steering.png") center bottom no-repeat;
    background-size: cover; }
  .page-header--banner-traffic2 {
    background: transparent url("/site-media/images/banner-traffic2.png") center bottom no-repeat;
    background-size: cover; }

.col-flair {
  height: 15px;
  width: 100%; }
  .col-flair--purple {
    background-color: #a51890; }
  .col-flair--teal {
    background-color: #008c95; }

.umb-block-grid__layout-item[data-content-element-type-alias="oneColumnLayout"] > div.full-width {
  max-width: 100%;
  margin: 0; }

.simple-callout {
  background-color: white;
  padding: 2.25em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 1em;
  max-width: 1143px;
  margin-left: 1em;
  margin-right: 1em; }
  .simple-callout > *:first-child {
    margin-top: 0; }
  .simple-callout > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 500px) {
    .simple-callout {
      margin-left: 3em;
      margin-right: 3em; } }
  @media (min-width: 1200px) {
    .simple-callout {
      margin-left: auto;
      margin-right: auto;
      padding: 4em 6em; } }

.content-width {
  max-width: 950px;
  padding-left: 1em;
  padding-right: 1em; }
  @media (min-width: 950px) {
    .content-width {
      margin-left: auto;
      margin-right: auto; } }

.umb-block-grid__layout-container {
  row-gap: 0; }

figure {
  margin: 0; }

figcaption {
  margin-left: 1em;
  margin-right: 1em;
  font-weight: 700; }
  @media (min-width: 500px) {
    figcaption {
      margin-left: 3em;
      margin-right: 3em; } }
  @media (min-width: 900px) {
    figcaption {
      margin-left: 3em;
      margin-right: 3em; } }

.main-footer {
  background: linear-gradient(90deg, #009e99 5%, #00759d 95%);
  color: white;
  padding: 2em;
  text-align: center;
  font-weight: 400; }
  .main-footer > div {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto; }

/* Tolling in California */
.agencies {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none outside; }
  @media (min-width: 768px) {
    .agencies {
      margin-left: 1.5em;
      margin-right: 1.5em; } }
  @media (min-width: 992px) {
    .agencies {
      margin-left: 3em;
      margin-right: 3em; } }
  @media (min-width: 1100px) {
    .agencies {
      margin-left: 8em;
      margin-right: 8em; } }
  .agencies a {
    color: #00759d; }
    .agencies a:hover {
      color: #ec1360; }
  .agencies li {
    background: white;
    margin-bottom: 1.2em;
    width: 100%;
    text-align: center;
    padding: 1em;
    margin-left: 0.6em;
    margin-right: 0.6em; }
    .agencies li.agencies__solo-item {
      margin-left: auto;
      margin-right: auto; }
    @media (min-width: 768px) {
      .agencies li {
        width: calc(50% - 1.2em); } }
  .agencies p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }

/* fastrak page */
.transponders {
  list-style: none outside;
  margin: 0 auto;
  padding: 0;
  max-width: 1210px;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .transponders li {
      width: 50%; } }
  .transponders img {
    display: block; }

.discounts-table-agency {
  font-weight: normal; }
  @media (min-width: 768px) {
    .discounts-table-agency {
      padding-left: 30px; } }

.discounts-table {
  border-collapse: collapse;
  border: none;
  text-align: left;
  width: 100%;
  font-size: 14px; }
  @media (min-width: 768px) {
    .discounts-table {
      font-family: 16px; } }
  .discounts-table thead {
    font-size: 12px; }
    @media (min-width: 768px) {
      .discounts-table thead {
        font-size: 16px; } }
  .discounts-table th {
    padding-top: 0;
    padding-bottom: 0; }
  .discounts-table a {
    text-decoration: none; }
  .discounts-table__col-agency-website {
    width: 300px;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    background: #a51890;
    padding: 7px 7px 0 7px; }
  .discounts-table__col-clean-air {
    width: 98.15pt;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    background: #a51890;
    padding: 8px 7px 0 7px; }
  .discounts-table__col-veteran {
    width: 81pt;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    background: #a51890;
    padding: 8px 7px 0 7px; }
  .discounts-table__col-carpool {
    width: 76.25pt;
    border: none;
    border-bottom: 1px solid currentColor;
    background: #a51890;
    padding: 8px 7px 0 7px; }
  .discounts-table__group-header {
    border-top: none;
    border-left: none;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    background: #00818a;
    padding: 8px 7px 0 7px;
    width: 300px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .discounts-table__group-header {
        font-size: 16px; } }
  .discounts-table__row-header {
    width: 300px;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    padding: 8px 7px 0 7px; }
  .discounts-table__col-vehicle-result {
    width: 98.15pt;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    padding: 8px 7px 0 7px; }
  .discounts-table__col-veteran-result {
    width: 81pt;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    padding: 8px 7px 0 7px; }
  .discounts-table__col-carpool-result {
    width: 76.25pt;
    border: none;
    border-bottom: 1px solid currentColor;
    padding: 8px 7px 0 7px; }

/* tailwindcss */
.container {
  width: 100%; }
@media (min-width: 640px) {
  .container {
    max-width: 640px; } }
@media (min-width: 768px) {
  .container {
    max-width: 768px; } }
@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }
@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }
@media (min-width: 1536px) {
  .container {
    max-width: 1536px; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
.static {
  position: static; }
.mx-0 {
  margin-left: 0px;
  margin-right: 0px; }
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem; }
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }
.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem; }
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem; }
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem; }
.mx-auto {
  margin-left: auto;
  margin-right: auto; }
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem; }
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem; }
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem; }
.my-auto {
  margin-top: auto;
  margin-bottom: auto; }
.mb-0 {
  margin-bottom: 0px; }
.mb-1 {
  margin-bottom: 0.25rem; }
.mb-12 {
  margin-bottom: 3rem; }
.mb-2 {
  margin-bottom: 0.5rem; }
.mb-24 {
  margin-bottom: 6rem; }
.mb-4 {
  margin-bottom: 1rem; }
.mb-8 {
  margin-bottom: 2rem; }
.mb-auto {
  margin-bottom: auto; }
.ml-0 {
  margin-left: 0px; }
.ml-1 {
  margin-left: 0.25rem; }
.ml-12 {
  margin-left: 3rem; }
.ml-2 {
  margin-left: 0.5rem; }
.ml-24 {
  margin-left: 6rem; }
.ml-4 {
  margin-left: 1rem; }
.ml-8 {
  margin-left: 2rem; }
.ml-auto {
  margin-left: auto; }
.mr-0 {
  margin-right: 0px; }
.mr-1 {
  margin-right: 0.25rem; }
.mr-12 {
  margin-right: 3rem; }
.mr-2 {
  margin-right: 0.5rem; }
.mr-24 {
  margin-right: 6rem; }
.mr-4 {
  margin-right: 1rem; }
.mr-8 {
  margin-right: 2rem; }
.mr-auto {
  margin-right: auto; }
.mt-0 {
  margin-top: 0px; }
.mt-1 {
  margin-top: 0.25rem; }
.mt-12 {
  margin-top: 3rem; }
.mt-2 {
  margin-top: 0.5rem; }
.mt-24 {
  margin-top: 6rem; }
.mt-4 {
  margin-top: 1rem; }
.mt-8 {
  margin-top: 2rem; }
.mt-auto {
  margin-top: auto; }
.block {
  display: block; }
.flex {
  display: flex; }
.inline-flex {
  display: inline-flex; }
.grid {
  display: grid; }
.flex-1 {
  flex: 1 1 0%; }
.flex-auto {
  flex: 1 1 auto; }
.flex-initial {
  flex: 0 1 auto; }
.flex-none {
  flex: none; }
.items-start {
  align-items: flex-start; }
.items-end {
  align-items: flex-end; }
.items-center {
  align-items: center; }
.items-baseline {
  align-items: baseline; }
.items-stretch {
  align-items: stretch; }
.justify-start {
  justify-content: flex-start; }
.justify-end {
  justify-content: flex-end; }
.justify-center {
  justify-content: center; }
.justify-between {
  justify-content: space-between; }
.justify-around {
  justify-content: space-around; }
.justify-evenly {
  justify-content: space-evenly; }
.px-0 {
  padding-left: 0px;
  padding-right: 0px; }
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem; }
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem; }
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem; }
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem; }
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem; }
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem; }
.pb-0 {
  padding-bottom: 0px; }
.pb-1 {
  padding-bottom: 0.25rem; }
.pb-12 {
  padding-bottom: 3rem; }
.pb-2 {
  padding-bottom: 0.5rem; }
.pb-24 {
  padding-bottom: 6rem; }
.pb-4 {
  padding-bottom: 1rem; }
.pb-8 {
  padding-bottom: 2rem; }
.pl-0 {
  padding-left: 0px; }
.pl-1 {
  padding-left: 0.25rem; }
.pl-12 {
  padding-left: 3rem; }
.pl-2 {
  padding-left: 0.5rem; }
.pl-24 {
  padding-left: 6rem; }
.pl-4 {
  padding-left: 1rem; }
.pl-8 {
  padding-left: 2rem; }
.pr-0 {
  padding-right: 0px; }
.pr-1 {
  padding-right: 0.25rem; }
.pr-12 {
  padding-right: 3rem; }
.pr-2 {
  padding-right: 0.5rem; }
.pr-24 {
  padding-right: 6rem; }
.pr-4 {
  padding-right: 1rem; }
.pr-8 {
  padding-right: 2rem; }
.pt-0 {
  padding-top: 0px; }
.pt-1 {
  padding-top: 0.25rem; }
.pt-12 {
  padding-top: 3rem; }
.pt-2 {
  padding-top: 0.5rem; }
.pt-24 {
  padding-top: 6rem; }
.pt-4 {
  padding-top: 1rem; }
.pt-8 {
  padding-top: 2rem; }
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal; }
@media (min-width: 640px) {
  .sm\:flex {
    display: flex; }
  .sm\:inline-flex {
    display: inline-flex; } }
@media (min-width: 768px) {
  .md\:flex {
    display: flex; }
  .md\:inline-flex {
    display: inline-flex; } }
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex; }
  .lg\:inline-flex {
    display: inline-flex; } }

/*# sourceMappingURL=global.css.map */
