/* 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  :)  */
#sec-banner {
  position: relative;
  overflow: hidden;
  padding: 178px 0 160px 0;
  min-height: 415px; }
  @media screen and (min-width: 1025px) {
    #sec-banner {
      min-height: 460px;
      padding: 215px 0 150px 0; } }
  #sec-banner .bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    max-height: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover; }
    @media screen and (min-width: 641px) {
      #sec-banner .bg-img {
        object-position: 70% center; } }
    @media screen and (min-width: 769px) {
      #sec-banner .bg-img {
        object-position: 70% center; } }
    @media screen and (min-width: 1025px) {
      #sec-banner .bg-img {
        object-position: 58% center; } }
    @media screen and (min-width: 1141px) {
      #sec-banner .bg-img {
        object-position: 60% center; } }
    @media screen and (min-width: 1317px) {
      #sec-banner .bg-img {
        object-position: 50% center; } }
  #sec-banner .content h1 {
    margin-bottom: 0; }

#sec-intro {
  padding-top: 80px;
  padding-bottom: 0; }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding-top: 108px;
      padding-bottom: 0; } }
  #sec-intro .card h3 {
    font-size: 30px;
    margin-bottom: 17px; }
    @media screen and (min-width: 1025px) {
      #sec-intro .card h3 {
        font-size: 33px; } }
  #sec-intro .card p {
    font-size: 16px; }
    #sec-intro .card p:last-of-type {
      margin-bottom: 0; }
  @media screen and (min-width: 1025px) {
    #sec-intro .card .content {
      max-width: 680px; } }
  #sec-intro .detail-box {
    height: 100%;
    background-color: #f6f6f6;
    border-radius: 20px;
    padding: 75px 30px 45px 30px; }
    @media screen and (min-width: 641px) {
      #sec-intro .detail-box {
        padding: 100px 30px 45px 30px; } }
    @media screen and (min-width: 1025px) {
      #sec-intro .detail-box {
        padding: 125px 40px 45px 40px; } }
    #sec-intro .detail-box h3 {
      margin-bottom: 1.5rem;
      border-bottom: 2px solid #242222;
      padding-bottom: 1rem; }
    #sec-intro .detail-box p {
      font-size: 16px; }
    #sec-intro .detail-box ul {
      list-style: disc;
      margin-top: 17px;
      padding-left: 1.25rem; }
      #sec-intro .detail-box ul li {
        padding: 0;
        font-size: 16px; }
        #sec-intro .detail-box ul li::before {
          display: none; }
        #sec-intro .detail-box ul li:last-of-type {
          margin-bottom: 0; }

#sec-analysis {
  padding-top: 80px;
  padding-bottom: 0; }
  @media screen and (min-width: 1025px) {
    #sec-analysis {
      padding-top: 108px;
      padding-bottom: 0; } }
  #sec-analysis .analysis-data {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    #sec-analysis .analysis-data table {
      margin-bottom: 4rem;
      width: 100%;
      min-width: 768px;
      border-collapse: collapse;
      table-layout: fixed; }
      #sec-analysis .analysis-data table thead th {
        background: #f0f0f0;
        color: #242222;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        padding: 1rem;
        border: 4px solid #fff; }
        @media (min-width: 1025px) {
          #sec-analysis .analysis-data table thead th {
            font-size: 18px; } }
      #sec-analysis .analysis-data table tbody td {
        background: #648535;
        color: white;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding: 1.5rem 1rem;
        border: 4px solid #fff;
        line-height: 1.2; }
        @media (min-width: 1025px) {
          #sec-analysis .analysis-data table tbody td {
            font-size: 30px; } }
        @media (min-width: 1141px) {
          #sec-analysis .analysis-data table tbody td {
            font-size: 40px; } }
      #sec-analysis .analysis-data table:nth-of-type(2n) tbody td {
        background-color: #749b3f; }
      #sec-analysis .analysis-data table:nth-of-type(3n) tbody td {
        background-color: #a8d26f; }
      #sec-analysis .analysis-data table:last-of-type {
        margin-bottom: 0; }

#sec-solution {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (min-width: 1025px) {
    #sec-solution {
      padding-top: 108px;
      padding-bottom: 108px; } }
  #sec-solution .gallery .img-wrapper {
    display: block;
    position: relative;
    height: 550px;
    overflow: hidden;
    border-radius: 20px; }
    #sec-solution .gallery .img-wrapper .img {
      object-fit: cover;
      object-position: center;
      width: 100% !important;
      height: 550px !important;
      max-height: 550px !important;
      max-width: 100% !important;
      transition: all 0.2s linear; }
  #sec-solution .testimonial .testimonial-box {
    background-color: #f6f6f6;
    border-radius: 20px;
    padding: 45px 45px;
    color: #242222; }
    @media screen and (min-width: 641px) {
      #sec-solution .testimonial .testimonial-box {
        padding: 45px 60px; } }
    @media screen and (min-width: 1025px) {
      #sec-solution .testimonial .testimonial-box {
        padding: 45px 80px; } }
    #sec-solution .testimonial .testimonial-box i {
      margin-bottom: 1rem;
      font-size: 60px;
      display: inline-block; }
    #sec-solution .testimonial .testimonial-box p {
      font-size: 24px; }
      #sec-solution .testimonial .testimonial-box p:last-of-type {
        font-size: 18px; }
