html,body{
  background-color: #F5F5EE !important;
  /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%) !important; */
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px !important;
  overflow-x: hidden;
  font-family: "Inter", Arial, sans-serif !important;
}

body{
  display: block !important;
  padding-bottom: 0;
  overflow-y: scroll;
}

  
body * {
margin: 0;
padding: 0;
box-sizing: border-box;
}


br {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.body_container {
  transition: filter 0.75s ease-in-out;
  -webkit-transition: filter 0.75s ease-in-out;
}

.fade-in-ele {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.25s ease-out, transform 1s ease-out;
}

.fade-in-ele.visible {
  opacity: 1;
  transform: translateY(0);
}


.section-title {
  font-size: 5.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.section-title-large {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.section-subtitle {
  font-size: 2rem;
  color: #374151;
  /* max-width: 600px; */
  margin: 0 auto;
}

.section-subtitle-small {
  font-size: 14px;
  color: #F26522;
  max-width: 600px;
  margin: 0 auto;
}

/* Hero Section */
.hero {
  max-width: 1650px;
  padding: 0;
  margin: 0 auto 80px auto;
  position: relative;
  /* background: linear-gradient(180deg, #141A20 20%, #111 100%);
  background: linear-gradient(180deg, #F0EEE6 20%, #e0ded4 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%); */
}



.hero_border_top_div {
  height: 48px;
  width: 377px;
  position: absolute;
  bottom: 0px;
  left: 1px;
}

.hero_border_top_div svg {
  left: 50%;
  transform: translateX(-50%);
  height: 48px;
  bottom: -44px;
}

/* Container */
.hero .container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0;
}

/* Typography */
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero p {
  margin-bottom: 3rem;
  color: #374151;
  line-height: 1.2;
  text-align: left;
  font-weight: 600 !important;
}

.hero a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.hero .section-subtitle-small {
  margin: 0 auto 16px auto;
  color: #a73500;
  max-width: 424px;
  font-weight: 100 !important;
}


.hero-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0rem;
  align-items: center;
  position: relative;
  z-index: 3;
  /* overflow: hidden; */
}

.hero .hero-container-clip {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #F0EEE6 20%, #e0ded4 90%);
  clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);

}

.hero-content {
  /* background: transparent; */
  /* background: linear-gradient(-72deg, #b96042 8%, #D97757 20%); */
  padding: 0 16px;
  border-radius: 0;
  position: relative;
  /* overflow: hidden; */
  /* background-color: #D97757; */
}

.hero-content::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 82%;
  border-radius: 50%;
  background: #F5F5EE url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>');
  opacity: 0.85;
  z-index: -1;
  pointer-events: none;
  filter: blur(32px);
}


.hero .hero-title {
  position: relative;
  left: 0;
  font-size: 4.8rem;
  font-weight: 700 !important;
  text-align: left;
  line-height: 1.13;
  margin: 0 auto 1rem auto;
  background: linear-gradient(110deg, #1f2937 20%, #3f4b5e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 424px;
}


.gradient-text {
  /* background-image: linear-gradient(96deg, #1f2937 40%, #003a64 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-move 4s linear infinite alternate;
  background-size: 200% 100%; */
}


@keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.hero .hero-subtitle {
  font-size: 2.7rem;
  /* font-weight: bold !important; */
  line-height: 1.35;
  text-align: left;
  max-width: 416px;
  margin: 0 auto;
}

 
.hero-actions {
  display: flex;
  margin: 2rem auto 1rem auto;
  max-width: 420px;
}

.hero p.trial {
  margin: 0 auto;
  color: #8f8a84;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal !important;
  text-align: left;
  max-width: 420px;

}

.hero .btn {
  display: inline-flex;
  align-items: left;
  justify-content: left;
  text-align: left;
  padding: 10px 24px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease, background-position 0.5s ease;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
  width: 80%;
  max-width: 300px;
  margin: 0;
  border-radius: 6px;
}

.hero .btn-primary {
  background: linear-gradient(135deg, #000 0%, #222 100%);
  background: #1f2937 url("../../assets/chevron-right-light-24px.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) 49%;
  border: 2px solid #16202e;
  color: white;
  /* box-shadow: 0 4px 15px rgba(235, 16, 0, 0.4); */
  box-shadow: 0 4px 15px rgba(16, 16, 16, 0.2);
  user-select: none;
}

.hero .btn-primary:hover, .hero .btn-primary:focus {
  transform: translateY(-2px);
  /* box-shadow: 0 8px 25px rgba(235, 16, 0, 0.6); */
  box-shadow: 0 4px 15px rgba(16, 16, 16, 0.4);
  border: 2px solid #182436;
  background-color: #182436;
  background-position: calc(100% - 10px) 48%;
}

.hero-visual {
  position: relative;
  background-color: #D9775700;
  /* background: linear-gradient(-72deg, #b96042 0%, #D97757 20%); */
  height: 100%;
  border-radius: 0;
  position: relative;
  padding: 0;
  overflow: visible;  
  --slant: 8%; /* change this to increase/decrease angle */
/* clip-path: polygon(var(--slant) 0, 100% 0, 100% 100%, 0 100%);
-webkit-clip-path: polygon(var(--slant) 0, 100% 0, 100% 100%, 0 100%); */
background-image: 
  radial-gradient(circle at 0 0, #F0EEE6 3px, transparent 3px),
  radial-gradient(circle at 100% 0, #F0EEE6 3px, transparent 3px),
  radial-gradient(circle at 0 100%, #F0EEE6 3px, transparent 3px),
  radial-gradient(circle at 100% 100%, #F0EEE6 3px, transparent 3px),
  linear-gradient(90deg, #37415100 2px, transparent 2px),
  linear-gradient(#37415100 2px, transparent 2px);
  
background-size: 40px 40px;
background-position: 0 0;
background-position: 1px 1px, 1px 1px, 1px 1px, 1px 1px, 0 0, 0 0;
animation: moveBackground 24s linear infinite;


}


@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}


  :root {
    --dot-color: rgba(100, 100, 160, 0.4);
    --dot-hover-color: rgba(160, 200, 255, 1);
    --bg-color: transparent;
    --dot-size: 2px;
    --dot-spacing: 28;       /* px between dots */
    --repulsion: 60;         /* how far dots push away */
    --radius: 10;           /* mouse influence radius */
    --trail: true;
    --click-burst: true;
  }



  .hero-container {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 0rem;
      align-items: center;
      position: relative;
      z-index: 4;
    }


    .branding_graphics {
      position: relative;
      margin-top: 32px;
      transition: background-color 0.2s ease-in-out;
  }
  
  .branding_graphics_container {
      position: relative;
      max-width: 670px;
      height: 100%;
  }
  
  .branding_graphics::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -124px;
      transform: translate(-50%, -50%);
      width: 225px;
      height: 372px;
      border-radius: 50%;
      background-image: url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>');
      opacity: 0.2;
      z-index: -1;
      pointer-events: none;
      filter: blur(80px);
      transition: background-color 1s ease-in;
  
    }
  
    .branding_graphics_0::after {
      background-color: #006D77;
    }
    
    .branding_graphics_1::after {
      background-color: #1A73E8;
    }
    
    .branding_graphics_2::after {
      background-color: #FF6B35aa;
    }
    
    .branding_graphics_3::after {
      background-color: #0B2545;
    }
  
  .branding_graphics .client_portal_examples {
      position: relative;
      width: 100%;
      height: 500px;
      /* overflow: hidden; */
  }
  
  .branding_graphics .carousel-img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: 100%;
      object-fit: contain;
      /* opacity: 0; */
      border: 3px solid #1f2937;
      /* border-right: none; */
      border-radius: 12px;
      /* border-top-right-radius: 0;
      border-bottom-right-radius: 0; */
      box-shadow: 0 4px 15px rgba(16, 16, 16, 0.28) !important;
      /* box-shadow: 7px 5px 4px #24282f66 !important; */
      display: block;
      user-select: none;
      outline: none;
      pointer-events: none;
      /* animation: carousel-fade 16s infinite; */
      /* animation: carousel-slide 16s infinite; */
      transition: box-shadow 0.95s ease-in;
  
  }
  
  .branding_graphics img {
      opacity: 0;
  }
  
  .branding_graphics img.loaded {
      opacity: 1;
  }
  
  .branding_graphics #img1 {
      border-color: #006D7777;
  }
  
  .branding_graphics #img2 {
      border-color: #1A73E877;
  }
  
  .branding_graphics #img3 {
      border-color: #FF6B3577;
  }
  
  .branding_graphics #img4 {
      border-color: #0B254577;
  }
  
  .carousel-img:nth-child(1) { animation-delay: 0s; }
  .carousel-img:nth-child(2) { animation-delay: 4s; }
  .carousel-img:nth-child(3) { animation-delay: 8s; }
  .carousel-img:nth-child(4) { animation-delay: 12s; }
  
  @keyframes carousel-slide {
      0% { transform: translateX(100%); }
      6.25%, 18.75% { transform: translateX(0); }
      25% { transform: translateX(-100%); }
      100% { transform: translateX(-100%); }
  }
  
  @keyframes carousel-fade {
      0%, 100% { opacity: 0; }
      6.25%, 18.75% { opacity: 1; } /* Each visible for 25% of cycle */
      25% { opacity: 0; }
  }
  
  
  .branding_graphics .controls_examples {
      position: absolute;
      top: 50%;
      right: 5%;
      transform: translateY(-50%);
      width: 203px;
      height: 360px;
      overflow: visible;
      background-color: #F5F4EF;
      border-radius: 6px;
      padding: 0;
      animation: hero_float 3s ease-in-out infinite;
  }
  
  @keyframes hero_float {
      0%, 100% { transform: translateY(-50%); }
      50% { transform: translateY(-52%); }
    }
  
  
  .branding_graphics .control-img {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      border: 3px solid #999;
      border-radius: 6px;
      user-select: none;
      outline: none;
      pointer-events: none;
      box-shadow: 0 4px 14px rgba(16, 16, 16, 0.32);
      box-shadow: 0 4px 18px #424b5966;
      transition: box-shadow 1.15s ease-in;    
      animation: carousel-fade 16s infinite;
      /* animation: carousel-slide 16s infinite; */
  }
  
  .branding_graphics #img11 {
      border-color: #006D77;
  }
  
  .branding_graphics #img22 {
      border-color: #1A73E8;
  }
  
  .branding_graphics #img33 {
      border-color: #FF6B35;
  }
  
  .branding_graphics #img44 {
      border-color: #0B2545;
  }
  
  

  



    .second-div {
      position: relative;
      background-color: #F8FAFD;
      background: linear-gradient(180deg, #F5F5EE 10%, #F8FAFD 40%);
    }

  #kinetic-grid {
      position: absolute;
      z-index: 0;
    display: block;
    /* width: 50vw;
    height: 64vh; */
    width: 130vw;
    height: 130vh;
    pointer-events: none;
    user-select: none;
      -webkit-user-drag: none;
      user-drag: none;
      -webkit-touch-callout: none;
    /* cursor: none; */
  }

  .benefits_div .col-xs-12 {
      /* border: 2px solid #CFCED3; */
      padding: 32px;
      /* backdrop-filter: blur(1px); */
      border-radius: 24px;
      
  }

  /* .benefits_div .tl {
      border-top: 1px solid #CFCED399;
      border-left: 1px solid #CFCED399;
      border-top-left-radius: 8px;
      box-shadow: -10px -10px 10px rgba(16, 16, 16, 0.05);
  }

  .benefits_div .tc {
      border-top: 1px solid #CFCED399;
      box-shadow: 0px -10px 10px rgba(16, 16, 16, 0.05);
  }

  .benefits_div .tr {
      border-top: 1px solid #CFCED399;
      border-right: 1px solid #CFCED399;
      border-top-right-radius: 8px;
      box-shadow: 10px -10px 10px rgba(16, 16, 16, 0.05);
  }
  

  .benefits_div .bl {
      border-bottom: 1px solid #CFCED399;
      border-left: 1px solid #CFCED399;
      border-bottom-left-radius: 8px;
      box-shadow: -10px 10px 10px rgba(16, 16, 16, 0.05);
  }

  .benefits_div .bc {
      border-bottom: 1px solid #CFCED399;
      box-shadow: 0px 10px 10px rgba(16, 16, 16, 0.05);
  }

  .benefits_div .br {
      border-bottom: 1px solid #CFCED399;
      border-right: 1px solid #CFCED399;
      border-bottom-right-radius: 8px;
      box-shadow: 10px 10px 10px rgba(16, 16, 16, 0.05);
  } */

  .benefits_div {
      position: relative;
      margin: 80px auto 64px auto;
      width: 80%;
      text-align: left;
    }

    

.easier_than_ever_div {
  display: block;
  position: relative;
  margin: 50px auto 0 auto;
  min-height: 300px;
  width: 80%;
  text-align: left;
}

.easier_than_ever_div {
  margin: 124px auto 0px auto;
}


.solution {
  margin: 124px auto 0px auto;
}

.solution h2 span, .easier_than_ever_div span {
  color: #000;
  filter: invert(36%) sepia(17%) saturate(5342%) hue-rotate(346deg) brightness(100%) contrast(92%) blur(0px);
}

.solution h2 {
  color: #1f2937;
  font-weight: bolder;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}


.solution h4 {
  color: #374151;
  text-align: center;
}



.benefits_div_second .row .col-lg-12 {
/* background: url("../../assets/ok.png");
background-size: 100px;
background-repeat: no-repeat;
background-position: center bottom;
padding-top: 140px; */
}

.benefits_div h2 {
font-weight: bolder;
color: #1f2937;
line-height: 38px;
}

.benefits_div h4 {
color: #374151;
min-height: 80px;
line-height: 28px;
margin-top: 0;
padding: 0 8px 0 0;
}

.benefits_div_second h4 {
min-height: 80px;
}

.benefits_div .benefits_pattern {
height: 100px;
width: 100%;
object-fit: cover;
border-radius: 30px;
/* background: rgba(242, 101, 34, 0.22) url('../../assets/bk_large_trans.png');
background-size: auto;
background-repeat: no-repeat;
background-position: center; */
}





    
  

  .solutions {
      position: relative;
      padding: 0 0 0 0;
      display: block;
      /* transform: rotate(-1deg); */
    }

    
.solutions .solutions-container::before {
  content: '';
  position: absolute;
  display: block;
  top: -24%;
  left: 0%;
  right: 0%;
  bottom: 0;
  z-index: 0 !important;
  background-color: #FAF9F5;
  background: linear-gradient(180deg, rgba(34, 107, 242, 0.04) 40%, #F5F5EE 100%);
  -webkit-mask-image: url('../../assets/VectorV.png');
  mask-image: url('../../assets/VectorV.png');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-size: 90%;
  mask-size: 90%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top;
  mask-position: top;
  /* transform: scaleY(-1); */
}



 
    .solutions-wrap {
      overflow: visible;
      position: relative;
      margin-bottom: 10px;
    }
 
    .fade-left,
    .fade-right {
      position: absolute;
      top: 0; bottom: 0;
      width: 80px;
      z-index: 2;
      pointer-events: none;
    }
 
    .fade-left  { left: 0;  background: linear-gradient(to right, #F5F5EE00, transparent); }
    .fade-right { right: 0; background: linear-gradient(to left,  #F5F5EE00, transparent); }
 
    .solutions-track {
      display: flex;
      gap: 10px;
      width: max-content;
      will-change: transform;
    }
 
    .solutions-card {
      position: relative;
      width: 480px;
      height: 280px;
      border-radius: 8px;
      /* border: 2px solid #BF4A1488; */
      /* background: #E0DED5; */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      gap: 10px;
      color: #aaa;
      font-size: 13px;
      font-weight: 500;
      user-select: none;
      box-shadow: 0 2px 7px rgba(16, 16, 16, 0.1);
      transition: border-color 0.2s, background 0.2s;
      cursor: default;
      overflow: hidden;
      opacity: 0.9;
    }

    #track-top .solutions-card:nth-child(odd) {
      position: relative;
      width: 161px;
      height: 280px;
      border-radius: 8px;
      /* border: 2px solid #232D3D77; */
    }

    #track-bottom .solutions-card:nth-child(odd) {
      position: relative;
      width: 480px;
      height: 280px;
    }

    #track-bottom .solutions-card:nth-child(even) {
      position: relative;
      width: 161px;
      height: 280px;
      border-radius: 8px;
      /* border: 2px solid #232D3D77; */
    }

    .solutions-card img {
      max-width: 480px;
      max-height: 285px;
      /* margin-top: 32px; */
      object-fit: cover;
      /* pointer-events: none; */
      user-select: none;
      -webkit-user-drag: none;
      user-drag: none;
      -webkit-touch-callout: none;
      border-radius: 2px;
    }

  
    .solutions-card:nth-child(odd) {
      /* background: #F0EEE6; */
    }
 
    .solutions-card:hover { opacity: 0.98; }
    .solutions-card i { font-size: 26px; color: #fff; }
 
    scroll-hint {
      text-align: center;
      padding: 0 0 3rem;
      color: #bbb;
      font-size: 14px;
      letter-spacing: 0.05em;
      font-family: "Inter", Arial, sans-serif;
      animation: pulse 2s ease-in-out infinite;
    }
 
    .rest-of-page {
      text-align: center;
      padding: 6rem 1rem;
      color: #333;
      font-size: 14px;
    }
 
    @keyframes pulse {
      0%, 100% { opacity: 0.4; }
      50%       { opacity: 1; }
    }


    


.template_preview {
  background-color: transparent;
    background-image: url("../../assets/file_type03.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 350px;
    transition: background-position 0.2s linear;
    background-attachment: scroll;
    will-change: background-position;
}


.template {
  position: relative;
  margin: 0 auto;
  padding: 70px 0 60px 0;
  max-width: 1400px;
}

.template .template_grid {
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: 1fr 1fr;
  gap: 0 3rem;
  width: 90%;
}

.template .template_grid .template-txt {
  padding: 0 0 0 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.template .template_grid h2 {
  font-size: 4.8rem;
  font-weight: 700 !important;
  text-align: left;
  line-height: 1.13;
  color: #1f2937;
}

.template .template_grid h4 {
  color: #374151;
  font-size: 2.7rem;
  line-height: 1.35;
  margin: 0;
  padding: 0 8px 0 0;
  font-weight: 500;
}

.template .template_grid .trial {
  color: #8f8a84;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  max-width: 420px;
  margin: 8px 0 0 0;
}


.template .template-graphics {
  position: relative;
  
}

.template .template-graphics .template_graphics_inner_bkg {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 643px;
  height: 500px;
  border-radius: 14px;
  border: 3px solid #1f2937;
  background-color: #DAD5C2;
  background: linear-gradient(98deg, #EA4335 20%, #FBBC04 30%, #34A853 80%, #4285F4 30%);
  box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
  z-index: 0;
  transition: all 0.4s ease-out;
  /* transform: scale(1.01) translateY(-3px) translateX(-2px) rotate(-2deg); */

}

.template .template-graphics .template_graphics_inner {
  position: relative;
  width: 643px;
  height: 500px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
  transition: transform 0.4s ease-out, box-shadow 0.2s ease-in-out;
  z-index: 1;
}


.template .template-graphics img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 3px solid #1f2937;
  border-radius: 14px;
  /* box-shadow: 8px 8px 2px #424b5966; */
  user-select: none;
  outline: none;
  pointer-events: none;
}

.template .template-graphics .template_graphics_inner:hover ~ .template_graphics_inner_bkg {
  transform: scale(1.02) translateY(-5px) translateX(-3px) rotate(-3deg);
  transition: all 0.15s ease-out;
}

.template .template-graphics .template_graphics_inner:hover {
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-in-out;
  transform: scale(1.01) translateY(-2px);
  box-shadow: 0px 8px 14px #3f4b5e44;
}


@font-face {
  font-family: "Google Sans Regular";
  src: url("../../assets/GoogleSans-Regular.ttf")format("truetype");
}

.template .template-graphics .subject {
  position: absolute;
  display: inline-block;
  top: 27.5px;
  left: 27.5px;
  pointer-events: none;
  user-select: none;
  height: auto;
  min-height: 19px;
  width: auto;
  font-family: "Google Sans Regular", Roboto, Helvetica, Arial, sans-serif;
  color: #1f1f1f;
  font-size: 2.32rem;
  font-weight: 400;
  letter-spacing: 0;
  padding-right: 16px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}


.template .template-graphics .body {
  position: absolute;
  display: inline-block;
  top: 1222.41666412353516px;
  left: 30.5px;
  pointer-events: none;
  user-select: none;
  height: auto;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 1.37rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 8px 0 0;
  margin: 0;
  word-break: break-word;
  text-align: left;
}


.template .template-graphics .body.line_1 {
  top: 214.41666412353516px;
  left: 27.5px;
}


.template .template-graphics .body.line_2 {
  top: 269.41666412353516px;
  left: 27.5px;
}










.features_div {
  background-color: #1f2937;
  background-image: url("../assets/file_type.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: 350px;
  transition: background-position 0.2s linear;
  background-attachment: scroll;
  will-change: background-position;
}

.preview {
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  padding: 0; 
  height: auto;
  /* background-color: #1f2937;
  background: linear-gradient(180deg, #1F2937 45%, #1F2937 100%); */
}

.preview .preview_container {
  display: block;
  padding: 40px 0;
  /* clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%); */
}

.preview_grid {
  position: relative;
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1rem;
}

.preview_grid video {
  width: 100%;
  border-radius: 8px;
  border: 3px solid #151f2e;
  /* padding: 6px 6px; */
  width: 500px;
  box-shadow: 0 4px 15px rgba(16, 16, 16, 0.32);
}

.preview_grid .preview_txt {
  order: -1;
  padding: 0 32px 0 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.preview_grid h2 {
  font-weight: 600;
  color: #303B4C;
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 1rem 0;
}

.preview_grid h4 {
  color: #374151;
  line-height: 32px;
  padding: 0;
  margin: 0 0 4px 0;
  font-size: 22px;
  font-weight: 500;
}

.custom_pricing_btn {
  display: block;
  width: 90%;
  max-width: 320px;
  border-radius: 5px;
  border: 2px solid #182436;
  background: #1f2937 url("../../assets/chevron-right-light-24px.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) 49%;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 16px 0 0 0;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(16, 16, 16, 0.2);
  text-decoration: none;
  transition: all 0.3s ease, background-position 0.5s ease;
  opacity: 1;
}

.custom_pricing_btn:hover, .custom_pricing_btn:focus {
  text-decoration: none;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(16, 16, 16, 0.4);
  border: 2px solid #182436;
  background-color: #182436;
  background-position: calc(100% - 10px) 48%;
}


.preview .custom_pricing_btn {
  background-color: #0c1522;
  border: 2px solid #070e17;
  box-shadow: 0 5px 28px rgba(216, 216, 216, 0.1), inset -1px -11px 11px rgba(100, 102, 105, 0.1);
}


.preview .custom_pricing_btn:hover, .preview .custom_pricing_btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 4px 25px rgba(216, 216, 216, 0.14);
  border: 2px solid #04080e;
  background-color: #0c1522;
  background-position: calc(100% - 10px) 48%;
}









.testimonial {
  position: relative;
  left: -0.5%;
  display: block;
  margin: 0 auto 0 auto;
  padding: 70px 0;
  text-align: center;
  background: #eee;
  width: 101%;
  max-width: 1600px;
  /* border-top: 4px solid #1f2937; */
  /* border-bottom: 4px solid #1f2937; */
  transform: rotate(0deg);
  /* background: linear-gradient(-72deg, #eee 0%, #c90 40%, #F26522 80%); */
  background: linear-gradient(140deg, #ddd 0%, #F5F5EE 25%, #eee 100%);
  /* background-size: 200% 200%; */
  /* animation: gradient-shift 6s ease infinite; */
}

@keyframes gradient-shift {
  0%, 100% {
    background-position: 70% 50%;
  }
  50% {
    background-position: 90% 30%;
  }
}


.testimonial-container {
  transform: rotate(0deg);
}


.testimonial-text {
  font-size: 29px;
  font-weight: 600;
  color: #1f2937;
  line-height: 38px;
  width: calc(49% - 16px);
  padding: 0;
  margin: 0 auto 16px auto;
  /* min-height: 342px; */
}

.testimonial-text .quote {
  color: #1f2937;
  font-size: 29px;
  line-height: 38px;
  font-weight: bold;
  font-family: sans-serif;
}

.testimonial-text em {
  font-style: normal;
  background: linear-gradient(180deg, rgba(204, 153, 0, 0.1) 29%, rgba(204, 153, 0, 0.2) 65%);
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
  /* color: #000; */
}


.testimonial .accordion-css__card video {
  max-height: 450px;
  background: #eee url("../../assets/oksend_logo_light.png");
  background-size: 40px;
  background-repeat: repeat;
  background-position: center;
}

.testimonial .testimonial-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 2px;
}

.testimonial .testimonial-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  outline: 2px solid #fff;
  user-select: none;
  pointer-events: none;
}
.testimonial .testimonial-profile div {
  vertical-align: middle;
  justify-content: center;
}

.testimonial .testimonial-profile h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: left;
  margin: 0;
}

.testimonial .testimonial-profile p {
  font-size: 15px;
  color: #ccc;
  width: 100%;
  text-align: left;
  margin: 0;
}
















/* Features Section */
.features {
  position: relative;
  margin: 0;
  padding: 40px 0 80px 0;
  /* background-color: #1f2937; */
  /* background-image: url("../assets/file_type.png");
background-repeat: repeat;
background-position: center center;
background-size: 350px;
transition: background-position 0.2s linear;
background-attachment: scroll;
will-change: background-position; */
  /* opacity: 0.7; */
  z-index: 0 !important;
  /* clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%); */
  
}


.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.features .section-title-large {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
  color: #fff;
}

.features .section-subtitle {
  color: #ccc;
}

.section-subtitle-small {
  font-size: 14px;
  color: #F26522;
  max-width: 600px;
  margin: -1rem auto 0 auto;
}

.how-it-works .section-subtitle-small {
  margin: 0 auto 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}

.features .see_all_features {
  margin: 48px auto 0 auto;
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 24px;
  color: #eee;
  text-align: center;
  border: 2px solid;
  max-width: 173px;
  border-radius: 4px;
  background-color: #243142;
  box-shadow: 0 5px 10px -3px #01102a;
  transition: all 0.3s ease
}


.features .see_all_features:hover {
  text-decoration: none;
  color: #fff;
  background-color: #29394f;
  box-shadow: 0 6px 12px -3px #000a1a;
  transform: translateY(-2px);
}

.feature-card {
  position: relative;
  padding: 0;
  border-radius: 8px;
  /* background: linear-gradient(198deg, #F0EEE6 20%, #e3dfd3 90%); */
  /* border: 1px solid #c8c4b7; */
  transition: all 0.3s ease;
  text-align: left;
}

.feature-card a {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem 2rem 3rem;
}

.feature-card a:hover, .feature-card a:focus {
  text-decoration: none;
}



.feature-card * {
  z-index: 3 !important;
  position: relative;
}

.blurry {
  outline: 2px solid #01102a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  margin: 0;
  z-index: 0 !important;
  display: block;
  background: #1b243028;
  background: linear-gradient(140deg, rgba(44, 57, 73, 0.45) 0%, rgba(24, 133, 244, 0.1) 25%, rgba(44, 57, 73, 0.45) 100%);
  backdrop-filter: blur(8px);
}

.feature-card:hover .feature-icon {
  transform: translateY(-4px);
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
  /* border-color: #f7b99c; */
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  text-align: left;
  border-radius: 8px;
}



.feature-icon img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
  border: 1px solid #000917;
  opacity: 0.9;
  /* border-bottom: 2px solid #EF6027; */
}


.feature-card:hover .feature-icon {
  /* transform: scale(1.1);
  filter: drop-shadow(0 0 0.75rem #ffcbb4); */
}

.feature-title {
  font-size: 1.75rem;
  font-weight: 650;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #4B473C;
  text-decoration: none;
  font-size: 21px;
  font-weight: 600;
  color: #1f2937;
  color: #fff;
  line-height: 31px;
}

.feature-description {
  color: #67645c;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
  color: #374151;
  color: #ccc;
  line-height: 23px;
  font-weight: 400;
  font-size: 16px;
  min-height: 72px;
}

.feature-link {
  display: inline-block;
  color: #268BD2;
  font-weight: 700;
  padding-right: 28px;
  /* background: url("../../assets/chevron-right-light-24px.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 96% center;
  text-decoration: none;
  transition: background-position 0.35s ease-in-out;
  filter: invert(51%) sepia(71%) saturate(2608%) hue-rotate(180deg) brightness(88%) contrast(84%); */
}

.feature-card a:hover .feature-link {
  color: #268BD2;
  background-position: right center;
}


.features .feature-link svg {
  stroke-width: 1.2px;
  fill: none;
  stroke: #268BD2;
}

.features .feature-link svg .arrowBody {
  display: none;
}

.features a:hover svg .arrowBody {
  display: block;
}

.features .feature-link svg .arrowHead {
transition: 150ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.features a:hover svg .arrowHead {
  display: block;
  transform: translateX(3px) !important;
}











.template_div {
  margin: 0 auto 56px auto;
  padding: 56px 0 !important;
  min-height: 600px;
  width: 100% !important;
  /* background-color: #1f2937; */

  /* background: linear-gradient(180deg, #F0EEE6 20%, #F5F5EE 100%); */
}



.template_div .section-title {
  font-weight: bolder;
  color: #1f2937;
  margin: 16px 0 6px 0;
  font-size: 46px;
  line-height: 56px;
  text-align: center;
}

.template_div .section-subtitle {
  color: #374151;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 400;
  max-width: auto;
  width: 50%;
  margin: 0 auto 56px auto;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

.template_div .template-grid {
  position: relative;
  width: 80%;
  display: grid;
  grid-template-columns:  1fr 1fr 1fr;
  gap: 2.5rem;
  padding: 0;
  margin: 0 auto;
  z-index: 1;
}

.template_div .template-grid div {
  background-color: #fffff8;
  border-radius: 6px;
  border: 2px solid #1f2937;
  box-shadow: .35em .375em 0 0 #1f293756;
  min-height: 272px;
  overflow: hidden;
}


.template_div .template-grid div a {
  position: relative;
  display: block;
  padding: 3rem;
  width: 100%;
  min-height: 272px;
  overflow: hidden;
  padding-top: 104px;
  background-image: url("../../assets/pattern02.png");
  background-size: 100% 172px;
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
}

.template_div .template-grid div a:hover, .template_div .template-grid div a:hover *, .template_div .template-grid div a:focus {
  text-decoration: none;
}


.template_div .template-grid h2 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
  color: #1f2937;
  margin-bottom: 0.5rem;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;

}

.template_div .template-grid h4 {
  margin: 0;
  color: #374151;
  text-align: left;
  line-height: 23px;
  font-weight: 400;
  font-size: 16px;
}


.template_div ul li a:hover {
  /* background-position: calc(100% - 0px) 52%; */
  color: #268BD2;
  text-decoration: none;
}


.template_div .browse_all_templates {
  text-align: center;
}

.template_div .more_templates {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: auto;
  margin: 32px auto 0 auto;
  padding: 0px 40px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 6px;
  text-decoration: none;
  background: #000;
  opacity: 0.9;
  box-shadow: 0 4px 15px -3px #000a;
}

.template_div .more_templates h4 {
  color: #fff;
  font-size: 16px;
}

.template_div .more_templates:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 4px 10px -3px #0006;
}


.template_div .see_all_features {
  margin: 48px auto 0 auto;
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 24px;
  color: #eee;
  text-align: center;
  text-decoration: none;
  max-width: 193px;
  border-radius: 4px;
  background-color: #243142;
  border: 2px solid #16202e;
  box-shadow: 0 4px 15px rgba(16, 16, 16, 0.2);
  transition: all 0.3s ease
}


.template_div .see_all_features:hover {
  text-decoration: none;
  color: #fff;
  background-color: #29394f;
  box-shadow: 0 4px 15px rgba(16, 16, 16, 0.4);
  transform: translateY(-2px);
}

.template_div .temp-link {
  position: relative;
  margin: 8px 0 0 0;
  font-size: 16px;
  text-align: left;
  color: #268BD2;
  text-decoration: none;
  cursor: pointer;
}

.template_div .temp-link:hover {
  text-decoration: none;
  color: #268BD2;
}

.template_div .temp-link svg {
  stroke-width: 1.2px;
  fill: none;
  stroke: #268BD2;
}

.template_div .temp-link svg .arrowBody {
  display: none;
}

.template_div a:hover svg .arrowBody {
  display: block;
}

.template_div .temp-link svg .arrowHead {
transition: 150ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.template_div a:hover svg .arrowHead {
  display: block;
  transform: translateX(3px) !important;
}









.carousel-section {
  position: relative;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    margin: 72px 0 64px 0;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.carousel-container h2 {
  z-index: 1 !important;
  color: #1f2937;
}

.carousel-container p {
  color: #D04200;
}

.carousel {
  display: grid;
  width: 80%;
  margin: 0 auto;
  max-width: 1600px;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.5rem;
  justify-content: center;
  justify-items:center;
  text-align: center;
  /* animation: scroll 3550s linear infinite; */
}

.carousel_div {
  position: relative;
  width: 100%;
}


.logo-item {
    width: 116px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.logo-item img {
    max-width: 100%;
    max-height: 102px;
    object-fit: contain;
    filter: grayscale(100%) brightness(40%);
}

.logo-item-sm img {
  max-width: 100%;
  max-height: 66px;
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}









/* Features Section */
.industries {
  position: relative;
  margin: 0;
  padding: 40px 0 80px 0;
  z-index: 0 !important;    
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}



.industry-card {
  position: relative;
  padding: 0;
  border-radius: 8px;
  /* background: linear-gradient(198deg, #F0EEE6 20%, #e3dfd3 90%); */
  /* border: 1px solid #c8c4b7; */
  transition: all 0.3s ease;
  text-align: left;
}

.industry-card a {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem 2rem 3rem;
}

.industry-card a:hover, .industry-card a:focus {
  text-decoration: none;
}



.industry-card * {
  z-index: 3 !important;
  position: relative;
}

.industry-card .blurry {
  outline: 3px solid #202B39cc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  margin: 0;
  z-index: 0 !important;
  display: block;
  background: #E0DED4;
}

.industry-card:hover .industry-icon {
  transform: translateY(-0px);
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
  /* border-color: #f7b99c; */
}

.industry-icon {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  text-align: left;
  border-radius: 8px;
}



.industry-icon .entity::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image:
    linear-gradient(to right, rgba(0,0,0,0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  border-radius: 8px;
  opacity: 0.7;
}

.industry-icon .entity {
  box-shadow: 0 2px 14px #5c5b5073;
  border: 3px solid #202B39be;
  border-radius: 8px;
  text-align: center;
  background-image: radial-gradient(circle at center, #ffffff, #cc990010);
  background-size: 100% 200%;
  background-position: top center;
  transition: background-position 0.75s ease-in-out;
  min-height: 163px;
}

.industry-icon .entity:not(.ready) .skeleton,
.industry-icon .entity:not(.ready) > img {
  opacity: 0;
  visibility: hidden;
}

.industry-icon .entity.ready .skeleton,
.industry-icon .entity.ready > img {
  opacity: 1;
  visibility: visible;
}


.industry-card:hover .entity {
  background-position: center;
}


.industry-card:hover .industry-icon .entity {
  border-color: #268BD2;
}


.industry-card:hover .industry-icon .entity::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image:
    linear-gradient(to right, #268BD230 2px, transparent 2px),
    linear-gradient(to bottom, #268BD230 2px, transparent 2px);
  background-size: 24px 24px;
  border-radius: 8px;
  opacity: 0.6;
}


.industry-icon .skeleton {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 124px;
  height: 163px;
  z-index: 0;
}

.industry-icon.publisher .skeleton {
  top: 1px;
}


.industry-icon.event .skeleton {
  top: 1px;
}

.industry-icon .skeleton .eyes_container {
  position: relative;
  left: 50.5%;
  transform: translateX(-50%);
  top: 36%;
  height: 19px;
  width: 46px;
  /* outline: 1px solid red; */
}


.industry-icon.realtor .skeleton .eyes_container {
  top: 34.5%;
}


.industry-icon.publisher .skeleton .eyes_container {
  top: 36.5%;
}

.industry-icon.event .skeleton .eyes_container {
  top: 36.5%;
  left: 50%;
}

.industry-icon.retail .skeleton .eyes_container {
  top: 34.5%;
  height: 19px;
  width: 46px;
}

.industry-icon .skeleton .eyes_container .left_eyes_container,
.industry-icon .skeleton .eyes_container .right_eyes_container {
  position: absolute;
  height: 19px;
  width: 19px;
  overflow: visible;
  background-color: #fff;
}

.industry-icon .skeleton .eyes_container .left_eyes_container {
  left: 0;
}

.industry-icon.lawyer .skeleton .eyes_container .left_eyes_container {
  left: 1px;
}

.industry-icon .skeleton .eyes_container .right_eyes_container {
  right: 1px;
}


.industry-icon.event .skeleton .eyes_container .right_eyes_container {
  right: 0px;
}


.industry-icon.marketing .skeleton .eyes_container .right_eyes_container {
  right: 1px;
}


.industry-icon.finance .skeleton .eyes_container .right_eyes_container {
  right: 2px;
}


.industry-icon.finance .skeleton .eyes_container .left_eyes_container {
  left: -1px;
}


.industry-icon.lawyer .skeleton .eyes_container .right_eyes_container {
  right: 1px;
}


.industry-icon.realtor .skeleton .eyes_container .right_eyes_container {
  right: 1px;
}


.industry-icon.retail .skeleton .eyes_container .right_eyes_container {
  right: 4px;
}


.industry-icon .skeleton .eyes_container .lid {
  position: relative;
  z-index: 1;
  top: -10px;
  background: url("../../assets/lids.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 19px;
  width: 19px;
  transition: top 0.4s ease-out;
  box-shadow:
  0 6px 8px -3px rgba(0, 0, 0, 0.4),
  inset 0 -5px 8px -4px #EB9B5D92;
}

.industry-icon.darker .skeleton .eyes_container .lid {
  background: url("../../assets/lids-dark.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow:
  0 6px 8px -3px rgba(0, 0, 0, 0.4),
  inset 0 -5px 8px -4px #6a4122e2;
}

.industry-icon.brown .skeleton .eyes_container .lid {
  background: url("../../assets/lids-brown.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow:
  0 6px 8px -3px rgba(0, 0, 0, 0.4),
  inset 0 -5px 8px -4px #945021a2;
}

.industry-icon.blue .skeleton .eyes_container .lid {
  background: url("../../assets/lids-blue.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow:
  0 6px 8px -3px rgba(0, 0, 0, 0.4),
  inset 0 -5px 8px -4px #082e67a2;
  height: 19px;
  width: 27px;
  transform: translateX(-4px);
}

.industry-icon.pixel .skeleton .eyes_container .lid {
  background: url("../../assets/lids-pixel.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
  height: 19px;
  width: 26px;
}

.industry-icon.event .skeleton .eyes_container .lid {
  filter: brightness(82%) sepia(1) saturate(9) hue-rotate(-10deg);
}


.industry-icon .skeleton .eyes_container .pupil {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #000;
  transition: transform 0.4s ease-out;
}

.industry-icon.blue .skeleton .eyes_container .pupil {
  height: 11px;
  width: 11px;
  background-color: #05224b;
  outline: 4px solid #0000ff99;
}

.industry-icon.marketing .skeleton .eyes_container .pupil {
  height: 9px;
  width: 9px;
}

.industry-icon.finance .skeleton .eyes_container .pupil {
  height: 9px;
  width: 9px;
}

.industry-icon.lawyer .skeleton .eyes_container .pupil {
  height: 9px;
  width: 9px;
}

.industry-icon.retail .skeleton .eyes_container .pupil {
  height: 8px;
  width: 8px;
}

.industry-icon.realtor .skeleton .eyes_container .pupil {
  background-color: #341700;
}

.industry-icon.pixel .skeleton .eyes_container .pupil {
  border-radius: 1px;
  height: 8px;
  width: 8px;
  top: 55%;
}

.industry-card:nth-child(odd) .skeleton .eyes_container .lid {
  transition: top 0.6s ease-out;
}

.industry-card:nth-child(odd) .skeleton .eyes_container .pupil {
  transition: transform 0.6s ease-out;
}

.industry-card:hover .skeleton .eyes_container .lid {
  transition: top 0.15s ease-out;
}

.industry-card:hover .skeleton .eyes_container .pupil {
  transition: transform 0.15s ease-out;
}


.industry-icon img {
  width: 130px;
  height: 163px;
  object-fit: contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  /* border-bottom: 2px solid #EF6027; */
}

.industry-icon.mascot img {
  width: 130px;
  height: 163px;
}

.industry-icon.marketing img {
  width: 145px;
  height: 163px;
}


.industry-icon.finance img {
  width: 146px;
  height: 163px;
}



.industry-icon.lawyer img {
  width: 146px;
  height: 163px;
}


.industry-icon.publisher img {
  width: 146px;
  height: 163px;
  top: 1px;
}


.industry-icon.event img {
  width: 146px;
  height: 163px;
  top: 1px;
}


.industry-icon.retail img {
  width: 169px;
  height: 163px;
  top: 1px;
}



.industry-icon.use-case img {
  width: 100%;
  height: 163px;
  top: 0;
  object-fit: cover;
  object-position: left -30px;
  border-radius: 6px;
}  

.industry-icon.use-case.document-collection img {
  object-position: center -6px;
}


.industry-icon.use-case.kyc img {
  object-position: center;
}



.industry-card:hover .feature-icon {
  /* transform: scale(1.1);
  filter: drop-shadow(0 0 0.75rem #ffcbb4); */
}

.industry-title {
  font-size: 1.75rem;
  font-weight: 650;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #4B473C;
  text-decoration: none;
  font-size: 21px;
  font-weight: 600;
  color: #1f2937;
  line-height: 31px;
}

.industry-description {
  color: #67645c;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
  color: #374151;
  line-height: 23px;
  font-weight: 500;
  font-size: 16px;
  min-height: 72px;
}

.industry-link {
  display: inline-block;
  color: #268BD2;
  font-weight: 700;
  padding-right: 28px;
  font-size: 1.45rem;
  /* background: url("../../assets/chevron-right-light-24px.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 96% center;
  text-decoration: none;
  transition: background-position 0.35s ease-in-out;
  filter: invert(51%) sepia(71%) saturate(2608%) hue-rotate(180deg) brightness(88%) contrast(84%); */
}

.industry-card a:hover .industry-link {
  color: #268BD2;
  background-position: right center;
}


.industries .industry-link svg {
  stroke-width: 1.5px;
  fill: none;
  stroke: #268BD2;
  width: 26px;
}

.industries .industry-link svg .arrowBody {
  display: none;
}

.industries a:hover svg .arrowBody {
  display: block;
}

.industries .industry-link svg .arrowHead {
transition: 150ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.industries a:hover svg .arrowHead {
  display: block;
  transform: translateX(3px) !important;
}






.accordion-css__item {
background-color: transparent;
border-radius: .5em;
padding-top: .875em;
margin: 2px auto;
list-style: none;
position: relative;
transition: all 1.3s ease;
width: calc(49% - 16px);

}

.accordion-css__item:last-child {
vertical-align: top;
}

.accordion-css__item.review_inline {
display: inline-block;
margin: 8px 8px;
}


.accordion-css__bg {
width: 100%;
height: calc(100% - 1.5em);
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}


.accordion-css__item-top {
grid-column-gap: 1em;
grid-row-gap: 1em;
border: .145em solid #1e779a;
border: .24em solid #111;
/* background-color: #53CCFB; */
background-color: #1f2937;
/* background: linear-gradient(180deg, rgba(239, 96, 39, 1) 20%, rgb(253, 114, 59) 80%); */
background: linear-gradient(180deg, #1f2937 20%, #253040 85%);

/* background-color: #EF6027; */
cursor: pointer;
border-radius: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
justify-content: space-between;
align-items: center;
padding: 1em 1em 1em 1.5em;
display: flex;
position: relative;
z-index: 100;
box-shadow: 0 7px 12px rgba(0, 0, 0, 0.25);
}

[data-accordion-status="active"] .accordion-css__item-top {
box-shadow: 0 -4px 6px #00000026, 0 8px 14px rgba(0, 0, 0, 0.3);
}

.accordion-css__item-h3 {
margin-top: 0;
margin-bottom: 0;
font-family: "Inter", Arial, sans-serif;
font-size: 1.1em;
font-weight: 700;
line-height: 1.3;
}

.accordion-css__item-icon {
border-radius: 50%;
flex-shrink: 0;
justify-content: center;
align-items: center;
width: 2em;
height: 2em;
display: flex;
/* display: none; */
/* background: rgba(70, 186, 232, 0.95); */
transform: rotate(0deg);
transition: transform 0.3s ease;
opacity: 1;
}

.accordion-css__item-icon-svg {
/* width: 18px !important; */
/* height: 29px; */
}

.accordion-css__item-top:hover .accordion-css__item-icon {
transform: rotate(90deg);
}

[data-accordion-status="active"] .accordion-css__item-top .accordion-css__item-icon {
transform: rotate(45deg);
/* opacity: 0.6; */
}

[data-accordion-status="active"] .accordion-css__item-top:hover .accordion-css__item-icon {
transform: rotate(135deg);
}



.accordion-css__item-icon-svg {
width: 1em;
position: relative;
}

.accordion-css__bg-svg {
width: 100%;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
vertical-align: middle;
}

[data-accordion-status="active"] .accordion-css__item-bottom {
grid-template-rows: 1fr;
transition: grid-template-rows 0.3s ease;
}

[data-accordion-status="not-active"] .accordion-css__item-bottom {
grid-template-rows: 0fr;
transition: grid-template-rows 0.3s ease;

}


[data-accordion-status="not-active"] .accordion-css__item-bottom-wrap {
padding-top: 2.5rem;
}

[data-accordion-status="active"] .accordion-css__item-bottom-wrap {
padding-top: 0.5rem;
}

.accordion-css__item-bottom-wrap {
flex-flow: column;
height: 100000%;
display: flex;
position: relative;
overflow: hidden;
}

.accordion-css__item-bottom {
grid-template-rows: 0fr;
display: grid;
position: relative;
overflow: hidden;
padding-top: 18px;
transition: transform 1.3s ease;
}

.accordion-css__item-bottom-content {
/* padding-top: 1.5em; */
padding-bottom: 2em;
padding-left: 2em;
padding-right: 2em;
position: relative;
}


.accordion-css__card {
border-top-style: solid;
border-top-width: .23em;
border-top-color: #444;
border-right-style: solid;
border-right-width: .23em;
border-right-color: #444;
border-bottom-style: solid;
border-bottom-width: .23em;
border-bottom-color: #444;
border-left-style: solid;
border-left-width: .23em;
border-left-color: #444;
background-color: #fff;
border-radius: 1em;
margin-top: 1.5em;
margin-bottom: -3.5em;
padding: 2em 2em 4.4em 2em;
position: relative;
transform: translateY(0) rotate(-0.75deg);
/* transform: translateY(-28px) rotate(0deg); */
box-shadow: .375em .375em 0 0 #00000026;
transition: transform 0.3s ease;
}

[data-accordion-status="not-active"] .accordion-css__card {
transform: translateY(-28px) rotate(0deg);
}

.accordion-css__card video {
width: 100%;
border-radius: 5px;
border: .24em solid #111;
margin-top: 16px;
}



.faq {
position: relative;
display: block;
margin: 40px auto 0 auto;
padding: 0;
width: 80%;
text-align: left;
display: grid;
grid-template-columns:  1fr 1fr;
gap: 3rem;
}

.faq .faq-grid {
position: relative;
}


.faq .faq-grid .faq-more {
position: absolute;
width: auto;
bottom: 8px;
left: 8px;
right: 8px;
padding-left: 8px;
}

.faq .faq-grid .faq-more * {
font-size: 1.6rem;
}

.faq .faq-grid .faq-more p {
color: #374151;
}

.faq .faq-grid .faq-more p svg {
  margin: 0 6px 0 0;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.faq .faq-grid .faq-more h4 {
  font-size: 2rem;
  color: #1f2937;
  margin-bottom: 16px;
  }

.faq .faq-grid.qs {
margin-top: 8px;
}


.faq .section-title {
font-weight: bolder;
color: #1f2937;
line-height: 38px;
margin: 16px 0 0 0;
font-size: 58px;
line-height: 60px;
}


.faq .accordion-css__item {
background-color: transparent;
border-radius: .5em;
padding-top: .875em;
margin: 8px auto;
list-style: none;
position: relative;
transition: all 1.3s ease;
width: 100%;
}

.faq .accordion-css__item {
vertical-align: top;
}

.faq .accordion-css__item-h3 {
color: #fff;
}

.content {
font-size: 15px;  
}

.content ul {
padding-left: 24px;
}





.hamburger_icon, .hamburger_icon svg {
  display: none;
}

.nav_ul li.signin {
  display: none;
}

.scroll-top-btn {
  display: none;
}




@media (max-width: 1180px) {

  .hero-content {
    padding: 32px 0 40px 88px;
  }

  .hero .hero-title {
    font-size: 4.4rem;
    line-height: 1.1 !important;
    margin-bottom: 0.5rem;
    text-align: left;
  }

  
  .hero .hero-subtitle {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 1.8rem;
    text-align: left;
  }       

  .hero-visual .hero-image {
    margin: 24px 36px 0 auto;
    height: 450px;
    width: 450px;
  }
  
  .benefits_div {
    width: 90%;
  }

  .benefits_div h4 {
    color: #000;
    min-height: 116px;
    line-height: 28px;
    margin-top: 0;
    padding: 0;
  }




  .template_div {
    width: 95% !important;
  }

  .template_div .section-title {
    font-size: 58px;
    line-height: 58px;
    text-align: center;
    width: 100%;
    margin: 16px auto;
  }        
  
  .template_div .section-subtitle {
    width: 70%;
  }
  
  .template_div .template-grid {
    width: 92%;
  }


  .testimonial-text {
    font-size: 20px;
    line-height: 28px;
    width: calc(60% - 16px);
  }

  
  .testimonial .accordion-css__item {
    width: calc(60% - 16px);
    
  }

  

.template {
  padding: 110px 0;
}

.template .template_grid {
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 3rem;
  width: 90%;
}

.template .template_grid .template-txt {
  padding: 0;
  order: 1;
  margin: 24px auto 0px auto;
  padding: 0 32px;
  max-width: 664px;
}


.template .custom_pricing_btn {
  margin: 24px auto 0 auto;
}

.template .template_grid .trial {
  margin: 8px auto 0 auto;
  text-align: center;
}


.template .template_grid h2 {
  margin: 0 auto 1rem auto;
  text-align: center;
}

.template .template_grid h4 {
  margin: 0 auto;
  text-align: center;
}

.template .template-graphics .template_graphics_inner_bkg {
  top: calc(50% - 8px);
  left:  calc(50% - 8px);
  transform: translateY(-50%) translateX(-50%) rotate(-1deg);
}

.template .template-graphics .template_graphics_inner:hover ~ .template_graphics_inner_bkg {
  transform: scale(1.01) translateY(-50%) translateX(-50%) rotate(-1deg);
  transition: all 0.15s ease-out;
}

.template .template-graphics .template_graphics_inner {
  margin: 0 auto;
}



.preview .preview_grid {
  grid-template-columns: 1fr 1fr;
  width: 88%;
}

.preview .preview_grid video {
    width: 440px;
}


.preview .preview_grid .preview_txt {
    padding: 0 24px 0 16px;
}

.portal_preview .preview_grid .preview_txt {
  padding: 0 25px 0 16px;
}



.features-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-title {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 0.4rem;
  }
  
  .feature-description {
    line-height: 21px;
    font-size: 14px;
    min-height: 84px;
  }

  .accordion-container {
    gap: 0;
    width: 90%;
  }
  
  .accordion-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
  }
  
  .accordion-content {
    font-size: 16px;
  }

  .accordion-content p {
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
  }

  .card-section .container {
    width: 95%;
  }
  
 

  .faq {
    width: 90%;
  }

  .faq .faq-grid .faq-more p {
    color: #374151;
    line-height: 1.56;
  }

}




@media (min-width: 1000px) {
  .accordion-container {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}



@media (max-width: 999px) {
  
  .faq-section {
    order: 1;
  }
}



@media (max-width: 964px) {
      
    .hero {
        padding: 0;
      }

    .hero-container {
        grid-template-columns: 1fr 1.1fr;
    }

    .hero-content {
      padding: 32px 0 50px 48px;
    }

    .hero .hero-title {
        font-size: 3.5rem;
        line-height: 1.1 !important;
        margin-bottom: 0.7rem;
        text-align: left;
      }
      
      .hero .hero-subtitle {
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 1.8rem;
        text-align: left;
      }   

      .hero .section-subtitle-small {
        display: none;
      }


      .hero-visual .hero-image {
        margin: 4px 8px 0 auto;
        height: 350px;
        width: 350px;
      }

      .hero-visual .hero-image .bumper {
        top: 18%;
        left: -16px;
        width: 88px;
        background-color: #F0EEE6;
      }


  .benefits_div {
    margin: 48px auto 48px auto;
    width: 96% !important;
  }

  .benefits_div h4 {
    font-weight: normal !important;
    min-height: 100px;
    line-height: 26px;
    padding: 0;
  }

  .benefits_div h4 b {
    font-weight: normal !important;
  }

  .benefits_div .benefits_pattern {
    height: 64px;
    border-radius: 16px;
    width: 100%;
    margin: 0;
  }

  .benefits_div_second .row .col-lg-4 {
    padding: 0 8px;
  }

  
  .preview {
    padding: 68px 0;
}

.preview .preview_grid {
    grid-template-columns: 1fr 1fr;
    width: 90%;
}

.preview .preview_grid .preview_txt {
  padding: 0 24px 0 6px;
}

.preview .preview_graphic {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.preview .preview_grid video {
    border-radius: 2px;
    border: 2px solid #fff;
    padding: 6px 6px;
    width: 390px;
    transform: rotate(0deg);
}


.preview .preview_grid h2 {
    font-size: 33px;
    line-height: 40px;
    transform: rotate(0deg);
    margin: 0 0 0.5rem 0;
}

.preview .preview_grid h4 {
    transform: rotate(0deg);
    margin: 0;
    line-height: 27px;
    font-size: 20px;
}

.preview .custom_pricing_btn {
  width: 90%;
  max-width: 300px;
  margin: 12px 0 0 0;
  padding: 8px 12px;
  background-position: calc(100% - 8px) 49%;
  border: 2px solid #ddd !important;
}



  .template_div {
    width: 90% !important;
  }

  .template_div .section-title {
    width: 90%;
    margin: 16px auto;
  }        
  
  .template_div .section-subtitle {
    width: 72%;
  }
  
  .template_div .template-grid {
    width: 88%;
    grid-template-columns: 1fr 1fr;
  }


  
  .testimonial {
    transform: rotate(0deg);
}

.testimonial-container {
    transform: rotate(0deg);
  }
  
  .testimonial-text {
    font-size: 20px;
    line-height: 28px;
    width: calc(70% - 16px);
  }

  
  .testimonial .accordion-css__item {
    width: calc(68% - 16px);
    
  }

  .testimonial-text .quote {
    font-size: 20px;
    line-height: 28px;
  }





  .accordion-container {
    gap: 0;
    width: 80%;
     margin: 40px auto 96px auto;
  }

  .faq-section {
    padding-top: 64px;
  }

  .accordion-title {
    flex: 1;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: left;
    color: #1f2937;
  }
  
  .accordion-content p {
    margin: 0;
    color: #6b7280;
    color: #374151;
    line-height: 1.6;
    font-size: 2rem;
    font-weight: 400;
  }



  

.template {
  padding: 48px 0 0 0;
}

.template .template_grid {
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 4rem;
  width: 90%;
}

.template .template_grid .template-txt {
  padding: 0;
  order: 1;
  margin: 24px auto 40px auto;
  padding: 0 8px;
  max-width: 643px;
}

.template .custom_pricing_btn {
  margin: 0 auto 0 0;
}


.template .template_grid h2 {
  margin: 0 auto 1rem auto;
  text-align: left;
}

.template .template_grid h4 {

  /* font-size: 2.2rem;
  line-height: 1.3; */
  margin: 0 auto;
  margin-bottom: 1.8rem;
  text-align: left;
}

.template .template-graphics .template_graphics_inner_bkg {
  top: calc(50% - 8px);
  left:  calc(50% - 8px);
  transform: translateY(-50%) translateX(-50%) rotate(-1deg);
}

.template .template-graphics .template_graphics_inner:hover ~ .template_graphics_inner_bkg {
  transform: scale(1.01) translateY(-50%) translateX(-50%) rotate(-1deg);
  transition: all 0.15s ease-out;
}

.template .template-graphics .template_graphics_inner {
  margin: 0 auto;
}



    .features .section-subtitle {
        max-width: 600px;
    }

    .features-grid {
        grid-template-columns: 1fr 1fr;
    }
  
  
  

}






@media (max-width: 772px) {
  

  .hero .btn {
    font-size: 14px;
    background-position: calc(100% - 8px) 49%;
    padding: 10px 16px;
  }
    

    .features {
        padding: 64px 0 80px 0;
    }



    
  .preview {
    margin-top: 0;
    padding: 0;
}

.preview .preview_grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 90%;
}

 .preview .preview_grid .preview_txt {
  padding: 0 8px 0 6px;
}

.preview .preview_graphic {
    text-align: right;
}

.preview .preview_grid video {
    margin: 0 auto;
    width: 300px;
}


.preview .preview_grid h2 {
    transform: rotate(0deg);
    font-size: 3.5rem;
    line-height: 1.3 !important;
    margin: 0.7rem auto;
    max-width: 400px;
    text-align: left;
  }

.preview .preview_grid h4 {
    text-align: left;
    transform: rotate(0deg);
    max-width: 400px;
    margin: 0 auto;
    display: none;
}
    

.template {
  padding: 80px 0 40px 0;
}

  .accordion-css__item {
    background-color: transparent;
    border-radius: .5em;
    padding-top: .875em;
    margin: 2px auto;
    list-style: none;
    position: relative;
    transition: all 1.3s ease;
    width: calc(90% - 16px);
  }

  

  .faq {
    grid-template-columns:  1fr;
  }

  .faq .faq-grid .faq-more {
    position: relative;
    width: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 16px 0 0 0;
  }

  .faq .faq-grid.qs {
    /* width: 80%;
    margin: 12px auto; */
  }

  .faq .accordion-css__item {
    margin: 12px auto;
    
  }
}



@media (max-width: 768px) {



  .hero-visual .hero-image {
    margin: 8px 12px 0 auto;
    height: 320px;
    width: 320px;
  }

  .hero-content {
    padding: 32px 0 50px 38px;
  }

  .hero-visual .hero-image .bumper {
    top: 20%;
    left: -16px;
    width: 78px;
  }

  .solution {
    margin: 24px auto 0px auto;
  }
  


  .benefits_div {
    padding-top: 0 !important;
  }

  .benefits_div .row {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  .benefits_div .col-md-4 {
    padding: 0;
  }

  .benefits_div h2 {
    max-width: 218px;
    font-size: 25px;
    font-weight: 600;
    color: #1f2937;
    line-height: 32px;
  }

  .benefits_div h4 {
    max-width: 216px;
    /* display: none; */
  }

  .benefits_div h4 * {
    font-weight: normal !important;
  }

  


  .features .feature-card:last-child {
    display: none;
  }

}





    
@media (max-width: 670px) {

  .preview h4 {
    font-size: 2.2rem;
      line-height: 1.3;
  } 
    

  .template {
      padding: 80px 0 0 0;
  }
  
  .template .template_grid {
      padding: 0 !important;
      margin: 0 auto !important;
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      width: 100%;
      text-align: center;
      align-items: center;
  }
  
  .template .template_grid .template-txt {
      padding: 0;
      order: -1;
      margin: 0 auto 64px auto !important;
      width: 100%;
      max-width: 100%;
  }
  
  .template .custom_pricing_btn {
      margin: 24px auto 0 auto;
  }
  
  
  .template .template_grid h2 {
      margin: 0 auto 1rem auto;
      padding: 0;
      text-align: center;
      line-height: 38px;
      font-size: 31px;
      width: auto;
      max-width: 90%;
  }
  
  .template .template_grid h4 {
      font-size: 2.2rem;
      line-height: 1.3;
      margin-bottom: 1.8rem;
      margin: 0 auto;
      text-align: center;
      max-width: 90%;
  }
  
  .template .template-graphics .template_graphics_inner_bkg {
      
  }
  
  .template .template-graphics .template_graphics_inner:hover ~ .template_graphics_inner_bkg {
      transform: scale(1.01) translateY(-8px) translateX(-8px) rotate(-1deg);
      transition: all 0.15s ease-out;
  }
  
  .template .template-graphics .template_graphics_inner {
      margin: 0 auto;
  }
  
  
  .template .template-graphics .template_graphics_inner_bkg {
      position: absolute;
      top: 0;
      left: calc(50% - 8px);
      width: 340px;
      height: 264px;
      border-radius: 14px;
      border: 3px solid #1f2937;
      background-color: #DAD5C2;
      box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
      z-index: 0;
      transition: all 0.4s ease-out;
      transform: translateY(-8px) translateX(-50%) rotate(-1deg) !important;
  }
  
  .template .template-graphics .template_graphics_inner {
      position: relative;
      width: 340px;
      height: 264px;
      border-radius: 14px;
      box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
      transition: transform 0.4s ease-out, box-shadow 0.2s ease-in-out;
      z-index: 1;
  }
  
  .template .template-graphics .subject {
      top: 15.5px;
      left: 16.5px;
      max-width: 324px;
      font-size: 1.32rem;
  }
  
  
  .template .template-graphics .body {
      position: absolute;
      display: inline-block;
      top: 1222.41666412353516px;
      left: 30.5px;
      pointer-events: none;
      user-select: none;
      height: auto;
      width: auto;
      font-family: Arial, Helvetica, sans-serif;
      color: #222;
      font-size: 0.75rem;
      font-weight: 400;
      letter-spacing: 0;
      padding: 0 8px 0 0;
      margin: 0;
      word-break: break-word;
      text-align: left;
  }
  
  
  .template .template-graphics .body.line_1 {
      top: 113.41666412353516px;
      left: 16.5px;
  }
  
  
  .template .template-graphics .body.line_2 {
      top: 269.41666412353516px;
      left: 16.5px;
  }
  
  }
  



@media (max-width: 450px) {

  
  .scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #1f2937;
    border: 1px solid #aaa;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.scroll-top-btn.visible {
    opacity: 0.9;
    visibility: visible;
}

.scroll-top-btn:active {
    transform: scale(0.95);
}

.scroll-top-btn svg {
    width: 24px;
    height: 24px;
    fill: white;
}


  .hero {
    padding: 16px 0 0 0;
  }

  
  .hero-container {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0rem;
  }

  .hero-content {
    padding: 24px;
  }

  .hero .hero-title {
    margin: 0 auto 0.5rem auto;
    max-width: 340px;
    text-align: center;
  }
  
  .hero .hero-subtitle {
    text-align: center;
    margin: 0 auto;
  }

  .hero .hero-actions {
    text-align: center !important;
  }

  .hero p.trial {
    text-align: center;
    margin: 0 auto !important;
    font-weight: normal !important;
  }

  .hero .btn {
    max-width: 310px;
    margin: 0 auto;
  }

  .hero-visual {
    padding: 0;
  }

  .hero-visual .hero-image {
    left: 9px;
    margin: 0 auto;
    height: 348px;
    width: 348px;
  }

  .hero-visual .hero-image .fore {
    border: none;
  }

  .hero-visual .hero-image .bkg {
    border: none;
  }

  .hero-visual .hero-image .bumper {
    top: 12%;
    left: 0px;
    width: 80px;
  }
  
  
  .hero-after {
    position: relative;
    min-height: 260px;
    margin-top: 40px;
    padding-top: 0
  }

  .solution {
    padding: 0 24px;
  }

  .solution h2 {
    font-weight: bolder;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
  }
  
  
  .solution h4 {
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
    max-width: 300px;
  }

  
  .benefits_div {
    padding: 40px 8px 65px 8px !important;
    margin: 0 auto 0 auto !important;
  }

  .benefits_div .col-lg-4 {
    margin-bottom: 32px;
  }

  .benefits_div h2 {
    text-align: center;
    margin: 0 auto 6px auto;
    width: auto !important;
    max-width: 90% !important;
  }

  .benefits_div h2 br {
    display: none;
  }

  
  .benefits_div h4 {
    display: block;
    line-height: 24px !important;
    font-weight: 400;
    font-size: 17px !important;
    min-height: 40px;
    text-align: center;
    padding: 0 8px;
    width: auto !important;
    max-width: 90% !important;
    margin: 0 auto 12px auto !important;
  }


  .benefits_div .benefits_pattern {
    display: block;
    height: 56px;
    border-radius: 8px;
    border: 2px solid #333;
    padding: 4px;
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }


 

  .preview {
    margin-top: 0;
    padding: 16px 0;
    width: 100%;
}

.preview .preview_container {
  padding: 56px 0;
}

.preview .preview_grid {
    grid-template-columns: 1fr;
    gap: 2rem 0;
    width: 100%;
}

.preview .preview_video {
    text-align: center;
}

.preview .preview_grid video {
    margin: 0 auto;
    width: 90%;
}

.preview .preview_grid .preview_txt {
  order: 1;
    padding: 8px 32px 0 32px;
}

.preview .preview_grid h2 {
    transform: rotate(0deg);
    font-size: 25px;
    line-height: 33px !important;
    margin: 0.7rem auto;
    width: auto;
    text-align: center;
  }

.preview .preview_grid h4 {
  display: block;
    text-align: center;
    line-height: 24px !important;
    font-weight: 400;
    font-size: 16px !important;
    transform: rotate(0deg);
    max-width: auto;
    margin: 0 auto;
}

.preview .custom_pricing_btn {
  margin: 12px auto 0 auto;
  border: 2px solid #aaa !important;
}


  .template_div {
    margin: 0 auto;
  }

  .template_div .section-title {
    font-size: 31px;
    line-height: 38px;
    font-weight: 700;
    width: 99%;
    margin: 16px auto 6px auto;
  }        
  
  .template_div .section-subtitle {
    width: 92%;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 500;
  }

  .template_div .template-grid {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: 1fr;
  }


  .template_div .template-grid h2 {
    font-size: 24px;
  }
  
  .testimonial-text {
    width: calc(90% - 16px);
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-text .quote {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial .accordion-css__item {
    width: calc(90% - 16px);
  }

  .accordion-css__card {
    padding: 2em 1em 4.4em 1em;
}


  .testimonial {
    padding-top: 16px;
    margin: 0 auto 0 auto;
    background: transparent;
    border: none;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
  }

  .testimonial-profile h3 {
    line-height: 24px;
  }






   
.template {
  padding: 40px 0;
}

.template .template_grid {
  padding: 0 !important;
  margin: 0 auto !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  text-align: center;
  align-items: center;
}

.template .template_grid .template-txt {
  padding: 0;
  order: 2;
  margin: 24px auto 0 auto !important;
  width: 100%;
  max-width: 100%;
}

.template .custom_pricing_btn {
  margin: 0 auto 0 auto;
}


.template .template_grid h2 {
  margin: 0 auto 6px auto;
  padding: 0;
  text-align: center;
  line-height: 38px;
  font-size: 31px;
  width: auto;
  max-width: 90%;
}

.template .template_grid h4 {
  margin: 0 auto 1.5rem auto;
  padding: 0 8px;
  text-align: center;
  max-width: 90%;
}

.template .template-graphics .template_graphics_inner_bkg {
  
}

.template .template-graphics .template_graphics_inner:hover ~ .template_graphics_inner_bkg {
  transform: scale(1.01) translateY(-8px) translateX(-8px) rotate(-1deg);
  transition: all 0.15s ease-out;
}

.template .template-graphics .template_graphics_inner {
  margin: 0 auto;
}


.template .template-graphics .template_graphics_inner_bkg {
  position: absolute;
  top: 0;
  left: calc(50% - 8px);
  width: 340px;
  height: 264px;
  border-radius: 14px;
  border: 3px solid #1f2937;
  background-color: #DAD5C2;
  box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
  z-index: 0;
  transition: all 0.4s ease-out;
  transform: translateY(-8px) translateX(-50%) rotate(-1deg) !important;
}

.template .template-graphics .template_graphics_inner {
  position: relative;
  width: 340px;
  height: 264px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(16, 16, 16, 0.36);
  transition: transform 0.4s ease-out, box-shadow 0.2s ease-in-out;
  z-index: 1;
}

.template .template-graphics .subject {
  top: 15.5px;
  left: 16.5px;
  max-width: 324px;
  font-size: 1.32rem;
}


.template .template-graphics .body {
  position: absolute;
  display: inline-block;
  top: 1222.41666412353516px;
  left: 30.5px;
  pointer-events: none;
  user-select: none;
  height: auto;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 8px 0 0;
  margin: 0;
  word-break: break-word;
  text-align: left;
}


.template .template-graphics .body.line_1 {
  top: 113.41666412353516px;
  left: 16.5px;
}


.template .template-graphics .body.line_2 {
  top: 269.41666412353516px;
  left: 16.5px;
}




  .features {
    position: relative;
    margin: 0 0 56px 0;
    padding: 32px 0 48px 0;
  }

  .features .section-title-large {
    font-size: 32px !important;
    line-height: 45px;
    margin-bottom: 0.5rem;
    padding: 0 8px;
  }

  .features .section-subtitle {
    line-height: 24px !important;
    font-weight: 400;
    font-size: 16px !important;
    padding: 0 24px;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
  }

  .features .feature-card:last-child {
    display: block;
  }




  .accordion-container {
    width: 98%;
    margin: 40px auto 96px auto;
  }
  
  .accordion-icon {
    display: none;
  }


  

.carousel-section {
    min-height: 100px;
}

  .carousel-container {
    margin: 0;
    min-height: 240px;
}

.carousel_div {
  margin: 64px 0 0 0;
}

.carousel_div::before {
  width: 100px;
  height: 100px;
}


.carousel_div::after {
  width: 100px;
  height: 100px;
}

.carousel-container h2 {
  max-width: 400px;
  font-size: 31px;
  line-height: 42px;
  position: absolute;
  top: 16px;
  text-align: center;
}

.logo-item {
    width: 56px;
    margin: 0 20px;
  }

  .faq {
    width: 90%;
  }

  .faq .section-title {
    text-align: center;
    font-size: 32px !important;
    line-height: 42px;
  }

  .faq .faq-more {
    text-align: center;
  }

  .faq .faq-more p {
    padding: 0 24px;
  }
  

  .log_in, .sign_up {
    display: none;
  }

  .hamburger_icon {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    padding: 6px 16px;
  }

  .hamburger_icon #open-menu-svg {
    display: block;
  }

  .header .header_bottom {
    padding: 0px 8px 0 8px;
    background-color: #F5F5EE;
    background-color: #FDFDF8;
    box-shadow: 0 5px 10px -3px #0005;
    height: 990px;
    top: 60px;
    right: -110%;
    position: absolute;
    -webkit-transition: right 0.45s;
    -moz-transition:    right 0.45s;
    -ms-transition:     right 0.45s;
    -o-transition:      right 0.45s;
    transition:         right 0.45s;
  }

  .nav_ul {
    /* display: none; */
    text-align: center;
    width: 100%;
    padding: 0 8px;
    margin: 0;
  }

  .nav_ul li.signin {
    display: block;
    /* border-top: 1px solid #ddd; */
  }

  .nav_ul li {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    text-align: left;
    background: url('../../assets/chevron-right-dark-24px.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 98% center;
    border-bottom: 1px solid #ddd;
  }

  .nav_ul li a {
    display: block;
    padding: 24px 8px !important;
    color: #444;
    width: 100%;
  }


  .main_div {
    top: 0;
    margin: 0 auto;
    height: calc(100% - 20px);
  }
  

}





@media (max-width: 390px) {

    .hero .hero-subtitle {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .carousel-container h2 {
        font-size: 24px;
        line-height: 34px;
        max-width: 300px;
      }

      .carousel_div {
        margin: 40px 0 0 0;
      }
  


  .template_div {
    width: 92% !important;
  }

  .template_div .section-title {
    width: 95%;
    margin: 16px auto;
  }        
  
  .template_div .section-subtitle {
    width: 90%;
  }
  
  .template_div_dark_top_div svg {
    top: -0.41rem;
  }
}

