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);
  }

  .border_div {
    position: relative;
  }
  
  .border_div svg {
    position: absolute;
    z-index: 100;
    display: block;
    height: 48px;
    bottom: -45px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .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: 1800px;
    padding: 0;
    margin: 0 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-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 {
    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;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  
  .hero-actions p {
    display: inline-block;
    margin-top: 1rem;
    font-size: 13px;
    color: #999;
    text-align: left;
  }

  
  
  .hero-visual {
    position: relative;
    background-color: #D9775700;
    /* background: linear-gradient(-72deg, #b96042 0%, #D97757 20%); */
    height: 100%;
    border-radius: 0;
    position: relative;
    padding: 0;
    --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%);
  }

  .hero-visual .hero-image {
    text-align: center;
    padding: 0;
  }

  .hero-visual .hero-image img {
    width: 100%;
    /* max-height: 400px; */
    /* border: 2px solid #465865;
    border-radius: 8px; */
  }

  .hero-visual .hero-image .fore {
    opacity: 0;
}

  .hero-visual .hero-image .bkg {
    position: absolute;
    width: 100%;
    width: 100%;
  }
  
  .hero-visual .hero-image .fore.loaded {
    animation: hero-image-move 1.5s linear 1.15s forwards;
  }

  
  .hero-visual .hero-image .bkg.loaded {
    animation: hero-image-move2 1.5s linear 1.15s forwards;
  }
  
  .reveal-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, transparent 40%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
    z-index: 3;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
    mix-blend-mode: multiply;
}

.image-wrapper:hover .reveal-circle {
    opacity: 1;
}

  
  @keyframes hero-image-move2 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
  }

  @keyframes hero-image-move {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }

 



.benefits_div {
  position: relative;
  margin: 32px auto 0 auto;
  width: 80%;
  text-align: left;
}


.benefits_div_second .row .col-lg-12 {
  background: url("../../assets/victory_money.png");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 140px;
}

.benefits_div ._icon {
  margin-bottom: -24px;
  /* pointer-events: none; */
  user-select: none;
  transform: translateX(0);
}

.benefits_div ._icon.safe {
  transform: translateX(-14px);
}

.benefits_div ._icon.auto {
  transform: translateX(4px);
}



.benefits_div ._icon svg path {
  /* transition: transform 0.5s ease, filter 1.25s ease; */
  /* filter: grayscale(16%); */
}

.benefits_div .col-lg-4:hover svg path {
  /* filter: grayscale(32%); */
}




.benefits_div h2 {
  font-weight: 600;
  color: #1f2937;
  line-height: 38px;
  max-width: 292px;
}

.benefits_div h4 {
  color: #374151;
  min-height: 94px;
  line-height: 28px;
  margin-top: 8px;
  padding: 0 8px 0 0;
  font-weight: 400;
}

.benefits_div_second h4 {
  min-height: 120px;
}

.benefits_div .benefits_pattern {
  height: 100px;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
  /* background: rgba(242, 101, 34, 0.22) url('../../assets/bk_large_trans.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; */
}




.easier_than_ever_div {
    display: block;
    position: relative;
    margin: 56px auto 0px auto;
    padding: 0;
    height: auto;
    width: 80%;
    text-align: center;
  }
  

  


.screen {
    display: block;
    position: relative;
    margin: 56px auto 0 auto;
    padding: 0;
    height: auto;
    width: 100%;
    background-color: #fff;
    background: linear-gradient(80deg, #fff 40%, #e0ded4 100%);
    border-top: 4px solid #1f2937;
    border-bottom: 4px solid #1f2937;
    max-width: 2400px;
}

.screen .screen-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0rem;
    margin: 0 0 0 auto;
    padding: 32px 0;
    width: 93%;
    background-image: linear-gradient(#fff 2px, transparent 1px),
    linear-gradient(90deg, #fff 2px, transparent 1px),
    linear-gradient(#F5F5EE00 1px, transparent 1px),
    linear-gradient(90deg, #F5F5EE00 1px, transparent 1px);
    background-size:50px 50px, 50px 50px, 10px 10px, 10px 10px;
    background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
    transition: background-position 0.2s linear;
    background-attachment: scroll;
    will-change: background-position;
}

.screen-grid div {
    width: 100%;
}

.screen .screen-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.screen h2 {
    font-size: 48px;
    line-height: 58px;
    text-align: left;
    color: #1f2937;
    font-weight: bold;
    margin: 0 0 8px 0;
    /* max-width: 550px; */
    padding-right: 32px;
  }

.screen h4 {
    font-size: 2.7rem;
    line-height: 1.35;
    color: #374151;
    margin-bottom: 2rem;
    text-align: left;
    margin: 0;
    padding-right: 72px;
    /* max-width: 500px; */
  }

  .screen .screen-image {
    position: relative;
    margin: 0 0 0 auto;
    padding: 0;
    text-align: right;
  }

  .screen .screen-images {
    position: relative;
    display: inline-block;
    width: auto;
  }

  
  .screen .screen-image .screen_frames {
    position: relative;
    right: -25px;
    user-select: none;
    outline: none;
    pointer-events: none;
  }


  .screen .screen-image .screen_frame {
    height: 500px;
    border: 4px solid #1f2937;
    border-right: none;
    border-radius: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 4px 15px rgba(16, 16, 16, 0.32);
    user-select: none;
    outline: none;
    pointer-events: none;
  }

  /* .screen .screen-image .screen_frame_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #1f293700;
    border-right: none;
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
  }

  .screen .screen-image .screen_frame_overlay.loaded {
    animation: screen_frame_overlay 4s linear infinite;
  }

  @keyframes screen_frame_overlay {
    0%   { opacity: 1; }
    16%  { opacity: 0; }
    40%  { opacity: 0; }
    64%  { opacity: 1; }
    100% { opacity: 1; }
  } */


  .screen .screen-image .https {
    position: absolute;
    height: 170px;
    left: -7%;
    top: 50%;
    transform: translateY(-50%);
    animation: https_float 3s ease-in-out infinite;
    border-radius: 14px;
    border: 3px solid #1f2937;
    box-shadow: 0 4px 15px rgba(16, 16, 16, 0.40);
    opacity: 1;
    user-select: none;
    outline: none;
    pointer-events: none;
  }


  
@keyframes https_float {
    0%, 100% { transform: translateY(-50%); }
    50% { transform: translateY(-56%); }
  }



  .custom_pricing_btn {
    display: block;
    width: 90%;
    max-width: 320px;
    border-radius: 5px;
    border: 2px solid #182436;
    background: #182436 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;
    margin: 24px 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%;
}

  
  .screen p.trial {
    margin-top: 1rem;
    color: #565b63;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
  }
  


  .recognize {
    display: block;
    position: relative;
    margin: 56px auto 0 auto;
    padding: 0;
    height: auto;
    width: 100%;
  }

  
  .recognize .recognize-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0rem 5rem;
    margin: 0 auto;
    padding: 32px 0;
    width: 80%;
    max-width: 1400px;
}

.recognize .recognize-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}


.recognize .section-title {
    /* font-size: 30px; */
    font-weight: 600;
    color: #1f2937;
    /* line-height: 38px; */
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 1rem 0;
  }
  
  .recognize .section-subtitle {
    color: #374151;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
  }


  
.recognize .recognize-img {
    padding: 0;
    justify-content: center;
  }

  /* Add to your existing CSS */

.recognize .recognize-img .recognize_images {
    position: relative;
    user-select: none;
    outline: none;
    
    justify-content: center;
    margin: 0 auto !important;
    padding: 0;
    top: 0;
    width: 90%;
    height: 200px; /* Add explicit height */
    perspective: 1000px; /* Add 3D perspective */
}

/* Style both images */
.recognize_images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    transition: all 0.2s ease-in-out;
    /* object-fit: contain; */
    border-radius: 8px;
}

/* First image animation */
.recognize_images img#img4 {
    top: 0;
    z-index: 2;
    border: 4px solid #F26522;
    border-radius: 14px;
    pointer-events: none;
}

/* Second image animation */
.recognize_images img#img5 {
    z-index: 1;
    border: 4px solid #374151;
    border-radius: 14px;
    transform: translateX(0) translateY(0) rotate(4deg);
}


/* First image animation */
.recognize_images.visible img#img4 {
    animation: cardShuffle1 6s ease-in-out forwards;
}

/* Second image animation */
.recognize_images.visible img#img5 {
    animation: cardShuffle2 6s ease-in-out forwards;
}

.recognize_images:not(.visible) img#img4 {
    z-index: 2;
}

/* Second image animation */
.recognize_images:not(.visible) img#img5 {
    z-index: 1;
}


@keyframes cardShuffle1 {
    0% {
        transform: translateX(0) translateY(0) rotate(0deg);
        z-index: 2;
        box-shadow: 0 4px 16px rgba(16, 16, 16, 0.2);
    }
    20% {
        transform: translateX(-105%) translateY(-41%) rotate(-4deg);
        z-index: 2;
    }
    22% {
        transform: translateX(-105%) translateY(-41%) rotate(-4deg);
        z-index: 1;
    }
    50% {
        transform: translateX(0) translateY(0) rotate(0deg);
        z-index: 1;
    }
    56% {
        transform: translateX(0) translateY(0) rotate(0deg);
        z-index: 1;
    }
    100% {
        transform: translateX(0) translateY(0) rotate(4deg);
        z-index: 1;
        border: 4px solid #883108;
    }
    /* 70% {
        transform: translateX(0px) translateY(10%) rotate(0deg);
        z-index: 1;
    }
    74% {
        transform: translateX(0px) translateY(10%) rotate(0deg);
        z-index: 2;
    } */
}

@keyframes cardShuffle2 {
    0% {
        transform: translateX(0) translateY(0) rotate(4deg);
        z-index: 1;
    }
    20% {
        transform: translateX(0px) translateY(10%) rotate(4deg);
        z-index: 1;
        border: 4px solid #1f2937;
    }
    32% {
        border: 4px solid #7ec448;
    }
    50% {
        transform: translateX(0) translateY(0) rotate(0deg);
        z-index: 2;
        box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
        border: 4px solid #006000;

    }
    100% {
        transform: translateX(0) translateY(0) rotate(0deg);
        z-index: 2;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
        border: 4px solid #42741c;
    }
    /* 70% {
        transform: translateX(-105%) translateY(-41%) rotate(-4deg);
        z-index: 2;
    }
    74% {
        transform: translateX(-105%) translateY(-41%) rotate(-4deg);
        z-index: 1;
    } */
}

/* 
  .recognize .recognize_images .recognize {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 4px solid #f8c6d2;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(16, 16, 16, 0.32);
    user-select: none;
    outline: none;
    pointer-events: none;
  }

  .recognize .recognize_images .recognize_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #7ec448;
    border-radius: 14px;
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
  }
   */

  .recognize .recognize_images .recognize_overlay.loaded {
    /* animation: recognize_overlay 5s linear infinite; */
  }
/* 
  @keyframes recognize_overlay {
    0%   { opacity: 1; }
    16%  { opacity: 0; }
    32%  { opacity: 0; }
    64%  { opacity: 1; }
    100% { opacity: 1; }
  } */




  

  .spam {
    display: block;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0 0 56px 0;
    height: auto;
    width: 100%;
    border-bottom: 4px solid #1f2937;
  }

  
  .spam .spam-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0rem 5rem;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    max-width: 1400px;
}

.spam .spam-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.spam .section-title {
    /* font-size: 30px; */
    font-weight: 600;
    color: #1f2937;
    /* line-height: 38px; */
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 1rem 0;
  }
  
  .spam .section-subtitle {
    color: #374151;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
  }


  
.spam .spam-img {
    padding: 0;
    justify-content: center;
  }

  .spam .spam-img .spam_images {
    position: relative;
    user-select: none;
    outline: none;
    justify-content: center;
    margin: 0 auto !important;
    padding: 0;
    text-align: left;
  }

  .spam .spam-img .spam_images .spam_default {
    position: relative;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
    background: radial-gradient(circle, #268BD288 24%, #f4f4f0 64%, #F5F5EE 92%);
    transition: rotate 0.2s ease-in-out, filter 0.25s ease;
    transform: rotate(-2deg);
    filter: saturate(0.34);
    border-radius: 50%;
  }


  .spam .spam-img .spam_images .spam_default:hover {
    mix-blend-mode: multiply;
    border-radius: 50%;
    animation: glow 0.65s linear infinite;
    filter: saturate(0.5);
  }

  @keyframes glow {
    0% {
        background: radial-gradient(circle, #f9b10433 50%, #F5F5EE 74%, #F5F5EE 100%);
        transform: rotate(-5deg);
        filter: saturate(0.5);
    }
    50% {
        background: radial-gradient(circle, #c0123c40 46%, #c0123c33 24%, #F5F5EE 70%);
        transform: rotate(5deg);
        filter: saturate(0.85);
    }
    100% {
        background: radial-gradient(circle, #f9b10433 50%, #F5F5EE 74%, #F5F5EE 100%);
        transform: rotate(-5deg);
        filter: saturate(0.5);
    }
  }





  
.preview {
    width: 100%;
    background-color: #F0EEE6;
    background: linear-gradient(180deg, #e0ded4 35%, #F0EEE6 100%);

}


.preview .container {
    width: 100%;
    margin: 0 auto;
    padding: 56px 0;
    background-image: radial-gradient(circle, #e0ded4 3px, transparent 1px),
        /* linear-gradient(90deg, #e0ded4 3px, transparent 1px), */
        linear-gradient(#46526600 3px, transparent 1px),
        linear-gradient(90deg, #46526600 3px, transparent 1px);
        background-size: 40px 40px, 40px 40px, 10px 10px, 10px 10px;
        background-position:-3px -3px, -3px -3px, -1px -1px, -1px -1px;
        transition: background-position 0.2s linear;
    background-attachment: scroll;
    will-change: background-position;

    background-image: url("../../assets/file_type03.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 350px;
}



  .preview .form {
    width: 80%;
    max-width: 1316px;
    /* border: 4px solid #1f2937; */
    /* border-radius: 8px; */
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    /* box-shadow: 0 3px 12px -3px #0002; */
    /* background-color: #F26522; */
    
    padding: 40px;
    margin: 0 auto;
  }

.preview .preview_input_div {
    position: relative;
    display: block;
    width: auto;
    /* max-width: 1000px; */
    margin: 0 auto;
    padding: 48px 24px 32px 24px;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #3f4b5e;
    border-bottom: none;
    /* box-shadow: 0 -6px 15px rgba(16, 16, 16, 0.32); */
    backdrop-filter: blur(5px);
    background-color: #F0EEE699;
}

.preview .preview_input_div  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0rem;
    box-shadow: none;

}


.preview .preview_input_div * {
    /* max-width: 400px; */
}

.preview .preview_input_div .preview_input_block {
    padding: 0 32px 0 16px;
    max-width: 100%;
}

.preview .preview_input_div .preview_input_block_text {
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
   padding: 0 16px 0 32px;
}

.preview .section-title {
    display: inline-block;
    font-weight: 600;
    color: #1f2937;
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 0.5rem 0;
    text-align: left;
    width: auto;
}

.preview .section-subtitle {
    color: #374151;
    line-height: 26px;
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    width: auto;
    display: inline-block;
  }

.preview_input_div input {
    display: block;
    padding: 12px 14px;
    margin: 4px auto 0 auto;
    border: 2px solid #bbb;
    border-radius: 8px;
    width: 100%;
    color: #000 !important;
    text-align: left !important;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 3px 8px -3px #0001;
}

.preview_input_div input:focus {
    border-color: #268BD2;
}

.preview_input_div label {
    display: block;
    color: #1f2937;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 4px;
    text-align: left;
}

.preview_input_div #email {
    margin-bottom: 10px;
}

.preview_input_div .terms {
    font-size: 13px;
    color: #465266;
    margin: 0 auto;
    padding: 0 4px;
}
.preview_input_div .error {
    display: block !important;
    padding: 4px;
    margin: 0 auto;
    color: palevioletred;
    font-size: 12px;
    text-align: left;
   }


   .preview .preview_example_div .example_grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
        margin: 0 auto;
        padding: 56px 32px 56px 32px;
        align-items: center;
        border-radius: 8px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #3f4b5e;
        border-top: none;
        background-color: #F0EEE699;
        backdrop-filter: blur(5px);
        /* border-bottom: 3px solid #3f4b5e; */
   }

   .preview .preview_example_div .example_grid .example {
    position: relative;
    outline: 3px solid #3f4b5e;
    box-shadow: 8px 8px 2px #424b5966;
    border-radius: 6px;
    height: 200px;
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    transition: transform 0.4s ease-out, box-shadow 0.25s ease-in-out;
   }

   .preview .preview_example_div .example_grid .example04 {
    display: none;
}

   .preview .preview_example_div .example_grid .example.changed {
    transition: transform 0.1s ease-out, box-shadow 0.25s ease-in-out;
    transform: scale(1.01) translateY(-2px);
    box-shadow: 9px 9px 4px #3f4b5e44;
    /* outline: 3px solid #1d79ba; */
   }

 

   .preview .preview_example_div .example_grid .example img {
    object-fit: contain;
   }



   @font-face {
    font-family: "Google Sans Regular";
    src: url("../../assets/GoogleSans-Regular.ttf")format("truetype");
   }

   @font-face {
    font-family: "Google Sans Bold";
    src: url("../../assets/GoogleSans-Bold.ttf")format("truetype");
   }

   @font-face {
    font-family: "Google Sans Text";
    src: url("../../assets/GoogleSansText.ttf")format("truetype");
   }

   .preview .preview_example_div .example_grid .example:hover .name_text {
    background-color: #FDE29388;
    border-radius: 2px;
   }

   .preview .preview_example_div .example_grid .example03:hover .name_text {
    background-color: #FDE293cc;
    border-radius: 2px;
   }

   .preview .preview_example_div .example_grid .example:hover .email_text {
    background-color: #FDE29388;
    border-radius: 2px;
   }

   .preview .preview_example_div .example_grid .example01 .name_text {
    position: absolute;
    display: inline-block;
    top: 78.21875px;
    left: 18px;
    pointer-events: none;
    user-select: none;
    height: auto;
    min-height: 19px;
    width: auto;
    /* max-width: 100px; */
    /* outline: 1px solid red; */
    -webkit-font-smoothing: antialiased;
    font-family: "Google Sans Bold", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.15rem;
    /* font-size: .04rem; */
    letter-spacing: normal;
    color: #1f1f1f;
    line-height: 20px;
    /* font-size: 100%; */
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
    z-index: 2;
   }


   .preview .preview_example_div .example_grid .example01 .email_text {
    position: absolute;
    display: inline-block;
    top: 78.5px;
    left: 76.63125228881836px;
    pointer-events: none;
    user-select: none;
    height: auto;
    min-height: 19px;
    width: auto;
    max-width: 150px;
    /* outline: 1px solid red; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: "Google Sans Regular", Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    letter-spacing: normal;
    color: rgb(95, 99, 104);
    line-height: 20px;
   }


 .preview .preview_example_div .example_grid .example02 .name_text {
    position: absolute;
    display: inline-block;
    top: 31.421875px;
    left: 68.011325px;
    pointer-events: none;
    user-select: none;
    height: auto;
    min-height: auto;
    width: auto;
    /* max-width: 220px; */
    padding: 0;
    /* max-width: 100px; */
    /* outline: 1px solid red; */
    font-family: "Google Sans Regular", Roboto, Helvetica, Arial, sans-serif;
    font-size: 2.75rem;
    font-weight: 400;
    letter-spacing: 0;
    /* line-height: 1.75rem; */
    color: #1f1f1f;
    /* overflow: hidden;
    text-overflow: ellipsis; */
    white-space: nowrap;
    z-index: 2;
   }


   .preview .preview_example_div .example_grid .example02 .email_text {
    position: absolute;
    display: inline-block;
    top: 69.421875px;
    left: 68px;
    pointer-events: none;
    user-select: none;
    height: auto;
    min-height: 19px;
    width: auto;
    /* max-width: 220px; */
    /* outline: 1px solid red; */
    /* overflow: hidden;
    text-overflow: ellipsis; */
    white-space: nowrap;
    font-family: "Google Sans Text";
    font-size: 1.76rem;
    font-weight: 400;
    letter-spacing: 0;
    /* line-height: 1.25rem; */
    color: #444746;
    padding: 0 0 2px;
}


.preview .preview_example_div .example_grid .example03 .name_text {
    position: absolute;
    display: inline-block;
    top: 90px;
    left: 71.8125px;
    pointer-events: none;
    user-select: none;
    height: auto;
    /* min-height: 19px; */
    width: auto;
    max-width: 170px;
    -webkit-font-smoothing: antialiased;
    font-family: "Google Sans Bold", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: rgb(32, 33, 36);
    letter-spacing: normal;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    order: 1;
}


.preview .preview_example_div .example_grid .example03 .count_text {
    position: absolute;
    display: inline-block;
    top: 91px;
    left: 141.75px;
    pointer-events: none;
    user-select: none;
    height: auto;
    /* min-height: 19px; */
    width: auto;
    -webkit-font-smoothing: auto;
    font-family: "Google Sans Regular", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: thin;
    letter-spacing: normal;
    color: rgb(95, 99, 104);
    margin-left: 4px;
}




.preview .preview_example_div .example_grid .example.changed.name_changed p.name_text {
    transition: color 0.2s ease-out;
    color: #268BD2;
}


.preview .preview_example_div .example_grid .example.changed.email_changed p.email_text {
    transition: color 0.2s ease-out;
    color: #268BD2;
}




  
/* Features Section */
.features {
    position: relative;
    margin: 0;
    padding: 80px 0 80px 0;
    background-color: #1f2937;
    
    /* 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;
  }
  
  
  
  

  

  
.carousel-section {
    position: relative;
    min-height: 400px;
    margin-top: 32px;
    padding-top: 16px
  }
  
  .carousel-container {
      width: 100%;
      overflow: hidden;
      margin: 0;
      min-height: 360px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 2;
  }
  
  .carousel-container h2 {
    z-index: 1 !important;
    color: #1f2937;
  }
  
  .carousel-container p {
    color: #D04200;
  }
  
  .carousel {
    margin-top: 40px;
    display: flex;
    width: max-content;
    animation: scroll 3550s linear infinite;
  }
  
  .carousel_div {
    position: relative;
    width: 100%;
  }
  
  .carousel_div::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 250px;
    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>');
    /* 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: 1;
    z-index: 2;
    pointer-events: none;
    /* mix-blend-mode: soft-light; */
    filter: blur(20px);
  }
  
  
  .carousel_div::after {
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 250px;
    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>');
    /* background: #fff 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: 1;
    z-index: 2;
    pointer-events: none;
    /* mix-blend-mode: soft-light; */
    filter: blur(20px);
  }
  
  .logo-item {
      width: 116px;
      margin: 0 40px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .logo-item img {
      max-width: 100%;
      max-height: 100px;
      object-fit: contain;
      filter: grayscale(100%) brightness(40%);
  }
  
  @keyframes scroll {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(-100%);
      }
  }
  
  

  


.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 h4 {
  font-size: 2rem;
  color: #1f2937;
}

.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;
}






@media (max-width: 1300px) {
    .screen .screen-grid {
        width: 95%;
    }
    .screen h4 {
        max-width: 600px;
    }
}




.hamburger_icon, .hamburger_icon svg {
  display: none;
}

.nav_ul li.signin {
  display: none;
}


    
    @media (max-width: 1350px) {
        .preview .form {
            width: 90%;
        }
    }



    @media (max-width: 1215px) {

        .preview .preview_example_div .example_grid {
            grid-template-columns: 1fr 1fr 1fr;
            gap: 0;
        }
        
        .preview .preview_example_div .example_grid .example {
            height: 200px;
            width: 280px;
        }

    }



    @media (max-width: 1180px) {

      .hero-content {
        padding: 8px 8px 8px 36px;
      }

      .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;
      }       
      
      .benefits_div {
        width: 90%;
      }

      .benefits_div h4 {
        color: #000;
        min-height: 116px;
        line-height: 28px;
        margin-top: 0;
        padding: 0;
      }


      .screen .screen-grid {
        margin: 0 0 0 auto;
        padding: 32px 0;
        width: 96%;
    }

    .screen h2 {
        font-size: 38px;
        line-height: 45px;
        max-width: 424px;
        margin: 0 0 6px 0;
      }

    .screen h4 {
        font-size: 2rem;
        line-height: 1.4;
        max-width: 410px;
    }


    .screen .screen-image .screen_frames {
        right: -88px;
    }

        
    .screen .screen-image .https {
        position: absolute;
        height: 224px;
        left: 0;
    }

    .preview .form {
        width: 96%;
    }

    .preview .preview_example_div .example_grid .example {
        height: 200px;
        width: 270px;
    }

    .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 (max-width: 1060px) {


        .preview .form {
            width: 100%;
            padding: 40px 24px;
        }

        .preview .preview_example_div .example_grid {
            grid-template-columns: 1fr 1fr 1fr;
            gap: 0;
        }
        .preview .preview_example_div .example_grid .example {
            height: 200px;
            width: 270px;
        }
    }


    @media (min-width: 1000px) {
      .accordion-container {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
      }
    }
    


    @media (max-width: 990px) {
        .preview .form {
            width: 88%;
            padding: 40px;
        }
        .preview .preview_example_div .example_grid {
            grid-template-columns: 1fr 1fr;
            gap: 6rem 0;
        }
        .preview .preview_example_div .example_grid .example {
            height: 200px;
            width: 300px;
        }

        .preview .preview_example_div .example_grid .example04 {
            display: block;
            outline: none;
            box-shadow: none;
            border-radius: 0;
            opacity: 0.95;
        }
    }


    @media (max-width: 964px) {
          
        .hero {
            padding: 0;
          }

        .hero-container {
            grid-template-columns: 1fr 1.1fr;
        }

        .hero-content {
        padding: 16px 8px 8px 40px;
        }

        .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 {
            height: 100%;
        }
        
        .hero-visual .hero-image img {
            height: 100%;
        }



      .benefits_div {
        margin: 48px auto 48px auto;
        width: 94% !important;
      }

      .benefits_div h4 {
        /* min-height: 132px; */
        padding: 0;
      }

      .benefits_div h4 b {
        font-weight: normal !important;
      }

      .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;
      }

    
        
      .screen .screen-grid {
        margin: 0 auto;
        padding: 32px;
        grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 equal-width columns */
      }

      .screen .screen-text, .screen .screen-image {
        display: flex;
    }
      
        .screen .screen-image .screen_frames {
            right: -116px;
        }

                
        .screen .screen-image .screen_frame {
            height: 350px;
        }

        .screen .screen-image .https {
            position: absolute;
            height: 116px;
            left: 15%;
        }

        .screen h2 {
            font-size: 38px;
            line-height: 45px;
            max-width: 424px;
            margin: 0 0 6px 0;
            padding-right: 2px;
          }
    
        .screen h4 {
            font-size: 2rem;
            line-height: 1.4;
            max-width: 410px;
            padding-right: 2px;
        }

        
        
        .recognize .recognize-grid {
            grid-template-columns: 1fr 1fr;
            gap: 0rem 3rem;
            padding: 32px 0;
            width: 90%;
        }

        
        .recognize .section-title {
            font-size: 31px;
            line-height: 38px;
        }

        .recognize .recognize-txt {
            padding: 0px;
        }

        .recognize .recognize-img .recognize_images {
            top: 8px;
            width: 85%;
        }



        
        .spam .spam-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0rem 2rem;
            margin: 0 auto;
            padding: 0;
            width: 90%;
        }

        .spam .section-title {
            font-size: 31px;
            line-height: 38px;
        }


        

        .features .section-subtitle {
            max-width: 600px;
        }

        .features-grid {
            grid-template-columns: 1fr 1fr;
        }
      
      
      

    }


    

    @media (max-width: 999px) {
      
      .faq-section {
        order: 1;
      }
    }






    @media (max-width: 920px) {
        .preview .form {
            width: 100%;
            padding: 40px 32px;
        }
        .preview .preview_example_div .example_grid {
            grid-template-columns: 1fr 1fr;
            gap: 6rem 0;
        }
    }


    

    @media (max-width: 830px) {
        .preview .form {
            width: 100%;
            padding: 40px 16px;
        }

        .preview .preview_input_div  {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem 1rem;
        }

        .preview .preview_input_div .preview_input_block {
            padding: 0 32px;
            max-width: 100%;
        }        

        .preview .preview_example_div .example_grid {
            grid-template-columns: 1fr 1fr;
            gap: 5rem 0;
        }
    }
   

    

    @media (max-width: 790px) {
        .preview .form {
            width: 100%;
            padding: 40px 16px;
        }
        .preview .preview_example_div .example_grid {
            grid-template-columns: 1fr 1fr;
            gap: 4rem 0;
        }
    }


    

    @media (max-width: 772px) {
      
        .preview .form {
            width: 90%;
            padding: 40px;
        }

        .preview .preview_input_div .preview_input_block_text {
            margin-bottom: 16px;
        }

        
        .preview .section-title {
            text-align: center;
        }

        .preview .section-subtitle {
            text-align: center;
        }

       

        .preview .preview_example_div .example_grid {
            grid-template-columns: 1fr;
            gap: 4rem 0;
            padding: 32px 32px 56px 32px;
        }

        .preview .preview_example_div .example_grid .example04 {
            display: none;
        }
        

        .features {
            padding: 64px 0 80px 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) {


      .benefits_div {
        padding: 36px 0 0 12px !important;
        margin: 0 auto 40px auto !important;
      }

            
    .benefits_div ._icon {
        margin-bottom: -32px;
        transform: translateX(2px);
    }

        
    .benefits_div ._icon.safe {
        transform: translateX(-14px);
    }
    
    .benefits_div ._icon.auto {
        transform: translateX(-1px);
    }
  

      .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 {
        display: none;
      }

      .benefits_div h4 * {
        font-weight: normal !important;
      }

    .screen .screen-image .screen_frame {
        height: 450px;
    }

    .screen .screen-image .screen_frames {
        right: -90px;
    }

    .screen .screen-image .https {
        height: 124px;
        left: 7%;
    }

    .screen h4 {
        display: none;
    }


    }
    

    
    @media (max-width: 550px) {
        .preview .form {
            width: 96%;
            padding: 40px 32px;
        }

        .preview .preview_input_div .preview_input_block {
            padding: 0 8px;
            max-width: 100%;
        } 

        .preview .preview_input_div {
            padding: 48px 18px 32px 18px;
        }

        .preview .preview_example_div .example_grid {
            grid-template-columns: 1fr;
            gap: 4rem 0;
            padding: 32px 0 56px 0;
        }
    }


    @media (max-width: 450px) {
      .hero {
        padding: 0;
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
      }

      .hero .btn-primary {
        background: #9F350C;
        border: 2px solid #691B16;
        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 {
        background-color: #691B16;
      }
      
      .hero-container {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 0rem;
      }

      .hero-content {
        padding: 48px 32px;
      }

      .hero .hero-title {
        margin: 0 auto 0.5rem auto;
        max-width: 390px;
        text-align: center;
      }
      
      .hero .hero-subtitle {
        text-align: center;
      }

      .hero .btn {
        max-width: 310px;
      }

      .hero-visual {
        padding: 0;
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);;
      }
      
      .hero-after {
        position: relative;
        min-height: 260px;
        margin-top: 40px;
        padding-top: 0
      }

      .hero #img2 {
        -webkit-mask-image: radial-gradient(130px at 68.6047% 43.4318%, transparent 0%, transparent 40%, black 70%);
        mask-image: radial-gradient(130px at 68.6047% 43.4318%, transparent 0%, transparent 40%, black 70%)
      }
      
      .benefits_div {
        padding: 0 8px 0 8px !important;
        margin: 0 auto -16px auto !important;
      }

      .benefits_div .col-lg-4 {
        margin-bottom: 1px;
      }

      .benefits_div h2 {
        text-align: center;
        margin: 0 auto 6px auto;
      }


      .benefits_div h4 {
        display: block;
        line-height: 24px !important;
        font-weight: 400;
        font-size: 16px !important;
        min-height: 40px;
        text-align: center;
        padding: 0 24px;
      }

      .benefits_div ._icon {
        position: relative;
        display: block;
        width: 100%;
        user-select: none;
        transform: none !important;
        text-align: center;
        margin: 0 auto -20px auto;
      }

      .benefits_div ._icon.safe svg {
        transform: translateX(18px);
        text-align: center;
      }




      .screen {
        background: linear-gradient(360deg, #fff 40%, #e0ded4 100%);
    }
    
      
    .screen .screen-grid {
        grid-template-columns: 1fr;
        padding: 40px 0;
        margin: 0;
        width: 100%;
    }

    

  .screen h2 {
    font-size: 35px;
    line-height: 45px;
    max-width: 420px;
    margin: 48px auto 6px auto;
    text-align: center;
  }

    .screen h4 {
        display: block;
        text-align: center;
        margin: 0 auto;
        max-width: 390px;
    }

    
  .custom_pricing_btn {
    display: block;
    width: 90%;
    max-width: 320px;
    margin: 24px auto 0 auto;
    background: #182436 url("../../assets/chevron-right-light-24px.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 49%;
    padding: 8px 20px;
  }

  
  .screen p.trial {
    text-align: center;
  }
    


    .screen .screen-image {
        order: -1;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .screen .screen-image .screen_frames {
        right: -40%;
    }

    
  .screen .screen-image .https {
    position: absolute;
    height: 116px;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
  }


  .screen .screen-image .screen_frame {
    height: auto;
    width: 100%;
    margin: 0 auto;
 }

 
 .screen .screen-image .screen_frame_overlay {
   
 }


 .recognize .recognize-grid {
    grid-template-columns: 1fr;
    gap: 0rem;
    padding: 32px 24px;
}

.recognize .recognize-img .recognize_images {
    top: 0;
    width: 90%;
    height: 160px;
}

.recognize .section-title {
    text-align: center;
  }
  
  .recognize .section-subtitle {
    text-align: center;
  }




.spam .spam-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0rem;
    margin: 0 auto;
    padding: 0 24px;
    width: 90%;
}

.spam .spam-txt {
    padding-top: 16px;
}


.spam .section-title {
    text-align: center;
  }
  
  .spam .section-subtitle {
    text-align: center;
  }


.spam .spam-img {
    order: -1;
  }

  .spam .spam-img .spam_images {
    text-align: center;
  }

  
  .spam .spam-img .spam_images .spam_default {
    animation: glow 0.65s linear infinite;
  }


 .preview .form {
    width: 100%;
    padding: 32px 16px;
 }

 .preview_input_div .terms {
    text-align: center;
    padding: 0;
}
.preview_input_div .error {
    text-align: center;
}

 .preview .preview_input_div .preview_input_block_text {
    padding: 0 24px;
} 

.preview .preview_example_div .example_grid .example .name_text {
    background-color: #FDE29388;
    border-radius: 2px;
   }

   .preview .preview_example_div .example_grid .example03 .name_text {
    background-color: #FDE293cc;
    border-radius: 2px;
   }

   .preview .preview_example_div .example_grid .example .email_text {
    background-color: #FDE29388;
    border-radius: 2px;
   }

   .preview .preview_example_div .example_grid .example.changed p {
    background-color: transparent;
    }



 .features {
    position: relative;
    margin: 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;
  }




      .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;
        }

        .screen h2 {
            font-size: 34px;
            line-height: 43px;
            max-width: 320px;
          }
            
        .screen h4 {
            font-size: 1.7rem;
            line-height: 1.4;
            max-width: 320px;
        }

        .custom_pricing_btn {
            max-width: 290px;
        }

        .screen p.trial {
            margin-top: 0.7rem;
            font-size: 14px;
        }

        
        
        .carousel-container h2 {
            font-size: 24px;
            line-height: 34px;
            max-width: 300px;
          }

          .carousel_div {
            margin: 40px 0 0 0;
          }
      
   
        
        .preview .preview_input_div .preview_input_block {
            padding: 0 16px;
        } 

        .preview .preview_example_div .example_grid .example {
            height: 200px;
            width: 280px;
        }

    }
    