/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.home-banner {
  position: relative; }
  .home-banner .social {
    display: none;
    z-index: 99;
    position: absolute;
    right: 0;
    flex-direction: column;
    align-items: center;
    height: 100%;
    top: 0; }
    @media (min-width: 1141px) {
      .home-banner .social {
        display: flex;
        justify-content: center;
        right: 30px; } }
    .home-banner .social ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .home-banner .social ul li {
        margin-bottom: 1rem; }
        .home-banner .social ul li a {
          text-decoration: none; }
          .home-banner .social ul li a span {
            color: #ffffff;
            font-size: 30px; }
          .home-banner .social ul li a:hover span {
            color: #E9374B; }
        .home-banner .social ul li:last-of-type {
          margin-bottom: 0; }
  .home-banner img,
  .home-banner picture {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    position: absolute; }
  .home-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(298deg, #04121C 0%, #04101A17 50%, #000000 100%) 0% 0% no-repeat padding-box; }
  .home-banner .banner-content {
    padding: 200px 15px 150px 15px;
    color: #ffffff; }
    @media (min-width: 769px) {
      .home-banner .banner-content {
        padding: 300px 15px 200px 15px; } }
    .home-banner .banner-content h1 {
      margin-bottom: 1.5rem; }
    @media (min-width: 769px) {
      .home-banner .banner-content h3 {
        max-width: 75%; } }
    @media (min-width: 1025px) {
      .home-banner .banner-content h3 {
        max-width: 60%; } }
    @media (min-width: 1141px) {
      .home-banner .banner-content h3 {
        max-width: 45%; } }
    .home-banner .banner-content a {
      position: absolute;
      bottom: -40px;
      padding: 15px 50px; }
      @media (min-width: 769px) {
        .home-banner .banner-content a {
          padding: 15px 75px; } }
