/* Universal rules */
  html,body {
    margin: 0 !important;
    background-color: #010101;

    -webkit-scroll-snap-type: y proximity;
    -ms-scroll-snap-type: y proximity;
        scroll-snap-type: y proximity;

      -ms-overflow-style: -ms-autohiding-scrollbar; 
    
    scroll-behavior: smooth;}
  
/* Type */
  @font-face {
    font-family: Magistral;
    src: url(Fonts/Magistral/Magistral-Book.ttf);
    font-weight: normal;	}
  @font-face {
    font-family: Univers;
    src: url(Fonts/Univers/UniversLTW01-59UltCondensed.ttf);
    font-weight: lighter !important;	}
  @font-face {
    font-family: roboto;
    src: url(Fonts/Roboto/Roboto-Regular.ttf);
    font-weight: lighter !important;	}
  @font-face {
    font-family: Sofia;
    src: url(Fonts/Sofia_Sans/SofiaSans-VariableFont_wght.ttf);}

  h1{
    font-family: 'Univers';
    font-size: 82px;
    font-weight: bold;

    color: white;

    text-transform: uppercase;
    letter-spacing: 5px;
  
    margin: 0;}

  h2{
    font-family: 'Univers';
    font-size: 52px;
    font-weight: bold;

    color: white;

    text-transform: uppercase;

    letter-spacing: 2.5px;
  
    margin: 0;}
  
  h3{
    font-family: 'Magistral';
    font-size: 30px;
    font-weight: bold;
    
    text-align: center;

    color: white;}
  h4{
    font-family: 'Univers';
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: white;
    margin: 0;}
  h5{
    font-family: 'magistral';
    font-size: 32px;
    font-weight: light;
    letter-spacing: 25px;
    text-transform: uppercase;
    
    text-align: center;

    color: rgb(243, 243, 243);
  
  margin: 0;}
  p{
  font-family: 'Sofia';
  font-size: 22px;
  color: rgb(243, 243, 243);
  font-weight: 200;
  margin: 0;}
    .dark{
      color: #121212;  }
  b{
    font-weight: 800;  }
  .caption{
      font-family: 'magistral';
      font-size: 12px;
      font-weight: light;
      letter-spacing: 2px;
      text-align: left;
  
      color: rgb(243, 243, 243);
    
    margin: 0;}
  

  li{
    font-family: 'roboto';
    font-size: 18px;
    color: #fff;}
  a{
    text-decoration: none; }
    a:hover{
      cursor: pointer;  }
    a.hoverWhite:hover{
      color:white !important;      }
      .mobile-br{
        display: none;  }    

  img{
        max-width: 100%;  }

  hr{
    margin: 250px auto;

    width: 85%;

    border: 0;
    height: 1px;
    /* background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); */

    background-color: rgb(243, 243, 243);  }
    .category-hr{
      margin: 250px auto;
  
      width: 85%;
  
      border: 0;
      height: 1px;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); 
    background-color: unset;}
  .tileHR{
    margin: unset;
    margin-left:0 ;
    
    width: calc(100% - 50px);

    background: #919191;  }
/*	Navigation Bar */
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: black;
    height: 90px;	}
    .logo {
      height: 40px;
      width: auto;
      margin-right: 15px;}

    .container {
      position: relative;
      margin: 0 auto;
      width: calc(100vw - 100px);
      padding: 0 100px;
      height: 100%;	}
      .container h3 {
        font-size: 26px;
        font-family: Univers;
        letter-spacing: 0.15em;
        margin: 0;
        margin-bottom: 5px !important;
        color: black;
      text-align: left;	}
      .container a {
        color: white;
        outline: none;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;	
        width: fit-content;}

    .menu-trigger {
      position: absolute;
      top: 18.5px;
      right: 255px;
      width: 60px;
      cursor: pointer;
      transition: opacity 130ms ease-out;    }
      .menu-trigger:hover {
        opacity: 1;	}
        .menu-trigger h5 {
          position: absolute;
          right: 10px;
          top: 9px;
          text-transform: uppercase;
          color: white;
          user-select: none;
          transition: color 300ms ease-out;	}
          .menu-trigger .bar {
            position: absolute;
            left: 10px;
            width: 40px;
            height: 5px;
            background: white;
            transition: transform 180ms ease-out, opacity 160ms ease-out, top 180ms ease-out, width 120ms ease-out, background 300ms ease-out;	}
            .bar--1 {
              top: 15px;	}
            .bar--2 {
              top: 25px;	}
            .bar--3 {
            top: 35px;	}

    .open, .open:hover {
      opacity: 1 !important;}
      .open h5 {
        color: white;	}
        .open .bar {
          background: white;	}
          .open .bar--1 {
            top: 21px;
            transform: rotate(135deg);	}
          .open .bar--2 {
            opacity: 0;
            width: 0;	}
          .open .bar--3 {
            top: 21px;
            transform: rotate(-135deg);	}

    .navigation {
      visibility: hidden;
      position: fixed;
      z-index: 99;
      top: 20px;
      left: 0;
      width: 100%;
      max-width: 100%;
      background: white;
      box-shadow: 0 6px 8px black_13;
      padding: 100px 0 20px;
      opacity: 0;
      transform-origin: center top;
      transform: scale(0.9);
      backface-visibility: hidden;
      transition: opacity 190ms ease-out, transform 40ms ease-out;	}
      .navigation .container {
        padding: 0 18px;	}
        nav {
          position: relative;
          width: 100%;
          max-width: 100%;
          margin: 0 auto;
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          flex-flow: row wrap;}
          nav h3 {
            font-family: Univers;
            position: relative;
            display: block;
            margin: 0 0 15px 0;
            color: black;
            font-size: 1.2em !important;
            font-weight: 600;
            text-transform: uppercase;
            text-align: left;	}
          nav ul {
            position: relative;
            padding: 0;
            margin: 0;
            width: 100%;
            max-width: 100%;
            list-style-type: none;	}
            nav li {
              display: block;
              color: #919191;
              font-size: 0.88em;
              font-family: Magistral;
              margin: 6px 0;
              font-weight: 400;
              letter-spacing: 0.025em;	}
              nav li >a {
                color: #121212 !important;
                font-size: 1em;
                margin-right: 8px;
                display: inline-block;
                transform: translateY(1px);
                opacity: 0.6;	}
                nav li >a >i {
                  color: #121212;
                  font-size: 1.4em;
                  margin-right: 8px;
                  display: inline-block;
                  transform: translateY(1px);
                  opacity: 0.6;	}
                nav .social-link {
                  float: left;
                  width: 44px;
                  height: 44px;
                  line-height: 48px;
                  border-radius: 44px;
                  text-align: center;
                  margin: 5px;
                  cursor: pointer;
                  transition: all 0.25s ease-in-out;	}
                  nav .social-link >i:hover {
                    color: black;	}
                    nav .social-link:last-child {
                      margin-right: 0;	}
                      nav .social-link >i {
                        color: #b5b5b5;
                        font-size: 1.57em;
                        margin: 0 auto;	}

      .nav-open {
        visibility: visible;
        opacity: 1;
        transform: scale(1);}
        
      nav .col {
        min-height: auto;
        width: auto;
        flex-direction: row;
        margin: 0 auto;
        margin-bottom: 25px;
        text-align: left;
        transform: translateY(25px);
        opacity: 0;
        backface-visibility: hidden;
        will-change: transform, opacity;	}
        .col:first-child {
          animation-delay: 50ms;	}
          .col:nth-child(2) {
            animation-delay: 130ms;	}
          .col:nth-child(3) {
            animation-delay: 210ms;	}
          .col:nth-child(4) {
            animation-delay: 290ms;	}

        .col.socials {
          flex-direction: row;	}
          .col.socials a {
            display: inline;	}
            .c-in {
            animation-name: fadeInUp;
            animation-duration: 860ms;
            animation-fill-mode: forwards;
            animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);	}
        
    main {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;	}
      main .container {
        padding: 82px 18px 0;	}

    @media screen and (min-width: 680px) {
      nav .col {
        width: 50%;
        min-height: 136px;}			}
    @media screen and (min-width: 992px) {
      nav .col {
        width: auto;
        min-height: 136px;	}

      .search {
        max-width: 235px;}			}
    @media screen and (max-width: 1024px) {
      nav {
        justify-content: flex-start !important;
        align-items: flex-start !important;
      }

      nav .social-link {
        margin: 10px;
      }

      nav .col {
        min-height: auto !important;
        text-align: center;
      }

      .col:nth-child(5) {
        display: flex;
        justify-content: flex-start !important;
        flex-direction: row;
      }

      .search {
        max-width: 235px;
      }	
      .logo {
        height: 30px;
        width: auto;
        margin-right: 15px;
      }
    
      .container {
        position: relative;
        margin: 0 auto;
        width: calc(100vw - 40px);
        padding: 0 20px;
        height: 100%;
    }
  
    .menu-trigger {
      position: absolute;
      top: 18.5px;
      right: 50px;
      height: 55px;
      width: 60px;
      cursor: pointer;
      transition: opacity 130ms ease-out;
  }}
    @media screen and (max-width: 480px) {
      .logo {
        height: 20px;
        width: auto;
        margin-right: 15px;  }
    
      .container {
        position: relative;
        margin: 0 auto;
        width: calc(100vw - 20px);
        padding: 0 10px;
        height: 100%;  }

    .menu-trigger {
      position: absolute;
      top: 18.5px;
      right: 50px;
      height: 55px;
      width: 60px;
      cursor: pointer;
      transition: opacity 130ms ease-out;  }
      .menu-trigger {
        right: 20px;  }
        .trigger-logo{
          height: 30px;
        }

      nav .col {
        width: 100% !important;
        min-height: 136px;  }
        nav .social-link {
          margin: 1px;  }	}


    @keyframes fadeInUp {
      0% {
        transform: translateY(25px);
        opacity: 0;
      }

      100% {
        transform: translateY(0px);
        opacity: 1;
      }	}
    @-webkit-keyframes fadeInUp {
      0% {
        transform: translateY(25px);
        opacity: 0;
      }

      100% {
        transform: translateY(0px);
        opacity: 1;
      }	}
    @-moz-keyframes fadeInUp {
      0% {
        transform: translateY(25px);
        opacity: 0;
      }

      100% {
        transform: translateY(0px);
        opacity: 1;
      }	}

/* Landing Page */ 
  
  /*
    section.site{
    position: relative;
    z-index: 99999;
    background-color: #1d1d1d;
    } 
  */
  

  #wrap1 {
    z-index: 1;
    margin: 0;
    padding: 0;

    overflow-y: auto;
    max-height: 100vh; }
    #wrap {
      height: 500vh;  }
      #wrap2 {
        position: relative;
        scroll-snap-align: start;   }
      canvas {
        position: absolute;
        max-width: 100%;
        max-height: 100vh;
        top: 50%;
        pointer-events: none;
        transform: translate(-50%, -50%); /* add scrollbar width 20px so that it's visible */ 
        left: 50%;  }
        canvas img{
          width: 100%;}
        #wrap::-webkit-scrollbar {
          display: none;    }
        #wrap {
          -ms-overflow-style: none;  /* IE and Edge */
          scrollbar-width: none;  /* Firefox */  }
        #wrap1::-webkit-scrollbar {
          display: none;  }
        #wrap1 {
          -ms-overflow-style: none;  /* IE and Edge */
          scrollbar-width: none;  /* Firefox */  }
        #wrap2::-webkit-scrollbar {
          display: none;   }
        #wrap2 {
          -ms-overflow-style: none;  /* IE and Edge */
          scrollbar-width: none;  /* Firefox */  }


  .splash{
    height: 90vh;
    width: 100vw;
    
    margin: auto;

    display: flex;
    justify-content: center;
    align-items: center;


    margin-top: 90px;

    background-image: url('Images/Home/background-main.jpg');
      background-position: bottom;
      background-size: cover;
      background-repeat: repeat;
    
    position: relative;}
    .splash::after{
      content: '';
      position: absolute;

      top: 0;
      left: 0;
      z-index: 9;

      height: 100%;
      width: 100%;
      
      margin: auto;
    
    
      background-image: url('Images/Home/bike-cutout.png');
        background-position: bottom;
        background-size: cover;
        background-repeat: repeat;}
    .splash-content{
      height: 85%;
      width: 100%;

      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;}
      .splash h1{
        position: relative;
        z-index: 5;   

        font-size: 200px;  
        letter-spacing: 15px;
      
        display: flex; 
        flex-direction: row;}
        .splash h1 span{
          margin-top: 50px;
          font-family: helvetica; 
          font-size: 60px;  }
      .splash h5{
        position: relative;
        z-index: 5;   
      
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 20px;
      
        margin-bottom: -33px;}

    .container-cornered.splash-page{
          width:90%;
          height: 90%;
  
          position: relative;
  
          margin:auto;  
        
          text-align: center;}
  
    .advanced-tag{
      position: absolute;
      bottom: 100px;
      right: 0;

      z-index: 10;

      height: 100px;
      width: 300px;

      border-radius: 25px 0 0 25px;

      background-color: #000;

      display: flex;
      justify-content: center;
      align-items: center;  }
      .advanced-tag img{
        height: 50px;
        margin: 0 auto;}

    .scroll-prompt {
      position: absolute;
      z-index: 998;
      bottom: -75px;
      left: 50%;
      margin-left: -80px;
      width: 160px;
      height: 160px;        }
      .scroll-prompt .scroll-prompt-arrow-container {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -18px;
        animation-name: bounce;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;}
        .scroll-prompt .scroll-prompt-arrow-container .scroll-prompt-arrow {
          animation-name: opacity;
          animation-duration: 1.5s;
          animation-iteration-count: infinite;    }
        .scroll-prompt .scroll-prompt-arrow-container .scroll-prompt-arrow:last-child {
          animation-direction: reverse;
          margin-top: -6px;        }
        .scroll-prompt .scroll-prompt-arrow-container .scroll-prompt-arrow div {
          width: 16px;
          height: 16px;
          border-right: 4px solid #bebebe;
          border-bottom: 4px solid #bebebe;
          transform: rotate(45deg) translateZ(1px);        }
          @keyframes opacity {
            0% {
              opacity: 0;}
            10% {
              opacity: 0.1;}
            20% {
              opacity: 0.2;}
            30% {
              opacity: 0.3;}
            40% {
              opacity: 0.4;}
            50% {
              opacity: 0.5;}
            60% {
              opacity: 0.6;}
            70% {
              opacity: 0.7;}
            80% {
              opacity: 0.8;}
            90% {
              opacity: 0.9;}
            100% {
              opacity: 1;}  }
          @keyframes bounce {
        0% {
          transform: translateY(0);  }
        10% {
          transform: translateY(3px); }
        20% {
          transform: translateY(6px); }
        30% {
          transform: translateY(9px);  }
        40% {
          transform: translateY(12px);  }
        50% {
          transform: translateY(15px);  }
        60% {
          transform: translateY(18px);  }
        70% {
          transform: translateY(21px);  }
        80% {
          transform: translateY(24px);  }
        90% {
          transform: translateY(27px);  }
        100% {
          transform: translateY(30px);  } }

      .blend{
  height: 100px;
  width: 100%;
  background: rgb(29,29,29);
  background: linear-gradient(180deg, rgba(29,29,29,1) 0%, rgba(29,29,29,0) 100%);}

  /* Body */ 
  section.intro{
    margin: 100px 0;}
    .wrapper{
      width: 70vw;
      
      margin: auto;}
      .button-row{
        width: 100%;
        height: auto;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;

        flex-wrap: wrap;

        text-align: center;  }
      .grip-btn{
        flex: 1;
        background: #006AB3;

        height: 50px;
        min-width: 150px;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        .grip-btn p{
          font-size: 16px;  }
        .grip-btn:hover{
          background: #014a7a;  }

      .col-2{
        width: 100%;
        
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; 
      margin: auto;}
        .col-2.no-margin{
          margin-top: 10px;  }
          .intro-content{
            width: 45%;}
            .col-2 .intro-content h2{
              font-size: 100px;
            position: relative;
          word-spacing: 25px;}
              .col-2 .intro-content h2 span{
                font-family: helvetica; 
                font-size: 30px; 
                position: absolute;
                top:20px;}
                .col-2.no-margin{
                  display: flex;  }
                .intro-mobile{
                  display: none;  }
              #read_more{
                display: none;

                background: none;
                border: none;

                color: #006AB3;
                font-family: helvetica;
                font-weight: bold;
                font-size: 18px;
                margin: 0;
                padding: 0;  }
              #extra_content{
                display: none;  }

      .col-2 div h2{
        text-align: left;  }
        .col-2 .text-block{ 
          width: 45%;  }
      .container-cornered{
        width:100%;
        height: auto;

        position: relative;

        margin: 100px 0;  
      
        text-align: center;}

        .ride_logo{
          position: absolute;

          left: 0px;
          bottom: 0px;

          height: 200px;    }
        .container-cornered::after{
          content: '';
          position: absolute;

          top: 0;
          left: 0;

          height: 100%;
          width: 100%;

          background:
          linear-gradient(to right, white 2px, transparent 2px) 0 0,
          linear-gradient(to right, white 2px, transparent 2px) 0 100%,
          linear-gradient(to left, white 2px, transparent 2px) 100% 0,
          linear-gradient(to left, white 2px, transparent 2px) 100% 100%,
          linear-gradient(to bottom, white 2px, transparent 2px) 0 0,
          linear-gradient(to bottom, white 2px, transparent 2px) 100% 0,
          linear-gradient(to top, white 2px, transparent 2px) 0 100%,
          linear-gradient(to top, white 2px, transparent 2px) 100% 100%;
      
        background-repeat: no-repeat;
        background-size: 20px 20px;  }
        .grip-image_1{
          margin: auto;
          width: 70%;  }

    .container-full{
      width: 100%;

      display: flex;
      flex-direction: row;
      justify-content: space-between;

      margin-bottom: 250px;

      position: relative;}
      .container-block{
        width: 49%;
        height: 500px;

        display: flex;
        flex-direction: row;
        align-items: center; }
        .container-block.left{
          background-color: #0073C0;
          justify-content: space-between; }
          .container_content_left{
            display: flex;
            flex-direction: column;
            width: 60%;
        
            margin-left: 0;
            margin-right: 80px;
        
            text-align: left;    }
            .icon_controller{
              height: calc(100% - 100px);
              margin-top: 100px;        }
        .container-block.right{
      background: rgb(255,45,22);
      background: linear-gradient(90deg, rgba(255,45,22,1) 0%, rgba(255,66,22,1) 100%);
      
      justify-content: space-evenly;    }
          .container_content_right{
            display: flex;
            flex-direction: column;
            width: 60%;
        
            margin-left: 0;
            margin-right: 20px;
        
            text-align: left;    }
            .icon_temp{
              height: 40%  }
 
      .col-3{
        width: 100%;

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;

        margin-top:50px;    }
        .container-cornered.product{
          width:100%;
          height: 100%;
  
          position: relative;
  
          margin: auto;  
        
          text-align: left;}
          .container-cornered.product div{
            margin: auto;
            display: flex;
            flex-direction: column;

            justify-content: flex-start;
            text-align: left;

            width: 95%;   
            position: relative;
            z-index: 10;}
            .product_tab-1, .product_tab-2, .product_tab-3{
              width: 30%;
                min-width: 300px;
              height: auto;    }
            .product_tab-1, .product_tab-2{
              margin-right: 10px;   }
              .product_tab-1, .product_tab-2, .product_tab-3 h4{
                margin: 0; }

          .product-tab-img{
            width: 40%;
            min-width: 150px;  }
            .product-tab-img.large{
              width: 70%;
              min-width: 150px;  }
          .button-blue.new.wtb {
            display: block !important;
            margin: 25px 0 25px 0 !important;
            background: #006AB3;
            padding: 16px 32px !important;
            color: white;
            text-align: center;
            font-size: 16px;


            border: none;  }
            .button-blue.new.wtb:hover{
              cursor: pointer;
              background: #014a7a;  }
              .button-blue.new.wtb h4{
                font-size: 18px;  }
  section.features{
    margin-bottom: 100px;  }
    .features .col-2{
      align-items: center;  }
      .container-cornered.second{
        width:40%;
        height: 1000px;
        height: auto;

        position: relative;
        margin: unset;
      
        text-align: center;}
        .grip-image_2{
          margin: 25px 0;
          width: 50%;      }
      .features-list{
        height: auto;
        width: 50%;

        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;

        margin-left: 50px;  }
        .feature-block{
          width:100%;
          min-height: 200px;
          margin: 25px 0;  
        
          display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap:25px}
          .feature-block-icon{
            height: auto;
            width: 70px;
            margin: auto;    }
          .feature-block div{
            width: 70%;
            margin-left: 0;  
          
            display: flex;
            flex-direction: column;}

            .col-2.third{
              justify-content: space-between;

              margin-top: 100px;  }
              .col-2.third .feature-tab{
                width: 40%;
                flex-direction: column;
                align-items: flex-start;
                min-height: unset;    }
              .col-2.third .container-cornered.heat{
                width: 50%;      
                margin: 0;
                  }
              .col-2.third .gif-contain{
                width: 90%;  
              display: flex;
            align-items: flex-end;
          justify-content: flex-end;   }
              .col-2.third .gif-contain img{
                width: 80%;  

            margin: 25px 0;  }

              .heat-row{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                gap: 50px;   
                flex-wrap: wrap;   
              margin-top: 10px;  }
                .heat{
                  display: flex;
                  flex-direction: row;}
                  .heat p{
                    margin: 0;
                    margin-left: 10px;   }
                  .heat-icon{
                    height: 25px;
                    width: 25px;

                    border-radius: 100%;   }
                    .heat-icon.blue{
                      background-color: blue;  }
                    .heat-icon.white{
                      background-color: white;  }
                    .heat-icon.red{
                      background-color: red;  }
        

  /* Masonry grid */
  .masonry {
    transition: all .5s ease-in-out;

    column-gap: 10px;
    column-fill: balance;
    column-count:2;  }
    .masonry.ThreeCol {
      max-width: 100%;
      display: grid;
      grid-template-columns: minmax(auto, 33%) minmax(auto, 33%) minmax(auto, 33%);

      grid-gap: 5px;
      column-fill: balance;
      column-count:3;  
      
      margin-bottom: 100px;}
      .masonry.FourCol {
        max-width: 100%;
        display: grid;
        grid-template-columns: minmax(auto, 25%) minmax(auto, 25%) minmax(auto, 25%)  minmax(auto, 25%);
  
        grid-gap: 5px;
        column-fill: balance;
        column-count:3;  
        
        margin-bottom: 100px;}
  
    .masonry .brick {
      display: flex; /* Fix the misalignment of items */
      vertical-align: top; /* Keep the item on the very top */  } 
      .masonry .brick {
        display: unset; /* Fix the misalignment of items */
        vertical-align: top; /* Keep the item on the very top */  } 
      .masonry .brick.span2{
        grid-column: auto / span 2;}               
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .masonry {
            column-count: 3;  }  }
        @media only screen and (min-width: 1024px) {
        .masonry {
          column-count: 5;  }  }

  section.Products{
    margin-bottom: 100px;
    height: 750px;
    height: auto;  }
    .GripWrapper{
      width: 100%;
      height: 750px;
      position: relative;

      margin:100px 0 ;}
      .TilePort{
        max-height: 750px;
        width: 33%;
          max-width: 500px;

        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);

        aspect-ratio: 61 / 125;

        border-radius: 50px;
      
        background: hsla(204, 100%, 35%, 1);
          background: linear-gradient(90deg, hsla(204, 100%, 35%, 1) 0%, hsla(206, 100%, 28%, 1) 100%);
          background: -moz-linear-gradient(90deg, hsla(204, 100%, 35%, 1) 0%, hsla(206, 100%, 28%, 1) 100%);
          background: -webkit-linear-gradient(90deg, hsla(204, 100%, 35%, 1) 0%, hsla(206, 100%, 28%, 1) 100%);
          filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#006AB3", endColorstr="#005190", GradientType=1 );}
        .TilePort-Top{
          height: auto;
            min-height: 300px;
          width: 33%;
            max-width: 500px;
    
          position: absolute;
          left: 2.5%;
          top: 50%;
          transform: translate(0, -50%);
    
          border-radius: 50px;
          
          
    
          z-index: 10;}
          .TilePort-Top img{
            height: auto;
            max-height: 750px;
            width: 75%;
            border-radius: 10px;  }
      .TileLand{
        height: 500px;
        width: 80%;

        background: #121212;

        position: absolute;
        right: 0;
        top: 50%;
          transform: translate(0, -50%);
        z-index: 1;

        border-radius: 50px;}
      .TileLand-Top{
        height: 500px;
        width: 70%;

        position: absolute;
        right: 0;
        top: 50%;
          transform: translate(0, -50%);
        z-index: 1;

        border-radius: 50px;
      
      display: flex;
    align-items: center;}
        .tileCont{
          width: 100%;  }
          .cardTitleRow{
            width: calc(100% - 50px);
            min-height: 200px;

            border-radius: 50px 50px 0 0;

            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;  }
            .titleRowL{
              width: auto;
              height: 100%;  }
            .titleRowR{
              width: auto;
              height: 100%;  
              text-align: right;}
              .TileLogo{
                width: 150px;  }
          .iconRow{
            width: calc(100% - 50px);
            height: auto;

            margin: 25px 50px 25px 0;
            
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            gap: 10px;  }
            .Icon{
              display: flex;
              flex-direction: row;
              justify-content: space-evenly;
              align-items: center;
              gap: 10px;
              flex-wrap: wrap;  }
              .Icon img{
                height: 60px;
                width: auto;  }
              .Icon p{
                font-size: 12px;
              text-align: center;  }
          .cardFootRow{
            width: calc(100% - 50px);
            height: 100px;

            border-radius: 0px 0px 50px 50px;

            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;  }
            .FootRowL{
              width: auto;
              height: 100%;
              display: flex;
              align-items: center;  }
            .FootRowR{
              width: auto;
              height: 100%;
              display: flex;
              align-items: center;  }
              .button-row.Tile{
                width: 100%;
                height: auto;

                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                gap: 10px;  }
                .grip-btn.Tile{
                  height: unset;
                  min-width: unset;

                  flex: 0;
                  background: #000;

                  display: flex;
                  flex-direction: row;
                  justify-content: center;
                  align-items: center;

                  padding: 6px  12px;  }
                  .grip-btn.Tile:hover{
                    background: #000  }
                .tileBtn{
                  padding: 8px 16px;
                  background: #fff;  }
                  .tileBtn h4{
                  color: #010101;
                  font-size: 22px;  }

  section.reviews{
    margin: 100px 0;  }
    section.reviews .col-2{
      align-items: center;
      flex-direction: row;  }
    .review-list{
      height: auto;
      width: 45%;

      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;  }
      .review-block{
        width:100%;
        min-height: auto;
        margin: 25px auto;  
      
        display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: flex-start;
          text-align: center;
          gap:25px}
          .review-list div h3{
            word-spacing: 10px;
            margin: 0;    }
            .grip-image_5{
              margin: 25px 0;
              width: 50%;      }
      .ride_logo_1{
        width: 100px;}
        .review-block a{
          color: #b5b5b5; }
        .review-block a:hover{
          color: rgb(243, 243, 243);  }

  section.installation{
    margin: 250px 0;  }
  section.installation .wrapper .col-2{
    margin-top: 50px;  }
    section.installation .wrapper .col-2 .intro-content{
      width: 60%;  }
      section.installation .wrapper .col-2 .intro-content img{
        width: 80%;
      margin-top: 50px;}
    section.installation .wrapper .col-2 img{
      width: 40%;  }
           .grip-image_6{
            margin-bottom: 25px;
            margin-top: 0 !important; }   
  @media screen and (max-width: 1500px){
    .container_content_left{
      display: flex;
      flex-direction: column;
      width: 55%;
  
      margin-left: 0;
      margin-right: 20px;
  
      text-align: left;    }
      .icon_controller{
        height: calc(100% - 150px);
        margin-top: 150px;        }
    
    .col-3{
      gap: 50px;  }  }
  @media screen and (max-width: 1300px){
    .product_tab-1, .product_tab-2{
      border-right: none;
    }

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

    .container-cornered.second{
      width:100%;
      height: auto;
      height: auto;

      position: relative;
      margin: unset;
    
      text-align: center;}
      .grip-image_2{
        margin: 50px 0;
        width: 30%;      }
    .features-list{
      height: auto;
      width: 100%;

      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;

      margin-left: 0px;
    margin-top: 25px;  }
      .feature-block{
        width:100%;
        min-height: 200px;

        margin: 25px 0;  }

        .grip-image_4{
          margin: 50px 0;
          width: 90%;      }  }
  @media screen and (max-width: 999px){
    .wrapper{
      width: 90vw;
    }
    hr{
      margin: 100px auto;
    }
    
    .scroll-anim{
      display: none;
    }
        
    .splash{
      height: 80vh;
      /*background-image: url('Images/Home/background-mobile.png');  */}
      .splash h1{
        position: relative;
        z-index: 5;   

        font-size: 100px;  
        letter-spacing: 10px;
      
        display: flex; 
        flex-direction: row;}
        .splash h1 span{
          margin-top: 20px;
          font-family: helvetica; 
          font-size: 40px;  }
      .splash h5{
        position: relative;
        z-index: 5;   
      
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 12.5px;
      
        margin-bottom: 0px;}

        .advanced-tag{
          position: absolute;
          bottom: 100px;
          right: 0;
      
          z-index: 10;
      
          height: 75px;
          width: 200px;
      
          border-radius: 25px 0 0 25px;
      
          background-color: #121212;
      
          display: flex;
          justify-content: center;
          align-items: center;  }
          .advanced-tag img{
            height: 35px;
            margin: 0 auto;}
    
    .col-2{
      width: 100%;
      
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      
      margin-top: 100px;  }
      .col-2 .intro-content{
        width: 100%;
        margin: 5px 0;}
      .col-2 .text-block{
        width: 100%;
        margin: 5px 0;}
        
          
        .ride_logo{
          position: absolute;

          left: 0px;
          bottom: 0px;

          height: 125px;
        }
    section.intro .container-cornered {
      width: 100%;
      height: auto;
      position: relative;
      margin: 100px 0;
      text-align: center;
  }

  .col-2.no-margin{
    display: none;
  }

  .intro-mobile{
    display: block;
  }
  .container-full{
    width: 100%;

    display: flex;
    flex-direction: column;
  margin-bottom: 100px;}
    .container-block{
      width: 100%;
      height: 450px; }
      .product_tab-1, .product_tab-2{
        border-right: none;
        margin-right: 10px;
        margin-bottom: 50px;  }
      .product_tab-1, .product_tab-2, .product_tab-3{
        width: 100%;  }

  section.features{
    margin: 100px 0;  }
    .features .col-2{
      align-items: center;  }

      .feature-block{
        width:100%;
        min-height: 200px;
        margin: 25px 0;  
      
        display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: space-between;
          gap:25px}
          .feature-block div{
            width: 100%;
            margin-left: 0;  
          
            display: flex;
            flex-direction: column; }
      .feature-block-icon{
        width: auto;
        height: 75px;
        margin: 0;  }

    .col-2.third{
      flex-direction: column-reverse;  }
      .col-2.third .feature-tab{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        min-height: unset;    }

        .col-2.third .container-cornered{
          width: 100%;
          margin-top: 0;
          margin-bottom: 50px;
        }

        .col-2.third .container-cornered.heat {
          width: 100%;
          margin: 0 0 50px 0;
      }

      .col-2.third .gif-contain{
        width: 100%;
        margin: 10px;     }
      .col-2.third .gif-contain img{
        width: 90%;  
        margin: auto;  }
    

    .col-3{
      margin-top: 100px;   } 
    
  section.grip_features{
    margin-bottom: 100px;   }
    section.grip_features .container-cornered{
      margin: 100px 0;     }
    section.reviews{
      margin:  0;  }
      section.reviews .col-2{
        align-items: center;  
        flex-direction: column-reverse}
      .review-list{
        height: auto;
        width: 100%;

        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;

        margin: 50px 0;  }
        .review-block{
          width:100%;
          min-height: unset;
          margin: 25px 0;  
        
          display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap:25px}
            .review-block div{
              width: 100%;
            }

  section.installation{
    margin: 100px 0;
  }
    section.installation .wrapper .col-2{
      margin-top: 0;
    }
    section.installation .wrapper .col-2 .intro-content{
      width: 100%;  }
    section.installation .wrapper .col-2 .intro-content img{
      width:100%; }
    section.installation .wrapper .col-2 img{
      width: 60%;
      margin: 50px auto;  }
          
      .extra_content {
        display: none;
      }
      #read_more {
        display: block;
      }
    
    
    .read_more  {
      display: none;
    }
    
    .show {
       display: block!important;    }  }
  @media screen and (max-width: 899px){
    .GripWrapper{ 
      width: 100%;
      height: 700px;
      position: relative;

      margin:100px 0 ;}
      .TilePort{
        max-height: 200px;
        width: 100%;
          max-width: unset;

        position: absolute;
        left: 0;
        top: 0;
        transform: translate(0,0);

        aspect-ratio: 61 / 125;

        border-radius: 50px;
      
        background: hsla(204, 100%, 35%, 1);
          background: linear-gradient(90deg, hsla(204, 100%, 35%, 1) 0%, hsla(206, 100%, 28%, 1) 100%);
          background: -moz-linear-gradient(90deg, hsla(204, 100%, 35%, 1) 0%, hsla(206, 100%, 28%, 1) 100%);
          background: -webkit-linear-gradient(90deg, hsla(204, 100%, 35%, 1) 0%, hsla(206, 100%, 28%, 1) 100%);
          filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#006AB3", endColorstr="#005190", GradientType=1 );}

          .TilePort-Top{
            height: auto;
              min-height: 250px;
            width: 50%;
              max-width: 500px;
      
            position: absolute;
            left: 50%;
            top: -10%;
            transform: translate(-50%, -25%) rotate(-90deg);
      
            border-radius: 50px;
                 
            z-index: 10;}
            .TilePort-Top img{
              height: auto;
              max-height: 750px;
              width: 90%;
              margin: auto;
              border-radius: 10px;  }
  
            .TileLand{
              height: 500px;
              width: 100%;
      
              background: #121212;
      
              position: absolute;
              right: 0;
              top: 25%;
                transform: translate(0,0);
              z-index: 1;
      
              border-radius: 50px;}
            .TileLand-Top{
              height: 500px;
              width: calc(100% - 50px);
      
              margin: 25px;
              position: absolute;
              right: 0;
              top: 25%;
                transform: translate(0, -5%);
              z-index: 1;
      
              border-radius: 50px;
            
            display: flex;
          align-items: center;}
      
              .cardTitleRow{
                width: calc(100%);
                min-height: auto;
    
                margin-bottom: 25px;

                border-radius: 50px 50px 0 0;
    
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;  }
                .titleRowL{
                  width: auto;
                  height: 100%;  }
                .titleRowR{
                  width: auto;
                  height: 100%;  
                  text-align: right;}
                  .TileLogo{
                    width: 100px;  }
                    .tileHR{
                      margin: unset;
                      margin-left:0 ;
                      
                      width: calc(100%);
                  
                      background: #919191;  }
                    .iconRow{
                      width: calc(100%);
                      height: auto;
          
                      margin: 25px 50px 25px 0;
                      
                      display: flex;
                      flex-direction: row;
                      justify-content: space-evenly;
                      align-items: center;
                      gap: 10px;  }

                      .cardFootRow{
                        width: calc(100%);
                        height: 100px;
            
                        border-radius: 0px 0px 50px 50px;
            
                        display: flex;
                        flex-direction: row;
                        justify-content: space-between;
                        align-items: center;  }
            

                      .tileBtn{
                        padding: 8px 16px;
                        background: #fff;  }
                        .tileBtn h4{
                        color: #010101;
                        font-size: 18px; 
                      text-align: center; }}
  @media screen and (max-width: 599px){
    .wrapper{
      width: 90vw;
    }
    h1{
      font-size: 42px;
    }
    h2 {
      font-family: 'Univers';
      font-size: 28px;
      font-weight: bold;
      color: white;
      text-transform: uppercase;  }
    h4{
      font-family: 'Univers';
      font-size: 26px;
      font-weight: bold;
      letter-spacing: 1px;
      text-transform: uppercase;
  
      color: white;
      margin: 5px 0;}
    
    p{
      font-family: 'Sofia';
      font-size: 16px;
      color: rgb(243, 243, 243);
      font-weight: 200;}

      
    .splash h1{
      position: relative;
      z-index: 5;   

      font-size: 72px;  
      letter-spacing: 2.5px;
    
      display: flex; 
      flex-direction: row;}
      .splash h1 span{
        margin-top: 5px;
        font-family: helvetica; 
        font-size: 20px;  }
    .splash h5{
      position: relative;
      z-index: 5;   
    
      font-size: 16px;
      font-weight: bolder;
      letter-spacing: 7.5px;
    
      margin-bottom: 0px;}

      .advanced-tag{
        position: absolute;
        bottom: 100px;
        right: 0;
    
        z-index: 10;
    
        height: 50px;
        width: 175px;
    
        border-radius: 25px 0 0 25px;
    
        background-color: #121212;
    
        display: flex;
        justify-content: center;
        align-items: center;  }
        .advanced-tag img{
          height: 25px;
          margin: 0 auto;}
  
          .scroll-prompt {
            position: absolute;
            z-index: 998;
            bottom: -50px;
            left: 50%;
            margin-left: -80px;
            width: 160px;
            height: 120px;        }
      


      .mobile-br{
        display: block;
      }

      .col-2 .intro-content h2{
        font-size: 70px;
      }
      .col-2 .intro-content h2 span {
        font-family: helvetica;
        font-size: 30px;
        position: absolute;
        top: 15px;
    }
      .col-2 .intro-content h4{
        font-size: 32px;
}


    .container-cornered{
      margin: 100px 0;  }
            
      .ride_logo{
        position: absolute;

        left: 0px;
        bottom: 0px;

        height: 100px;
      }
      .container-block{
          width: 100%;
          height: 325px;
      }
      .icon_controller{
        height: calc(80% - 50px);
        margin-top: unset;        }  
      
      .container_content_right{
        width: 50%;
    
        margin-left: 10px;
        margin-right: 0px;  }
        .icon_temp{
        height: 30%  }


        .feature-block {
          width: 100%;
          min-height: unset;
          margin: 25px 0;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
          gap: 10px;
          text-align: center;
      }
        .feature-block-icon{
          width: auto;
          height: 100px;
          margin: 0;
        }




        .grip-image_2 {
          margin: 25px auto;
          width: 50%;
      }

      .heat-row{
        margin-top: 10px;
        flex-direction: column;
      }


      .review-list div h3 {
        word-spacing: 10px;
        margin: 0;
        font-size: 22px;
    }

        .col-4{
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: flex-start;
  
          flex-wrap: wrap;
        }

    .grip-block{
      width: 100%;
      min-width: 200px;
      margin: 25px auto;
    }
    .grip-block img{
      height: 50px;
      margin-bottom: 10px;
    }


    .product-tab-img.large{
      width: 70%;
      min-width: 150px;  }



    section.installation .wrapper .col-2 img{
      width: 100%;}  
    
    
      .TilePort{
        max-height: 200px;
        width: 100%;
          max-width: unset;

        position: absolute;
        left: 0;
        top: 0;
        transform: translate(0,0);

        aspect-ratio: 61 / 125;

        border-radius: 50px;
      
        background: hsla(204, 100%, 35%, 1);
          background: linear-gradient(90deg, hsla(204, 100%, 35%, 1) 0%, hsla(206, 100%, 28%, 1) 100%);
          background: -moz-linear-gradient(90deg, hsla(204, 100%, 35%, 1) 0%, hsla(206, 100%, 28%, 1) 100%);
          background: -webkit-linear-gradient(90deg, hsla(204, 100%, 35%, 1) 0%, hsla(206, 100%, 28%, 1) 100%);
          filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#006AB3", endColorstr="#005190", GradientType=1 );}
      .TilePort-Top{
        height: auto;
          min-height: 250px;
        width: 50%;
          max-width: 500px;
  
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%, -10%) rotate(-90deg);
  
        border-radius: 50px;
             
        z-index: 10;}
      
        .iconRow{
          overflow: scroll;
          gap: 25px;
        }

        .Icon{
          display: flex;
          flex-direction: row;
          justify-content: space-evenly;
          align-items: center;
          gap: 10px;
          flex-wrap: wrap;  }
          .Icon img{
            height: 60px;
            width: auto;  }
          .Icon p{
            font-size: 14px;
          text-align: center;  }

        .cardFootRow{
          width: calc(100%);
          height: 100px;
          margin-top: 25px;
          border-radius: 0px 0px 50px 50px;

          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center; 
          gap:25px }
          .FootRowL{
            width: auto;
            height: 100%;
            display: flex;
            align-items: center;  }
          .FootRowR{
            width: auto;
            height: 100%;
            display: flex;
            align-items: center;  }
}



.pp_wrapper{
  height: auto;
  width: 65vw;    
      min-width: 1000px;

  margin: auto;
      margin-top: 140px;
      margin-bottom: 25px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  justify-content: flex-start;
  align-items: flex-start;}
  .prod-content{
      height: auto;
      width: 49.5% !important;
      
      margin: 0; 
          margin-bottom: 100px;}
          .prod-content.limit{
            text-align: right;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
          }   
          .prod-content img{
          margin: 5px 0;
          background: #1d1d1d;}
          .prod-image{
              height: 100%;
              width: 100%;}
              .prod-image.second{
                height: 48.5%;
                width: 48.5%;}
              .prod-image.limit{
                height: 50%;
                width: 50%;
                padding: 0 100px;
              }

          .p-code{
            font-family: roboto;
            font-size: 10px;
            font-weight: normal;
        
            letter-spacing: 0.075em;
            margin: 0;
          margin-top: -5px;}
              
  .prod-content.text{
      height: auto;
      width: calc(49.5% - 100px) !important;
      
      margin: 0; 

      padding-left: 100px;
    text-align: left;}
      .prod-content.text p{
        text-align: left;    }
      .approval-row{
          display: flex;
          flex-direction: row;
      
          justify-content: flex-start !important;
          align-items: flex-start !important;
          margin-bottom: 50px !important;
          flex-wrap: wrap;}

          .approval-row.top{
            display: flex;
            flex-direction: row;
        
            justify-content: flex-start !important;
            align-items: flex-start !important;
            margin-bottom: 10px !important;
            padding-bottom: 10px;
            flex-wrap: wrap;
          
            border-bottom: 0.25px solid #999;}
        .approval-row.center{
            margin: auto; }
            .approval-row img{
                width: auto;
                height: 125px;

                margin: 5px;}
              .prod-image-feat{
                    width: auto;
                    height: 75px;

                    margin: 5px;}
                    .approval-row p{
                      font-size: 14px !important;
                    }
          li{
              margin: 0;
              line-height: auto;}
          .approval-row div{
              text-align: center;
              margin: 0 25px;

              width: 250px;}

          .pp-swatches{
            height: 30px;
          }
  .category-hr{
    margin-top: 25px !important;
    margin-bottom: 25px;
    display: block;}
  

  .accordion {
      color: #fff;
      cursor: pointer;
      padding: 10px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      transition: 0.4s;
      display: flex;
      justify-content: space-between;
      align-items: center;
    background: transparent;}
      .accordion p{
          margin: 0;
          }

          .accordion ul{
            list-style-position: inside;
          }

    /* Style the accordion panel. Note: hidden by default */
    .panel {
      padding: 0 18px;;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out; }
      .panel p{ 
        font-size: 18px !important;}
      .accordion:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: #fff;
        float: right;
        margin-left: 5px;}      
      .active:after {
        content: "\2796"; /* Unicode character for "minus" sign (-) */}

    .image-row{
      width: 100% !important;
      height: 525px;

      display: flex;
      flex-direction: row;
      justify-content: flex-start !important;
      align-items: center;

      overflow-x: scroll;
      overflow-y: hidden;

      margin: auto;
      margin-top: 25px;
      margin-bottom: 25px!important;}
      .image-row img{
          width: auto;
          height: auto;
          max-height: 500px;
          
          margin: 25px;}

.wtb_1{
background-color: #006AB4;
border-radius: 10px;
padding: 8px 16px;
color: #fff;
border: none;

margin-top: 50px;

cursor: pointer;
}

.wtb_1 h4{
color: #fff;
}
@media screen and (max-width: 999px) {
.pp_wrapper {
height: auto;
width: 100%;
min-width: unset;
margin: auto;
margin-top: 140px;
margin-bottom: 25px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;

flex-wrap: nowrap;}

.prod-content {
  height: auto;
  width: 90% !important;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;}
  .prod-content.grey {
    background: white !important;
    padding: 0;
  }
  .prod-image {
    height: 100%;
    width: 100%;
    margin: auto;}

.prod-content.text {
  height: auto;
  width: 75% !important;
  margin: auto;
  padding-left: 0;}
  .approval-row {
    width: 100%;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    text-align: center;
    margin-bottom: 25px !important;}
.approval-row img{
  width: auto;
  height: 100px;

  margin: 5px;}

  .approval-row.center {
    justify-content: center !important;
    margin: auto;
    flex-direction: column !important;
}
ul{
  list-style-type: none;
  padding: 0;
}
.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
}

.image-row{
max-height: unset !important;
overflow: hidden;
}

.image-row img {
width: 100%;
height: auto;
max-height: 500px;
margin: 25px;
}

.approval-row div {
text-align: center;
margin: AUTO;
width: 250px;
}
}

.wrapper-wide{
width: 90vw;
margin: auto;
}
.image_grid {
column-count: 3;
column-gap: .5em;
row-gap: .5em;
max-width: 100%;
margin: auto;
margin-bottom: 100px;
width: 100%;
}

.image_grid img {
height: auto;
max-width: 900px;
width: 100%;

margin: .25em 0;
}

@media(max-width: 1000px) {
.grid {
  column-count: 3;
}

.wrapper-wide{
width: 90vw;
margin: auto;
}
.image_grid {
  column-count: 2;
  column-gap: .5em;
  row-gap: .5em;
  max-width: 100%;
  margin: auto;
    margin-bottom: 100px;
  width: 100%;
}
}

@media(max-width: 600px) {
.grid {
  column-count: 2;
}
}

@media(max-width: 400px) {
.grid {
  column-count: 1;
}
}