@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.left-0{
  left: 0px;
}

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

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

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0{
  margin-left: 0px;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

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

.h-6{
  height: 1.5rem;
}

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

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

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

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

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

.w-full{
  width: 100%;
}

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

.w-8{
  width: 2rem;
}

.w-6{
  width: 1.5rem;
}

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

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

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

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

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

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

.grow{
  flex-grow: 1;
}

.basis-\[150px\]{
  flex-basis: 150px;
}

.basis-\[200px\]{
  flex-basis: 200px;
}

.basis-\[460px\]{
  flex-basis: 460px;
}

.basis-\[254px\]{
  flex-basis: 254px;
}

.basis-\[466px\]{
  flex-basis: 466px;
}

.basis-\[405px\]{
  flex-basis: 405px;
}

.basis-\[400px\]{
  flex-basis: 400px;
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

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

.border{
  border-width: 1px;
}

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

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

.bg-\[\#6C6C6C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(108 108 108 / var(--tw-bg-opacity));
}

.bg-\[\#B7BDC9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(183 189 201 / var(--tw-bg-opacity));
}

.bg-\[\#00132F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 19 47 / var(--tw-bg-opacity));
}

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

.bg-\[\#FF9B00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 155 0 / var(--tw-bg-opacity));
}

.bg-\[\#ECCEA2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 206 162 / var(--tw-bg-opacity));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-\[\#EFEFEF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.bg-\[\#F1BD06\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 189 6 / var(--tw-bg-opacity));
}

.bg-drivegray{
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.094) 0%, rgba(0, 0, 0, 0) 100%);
}

.bg-stars{
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0.99) 100%), url(/images/stars-1920.jpg);
}

.bg-line-of-buses-900{
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/line-of-buses-900-long.jpg);
}

.bg-texture{
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 73.44%), url(/images/texture-1920-transp.jpg);
}

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

.bg-no-repeat{
  background-repeat: no-repeat;
}

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

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

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

.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

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

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.pt-\[100px\]{
  padding-top: 100px;
}

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

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

.pt-\[25px\]{
  padding-top: 25px;
}

.pt-\[10px\]{
  padding-top: 10px;
}

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

.pt-\[50px\]{
  padding-top: 50px;
}

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

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

.font-robotoCondensed{
  font-family: Roboto, sans-serif;
}

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

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

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

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

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

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

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

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

.leading-\[96px\]{
  line-height: 96px;
}

.leading-\[48px\]{
  line-height: 48px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-\[72px\]{
  line-height: 72px;
}

.leading-\[36px\]{
  line-height: 36px;
}

.leading-\[65px\]{
  line-height: 65px;
}

.leading-\[24px\]{
  line-height: 24px;
}

.leading-\[28px\]{
  line-height: 28px;
}

.leading-\[47\.5px\]{
  line-height: 47.5px;
}

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

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

.text-\[\#6C6C6C\]{
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}

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

.opacity-0{
  opacity: 0;
}

.drop-shadow-navShadow{
  --tw-drop-shadow: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.show{
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
}

@media (min-width: 407px){
  .show{
    margin-top: 38px;
  }
}

.show2{
  display: block;
}

.close{
  display: none;
  width: 24rem;
}

.border-right{
  border-right: 2px solid gray;
}

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

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

.hover\:text-\[rgba\(255\2c 255\2c 255\2c 1\)\]:hover{
  color: rgba(255,255,255,1);
}

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

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

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

@media (min-width: 900px){
  .\39 00\:flex-nowrap{
    flex-wrap: nowrap;
  }
}

@media (min-width: 1130px){
  .\39 17\:visible{
    visibility: visible;
  }

  .\39 17\:static{
    position: static;
  }

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

  .\39 17\:flex{
    display: flex;
  }

  .\39 17\:hidden{
    display: none;
  }

  .\39 17\:list-none{
    list-style-type: none;
  }

  .\39 17\:opacity-100{
    opacity: 1;
  }
}

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

  .mplus\:pt-\[100px\]{
    padding-top: 100px;
  }
}

@media (min-width: 530px){
  .xs\:mt-\[75px\]{
    margin-top: 75px;
  }

  .xs\:mt-\[74px\]{
    margin-top: 74px;
  }

  .xs\:mt-\[0px\]{
    margin-top: 0px;
  }

  .xs\:mt-\[150px\]{
    margin-top: 150px;
  }

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

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

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

  .xs\:block{
    display: block;
  }

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

  .xs\:w-\[112px\]{
    width: 112px;
  }

  .xs\:w-\[247px\]{
    width: 247px;
  }

  .xs\:min-w-\[154px\]{
    min-width: 154px;
  }

  .xs\:basis-\[200px\]{
    flex-basis: 200px;
  }

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

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

  .xs\:items-stretch{
    align-items: stretch;
  }

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

  .xs\:bg-line-of-buses{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/line-of-buses.jpg);
  }

  .xs\:p-\[75px\]{
    padding: 75px;
  }

  .xs\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

  .xs\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xs\:pr-\[25px\]{
    padding-right: 25px;
  }

  .xs\:pr-\[50px\]{
    padding-right: 50px;
  }

  .xs\:pt-\[100px\]{
    padding-top: 100px;
  }

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

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

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

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

  .xs\:leading-\[105px\]{
    line-height: 105px;
  }

  .xs\:leading-\[34\.5px\]{
    line-height: 34.5px;
  }
}

@media (min-width: 407px){
  .xxs\:h-\[106px\]{
    height: 106px;
  }

  .xxs\:pt-\[25px\]{
    padding-top: 25px;
  }
}
