/* DronaHQ CSS */

/* header css */

 .dhq_mainHeader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 16px 0px;
  z-index: 8;
  transform: translate3d(0px, 0px, 0px);
}

.dhq_Spacer {    
   height: 36px;
}
@media (min-width: 672px){
.dhq_Spacer {    
   height: 72px;
}
}
audio, canvas, img, video {
   vertical-align: middle;
}


/* CARD ANIMATION CSS */
.ConnectUseCaseCard {
    display: flex;
}
@keyframes cycleOne {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-100%);
        opacity: 1;
        z-index: -1;
    }
    26% {
        opacity: 0;
    }

    95% {
        transform: translateX(100%);
        opacity: 0;
        z-index: 0;
    }
    96% {
        opacity: 1;
    }
    
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes cycleTwo {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-100%);
    }
    45% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(-200%);
        opacity: 1;
    }
    51% {
        opacity: 0;
        z-index: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes cycleThree {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-100%);
    }
    45% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-200%);
    }

    70%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-300%);
        opacity: 1;
    }
    76%{
        opacity: 0;
    }

    99%{
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes cycleFour {
    0% {
        transform: translateX(0);
        opacity: 0;
    }
    20% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-100%);
    }
    45% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-200%);
        opacity: 1;
    }

    70%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-300%);
        opacity: 1;
    }
    95%{
        transform: translateX(-300%);
        opacity: 1;
    }

    100% {
        transform: translateX(-400%);
        opacity: 1;
    }
}

.TestimonialCard_contentb.cycleOne {
    animation: cycleOne 15s linear infinite;
}

.TestimonialCard_contentb.cycleTwo {
    animation: cycleTwo 15s linear infinite;
}

.TestimonialCard_contentb.cycleThree {
    animation: cycleThree 15s linear infinite;
}

.TestimonialCard_contentb.cycleFour {
    animation: cycleFour 15s linear infinite;
}

@keyframes SlideOne {
    0%{
        opacity: .3;
    }
    5% {
        opacity: 1;
    }
    20% {
        transform: scaleX(1) !important;
        opacity: 1;
    }
    25% {
        opacity: 0.3;
    }
    95% {
        opacity: 0.3;
    }


}
@keyframes SlideTwo {

    20% {
        opacity: .3;
    }
    25% {
        opacity: 1;
    }
    45%{
        opacity: 1;
    }
    50%{
        opacity: .3;
    }
}
@keyframes SlideThree {

    45%{
        opacity: .3;
    }
    50%{
        opacity: 1;
    }
    70%{
        opacity: 1;
    }
    75%{
        opacity: .3;
    }
}
@keyframes SlideFour {

    70%{
        opacity: .3;
    }
    75%{
        opacity: 1;
    }
    95%{
        opacity: 1;
    }
    100%{
        opacity: .3;
    }


}

.testimonialSliderBarOne{
    animation: SlideOne 15s linear infinite;

}
.testimonialSliderBarTwo{
    animation: SlideTwo 15s linear infinite;
}
.testimonialSliderBarThree{
    animation: SlideThree 15s linear infinite;
}
.testimonialSliderBarFour{
    animation: SlideFour 15s linear infinite;
}

/* CARD ANIMATION CSS */
.dhq_mainHeaderBox {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px;
  max-width: 1280px;
}  
.p-relative {
  position: relative !important;
}
.p-absolute {
  position: absolute !important;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
  .dhq_mainHeaderNavigations {
  flex: 1 1 0px;
  display: flex;
  flex-direction: row;
  margin-left: 48px;
}  
.dhq_mainHeaderUL {
  flex: 1 1 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}  

  .dhq_mainHeaderSignLink {
  margin: 0 !important;
}  

 .dhq_mainHeaderSignLink a {
  color: #26bc6a !important;
}  

  .centerAlign {
  text-align: center;
}  

@media only screen and (max-width: 1024px) {
  .dhq_mainHeaderLinks[data-link="docs"],
  .dhq_mainHeaderLinks[data-link="signin"],
  .dhq_mainHeaderLinks[data-link="customers"] {
    display: none;
  }
}

@media only screen and (max-width: 1080px) {
  .dhq_mainHeaderLinks[data-link="docs"] {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .dhq_mainHeaderLinks {
    margin-right: 24px;
  }
}
  
.dhq_mainHeaderLinks {
  margin-right: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.dhq_mainHeaderLinks a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  text-decoration: none;
  color: rgb(61, 61, 61);
  background-image: linear-gradient(to top, currentcolor 1px, transparent 1px);
  background-repeat: no-repeat;
  background-size: 0px 100%;
  transition: background 300ms ease-in-out 0s;
}

.dhq_mainHeaderLinks a:hover {
  color: #26bc6a;
  opacity: 1;
} 

.CtaButton.boldCTA.smallCTA {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
}

 .dhq_mainHeaderCTABox {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
} 

  .dhq_mainHeaderSignin {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  text-decoration: none;
  color: #26bc6a;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-size: 0px 100%;
  transition: background 300ms ease-in-out 0s;
  cursor: pointer;
} 

.CtaButton.boldCTA {
  background: #26bc6a;
  color: #fff;
  padding: 16px 32px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}

 .dhq_mainHeaderSignin:hover {
  color: #1ca75b;
  opacity: 1;
}  

 .dhq_mainHeaderTryforfree:hover {
  background: #1ca75b;
  color: white;
}

.dhq_mainHeaderTryforfree {
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #26bc6a;
  color: white;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
  -webkit-font-smoothing: inherit;
  cursor: pointer;
  background: #26bc6a;
  transition: background 200ms ease 0s, color 200ms ease 0s,
    box-shadow 200ms ease 0s;
}  

/* blocks css */

*,
:after,
:before {
  box-sizing: border-box;
}

a {
  text-decoration: unset;
  outline: none;
}

blockquote,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif !important;
  margin: 0 !important;
}

.dhq_caption {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #26bc6a;
}

.dhq_title {
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #0a2540;
  letter-spacing: -0.2px;
}

.dhq_Maintitle {
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  font-size: 44px !important;
  line-height: 52px;
  color: #0a2540;
  letter-spacing: -0.2px;
}
h5.dhq_Maintitle {
    line-height: 1.2;
    font-size: 2.5rem !important;
    color: #262626;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0rem 1.5rem;
    width: 100%;
}

.dhq_title {
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #0a2540;
  letter-spacing: -0.2px;
}

.dhq_midtitle {
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #0a2540;
  letter-spacing: 0.2px;
}

.dhq_subtitle {
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 24px;
  color: #0a2540;
  letter-spacing: 0.2px;
}

.dhq_body {
  padding: 0 16px 0 16px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 17px;
  color: #425466;
  line-height: 28px;
  font-weight: 400;
  max-width: 1200px;
  letter-spacing: 0.2px;
}
 p a{color: #26bc6a;}
.dhq_body p a{color: #26bc6a;}
.dhq_midbody {
  padding: 0 16px 0 16px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
  color: #425466;
  line-height: 30px;
  font-weight: 400;
  max-width: 1200px;
  letter-spacing: 0.3px;
}

.dhq_subbody {
  padding: 0 16px 0 16px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  line-height: 24px;
  color: #425466;
  font-weight: 400;
  max-width: 1200px;
  letter-spacing: 0.2px;
}

.Section_layoutContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 16px;
}

.Section_container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.Section_backgroundMask {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.Section_masked {
  overflow: hidden;
  position: relative;
}

.Section_layout {
  padding: 24px 0 24px;
}
 

.dhq_header {
  position: relative;
  padding: 0 16px 0 16px;
  max-width: 1200px;
}

.dhq,
.dhq_header {
  display: grid;
  row-gap: 24px;
}

.RowLayout {
  display: grid;
  grid: auto/minmax(0, 1fr);
  row-gap: 64px;
  align-items: flex-start;
}

.ColumnLayout {
  display: grid;
  row-gap: 72px;
  align-items: flex-start;
}

.SegmentedControlButton {
  height: 32px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 16.5px;
  padding: 3px 16px 6px;
  cursor: pointer;
  position: relative;
  color: #0a2540;
  white-space: nowrap;
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); text-transform: none !important;
}
.dhq_footer {
    display: grid;
    row-gap: 24px;
    margin-top: calc(var(--footerGap, 24px - 24px););
    padding: 0 16px 0 16px;
        padding-right: 16px;
}
.dohq_footer {
    display: grid;
    row-gap: 24px;
    margin-top: calc(var(--footerGap, 24px - 24px););
    padding: 0 16px 0 16px;
        padding-right: 16px;
}
.SegmentedControl {
  margin: 0 0 16px;
  position: relative;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   
}

.SegmentedControlButton--active {
  background-color: #26bc6a;
  color: #fff;
}

.SegmentedControlButton:not(.SegmentedControlButton--active):hover {
  opacity: 0.65;
}

.Card {
  position: relative;
  min-width: 100px;
  min-height: 72px;
  border-radius: 8px;
  /* background: #f6f9fc; */
  /* box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3); */
  overflow: hidden;
}

.Card--shadowXLarge {
       box-shadow: 0 30px 60px -20px rgb(50 50 93 / 25%), 0 15px 30px -30px rgb(0 0 0 / 30%);
margin-bottom: 72px;
}


.Card--shadowSmall {
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25),
    0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

.LocalPaymentMethodsLayout_dhqContainer {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(270deg, transparent 0, #000 32px);
  mask-image: linear-gradient(270deg, transparent 0, #000 32px);
}

.LocalPaymentMethodsLayout_dhqTrack {
  display: flex;
  align-items: flex-start;
  transform: translateX(calc(2 * -0%));
  transition: 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

.LocalPaymentMethodsLayout_dhqTrack .dhq {
  min-width: 100%;
}

.dhq.variant--Detail {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500px;
  letter-spacing: 0.2px;
  --paragraphGap: 8px;
}

.dhq_footer {
  display: grid;
  row-gap: 24px;
  /* margin-top: calc(var(--footerGap, 24px - 24px); */
  padding: 0 16px 0 16px;
}

.List[data-column-count] .List_item {
  margin-top: 0;
  margin-bottom: 0;
}

.List_item {
  position: relative;
  margin: 4px 0;
}

.dhq.variant--Detail,
.dhq.variant--Stat {
  row-gap: 8px;
  border-color: #26bc6a;
  font-size: 15px;
  line-height: 1.6;
}

.CtaButton.variant--Link:hover {
  color: #0a2540;
  opacity: 1;
}

.d-flex {
  display: flex !important;
}

.justifyCenter {
  justify-content: center;
}

.alignItemCenter {
  align-items: center !important;
}

.dhq_link {
  color: #26bc6a;
  font-weight: 500;
}

.dhq_link:hover {
  color: #0a2540;
}

.dhq.variant--Section,
.dhq.variant--Subsection {
  row-gap: 24px;
}

.CtaButton.boldCTA.variant--Link:hover {
  color: #fff;
  opacity: 1;
  background: #1ca75b;
}

.CtaButton.variant--Link:hover .HoverArrow_linePath {
  stroke: #0a2540;
  opacity: 1;
}

.CtaButton.boldCTA.variant--Link:hover .HoverArrow_linePath {
  stroke: #fff;
  opacity: 1;
}

.CtaButton.boldCTA.variant--Link .HoverArrow_linePath {
  stroke: #fff;
  opacity: 1;
}

.HoverArrow {
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  top: 1px;
  transform: translateX(3px);
  margin-left: 8px;
  stroke-width: 2px;
  fill: none;
  stroke: currentColor;
}

.CtaButton {
  display: inline-block;
  padding: 3px 0 6px;
  border-radius: 16.5px;
  font-size: 14px;
  font-weight: 500;
  color: #26bc6a;
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  outline: none;
}

.dhq_ctaContainer {
  display: flex;
  align-items: center;
}

.dhq_subtitle:before {
  display: block;
  position: absolute;
  top: 4px;
  left: calc(16px * -1);
  width: 1.5px;
  height: 15px;
  background-color: #26bc6a;
  content: "";
}

.dhq_banner_image {
  width: 100%;
  height: auto;
  object-fit: contain;
  /* new update */
  padding-left: 1px;
}

.dhq_icon {
  min-height: 40px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}

.Icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.UserLogoGrid {
  display: grid;
  grid: auto/repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  row-gap: 60px;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 56px !important;
}

.pt-6 {
  padding-top: 64px !important;
}
.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 56px !important;
}

.pr-6 {
  padding-right: 64px !important;
}
/*  */
.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 56px !important;
}

.pb-6 {
  padding-bottom: 64px !important;
}

/*  */

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 56px !important;
}

.pl-6 {
  padding-left: 64px !important;
}

.pr112 {
  padding-right: 16px;
}

.pr32 {
  padding-right: 16px;
}

.List {
  --listSpacing: 4px;
  --columnCount: 1;
  padding: 0 16px 0 16px;
  letter-spacing: 0.2px;
}

.List_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.List[data-column-count] .List_item {
  margin-top: 0;
  margin-bottom: 0;
}

.List[data-column-count] .List_list {
  display: grid;
  grid: auto/repeat(2, 1fr);
  gap: 12px 32px;
  margin: 12px 0;
}

.ListItem--hasIcon {
  padding-left: 24px !important;
}

.List_item {
  position: relative;
  margin: 4px 0;
}

.List_itemIcon {
  position: absolute;
  top: 4px;
  left: 0;
}

.dhq .List {
  margin-left: calc(16px * -1);
  margin-right: calc(16px * -1);
}

.PaymentsOptimizeSection_layout {
  display: grid;
  gap: 56px 0;
  align-items: flex-start;
/*  grid-template-areas: "Frauddhq" "FraudGraphic" "FraudList" "Acceptancedhq" "AcceptanceGraphic" "AcceptanceList";*/
}

@media (min-width: 672px) {
  .UserLogoGrid {
    grid: auto/repeat(4, 1fr);
  }
}

@media (max-width: 899px) {
.SegmentedControl {
  margin: 0 0 16px;
  position: relative;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  overflow: scroll;
}
  .UserLogo {
    max-width: 160px;
  }
} 

.TestimonialCard_content {
    display: flex;
    flex-direction: column-reverse;
    min-height: 290px;
    overflow: hidden;
    border-radius: 8px;
}
.TestimonialCard_contentb {
    display: flex;
    flex-direction: column;
    min-height: 290px;
    overflow: hidden;
    border-radius: 8px;
    min-width: 100%;
}
.TestimonialCard_body {
    padding: 0 48px 48px;
}
.TestimonialCard_logoContainer {
    position: relative;
    height: 180px;
    background: aliceblue;
    background-image: linear-gradient(#9c27b099, #9c27b099), url(../slack-2.html);
    background-size: cover;
    margin-bottom: 24px;
    border-radius: 8px 8px 0px 0px;
}
.TestimonialCard_logoContainerb {
    position: relative;
    height: 180px;
    background: aliceblue;
    background-size: cover;
    margin-bottom: 24px;
    border-radius: 8px 8px 0px 0px;
}
.TestimonialCard_logo.UserLogo {
    --userLogoMaxWidth: none;
    position: absolute;
    top: calc(0px + 50%);
    left: 50%;
    height: 60px;
    transform: translate(-50%,-50%);
}
 
.TestimonialCarousel_indicators {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px;
}
.TestimonialCarousel_indicatorItems {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.TestimonialCarousel_indicator {
    display: block;
    cursor: pointer;
    height: 2px;
    width: 24px;
    margin: 0px 2px; padding:1px 0;
    border-radius: 1px;
    background: #aaa;
    opacity: .3;
}
.TestimonialCard_body blockquote {
    border-left: 0px solid #7f8c8d !important;
    display: block;
    
    margin-left: 0 !important;
    color: transparent !important;
    font-size: 18px;
    line-height: 1.6;
}

.TestimonialCard_body blockquote::after {
    
    display: none;
    
}

.TestimonialCard_quote {
    position: relative;
    quotes: "“" "”" "‘" "’";
    font-size: 14px;
    color: #425466;
    line-height: 24px;
    font-weight: 500;
    max-width: 1200px;
    letter-spacing: 0.2px;
    padding-right: 0;
}
@media (min-width: 600px){
.TestimonialCard_quote {
   padding-right: 46px;
}
}
/*  */
.Helm-UserCard__button--prev {
  left: -15px;
  transform: scaleX(-1);
}
.Helm-UserCard__button {
  position: absolute;
  z-index: 10;
  top: 77px;
  top: calc(100px - 23px);
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%),
    0 3px 7px -3px rgb(0 0 0 / 30%);
  /* text-indent: -9000px; */
  overflow: hidden;
  color: #32325d;
  cursor: pointer;
  transition: all 0.15s;
  padding: 10px;
}
button,
select {
  border: none;
  outline: none;
  background: none;
  font-family: inherit;
}
/* .Helm-UserCard__button:after {
    font-family: normal 27px StripeIcons;
    content: "\279C";
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    text-align: center;
    text-indent: 0;
    color: #6b7c93;
} */
.Helm-UserCard__button--next {
  right: -15px;
}
.Helm-UserCard__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%),
    0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  color: #425466;
}
.Helm-UserCard__button:hover::after {
  color: #425466;
}
.Helm-UserCard__button:hover svg {
  fill: #32325d;
}
.Helm-UserCard__button--prev:hover {
  transform: translateY(-1px) scaleX(-1);
}
 
@media (min-width: 600px) and (max-width: 899px) {
  .ColumnLayout[data-columns="2,1,1"] > :first-child {
    grid-area: 1 / span 2;
  }
}

@media (min-width: 600px) {
  .ColumnLayout[data-columns="1,1,1,1"],
  .ColumnLayout[data-columns="2,1,0"],
  .ColumnLayout[data-columns="2,1,1"],
  .ColumnLayout[data-columns="2,2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .pr112 {
    padding-right: 64px;
  }
  .pr32 {
    padding-right: 32px;
  }
  .List[data-column-count="2"] .List_list,
  .List[data-column-count="3"] .List_list {
    grid: auto/repeat(2, 1fr);
  }
  .dhq_midtitle {
    font-size: 24px;
    line-height: 32px;
  }
  .TestimonialCard_content {
    display: grid;
    grid: auto/repeat(2, 1fr);
    height: 100%;
  }
  .TestimonialCard_contentb {
    display: grid;
    grid: auto/repeat(2, 1fr);
    height: 100%;
  }
  .TestimonialCard_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 48px 0 48px 48px;
  }
  .Helm-UserCard__button {
    top: calc(50% - 23px);
  }
  .TestimonialCard_logoContainer {
    height: 100%;
    margin-bottom: 0px;
    border-radius: 0px 8px 8px 0px;
    /* transform: skewX(12deg );
        margin-right: -33px;
        margin-left: 49px; */
  }
  .TestimonialCard_logoContainerb {
    height: 100%;
    margin-bottom: 0px;
    border-radius: 0px 8px 8px 0px;
    /* transform: skewX(12deg );
        margin-right: -33px;
        margin-left: 49px; */
  }
}

/* grid layout */

.SiteHeader--hasGuides:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: 0;
  border: none;
  background: linear-gradient(
    90deg,
    rgba(66, 71, 112, 0.09),
    rgba(66, 71, 112, 0.09) 50%,
    transparent 0,
    transparent
  );
  background-size: 8px 1px;
  content: "";
}

.Guides_guide {
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(66, 71, 112, 0.09),
    rgba(66, 71, 112, 0.09) 50%,
    transparent 0,
    transparent
  );
  background-size: 1px 8px;
}

@media (max-width: 899px) {
  .SiteMenuSection + .SiteMenuSection:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(66, 71, 112, 0.09),
      rgba(66, 71, 112, 0.09) 50%,
      transparent 0,
      transparent
    );
    background-size: 8px 1px;
    content: "";
  }
}

.Guides_guide:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.Gradient_guides {
  --guideDashedColor: rgba(0, 0, 0, 0.3);
  --guideSolidColor: rgba(0, 0, 0, 0.2);
  mix-blend-mode: soft-light;
}

.Section_background {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform-origin: 100% 0;
  transform: skewY(0);
  background: #fff;
  overflow: hidden;
}

.Guides_guide:first-of-type,
.Guides_guide:last-of-type {
  background: rgba(0, 0, 0, 0.05);
}

.Guides_container {
  display: grid;
  grid: 1fr / repeat(4, 1fr);
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 899px) {
  .Guides_guide:nth-of-type(2n) {
    background: #ffffff;
  }
}

@media (max-width: 599px) {
  .Guides_guide:nth-of-type(3n) {
    display: none;
  }
}

.Guides {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 16px;
  pointer-events: none;
}

/* signup */

.db-RegisterValueProps-iconContainer--billing,
.db-RegisterValueProps-iconContainer--invoicing {
  fill: #00d924;
}

.Text-lineHeight--24 {
  line-height: 24px;
}

.Text-fontWeight--medium {
  font-weight: 500;
}

.Text-fontSize--16 {
  font-size: 16px;
}

.Text-display--block {
  display: block;
}

.Text-color--dark {
  color: #1a1f36;
}

.Margin-left--4 {
  margin-left: 4px;
}

.Margin-top--4 {
  margin-top: 4px;
}

.Box-root {
  box-sizing: border-box;
}

.Flex-wrap--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.Flex-justifyContent--flexStart {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Flex-direction--column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.Flex-flex {
  display: -ms-flexbox;
  display: flex;
}

.Text-lineHeight--20 {
  line-height: 20px;
}

.Text-fontWeight--regular {
  font-weight: 400;
}

.Text-fontSize--14 {
  font-size: 14px;
}

.Text-color--default {
  color: #3c4257;
}

.db-RegisterValueProps-textContainer--v4 {
  max-width: none;
}

.Margin-left--12 {
  margin-left: 12px;
}

.Margin-top--12 {
  margin-top: 12px;
}

.Flex-direction--row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.Flex-alignItems--baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.Margin-left--24 {
  margin-left: 24px;
}

.Margin-top--24 {
  margin-top: 24px;
}

.listdotIcons {
  width: 16px;
  min-width: 16px;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.opacity-75 {
  opacity: 0.75;
}
.bg-indigo-900 {
  background-color: #3c366b;
}
@media (min-width: 900px) {
  .ColumnLayout[data-columns="1,1,1,1"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .ColumnLayout[data-columns="3,1"] {
    grid-template-columns: 3fr 1fr;
  }
  .ColumnLayout[data-columns="1,4,1"] {
    grid-template-columns: 1fr 4fr 1fr;
  }
  
  .ColumnLayout[data-columns="1,3"] {
    grid-template-columns: 1fr minmax(0, 3fr);
  }
  .ColumnLayout[data-columns="2,1,1"] {
    grid-template-columns: 2fr repeat(2, 1fr);
  }
  .pr112 {
    padding-right: 112px;
  }
  .pr32 {
    padding-right: 32px;
  }
  .PaymentsOptimizeSection_layout {
    gap: 64px 0;
    grid-template-columns: 1fr 1fr;
    /*grid-template-areas: "Frauddhq Acceptancedhq" "FraudGraphic AcceptanceGraphic" "FraudList AcceptanceList";*/
  }
}
 

/* new update */
a.CtaButton.variant--Button {
  background: #26bc6a;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  margin-right: 16px;
cursor: pointer;
}

a.CtaButton.variant--Button:hover {
  color: #fff;
  opacity: 1;
  background: #1ca75b;
}
.Card.inFourColumns {
  margin-left: -16px;
  margin-right: 16px;
}

.integration-preivew-section .dhq_logo img {
  height: 20px;
}
.integration-preivew-section .dhq_logo {
  display: flex;
}
.integration-preivew-section .dhq_caption {
  display: flex;
  gap: 10px;
  align-items: center;
}
.integration-banner-section .Section_layout {
  padding: 64px 0 0;
}
.integration-banner-section .Section_container .dhq_title span {
  color: #26bc6a;
}
.subtitle_data {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.integration-preivew-section .dhq_logo img {
  height: 40px;
}

@media screen and (max-width: 600px) {
  .integration-preivew-section .Card {
    box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25),
      0 3px 7px -3px rgba(0, 0, 0, 0.3) !important;
  }
}

