/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* For Home Page Only */
/* 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  :)  */
body {
  background-color: #1D1D1D; }

#sec-intro {
  padding: 38px 0 64px; }
  #sec-intro .content {
    padding: 52px 25px 0 0;
    background-color: #1D1D1D;
    z-index: 2;
    margin-top: 225px; }
    #sec-intro .content p {
      color: #C9C9C9;
      max-width: 674px; }
  #sec-intro .youtube-oembed {
    position: absolute;
    right: -33px;
    top: 0;
    max-width: 110%;
    width: 110%;
    height: 92%;
    max-height: 315px;
    border-radius: 5px;
    z-index: 1; }
    #sec-intro .youtube-oembed .video-container, #sec-intro .youtube-oembed iframe, #sec-intro .youtube-oembed .embed-responsive, #sec-intro .youtube-oembed .vidswap {
      height: 100% !important;
      width: 100% !important;
      border-radius: 5px; }
    #sec-intro .youtube-oembed .black-layout {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      #sec-intro .youtube-oembed .black-layout i {
        font-size: 45px;
        color: #FFFFFF;
        position: relative;
        z-index: 5;
        cursor: pointer; }
      #sec-intro .youtube-oembed .black-layout::after {
        content: '';
        position: absolute;
        inset: 0;
        background-color: #1D1D1D;
        mix-blend-mode: multiply;
        opacity: 0.48;
        width: 100% !important;
        height: 100% !important; }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding: 18px 0 150px; }
      #sec-intro .content {
        padding: 129px 80px 80px 3px;
        margin-top: 0; }
      #sec-intro .youtube-oembed {
        right: 0;
        bottom: -25px;
        top: unset;
        max-width: 65.35%;
        max-height: 100%; }
        #sec-intro .youtube-oembed .black-layout i {
          font-size: 80px; } }

#sec-products {
  background-color: #2B2B2B;
  padding: 80px 0 22px; }
  #sec-products p {
    color: #C9C9C9; }
  #sec-products .card picture,
  #sec-products .card img {
    border-radius: 5px; }
  #sec-products .card h4 {
    font-size: 24px;
    margin: 35px 0 25px; }
  #sec-products .card p {
    font-size: 16px; }
  @media screen and (min-width: 1025px) {
    #sec-products {
      padding: 109px 0 38px; }
      #sec-products .card h4 {
        margin: 57px 0 35px; } }

#sec-brands {
  /* Colours */
  /* Fluid heading sizes - set your min/max sizes and you're done! */
  /* For Home Page Only */
  /* 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  :)  */
  padding: 90px 0 70px; }
  #sec-brands .card picture,
  #sec-brands .card img {
    max-width: 100% !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden; }
  #sec-brands .card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 37px 0 18px;
    font-family: "Oxanium", "SpaceX", "Source Sans Pro", "Roboto", sans-serif; }
  #sec-brands .card p {
    color: #C9C9C9;
    margin-bottom: 38px;
    max-width: 450px; }
  #sec-brands .card a {
    width: fit-content;
    margin-top: auto; }
  @media screen and (min-width: 1025px) {
    #sec-brands .card h3 {
      font-size: 24px;
      margin: 50px 0 30px; }
    #sec-brands .card p {
      font-size: 18px;
      margin-bottom: 48px; } }
  #sec-brands .owl-carousel .owl-dots {
    margin-top: 50px; }
    #sec-brands .owl-carousel .owl-dots button {
      display: inline-block;
      width: 86px;
      height: 8px;
      background-color: #C9C9C9;
      margin-right: 17px; }
      #sec-brands .owl-carousel .owl-dots button:last-of-type {
        margin-right: 0; }
      #sec-brands .owl-carousel .owl-dots button.active {
        background-color: #EC2025; }
  #sec-brands p {
    color: #C9C9C9; }
  #sec-brands .card p {
    font-size: 16px;
    max-width: 480px; }
  @media screen and (min-width: 1025px) {
    #sec-brands {
      padding: 151px 0 95px; } }

#sec-callout {
  padding: 255px 0 220px;
  background-color: #1D1D1D;
  overflow: hidden; }
  #sec-callout .bg-img {
    position: absolute;
    inset: 0;
    bottom: unset;
    height: 432px !important;
    width: 100% !important;
    z-index: 0; }
    #sec-callout .bg-img picture,
    #sec-callout .bg-img img {
      position: relative;
      object-fit: cover;
      max-height: 100% !important;
      max-width: 100% !important;
      height: 100% !important;
      width: 100% !important; }
  #sec-callout .content {
    position: relative;
    z-index: 1; }
  #sec-callout h2 span {
    font-family: "Source Sans Pro", "SpaceX", "Oxanium", "Roboto", sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.2; }
  #sec-callout p {
    color: #C9C9C9; }
  @media screen and (min-width: 1025px) {
    #sec-callout .bg-img {
      inset: 0;
      height: 100% !important; } }
  @media screen and (max-width: 1025px) {
    #sec-callout {
      padding: 295px 0 66px; }
      #sec-callout .content {
        padding: 52px 21px 0 0;
        background-color: #1D1D1D;
        border-radius: 5px;
        position: relative; }
        #sec-callout .content::before {
          background-color: #1D1D1D;
          position: absolute;
          inset: 0;
          right: unset;
          content: '';
          left: -100%;
          width: 100% !important;
          height: 100% !important; } }

#sec-callout {
  padding: 190px 0 131px; }
  #sec-callout h2 {
    max-width: 747px; }
  @media screen and (max-width: 1025px) {
    #sec-callout {
      padding: 110px 0 80px; } }
