<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --blue-gradient: rgb(20 16 94);
    --green-gradient: #055562;
  }
  
  .zwph-white .menu li,
  .zwph-white .menu &gt; li &gt; a,
  .zwph-white .menu &gt; li &gt; .nolink {
    font-family: var(--zf-secondary-medium);
    z-index: 2;
  }
  
  .zw-product-header {
    background-color: #000;
    z-index: auto;
  }
  
  .zw-product-header .product-title {
    z-index: 1;
  }
  
  body {
    background-color: #fff;
    margin: 0;
  }
  
  .field-body {
    position: relative;
  }
  
  .field-body h1,
  .field-body h2,
  .customer-block p:nth-of-type(1) {
    letter-spacing: -1px;
  }
  
  .field-body p,
  .field-body h1,
  .field-body h2 {
    margin: 0;
  }
  
  .field-body p {
    font-size: 18px;
    line-height: 1.71;
  }
  
  .field-body h1 {
    font-size: 17px;
    width: fit-content;
    color: #20dbd4;
    line-height: 1;
    margin-bottom: 20px;
  }
  
  .field-body .banner-section h2 {
    font-family: var(--zf-primary-bold);
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
    max-width: 510px;
  }
  
  .field-body h2 {
    font-family: var(--zf-primary-semibold);
    font-size: 40px;
  }
  
  .field-body .section {
    padding: 100px 0;
    position: relative;
  }
  
  .flex-wrap {
    display: flex;
    align-items: unset;
    justify-content: space-between;
  }
  
  .content-wrap {
    padding: 0;
    height: 100%;
  }
  
  .banner-section .content,
  .banner-section .banner {
    width: 50%;
    /*    position: relative;*/
  }
  
  .banner-section .content .inner,
  .banner-section .banner .inner {
    position: relative;
    z-index: 1;
  }
  
  .field-body section.banner-section {
    background-color: #000000;
    color: #fff;
    padding-bottom: 0;
    /*    overflow-x: hidden;*/
    padding-top: 40px;
  }
  
  .banner-section &gt; .content-wrap {
    position: initial;
  }
  
  #banner-intro::media-controls {
    display: none !important;
  }
  
  #banner-intro::media-controls-start-playback-button {
    display: none !important;
  }
  
  #banner-intro::-webkit-media-controls {
    display: none !important;
  }
  
  #banner-intro::-webkit-media-controls-start-playback-button {
    display: none !important;
  }
  
  .gradient:before {
    content: "";
    height: 25%;
    width: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    /*    left: 0%;*/
    transform: translate(0%, -50%);
    z-index: 0;
    opacity: 0.7;
    /*-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;*/
    /*transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);*/
    /*    will-change: transform;*/
    /*    filter: blur(100px);
    filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="100" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
    -webkit-filter: blur(100px);*/
    /*    filter: blur(100px);*/
  }
  
  .gradient.blue:before {
    /*    background: radial-gradient(circle, var(--blue-gradient) 100%, rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(circle, var(--blue-gradient) 100%, rgba(0,0,0,0) 100%);*/
    background: var(--blue-gradient);
    box-shadow: 0px 0px 150px 200px var(--blue-gradient);
  }
  
  .gradient.green:before {
    /*background: radial-gradient(circle, var(--green-gradient) 100%, rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(circle, var(--green-gradient) 100%, rgba(0,0,0,0) 100%);*/
    background: var(--green-gradient);
    box-shadow: 0px 0px 150px 200px var(--green-gradient);
    right: 0;
  }
  
  .gradient.blue .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  
  .field-body .cta {
    margin-top: 35px;
    display: flex;
    gap: 10px;
  }
  
  .cta .act-btn,
  .cta .req-btn {
    background-color: #ed483e;
    color: #fff;
    width: max-content;
    font-size: 18px;
    padding: 14px 30px;
    font-family: var(--primaryfont-semibold);
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    border: 2px solid transparent;
  }
  
  .cta .req-btn {
    background-color: transparent;
    border-color: #fff;
  }
  
  /*.banner-section .flex-wrap {
    align-items: center;
  }*/
  
  .banner-section p {
    max-width: 415px;
  }
  
  .banner-section .trusted-sprite .flex-wrap {
    align-items: center;
    justify-content: center;
    gap: 70px;
  }
  
  
  .trusted-sprite {
    position: relative;
    margin-top: 80px;
    min-height: 80px;
  } 
  .trusted-brand-logos {
    align-items: center;
    overflow: hidden;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    display: flex; 
  }
  .trusted-brand-logos .slick-track {
    display: flex;
    align-items: center; 
  }
  .trusted-brand-logos li { 
    display: none !important;
    width: auto;  
    flex: none; 
    margin: 20px 26px 20px 26px;
  }
  .trusted-brand-logos li img {
    width: auto;
    max-height: 36px;
    min-height: auto;
    display: block;
  }
  .trusted-brand-logos li.current-region {
    display: inline-flex !important;
  }
  .trusted-brand-logos .trstd-img-24{
    max-height: 24px;
  }
  .trusted-brand-logos .trstd-img-28{
    max-height: 28px;
  }
  .trusted-brand-logos .trstd-img-30{
    max-height: 30px;
  }
  .trusted-brand-logos .trstd-img-32{
    max-height: 32px;
  }
  .trusted-brand-logos .trstd-img-34{
    max-height: 34px;
  }
  .trusted-brand-logos .trstd-img-42{
    max-height: 42px;
  }
  .trusted-brand-logos .trstd-img-46{
    max-height: 46px;
  }
  .trusted-brand-logos .trstd-img-50{
    max-height: 50px;
  }
  .trusted-brand-logos .trstd-img-54{
    max-height: 54px;
  }
  .trusted-brand-logos .trstd-img-60{
    max-height: 60px;
  }
  .trusted-brand-logos .trstd-img-70{
    max-height: 70px;
  }
  .trusted-brand-logos .trstd-img-74{
    max-height: 74px;
  }
  .trusted-brand-logos .trstd-img-80{
    max-height: 80px;
  }
   
  /* .trusted-sprite li span:before, */
  .constellation-slit span:before,
  .constellation-slit:before,
  .constellation-slit:after,
  .counter-section ul li:before,
  .feature-icon:before {
    content: "";
    background-image: url("http://www.zohowebstatic.com/sites/zweb/images/backstage/home/home-sprite.png");
    display: inline-block;
    background-size: 650px auto;
  }
  
  .zsprite-amazon:before {
    width: 80px;
    height: 26px;
  }
  
  .zsprite-levis:before {
    width: 63px;
    height: 30px;
    background-position: -90px 0px;
  }
  
  .zsprite-itp:before {
    width: 120px;
    height: 30px;
    background-position: -168px 0px;
  }
  
  .zsprite-nz:before {
    width: 130px;
    height: 40px;
    background-position: -304px 0px;
  }
  
  .zsprite-louis:before {
    width: 127px;
    height: 25px;
    background-position: -443px 0px;
  }
  
  .zsprite-imc:before {
    width: 75px;
    height: 52px;
    background-position: -575px 0px;
  }
  
  .field-body .events-section {
    background-color: #000000;
    padding-bottom: 0;
  }
  
  .events-section h2 {
    color: #fff;
  }
  
  .events-section h2,
  .constellation-slit {
    max-width: 725px;
    margin: 0 auto;
  }
  
  .events-section h2 {
    color: #fff;
    text-align: center;
  }
  
  .events-section .event {
    padding: 0 15px;
    border-radius: 10px;
    background-color: #15115e;
    position: relative;
    text-align: center;
    width: 49%;
    max-width: 450px;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .events-section .event:before {
    pointer-events: none;
  }
  
  .events-section .event:nth-child(3) {
    background: linear-gradient(
      42deg,
      rgba(176, 201, 248, 1) 0%,
      rgba(246, 174, 209, 1) 50%,
      rgba(248, 209, 215, 1) 100%
    );
  }
  
  .events-section .event:nth-child(2) {
    background-color: #42e8fd;
    overflow: hidden;
  }
  
  .events-section .event:nth-child(2):before {
    content: "";
    position: absolute;
    width: 25%;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
    height: 0;
    background: rgba(65, 26, 184, 1);
    box-shadow: 0px 0px 100px 180px rgb(65 26 184);
    border-radius: 0%;
    z-index: 0;
  }
  
  .events-section .event .content,
  .events-section .event .media {
    position: relative;
  }
  
  .events-section .event .media video {
    max-width: 250px;
    border-radius: 10px;
  }
  
  .events-section .event .content {
    color: #fff;
    margin-bottom: 55px;
  }
  
  .events-section .event:nth-child(1) {
    background: linear-gradient(
      204deg,
      rgba(70, 11, 31, 1) 1%,
      rgba(18, 12, 60, 1) 40%,
      rgba(77, 14, 77, 1) 90%
    );
  }
  
  .noise-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    border-radius: 10px;
    opacity: 0.1;
    pointer-events: none;
    user-select: none;
  }
  
  .events-section .event:nth-child(2) .noise-bg {
    opacity: 0.2;
  }
  
  .events-section .event:nth-child(3) .noise-bg {
    opacity: 0.3;
  }
  
  .events-section .event .content.bk {
    color: #000;
  }
  
  .event h3 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
  }
  
  /*.event .content a.bk{
    background-color: #000;
    color: #fff;
  }*/
  
  .event .content a {
    margin: 15px auto 0 auto;
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    color: #000;
    padding: 16px 26px;
    display: block;
    line-height: 1.1;
    background-color: #fff;
    border-radius: 30px;
    width: fit-content;
  }
  
  .events-section .flex-wrap {
    gap: 10px;
    justify-content: center;
    margin-top: 35px;
  }
  
  .constellation-slit {
    padding: 90px 0;
    position: relative;
    text-align: center;
  }
  
  .constellation-slit p {
    color: #fff;
    max-width: 392px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
  }
  
  .constellation-slit span:before {
    background-position: -32px -61px;
    width: 157px;
    height: 32px;
  }
  
  .constellation-slit span,
  .constellation-slit p {
    vertical-align: middle;
  }
  
  .constellation-slit:before,
  .constellation-slit:after {
    width: 22.5px;
    height: 55px;
    vertical-align: middle;
    background-position: 0px -55px;
    background-size: 600px;
    margin-right: 10px;
  }
  
  .constellation-slit:after {
    background-position-x: -183px;
    margin-left: 10px;
    margin-right: 0;
  }
  
  .content-section .flex-wrap &gt; div {
    width: 50%;
  }
  
  .plan-section h2 {
    max-width: 526px;
    font-size: 50px;
    font-family: var(--zf-primary-bold);
  }
  
  .plan-section p {
    max-width: 505px;
  }
  
  .content-section .flex-wrap .content {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  
  .full-section {
    margin: 0 30px;
    border-radius: 10px;
  }
  
  .field-body .summit-section {
    background-color: #171515;
    color: #fff;
    padding-bottom: 0;
  }
  
  .summit-section h2 {
    font-size: 60px;
    max-width: 429px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .summit-section .content p {
    max-width: 476px;
  }
  
  .summit-section .heading &gt; span {
    color: #6cf59c;
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
  }
  
  .end-to-end {
    margin-left: 10px;
    width: 55px;
    height: 55px;
    background-color: #25ea69;
    border-radius: 50px;
    padding: 15px 13px 15px 16px;
  }
  
  .end-to-end .contain {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    overflow-x: hidden;
  }
  
  .end-to-end .dash {
    height: 6px;
    width: 100%;
    display: block;
    background-color: #fff;
    margin-bottom: 1px;
    border-radius: 16px;
    max-width: 21px;
    opacity: 0;
    transform: translateX(10px);
  }
  
  .end-to-end .dash:first-child {
    max-width: 17px;
  }
  
  .end-to-end .dash:nth-child(2) {
    transform: translateX(-10px);
  }
  
  .middle-animated .end-to-end .dash:nth-child(1) {
    animation: dashslide1 0.8s forwards;
  }
  
  .middle-animated .end-to-end .dash:nth-child(3) {
    animation: dashslide1 0.8s forwards 0.6s;
  }
  
  @keyframes dashslide1 {
    0% {
      transform: translateX(10px);
      opacity: 0.2;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  
  .middle-animated .end-to-end .dash:nth-child(2) {
    animation: dashslide2 1s forwards 0.3s;
  }
  
  @keyframes dashslide2 {
    0% {
      transform: translateX(-10px);
      opacity: 0.2;
    }
    100% {
      transform: translateX(5px);
      opacity: 1;
    }
  }
  
  .end-to-end .dash:nth-child(3) {
    max-width: 14px;
  }
  
  .summit-section .media {
    margin-top: 30px;
    transform: translateY(60px);
    z-index: 1;
    position: relative;
  }
  
  .summit-section .media p {
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 15px;
  }
  
  .summit-section .gradient.blue:before {
    left: 10%;
    box-shadow: 0px 0px 5em 5.5em var(--blue-gradient);
  }
  
  .summit-section .gradient.green:before {
    right: 10%;
    left: unset;
    transform: scale(-1);
    box-shadow: 0px 0px 5em 5.5em var(--green-gradient);
  }
  
  .summit-section .gradient:before {
    height: 5%;
    width: 25%;
    top: unset;
    bottom: 20%;
    /* transform: unset; */
  }
  
  .summit-section .media .img {
    text-align: center;
  }
  
  .feature:first-child .flex-wrap .img-bk {
    max-width: 585px;
    background-color: #e7edf250;
    padding: 60px 30px;
    text-align: center;
    border-radius: 10px;
  }
  
  .feature:first-child .img-bk img {
    vertical-align: top;
  }
  
  .feature:first-child .img-bk img:first-child {
    margin-right: 5px;
  }
  
  .feature .flex-wrap .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  
  .feature:not(:first-child) .flex-wrap .img-bk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  
  .feature .flex-wrap .img-bk {
    width: 60%;
  }
  
  .feature .content span {
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
  }
  
  .feature .content &gt; span:first-child {
    color: #173fbd;
  }
  
  .feature h2 {
    color: #18191f;
    font-family: var(--primaryfont-bold);
    max-width: 360px;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 1.15;
  }
  
  .feature-icon {
    line-height: 1;
    vertical-align: bottom;
  }
  
  .feature-icon:before {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    background-size: 580px auto;
  }
  
  .feature-icon.ticket:before {
    background-position: -292px -58px;
    background-size: 640px auto;
  }
  
  .feature-icon.tools:before {
    background-position: -312.5px -53px;
  }
  
  .feature-icon.people:before {
    background-position: -365px -54px;
  }
  
  .feature p {
    margin-bottom: 35px;
    max-width: 438px;
  }
  
  .field-body .replace span {
    position: relative;
    font-size: 15px;
  }
  
  .feature .flex-wrap {
    justify-content: center;
  }
  
  .feature:nth-child(n + 2) {
    padding-top: 180px;
  }
  
  .replace span:after {
    content: "";
    background-color: #e53232;
    border-radius: 10px;
    position: absolute;
    width: 0%;
    height: 2px;
    transform: translate(0, -50%);
    left: 0;
    top: 55%;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 0%);
    transition: 3s ease all;
  }
  
  .inview .replace span:after {
    /*    animation: animateEvent 3s 1s forwards;*/
    /*    -webkit-mask-image: unset;*/
    width: 100%;
  }
  
  @keyframes animateEvent {
    0% {
      -webkit-mask-image: linear-gradient(to left, transparent 100%, black 0%);
    }
    100% {
      -webkit-mask-image: linear-gradient(to left, transparent 0%, black 0%);
    }
  }
  
  .feature,
  .counter-section .flex-wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .field-body .section.counter-section {
    padding: 0;
  }
  
  .field-body .counter-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 34px;
  }
  
  .counter-section .content-wrap {
    background-color: #f2f2fd;
    padding: 30px 0 50px;
    border-radius: 10px;
    /*    background: linear-gradient(204deg,rgb(70 11 31 / 82%) 1%,rgb(38 24 136) 40%,rgba(77,14,77,1) 90%);*/
    background: linear-gradient(
      204deg,
      rgb(5 76 88) 1%,
      rgb(38 24 136) 40%,
      rgb(14 76 77) 90%
    );
    color: #fff;
  }
  
  .counter-section ul li {
    font-size: 26px;
    font-family: var(--primaryfont-bold);
    line-height: 1;
    min-width: 15%;
  }
  
  .counter-section ul li span {
    display: block;
    font-size: 36px;
  }
  
  .counter-section li:before {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    background-size: 600px auto !important;
    filter: brightness(0) invert(1);
  }
  
  li.events-ct:before {
    background-position: -431px -55px;
    height: 31px;
  }
  
  li.planners-ct:before {
    background-position: -466px -55px;
    height: 32px;
  }
  
  li.countries-ct:before {
    background-position: -503px -55px;
  }
  
  li.attendees-ct:before {
    background-position: -539px -55px;
    width: 38px;
    height: 32px;
  }
  
  .customer-block .flex-wrap {
    align-items: center;
  }
  
  .customer-block span {
    font-size: 14px;
    font-family: var(--primaryfont-semibold);
  }
  
  .customer-block p:nth-of-type(1) {
    font-size: 38px;
    max-width: 580px;
    line-height: 1.2;
    font-family: var(--primaryfont-bold);
    margin: 70px 0 30px 0;
  }
  
  .customer-block p:nth-of-type(2) {
    font-size: 14px;
    color: rgb(0 0 0 / 60%);
    font-family: var(--primaryfont-semibold);
  }
  
  .customer-block p:nth-of-type(2) span {
    display: block;
    line-height: 1;
    color: rgba(0 0 0/ 70%);
  }
  
  .testmonials-list {
    padding: 0 50px;
  }
  
  .field-body section.apps-section {
    padding: 0;
    overflow: hidden;
  }
  
  .apps-section .flex-wrap {
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .app-blocks {
    /* width: 49%; */
    flex: 0 0 calc(50% - 7.5px);
    border-radius: 10px;
    padding: 100px 50px 40px;
  }
  
  .organizers-app {
    background-color: #0057ff;
    position: relative;
  }
  
  .attendees-app {
    background-color: #0057ff;
    position: relative;
  }
  
  .apps-box.organizers-app:before {
    background: linear-gradient(
      202deg,
      rgba(70, 11, 31, 1) 0%,
      rgba(18, 12, 60, 1) 30%,
      rgba(77, 14, 77, 1) 100%
    );
    filter: brightness(85%);
  }
  
  .apps-box:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(
      219deg,
      rgba(103, 30, 141, 1) 1%,
      rgba(11, 30, 136, 1) 30%
    );
  }
  
  .app-blocks.apps-box .content {
    position: relative;
    text-align: center;
  }
  
  .app-blocks .content span {
    color: #18ba63;
    font-size: 14px;
    font-family: var(--primaryfont-bold);
    line-height: 1;
  }
  
  .app-blocks.apps-box .content h2 {
    font-family: var(--primaryfont-semibold);
    font-size: 22px;
    line-height: 1;
    color: #fff;
    margin-top: 12px;
  }
  
  .app-blocks.apps-box .content p {
    color: #fff;
    opacity: 0.75;
    max-width: 430px;
    margin: 25px auto 25px;
    font-family: var(--zf-secondary-medium);
  }
  
  .apps-download-links-wrap {
    margin-bottom: 20px;
  }
  
  .app-blocks .img-bk {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .app-blocks .img-bk &gt; div img {
    transform: translateX(30px);
  }
  
  .app-blocks .img-bk &gt; div:nth-of-type(2) img {
    transform: translateX(-60px);
    opacity: 0;
    transition: 1s ease all;
  }
  
  .zwe-om.app-blocks .img-bk &gt; div:nth-of-type(2) img {
    transform: translateX(-30px);
    opacity: 1;
  }
  
  .security-block.app-blocks {
    width: 100%;
    padding: 100px 50px 90px;
    background-color: #000000;
    color: #fff;
    overflow: hidden;
    flex: 1;
  }
  
  .security-block .flex-wrap:before {
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, #080f67 40%, #025660 55%);
    width: 120%;
    height: 160%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 30%;
    box-shadow: inset 0 0 200px 100px black;
    opacity: 0.8;
  }
  
  .security-block .content {
    position: relative;
    width: 40%;
    z-index: 1;
    max-width: 460px;
  }
  
  .security-block h2 {
    font-size: 50px;
    font-family: var(--zf-primary-bold);
    text-align: center;
    max-width: 590px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  
  .security-block .flex-wrap {
    margin-top: 100px;
    height: 550px;
    gap: 20%;
    position: relative;
    justify-content: center;
  }
  
  .security-block h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  .security-block p {
    opacity: 0.85;
    max-width: 455px;
    font-family: var(--zf-secondary-medium);
  }
  
  .security-block .img-block {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .security-block .content.green {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .security-block.zwe-ot .shield-3 {
    opacity: 1;
  }
  
  .security-block.zwe-ot .shield-2 {
    opacity: 1;
    transition-delay: 0.8s;
  }
  
  .security-block.zwe-ot .lock-s {
    opacity: 1;
    transition-delay: 1.2s;
  }
  
  .security-block.zwe-ot .shield-1 {
    opacity: 1;
    transition-delay: 1.5s;
  }
  
  .security-block.zwe-ot .bk-logo {
    opacity: 1;
    transition-delay: 2s;
  }
  
  .footer-section {
    text-align: center;
  }
  
  .footer-section h2 {
    max-width: 670px;
    font-family: var(--zf-primary-bold);
    margin: 0 auto 35px auto;
    line-height: 1.2;
  }
  .act-btn {
    font-size: 18px;
    padding: 14px 30px;
  }
  
  /* bottom-faq-sec */
  .section.bottom-faq-sec {
    padding-top: 0;
  }
  
  .bottom-faq-sec .block-content {
    max-width: 725px;
    margin: 0px auto;
  }
  
  .bottom-faq-sec .block-content h2 {
    margin-bottom: 30px;
    font-family: var(--zf-primary-bold);
    text-align: center;
  }
  .bottom-faq-sec .faq-item {
    cursor: pointer;
    border-bottom: 1px solid #6d6d6d;
    text-align: left;
  }
  .bottom-faq-sec .faq-item h3 {
    font-size: 19px;
    padding: 25px 30px 0 0;
    position: relative;
    margin-bottom: 25px;
  }
  .bottom-faq-sec .faq-item h3:before {
    content: "+";
    position: absolute;
    top: 18px;
    right: 10px;
    bottom: 0;
    font-size: 18px;
    font-family: var(--zf-primary-semibold);
    height: 25px;
    margin: auto;
  }
  
  .bottom-faq-sec .faq-item.active h3:before {
    content: "-";
    right: 10px;
  }
  .bottom-faq-sec .faq-ans {
    display: none;
    padding-bottom: 20px;
    overflow: clip !important;
  }
  
  .bottom-faq-sec .faq-ans ul {
    padding-left: 30px;
    list-style: disc;
  }
  
  .bottom-faq-sec .faq-ans ul li {
    margin-bottom: 15px;
  }
  
  .bottom-faq-sec .faq-ans ul li:last-child {
    margin-bottom: 0;
  }
  
  .bottom-faq-sec .faq-ans p,
  .bottom-faq-sec .faq-ans li {
    font-size: 15px;
  }
  
  .bottom-faq-sec .faq-ans p:nth-child(n + 1) {
    margin-top: 10px;
  }
  
  .feature .slit1 {
    position: absolute;
    top: 30%;
    left: 10px;
    transform: translate(-50%, 30px);
    opacity: 0;
    transition: 1s ease all;
  }
  
  .feature.inview .slit1 {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  
  .feature .slit2 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-10%, 50%);
    transition: 1.4s ease all;
    opacity: 0;
    text-align: right;
  }
  
  .feature.inview .slit2 {
    transition-delay: 0.5s;
    transform: translate(-35%, 50%);
    opacity: 1;
  }
  
  .feature .slit2 img {
    max-width: 80%;
  }
  
  .shield-2,
  .shield-1,
  .shield-3 {
    opacity: 0;
    transition: 1s ease all;
  }
  
  .lock-s,
  .bk-logo {
    opacity: 0;
    transition: 1s ease all;
  }
  /* bottom-faq-sec */
  
  .field-body a.learn-more {
    font-size: 15px;
    text-decoration: underline;
    display: block;
    margin-top: 20px;
    font-family: var(--zf-secondary-semibold);
    color: #2f1dd1;
  }
  
  .customer-learn {
    color: #000;
    border: 2px solid #000;
    font-family: var(--zf-primary-semibold);
    padding: 14px 30px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
  }
  
  .app-blocks .customer-learn {
    color: #fff;
    border-color: #fff;
    margin-bottom: 45px;
    opacity: 1;
    /* background-image: linear-gradient(to right, #0d0b41 25%, #532BB9 100%); */
  }
  .customer-explore {
    color: #fff;
    border-color: #fff;
    margin: 10px 0 50px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    position: relative;
    font-family: var(--primaryfont-semibold);
  }
  .long-arrow-right {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: relative;
    right: -12px;
  }
  
  .long-arrow-right::after {
    content: "";
    width: 2px;
    height: 14px;
    background-color: #fff;
    transform: rotate(-45deg) translate(14px, -19px);
    right: 0px;
    top: 20px;
    position: absolute;
  }
  
  /*FORM CSS*/
  /*.fieldset {
    margin-bottom: 20px
  }
  
  .success-alert {
    display: none;
    margin: 0 auto 0;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 0
  }
  
  .scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    background: #40bd60;
    width: 100%;
    opacity: 0
  }
  
  .scs-pop-inr.animate {
    animation: bounceIn .8s forwards;
    -webiki-animation: bounceIn .8s forwards
  }
  
  @keyframes bounceIn {
    0%,20%,40%,60%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }
  
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
  
    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }
  
    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }
  
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }
  
    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }
  
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
  }
  
  
  .st-name.error {
    display: none
  }
  
  .success-alert .scs-txt {
    font-size: 13px;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff
  }
  
  .success-alert .close-icn {
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    font-family: var(--zf-primary-regular);
    position: absolute;
    top: 5px;
    right: 12px
  }
  
  .formSec {
    width: 100%;
    overflow: auto;
    max-width: 412px;
    position: fixed;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: -7px 0 28px 0 rgba(0,0,0,0.46);
    -moz-box-shadow: -7px 0 28px 0 rgba(0,0,0,0.46);
    box-shadow: -7px 0 28px 0 rgba(0,0,0,0.46);
    height: 100%;
    background: #fff;
    opacity: 0
  }
  
  .formSec.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 9999999999999;
    opacity: 1
  }
  
  .formInner {
    border-left: 1px solid #ddd;
    padding: 35px 55px 45px 44px;
    background: #fff;
    box-sizing: border-box;
    height: auto;
    text-align: left
  }
  
  .form-close {
    background: url(//www.zohowebstatic.com/sites/zweb/images/backstage/home/close-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-size: 17px;
    opacity: .6
  }
  
  .formInner h4 {
    font-size: 22px
  }
  
  .formInner input[type="text"] {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    height: 38px;
    max-width: 300px;
    padding-left: 8px;
    width: 100%;
    outline: 0;
    margin-left: unset !important
  }
  
  .formInner textarea {
    border: 1px solid #e3e3e3;
    font-family: Zoho_Puvi_Regular;
    line-height: 1.3;
    font-size: 13px;
    height: 70px;
    max-width: 300px;
    padding: 5px 8px;
    width: 100%;
    outline: 0;
    resize: none;
    margin-left: unset !important
  }
  
  .requestDemoForm .formInner input[type="submit"] {
    font-family: var(--zf-primary-semibold),sans-serif;
    text-transform: uppercase
  }
  
  .formInner .zgdprform-countrylist-container {
    max-width: 300px !important;
    width: unset !important;
    margin-left: unset !important;
    height: unset !important;
    margin-bottom: 30px !important
  }
  
  .formInner .zgdprform-countrylist-container select.globalcountrycode {
    height: 40px !important
  }
  
  .formInner select {
    border: 1px solid #e2e2e2;
    font-size: 13px;
    height: 38px;
    max-width: 300px;
    width: 100%;
    background: 0;
    color: #666 !important
  }
  
  .sign_agree {
    color: #000;
    font-size: 11px;
    line-height: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
    font-family: var(--zf-primary-semibold),Arial,Helvetica,sans-serif;
    margin: 0 auto
  }
  
  .i18n-ar .requestDemoForm .sign_agree p {
    text-align: right !important
  }
  
  .sign_agree p {
    margin-bottom: 20px;
  }
  
  div.zgdprform-opt-container,p.zgdprform-opt-container {
    clear: both;
    text-align: left;
    padding-left: 18px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 30px
  }
  
  .zgdprform-opt-container input.chk_bx {
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    border: 1px solid #333;
    display: inline-block
  }
  
  .zcontact-form {
    border-bottom: 1px solid;
    font-size: 17px;
    cursor: pointer;
    display: inline-block;
    color: #183a6f;
    font-family: var(--zf-secondary-semibold)
  }
  
  .submit-btn {
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 500ms ease 0;
    font-family: var(--zf-primary-semibold);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: unset;
    margin-left: unset !important
  }
  
  .error {
    color: #f30;
    display: inline-block;
    font-size: 11px;
    line-height: 20px
  }
  
  .freeze_layer {
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none
  }
  
  .active_freaze {
    display: block
  }
  
  .zoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    display: none
  }
  
  .zsubmit,.i18n-ar .zsubmit {
    text-align: center
  }
  
  input[type="submit"] {
    background: none repeat scroll 0 0 #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
  }
  
  .zgdprform-state-container.zshow-common {
    margin-bottom: 30px !important;
    max-width: 300px;
  }
  
  div.zgdprform-state-container::after,div.zgdprform-countrylist-container::after {
    right: 20px
  }
  
  .i18n-ar div.zgdprform-state-container::after,.i18n-ar div.zgdprform-countrylist-container::after {
    right: calc(300px - 22px)
  }
  
  label.error {
    display: block;
    color: red;
    font-size: 11px
  }
 
  
  
  @media screen and (max-width: 380px) {
    .success-alert .scs-txt {
        font-size:10px
    }
  
    .success-alert {
        width: 90%
    }
  }
  */
  /*FORM CSS*/
   .features-section-top .feature:first-child .flex-wrap .img-bk {
    background: none;
    max-width: 100%;
    padding: 0;
}

.features-section-top .feature .flex-wrap .img-bk img{    margin: 0;}
  /*MEDIA QUERIES*/
  
  @media (min-width: 993px) {
.features-section-top .feature h2 {
    max-width: 440px;
}
    .feature:nth-child(3) p {
      max-width: 375px;
    }
  
    .field-body .section.testimonials-section {
      padding: 50px 0;
    }
  
    .banner-section .gradient.blue:before {
      transform: translate(-30%, -50%);
      left: 0;
    }
  }
  
  @media (min-width: 1349px) {
    .feature .slit2 {
      bottom: 30px;
    }
  }
  
  @media (max-width: 1350px) {
    .slits {
      scale: 0.75;
    }
  }
  
  @media (max-width: 1300px) {
    .security-block p {
      max-width: 390px;
    }
  
    .counter-section .flex-wrap {
      justify-content: space-around;
    }
  
    .summit-section .gradient.blue:before {
      box-shadow: 0px 0px 5em 5em var(--blue-gradient);
    }
  
    .summit-section .gradient.green:before {
      box-shadow: 0px 0px 5em 5em var(--green-gradient);
    }
  }
  
  @media (min-width: 1201px) {
    section.section.features-section {
      padding-top: 130px;
    }
  }
  
  @media (max-width: 1200px) {
.features-section-top .feature .flex-wrap .img-bk img {
    width: 480px;
}
    .field-body .section {
      padding: 80px 0;
    }
  
    .content-wrap {
      /*        max-width: 960px;*/
    }
  
    .field-body .banner-section h2 {
      font-size: 54px;
    }
  
    .umain .cta .act-btn,
    .cta .req-btn {
      font-size: 17px;
      padding: 14px 20px;
    }
  
    .trusted-sprite {
      margin-top: 50px;
    }
  
    .banner-section .trusted-sprite .flex-wrap {
      gap: 60px;
    }
  
    .events-section .event p {
      font-size: 16px;
    }
  
    .events-section .event .content {
      margin-bottom: 35px;
    }
  
    .event .content a {
      padding: 13px 20px;
    }
  
    .plan-section h2 {
      font-size: 40px;
    }
  
    .summit-section h2 {
      font-size: 50px;
      max-width: 365px;
    }
  
    .full-section {
      margin: 0 20px;
    }
  
    .customer-block p:nth-of-type(1) {
      font-size: 30px;
    }
  
    .customer-block .flex-wrap {
      gap: 40px;
    }
  
    .app-blocks {
      padding: 60px 35px 40px;
    }
  
    .apps-box {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  
    .security-block h2 {
      font-size: 40px;
    }
  
    .security-block.app-blocks {
      padding: 60px 35px 40px;
    }
  
    .security-block .flex-wrap {
      margin-top: 60px;
      height: 655px;
    }
  
    .feature:nth-child(n + 2) {
      padding-top: 100px;
    }
  
    .summit-section .gradient.blue:before {
      box-shadow: 0px 0px 3em 4em var(--blue-gradient);
    }
  
    .summit-section .gradient.green:before {
      box-shadow: 0px 0px 3em 4em var(--green-gradient);
    }
    .field-body section.events-section {
      padding-bottom: 0;
    }
    .field-body .section.bottom-faq-sec {
      padding-top: 0;
    }
  }
  
  @media (max-width: 1090px) {
    .slits {
      scale: 0.6;
    }
  }
  
  @media (max-width: 992px) {
    .content-wrap {
      max-width: 880px;
    }
  
    .field-body .section {
      padding: 60px 0;
    }
  
    .banner-section .content-wrap &gt; .flex-wrap {
      flex-direction: column;
      align-items: center;
    }
  
    .gradient:before {
      height: 25%;
    }
  
    .banner-section .gradient:before {
      width: 90%;
    }
  
    .banner-section .gradient.blue:before {
      left: 0;
      top: 0;
    }
  
    .field-body h1 {
      margin: 0 auto 20px;
    }
  
    .field-body .banner-section h2 {
      margin: 0 auto 30px;
      font-size: 49px;
    }
  
    .banner-section p {
      margin: 0 auto;
    }
  
    .banner-section .content {
      width: 90%;
      text-align: center;
    }
  
    .banner-section .banner {
      width: 60%;
      margin-top: 45px;
    }
  
    .field-body .cta {
      justify-content: center;
      flex-wrap: wrap;
    }
  
    .banner-section .trusted-sprite .flex-wrap {
      flex-wrap: wrap;
      row-gap: 10px;
    }
  
    .constellation-slit {
      padding: 70px 0;
    }
  
    .field-body h2 {
      font-size: 35px;
    }
  
    .events-section .flex-wrap {
      flex-wrap: wrap;
    }
  
    .feature .flex-wrap,
    .plan-section .flex-wrap,
    .summit-section .flex-wrap,
    .apps-section &gt; .flex-wrap {
      flex-direction: column;
      align-items: center;
    }
  
    .plan-section .flex-wrap &gt; div {
      width: 90%;
      text-align: center;
    }
  
    .plan-section h2,
    .summit-section h2 {
      margin: 0 auto 20px;
    }
  
    .summit-section .flex-wrap &gt; div {
      width: 100%;
      text-align: center;
      z-index: 1;
    }
  
    .summit-section h2 {
      justify-content: center;
    }
  
    .end-to-end {
      order: 3;
      scale: 0.8;
      margin-left: 0px;
      margin-top: -7px;
    }
  
    .feature h2,
    .feature p {
      max-width: unset;
      margin-bottom: 15px;
    }
  
    .feature:first-child .flex-wrap,
    .feature:nth-child(3) .flex-wrap {
      flex-direction: column;
    }
  
    .feature:nth-child(2) .flex-wrap {
      flex-direction: column-reverse;
    }
  
    .feature .flex-wrap .img-bk,
    .feature .flex-wrap .content {
      width: 80%;
      text-align: center;
    }
  
    .feature:not(:first-child) .flex-wrap .img-bk {
      align-items: center;
    }
  
    .counter-section ul li {
      font-size: 20px;
    }
  
    .counter-section ul li span {
      font-size: 30px;
    }
  
    .testmonials-list {
      padding: 0 20px;
    }
  
    .customer-block p:nth-of-type(1) {
      font-size: 25px;
      margin: 30px 0 20px 0;
    }
  
    .customer-block p:nth-of-type(2) {
      font-size: 11px;
    }
  
    .app-blocks {
      width: 100%;
    }
  
    .security-block .content {
      width: 100%;
      text-align: center;
      max-width: unset;
    }
  
    .security-block p {
      margin: 0 auto;
      max-width: 480px;
    }
  
    .security-block .flex-wrap {
      flex-wrap: wrap;
      gap: 20px;
      height: auto;
    }
  
    .security-block .img-block {
      position: initial;
      transform: unset;
    }
  
    .security-block .flex-wrap:before {
      background: linear-gradient(180deg, #080f67 20%, #025660 55%);
    }
  
    .summit-section .gradient.blue:before {
      box-shadow: 0px 0px 2em 2em var(--blue-gradient);
    }
  
    .summit-section .gradient.green:before {
      box-shadow: 0px 0px 2em 2em var(--green-gradient);
    }
  
    .feature:not(:first-child) .flex-wrap .img-bk {
      width: fit-content;
    }
  
    .slits {
      scale: 0.8;
    }
  
    .feature.inview .slit2 {
      transform: translate(0%, 50%);
    }
  
    .feature .flex-wrap {
      gap: 25px;
    }
  
    .summit-section .media {
      transform: translateY(30px);
    }
 
  }
  
  @media only screen and (min-width: 993px) and (max-width: 1200px) {
    .plan-section .flex-wrap {
      gap: 10px;
    }
  
    .shield-img {
      scale: 0.8;
    }
  
    .feature:first-child .flex-wrap .img-bk {
      max-width: 50%;
      padding: 40px 20px;
    }
  
    .feature:first-child .img-bk img {
      width: 49%;
    }
  
    .app-blocks.apps-box .content p {
      font-size: 17px;
    }
  
    .events-section .event {
      min-height: 420px;
    }
  }
  
  @media (max-width: 767px) {
    .content-wrap {
      max-width: 720px;
    }
  
    .field-body .banner-section h2 {
      font-size: 40px;
    }
  
    .events-section .flex-wrap {
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
  
    .events-section .event {
      width: 100%;
    }
  
    .constellation-slit {
      text-align: center;
    }
  
    /* .constellation-slit:before, .constellation-slit:after {
        margin: 0;
    }*/
  
    .constellation-slit p {
      max-width: 335px;
      font-size: 12px;
      margin-left: 10px;
    }
  
    .field-body h2 {
      font-size: 30px;
    }
  
    .summit-section h2 {
      max-width: unset;
    }
  
    .summit-section .heading &gt; span {
      margin-bottom: 10px;
      display: block;
    }
  
    .summit-section h2 {
      gap: 4px;
    }
  
    .summit-section .media {
      transform: unset;
    }
  
    .feature .flex-wrap .img-bk,
    .feature .flex-wrap .content {
      width: 100%;
    }
  
    .feature:nth-child(n + 2) {
      padding-top: 80px;
    }
  
    .counter-section ul li span {
      font-size: 20px;
    }
  
    .field-body .section.counter-section {
      background: linear-gradient(
        204deg,
        rgb(70 11 31 / 82%) 1%,
        rgb(38 24 136) 40%,
        rgba(77, 14, 77, 1) 90%
      );
      color: #fff;
    }
  
    .counter-section .content-wrap {
      background: unset;
      padding: 30px 0 40px;
    }
  
    .customer-block .flex-wrap {
      flex-direction: column-reverse;
    }
  
    .customer-block .img-bk {
      width: 50%;
    }
  
    .customer-block .flex-wrap {
      gap: 20px;
    }
  
    .customer-block .content {
      text-align: center;
    }
  
    .i18n-th a.ghost-cta {
      font-size: 15px;
    }
    .trusted-brand-logos li{
        flex: none;
        margin: 14px;
        max-width: calc(50% - 28px); 
    } 

    .trusted-brand-logos li &gt; [class*="trstd-img-"],
    .trusted-brand-logos li img { 
        width: auto;
        margin: 0 auto;
        max-height: 40px;
    }
 
  }
  @media (max-width: 640px) {

    .content-wrap {
      max-width: 620px;
    }
  
    .banner-section .trusted-sprite .flex-wrap {
      column-gap: 50px;
    }
  
    .banner-section .content {
      width: 100%;
    }
  
    .banner-section .banner {
      width: 70%;
    }
  
    .field-body h2 {
      font-size: 26px;
    }
  
    .field-body .counter-section h2 {
      font-size: 30px;
    }
  
    .feature:first-child .flex-wrap .img-bk {
      padding: 20px;
    }
  
    .feature:first-child .flex-wrap .img-bk img {
      width: 48%;
    }
  
    .feature h2 {
      margin: 10px auto 5px;
      font-size: 24px;
    }
  
    .feature-icon:before {
      transform: scale(0.7);
    }
  
    .end-to-end {
      transform: scale(0.7) translateX(-20%);
      margin-right: -15px;
    }
  
    .feature-icon {
      vertical-align: middle;
      margin-left: -10px;
    }
  
    .counter-section .flex-wrap {
      flex-wrap: wrap;
      row-gap: 35px;
    }
  
    .counter-section ul li {
      width: 40%;
      text-align: center;
      font-size: 18px;
    }
  
    .customer-block p:nth-of-type(1) {
      font-size: 20px;
    }
  
    .constellation-slit span {
      display: block;
      margin-bottom: 10px;
    }
  
    .constellation-slit:before,
    .constellation-slit:after {
      position: absolute;
      transform: translate(0, -50%);
      top: 50%;
    }
  
    .constellation-slit {
      width: inherit;
      padding-top: 30px;
      margin-top: 30px;
    }
  
    .constellation-slit:before {
      left: 0;
    }
  
    .constellation-slit:after {
      right: 0;
    }
  
    .cta .act-btn,
    .cta .req-btn {
      padding: 10px 20px;
      font-size: 14px;
    }
  
    .slits {
      scale: 0.65;
    }
  
    .feature:not(:first-child) .flex-wrap .img-bk {
      width: 85%;
    }
    .act-btn {
      font-size: 14px;
      padding: 10px 20px;
    }
    .customer-learn {
      padding: 10px 20px;
      font-size: 14px;
    }
    .bottom-faq-sec .block-content h2 {
      margin-bottom: 0px;
    }
.features-section-top .feature .flex-wrap .img-bk img {
    width: 430px;
}
  }
  
  @media (max-width: 480px) {
    .customer-learn {
      padding: 10px 14px;
      font-size: 12px;
    }
    .content-wrap {
      max-width: 430px;
    }
  
    .field-body h1 {
      font-size: 14px;
    }
    .app-blocks.apps-box .content h2 {
      line-height: 1.2;
    }
    .field-body .banner-section h2 {
      font-size: 28px;
    }
  
    .banner-section .banner {
      width: 80%;
    }
  
    .field-body .section {
      padding: 40px 0;
    }
  
    .events-section .event {
      padding: 35px 10px;
      min-height: unset;
    }
  
    .event .content a {
      padding: 10px 15px;
      font-size: 12px;
    }
  
    .event h3 {
      font-size: 26px;
    }
  
    .events-section .event p {
      font-size: 15px;
    }
  
    .plan-section .flex-wrap &gt; div {
      width: 100%;
    }
  
    .field-body .summit-section,
    .field-body section.apps-section,
    .apps-box:before,
    .security-block.app-blocks {
      margin: 0;
      border-radius: unset;
    }
  
    .field-body p {
      font-size: 17px;
      line-height: 1.71;
    }
  
    .feature:nth-child(n + 2) {
      padding-top: 40px;
    }
  
    .feature .content .replace {
      margin-top: 20px;
    }
  
    .field-body .replace span {
      font-size: 12px;
      display: block;
      width: fit-content;
      margin: 0 auto;
    }
  
    .feature .content span:not(.replace span):not(.replace) {
      font-size: 13px;
    }
  
    .testmonials-list {
      padding: 0;
    }
  
    .customer-block .img-bk {
      width: 70%;
    }
  
    .slick-dotted.slick-slider {
      margin-bottom: 0;
    }
  
    .apps-section .flex-wrap {
      gap: 0;
    }
  
    .app-blocks,
    .security-block.app-blocks {
      padding: 40px 20px;
    }
  
    .security-block .flex-wrap {
      margin-top: 35px;
    }
  
    .security-block .flex-wrap {
      gap: 25px;
    }
  
    .security-block h3 {
      margin-bottom: 10px;
    }
  
    .replace span:after {
      height: 2px;
    }
  
    .feature p {
      margin-bottom: 10px;
    }
  
    .constellation-slit {
      width: 100%;
    }
  
    .section.events-section .constellation-slit p {
      font-size: 12px;
      line-height: 1.71;
      width: 80%;
    }
  
    .counter-section ul li {
      font-size: 14px;
    }
  
    .field-body .counter-section h2 {
      font-size: 21px;
    }
  
    .formInner {
      padding: 35px 35px 45px 25px;
    }
  
    .security-block .flex-wrap:before {
      box-shadow: inset 0 0 200px 50px black;
      height: 100%;
    }
  
    .summit-section .gradient.blue:before {
      box-shadow: 0px 0px 100px 70px var(--blue-gradient);
    }
  
    .summit-section .gradient.green:before {
      box-shadow: 0px 0px 100px 70px var(--green-gradient);
    }
  
    .slits {
      scale: 0.5;
    }
  
    .feature.inview .slit2 {
      transform: translate(80%, 50%);
    }
  
    .feature.inview .slit1 {
      transform: translate(-70%, 0);
    }
  }
  
  @media (max-width: 388px) {
    .end-to-end {
      display: none;
    }
  
    .security-block .flex-wrap:before {
      box-shadow: inset 0 0 250px 50px black;
      height: 160%;
    }
  }
  
  /* thai lang */
  
  .i18n-th .badges .feature-cont span,
  .i18n-th .title-label {
    font-size: 18px;
  }
  
  /* thai lang */</pre></body></html>