@import "../global.css";
@import "../hero-shrink.css";
@import "../seamless.css";

/* DBA logo */
div#root .fwm-team-header-entity-logo-image {
  width: 17rem;
}

/* Text Banner Image side-hack */
section.fwm-nestable.fwm-nestable-3d1b777b-c659-4aeb-a0bf-5e8b7ee3c8ca,
section.fwm-nestable.fwm-nestable-347c6580-f4e1-4253-87f6-f60b52dc3f8d,
section.fwm-nestable.fwm-nestable-8105d4d1-70bd-4829-a48e-fbd3b6d94eb1,
section.fwm-nestable.fwm-nestable-4e70e981-5258-41f0-b21e-e31c38233a4f,
section.fwm-nestable.fwm-nestable-819cb953-dabd-43dd-acec-3b20ded741e7 {
  position: relative;
}
section.fwm-nestable.fwm-nestable-3d1b777b-c659-4aeb-a0bf-5e8b7ee3c8ca::before,
section.fwm-nestable.fwm-nestable-347c6580-f4e1-4253-87f6-f60b52dc3f8d::before,
section.fwm-nestable.fwm-nestable-8105d4d1-70bd-4829-a48e-fbd3b6d94eb1::before,
section.fwm-nestable.fwm-nestable-4e70e981-5258-41f0-b21e-e31c38233a4f::before,
section.fwm-nestable.fwm-nestable-819cb953-dabd-43dd-acec-3b20ded741e7::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
section.fwm-nestable.fwm-nestable-3d1b777b-c659-4aeb-a0bf-5e8b7ee3c8ca .fwm-nestable-container,
section.fwm-nestable.fwm-nestable-347c6580-f4e1-4253-87f6-f60b52dc3f8d .fwm-nestable-container,
section.fwm-nestable.fwm-nestable-8105d4d1-70bd-4829-a48e-fbd3b6d94eb1 .fwm-nestable-container,
section.fwm-nestable.fwm-nestable-4e70e981-5258-41f0-b21e-e31c38233a4f .fwm-nestable-container,
section.fwm-nestable.fwm-nestable-819cb953-dabd-43dd-acec-3b20ded741e7 .fwm-nestable-container {
  padding: 0;
  background: none;
  max-width: 50rem;
}
section.fwm-nestable.fwm-nestable-3d1b777b-c659-4aeb-a0bf-5e8b7ee3c8ca .fwm-nestable-container p,
section.fwm-nestable.fwm-nestable-347c6580-f4e1-4253-87f6-f60b52dc3f8d .fwm-nestable-container p,
section.fwm-nestable.fwm-nestable-8105d4d1-70bd-4829-a48e-fbd3b6d94eb1 .fwm-nestable-container p,
section.fwm-nestable.fwm-nestable-4e70e981-5258-41f0-b21e-e31c38233a4f .fwm-nestable-container p,
section.fwm-nestable.fwm-nestable-819cb953-dabd-43dd-acec-3b20ded741e7 .fwm-nestable-container p {
  font-weight: 300;
  color: var(--white);
  font-size: 2rem;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

@media (min-width: 48rem) {
  section.fwm-nestable.fwm-nestable-3d1b777b-c659-4aeb-a0bf-5e8b7ee3c8ca .fwm-nestable-container p,
  section.fwm-nestable.fwm-nestable-347c6580-f4e1-4253-87f6-f60b52dc3f8d .fwm-nestable-container p,
  section.fwm-nestable.fwm-nestable-8105d4d1-70bd-4829-a48e-fbd3b6d94eb1 .fwm-nestable-container p,
  section.fwm-nestable.fwm-nestable-4e70e981-5258-41f0-b21e-e31c38233a4f .fwm-nestable-container p,
  section.fwm-nestable.fwm-nestable-819cb953-dabd-43dd-acec-3b20ded741e7 .fwm-nestable-container p {
    font-size: 2.25rem;
  }
}
@media (min-width: 64rem) {
  section.fwm-nestable.fwm-nestable-3d1b777b-c659-4aeb-a0bf-5e8b7ee3c8ca .fwm-nestable-container p,
  section.fwm-nestable.fwm-nestable-347c6580-f4e1-4253-87f6-f60b52dc3f8d .fwm-nestable-container p,
  section.fwm-nestable.fwm-nestable-8105d4d1-70bd-4829-a48e-fbd3b6d94eb1 .fwm-nestable-container p,
  section.fwm-nestable.fwm-nestable-4e70e981-5258-41f0-b21e-e31c38233a4f .fwm-nestable-container p,
  section.fwm-nestable.fwm-nestable-819cb953-dabd-43dd-acec-3b20ded741e7 .fwm-nestable-container p {
    font-size: 2.5rem;
  }
}