/* @import url('http://example.com/example_style.css'); */
/* @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Epilogue:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400;1,700;1,900&family=Montserrat:wght@100;300;400;600;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;1,400&display=swap');
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/********** Defaults **********/
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Karla', sans-serif;
  font-display: swap;
  overflow-x: hidden;
  color: #1e1e23;
}
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
/********** Hero banner **********/
.hero-banner{
  align-items: center;
  justify-content: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  padding: 100px 5px;
}
.flex-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.flex-column{
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.container{
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  max-width: 1170px;
}
.form-container {
   background: #ffffffcc;
   padding: 40px;
   max-width: 600px;
   margin: 10px;
   backdrop-filter: blur(5px);
}
.form-title {
    color: #1e1e23;
    margin: 0 10px 20px 10px;
    text-align: center;
    font-size: 23px;
}
.input {
    display: inline-flex;
    margin: auto;
    width: 100%;
}
input {
    background: #fafafa;
    border-radius: 5px;
    border: 0;
    padding: 10px;
    margin: 10px;
    min-height: 20px;
    font-family: 'Karla', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    margin: 10px 10px 0 10px !important;
    border: 2px solid #fafafa;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
    min-height: 50px;
}
select{
    background: #fafafa;
    border-radius: 5px;
    border: 0;
    padding: 10px;
    margin: 10px;
    min-height: 20px;
    font-family: 'Karla', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    margin: 10px 10px 0 10px !important;
    border: 2px solid #fafafa;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
    height: 50px;
}
fieldset {
   max-width: 100% !important;
}
.btn, .form-btn-red .hs-button {
   text-decoration: none;
   font-size: 18px;
   line-height: 1.3;
   letter-spacing: 2px;
   font-weight: 700;
   text-transform: uppercase;
   padding: 11px 35px;
   border-radius: 0px;
   background: #1e1e23;
   -webkit-appearance: none;
   appearance: none;
   display: inline-block;
   border: none;
   outline: none;
   transition: 0.08s ease-in;
   -o-transition: 0.08s ease-in;
   -ms-transition: 0.08s ease-in;
   -moz-transition: 0.08s ease-in;
   -webkit-transition: 0.08s ease-in;
   position: relative;
   overflow: hidden !important;
   z-index: 0;
   font-family: 'Karla', sans-serif !important;
}
.hero-logo {
   margin: 0 0 40px;
}
.hero-title{
   color: #ffffff;
   font-family: 'Karla', sans-serif;
   font-weight: 300;
   margin: 0 0 50px;
   text-rendering: optimizelegibility;
   font-size: 31px;
   line-height: 1.6;
}
.section-title{
   color: #ffffff;
   font-family: 'Karla', sans-serif;
   font-weight: 300;
   margin: 0 20px 50px 0;
   text-rendering: optimizelegibility;
   font-size: 28px;
   line-height: 1.6;
}
.hero-p{
   border-left: 0px solid;
   padding: 0px;
   font-size: 18px;
   font-weight: 400;
   line-height: 1.6;
   max-width: 455px;
   margin-bottom: 40px;
}
.hero-badges{
   margin: 0 0 40px;
   display: inline-flex;
}
.badge-item {
   margin: 0 10px 0 0;
   height: 70px !important;
   width: 100%;
}
input.hs-button.primary.large {
    background: #1e1e23;
    border-radius: 0;
    border: 0;
    padding: 15px 30px;
    margin: 10px;
    min-height: 60px;
    color: #fff;
    width: 100%;
    display: block;
    font-family: 'Karla', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 10px !important;
    cursor: pointer;
}
input.hs-button.primary.large:hover {
  color: #00E65F;
}
.input.focused label {
  transition: all .2s linear;
  top: -20px;
} 
label {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    top: 0px;
    background: transparent;
    margin: 8px 5px;
    padding: 0 10px;
    transition: all .2s linear;
    text-transform: capitalize;
    color: #1e2f46;
    list-style: none;
}
.hs-form-field {
    margin: 10px 0px 14px 0px!important;
}
.form-container li {
    list-style: none;
}
label.hs-error-msg {
    color: #fe5b4d;
    font-size: 9px;
}
input:focus-visible {
    border: 2px solid #e1d7d5;
    text-decoration: none;
    outline: none;
}
.actions {
    width: auto;
    display: flex;
    margin-top: 20px;
}
.legal-consent-container {
    color: #1e2f46;
    font-size: 11px;
    margin: 10px 10px 0 10px;
    line-height: 1.5;
}
label.hs-main-font-element {
    margin: 20px 0 0 0;
    display: block;
    font-size: 12px;
    FONT-WEIGHT: 700;
    text-align: center;
    color: #fe5b4d;
    background: #fff;
    padding: 10px;
}

/********** Logos Section **********/

.flex-logos{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}
.logo-cntnr{
   margin: 20px 40px;
}
.logo-img{
  display: block;
  height: 100%;
  width: 100%;
  max-width: 70px;
  margin: auto;
}
.logos-section{
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 100px 5px;
}
/********** Features Section **********/
.flex-features{
   display: -ms-grid;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-gap: 40px;
}
.feature-ctntr{
   position: relative;
   z-index: 1;
}
.feature-img{
    display: block;
    height: auto;
    width: 100%;
    max-width: 70px;
}
.icon-cntnr{
    height: 70px;
    width: 100%;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
}
.feature-p{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 455px;
  margin-bottom: 40px;
}


.cta-ctnr{
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
  align-items: baseline;
}
.cta-stats_ctnr{
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
  align-items: center;
}

.btn-main{
  cursor: pointer;
  border-radius: 0;
  border: 0;
  padding: 15px 45px;
  margin: 20px 0 0 0;
  min-height: 20px;
  display: block;
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 2;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  width: max-content;
  margin: 0 0 50px 10px;
}
.btn-main:hover {
 color: #00E65F;
}
.btn-white{
  background: #ffffff;
  color: #326446;
}
.btn-red{
  color: #ffffff;
  background: #326446;
}
.cta-section{
  align-items: center;
  justify-content: center;
  padding: 50px 5px;
}
/********* Text and Image Section ***********/
.tandp-title{
  font-family: 'Karla', sans-serif;
  font-weight: 300;
  margin: 0 0 50px;
  text-rendering: optimizelegibility;
  font-size: 31px;
  line-height: 1.6;
}
.tandp-p{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px;
}
.tandp-banner{
  align-items: center;
  justify-content: center;
  padding: 100px 5px;
}
.tandp-list-item{
  margin: 0 0 25px 25px;
  padding-inline-start: 1ch;
  font-family: 'Karla', sans-serif;
  font-weight: 500;
  text-rendering: optimizelegibility;
  font-size: 18px;
  line-height: 1.6;
}
.tandp-list-item::marker { 
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Digimind%20LP22/Check-Mark.svg);  
}
.numbered-item{
  display: flex;
  align-items: center;
  margin: 0 0 25px 0;
}
.item-number{
  background: rgba(255, 91, 77, 0.2);
  border-radius: 45px;
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  color: #FF5B4D;
}
.tandp-list-numbered-item{
  padding-inline-start: 1ch;
  font-family: 'Karla', sans-serif;
  font-weight: 500;
  text-rendering: optimizelegibility;
  font-size: 18px;
  line-height: 1.6;
}
.list-item-icon{
  width: 40px;
}
/***** Professions Tabs****/
.profession-button{
    margin: 10px 5px;
    text-align: left;
    text-decoration: none;
    border-radius: 0;
    background: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: block;
    padding: 10px 25px;
    width: fit-content;
    color: #326446;
    border: 2px solid #326446;
    cursor: pointer;
}
.profession-button.activeprobtn {
    color: #fff !important;
    background-color: #326446 !important;
    border: 2px solid #326446;
}
.hs-button:hover {
    color: #fff;
    background-color: #1e1e23;
    border-color: #1e1e23;
}
/************ Reviews Section *************/
.review-img {
    max-width: 100%;
    height: 50px;
    width: 50px;
    border-radius: 45px;
    margin: 5px 10px 0 0;
    object-fit: cover;
}
.review-p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 30px 0 30px 0;
}
.review-details {
    display: inline-flex;
    align-items: center;
}
.review-logo {
    display: block;
    height: auto;
    width: 100%;
}
.review-ctntr {
    background-color: #fafafa;
    padding: 40px;
    position: relative;
    z-index: 1;
}
.review-name{
    font-weight: 700;
    font-size: 16px;
}
.review-job{
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
}

/********** Slider *********/
.cta_textlink {
    color: #1E2F46;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 5px;
    border-bottom: 2px solid #00e65f;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 40px;
    cursor: pointer;
}
.cta_textlink:hover {
    border-bottom: 2px solid #1e2f46;
}
.nav-item{
    margin: auto;
    text-align: center;
    width: auto !important;
    color: rgb(196, 196, 196);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(196, 196, 196);
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-right: auto !important;
}
.nav-container{
  width: 100%; 
  margin: 0 auto 100px auto;
}
.swiper-slide-thumb-active{
  color: #1e2f46;
  border-bottom: 2px solid #00e65f;
}
/************ FAQ Section *********/
.hs-accordion__item {
    margin: .5em;
}
.hs-accordion__item button {
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 1em 3em 1em 1em;
    cursor: pointer;
    border: 0 none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    color: #c4c4c4;
    position: relative;
    text-align: left;
	  font-family: inherit;
    font-weight: 700;
}
.hs-accordion__item:last-of-type button {
    border-bottom-color: transparent;
}
.hs-accordion__item button:focus {
    outline: none;
}
.hs-accordion__item button:hover {
    color: #1e2f46;
}
.hs-accordion__item button:hover > span:after {
    background-color: #1e2f46;
}
.hs-accordion__item button:hover > span:before {
    background-color: #1e2f46;
}
.hs-accordion__item[aria-expanded=true] button {   /* [aria-expanded=true] means accordion will be 'open' */
    color: #1e2f46;
    border-bottom-color: #00e65f;
}
.hs-accordion__item-icon {              /* Icon styles */
    position: absolute;
    height: 1.25em;
    width: 1.25em;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
  pointer-events: none;
}
.hs-accordion__item-icon:before {   
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    height: 1px;
    width: .75em;
    background-color: #c4c4c4;
}
.hs-accordion__item-icon:after {   
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    height: .75em;
    width: 1px;
    background-color: #c4c4c4;
}

.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon {
    -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    border-color: transparent;
    background-color: transparent;
}
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:before,
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:after,
.hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:before,
.hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:after {
    background-color: #1e2f46;   
}
.hs-accordion__item main {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    -o-transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    line-height: 1.6;
  	display: block;
}
.hs-accordion__item[aria-expanded=true] main {
    opacity: 1;
    max-height: 100%;
    -webkit-transition: opacity .5s ease-in, max-height .5s ease-in;
    -o-transition: opacity .5s ease-in, max-height .5s ease-in;
    transition: opacity .5s ease-in, max-height .5s ease-in;
  	/*display: block;*/
}
.hs-accordion__item-content {
    padding: 2em 1em 1.5em;
    font-weight: 400;
}
.hs-accordion__item-content p {
 		margin-top: 0; 
}
.hs-accordion{
    background: white;
}
/********* Footer Section ********/
.footer-logo{
    display: block;
    height: 100%;
    width: 100%;
    max-width: 150px !important;
    margin: 20px;
}
.footer-copy{
  font-size: 14px;
  font-weight: 400;
}
.footer-cntnr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* The Modal (background) */
.fmodal {
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #ffffff;
  margin: auto;
  width: fit-content;
}

/* The Close Button */
.modal-close {
  color: #c4c4c4;
  float: right;
  font-size: 45px;
  font-weight: 300;
  padding: 0px 15px;
  z-index: 111111;
  position: relative;
  right: 0;
}

.modal-close:hover,
.modal-close:focus {
  color: #1e2f46;
  text-decoration: none;
  cursor: pointer;
}
.m-form-title {
    color: #1e2f46;
    font-size: 23px;
    margin: 0 10px 20px;
    text-align: center;
}
.m-form-container {
    max-width: 600px;
    padding: 30px;
}
.m-form-container fieldset {
    max-width: 100%!important;
}
.m-form-container .hs-form-field {
    margin: 15px 0 5px!important;
}
.m-form-container label {
    background: transparent;
    color: #1e2f46;
    font-size: 12px;
    list-style: none;
    margin: 8px 5px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-transform: capitalize;
    top: 0;
    transition: all .2s linear;
    white-space: nowrap;
}
.m-form-container .input {
    display: inline-flex;
    margin: auto;
    width: 100%;
}
.m-form-container input, select {
    background: #fafafa;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    font-family: Karla,sans-serif;
    font-size: 18px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    line-height: normal;
    margin: 10px;
    margin: 2px 10px 0!important;
    padding: 5px 10px;
    width: 100%;
  min-height: fit-content;
}
}
.m-form-container li {
    list-style: none;
}
.m-form-container label.hs-main-font-element {
    FONT-WEIGHT: 700;
    background: #fff;
    color: #fe5b4d;
    display: block;
    font-size: 10px;
    margin: 5px 0 0;
    padding: 0 0 12px 12px;
    text-align: left;
}
.m-form-container select {
    height: 35px;
    min-height: 20px;
}
.m-form-container .actions {
    display: flex;
    margin-top: 20px;
    width: auto;
}
.m-form-container input.hs-button.primary.large {
    align-items: center;
    background: #ff5b4d;
    border: 0;
    border-radius: 45px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Karla,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 18px;
    margin: 10px;
    min-height: 40px;
    padding: 15px 30px;
    padding: 15px 10px!important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.m-form-container input:focus-visible {
    border: 2px solid #C4C4C4;
    outline: none;
    text-decoration: none;
}
.m-form-container li {
    list-style: none;
}
/********** Mobile CSS **********/
@media screen and (max-width: 1000px) {
.flex-features {
  grid-template-columns: repeat(2, 1fr);
  display: grid !important;
}
.nav-container {
    margin: 0 auto 20px auto !important;
}
}
@media screen and (max-width: 600px) {
.flex-features {
  grid-template-columns: 1fr;
  display: grid !important;
}
.nav-container {
    margin: 0 auto 20px auto !important;
}
}
@media (max-width: 991px) {
.nav-container {
    margin: 0 auto 20px auto !important;
}
.table-wrapper{
  display: none;
}
.table-ctr-hide{
  display: none;
}
.flex-section {
  flex-wrap: wrap;
}
.flex-column{
  flex: 0 0 100%;
  max-width: 100%; 
  flex-basis: 100% !important;
} 
  
.cta-ctnr{
  flex-direction: column;
  align-items: flex-start;
}
.cta-stats_ctnr{
  margin: 40px 0 0 0;
  flex-direction: column;
  align-items: flex-start;
}
.btn-main{
   margin: 0 0 50px 0;
   font-size: 14px;
   width: auto;
}
.nav-item{
   margin: 30px !important;
   min-width: fit-content !important;
}
.footer-cntnr{
   flex-direction: column;
}
.feature-img{
    display: block;
    height: auto;
    width: 100%;
    max-width: 50px;
}
.hero-title{
  font-size: 24px;  
}
.section-title{
  font-size: 22px;  
}
.logo-cntnr{
    margin: 0 0 42px 0;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
} 
.icon-cntnr {
  height: 50px;
  }
.form-container{
 padding: 40px 20px;
  } 
#controlButtons {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
.cntr-flx{
  flex-direction: column;
  align-items: flex-start;
}
.tandp-p{
  font-size: 15px;
}
.int-p{
  font-size: 15px;
}
.profession-button{
  font-size: 15px;
  padding: 5px 15px;
}
details p{
  font-size: 15px !important;
}
  .tandp-title{
  font-size: 25px;
  }
.case-study {
    flex-direction: column !important;
    align-items: flex-start !important;
}
.case-study-stats {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 40px 0 0 0 !important;
}
.h-buttons {
    display: inline-flex;
    margin: 0 0 40px 0;
    flex-direction: row;
    max-width: 100%; 
    overflow-x: auto;
    white-space: nowrap;
    
}
.h-button {
    margin: 0 0 10px 10px !important
  }

.case-study-main { 
-webkit-box-flex: 0;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 100%;
    max-width: 100% !important;
    width: 100% !important;
  }
.case-study-container {
    flex-flow: column !important;
}
}
/* structure */

details[open],
details summary,
.d-imgs {
  display: block;
}
details[open] summary{
  color: #1e2f46;
}
details summary {
   align-items: center;
   color: #1e2f46;
   cursor: pointer;
   display: flex;
   filter: invert(97%) sepia(2%) saturate(23%) hue-rotate(327deg) brightness(85%) contrast(82%);
   list-style: none;
}
summary:hover {
    filter: none;
}
summary img:hover {
  filter: invert(14%) sepia(23%) saturate(1326%) hue-rotate(174deg) brightness(98%) contrast(90%);
}
.sum_text{
  border-bottom: 2px solid;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}
.sum_icon{
  margin: 0 15px 0 0 ;
}
/* transitions */
details {
  margin-bottom: 2rem;
  height: 4rem;
  transition: height 0.3s ease;
}
details[open] {
  height: auto;
  color: #1e2f46;
}
details p {
  height: fit-content;
  padding: 1rem 0;
  color: #1e2f46;
  line-height: 1.6;
  font-size: 18px;
}
details[open] summary {
  filter: none;
}

/* Imgs */
.imgs {
  max-width: 100%;
  height: auto;
}
.play_botton {
  transition: transform .25s ease-in-out;
  border: none;
  border-radius: 50%;
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 1;
  box-shadow: 0px 1px 22px rgba(255, 91, 77, 0.24);
  cursor: pointer;
}
/* responsive */
@media (max-width: 1190px) {
  body,
  .d-display {
    height: fit-content;
    width: 100%;
    display: block;
  }
  .d-display {
    justify-content: center;
    padding: 2rem 0;
  }
}

/* Modal */
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }
.vmodal {
  display: none; 
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.vmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
}

.vclose {
  cursor: pointer;
  position: absolute;
  right: -25px;
  top: -19px;
  font-size: 30pt;
  color: #ffff;
}

.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in-text {
  animation-name: fadeIn;
  animation-duration: 2s; /* adjust this value for faster or slower animation */
}

/* hero globe section */
.learn-more-link {
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 2px;
    border-bottom: 1px solid hsl(0deg 0% 100%);
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    margin: 0 0 0 20px;
    font-size: 10px;
}
.learn-more-link:hover {
    border-bottom: 1px solid hsl(4.43deg 98.88% 65.1%);
}
.hero-ctm-p{
  padding: 50px 5px 0 5px!important;
}
.info-box{
    display: block;
    box-sizing: border-box;
    color: #fff;
    padding: 20px;
    width: 400px;
    left: 50%;
    top: 52%;
    transform: translateX(-50%);
    transition: opacity 3s ease 4s;
    height: fit-content;
    z-index: 1;
}
.info-box::before {
    top: -10px;
    clip-path: polygon(0 100%,100% 0,100% 100%,0 100%);
    content: "";
    height: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(225deg);
    width: 20px;
}
.info-box,.info-box:before {
    background-color: #1e1e23;
    position: absolute
}
.info-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    padding: 20px;
}
.info-text::before {
    content: open-quote;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 20px;
}
.info-text::after {
    content: close-quote;
    font-size: 50px;
    position: absolute;
    right: 20px;
}
.about_fl{
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.about_img{
    width: 50px;
    height: auto;
    margin: 0 10px 0 0;
    filter: invert(0%) sepia(100%) saturate(100%) hue-rotate(110deg) brightness(110%) contrast(600%);
}
.h-ctnr{
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  max-width: 1170px;
}
.flx-section-h{
  justify-content: space-between;
}
.flx-section-h > :first-child {
    margin-right: auto; 
}
#controlButtons button {
    background: none;
    border: none;
    margin: 0;
    width: auto;
    flex: 1;
    padding-bottom: 20px;
    height: 100%;
    transition: border-position 0.3s cubic-bezier(0.86, 0.25, 0.46, 0.46);
    margin: 0 20px 0;
}

#controlButtons button img {
    width: auto;
    height: 30px;
    object-fit: contain;
    filter: invert(97%) sepia(2%) saturate(23%) hue-rotate(327deg) brightness(85%) contrast(82%);
    cursor: pointer;
    max-width: 90px;
}

#controlButtons button.active img,
#controlButtons button:hover img {
  filter: none;
}
/* ----- Integrations Section ----- */
.logos-section {
  overflow: hidden;
}
.mySwiper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.flex-features {
  display: flex;
}
.intctntr {
  background-color: #fafafa;
  padding: 0;
  position: relative;
  height: auto !important;
  margin: auto;
}
.int-p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding: 10px 0 50px 0;
}
.int-bp {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0 50px 0;
}
.intpcntr {
  padding: 20px 40px 40px 40px;
}
.intcta {
  position: absolute;
  bottom: 40px;
  top: auto;
  margin-bottom: 0 !important;
}
.intcta::after{
   height:20px;
   width: auto;
   padding: 5px 0 0 5px;
   
}
.intlogo {
    height: 40px;
    margin: 0 10px 0 0;
    max-width: 120px;
    object-fit: contain;
    width: auto;
}
.intdetails {
    padding: 20px 40px;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.swiper-wrapper{
    transition-timing-function: linear;
}

#playPauseButton {
  display: block;
  background-color: #fafafa;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 10px;
  float: right;
  filter: none;
}

.pause-icon {
  background-image: url('https://help.digimind.com/hubfs/Digimind%20LP23/Pause.svg');
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(97%) sepia(2%) saturate(23%) hue-rotate(327deg) brightness(85%) contrast(82%);
}
.play-icon {
  background-image: url('https://help.digimind.com/hubfs/Digimind%20LP23/Play.svg');
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(97%) sepia(2%) saturate(23%) hue-rotate(327deg) brightness(85%) contrast(82%);
}
.pause-icon:hover {
  filter: none;
}
.play-icon:hover {
  filter: none;
}
.cntr-flx{
  display: flex;
  margin: 0 auto 50px auto;
}
.promenutitle{
   color: #1E2F46;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 137.4%;
    letter-spacing: 2.07px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.text-prof-box{
 padding: 0 40px 40px 40px;
} 
.professions {
  flex-basis: 30%;
  background-color: #f1f1f1;
  padding: 20px;
}
.procontent {
  flex-basis: 50%;
  background-color: #ffffff;
  padding: 0;
  border: 2px solid #fafafa;
}
.protitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}  
.prodescription {
  margin-bottom: 10px;
}
.proimage {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  width: -webkit-fill-available;
}
.procta {
    background-color: transparent;
    padding: 0;
    text-align: left;
    margin: 30px 0 0 0 !important;
}
.v-buttons{
  display: flex;
  margin: 0 0 40px 0;
  flex-basis: 50%;
  flex-direction: column;
}
.v-button.active {
  color: #fff !important;
  background-color: #1e2f46 !important;
  border: 2px solid #1e2f46;
}
.v-button{
  margin: 10px 5px;
  text-align: left;
  text-decoration: none;
  border-radius: 45px;
  background: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: block;
  padding: 10px 25px;
  width: fit-content;
  color: #C4C4C4;
  border: 2px solid #c4c4c4;  
  cursor: pointer;
}
.v-button:hover{
    border: 2px solid #1e2f46;
    color: #1e2f46;
}
.protitle{
    font-family: 'Karla', sans-serif;
    font-weight: 300;
    margin: 0 0 30px;
    text-rendering: optimizelegibility;
    font-size: 26px;
    line-height: 1.6;
}
.h-buttons{
  display: flex;
  margin: 0 0 40px 0;
}
.h-button.active {
    color: #fff !important;
    background-color: #326446 !important;
    border: 2px solid #326446;
}
.h-button{
  margin: 5px;
  text-align: left;
  text-decoration: none;
  border-radius: 45px;
  background: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: block;
  padding: 10px 25px;
  width: fit-content;
  color: #326446;
  border: 2px solid #326446;  
  cursor: pointer;
}
.h-button:hover{
    border: 2px solid #326446;
    color: #326446;
}
.case-study-main {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 48%;
    height: auto;
    min-height: 300px;
    position: relative;
    width: 50%;
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #326446;
    background-blend-mode: overlay;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 5px;
}
.casestudy-logo {
    height: 40px;
    width: auto;
    max-width: 100px;
}
p.quote {
    height: fit-content;
    padding: 1rem 0;
    color: #ffffff;
    line-height: 1.6;
    font-size: 18px;
    margin: 0 0 40px 0;
}
.white-cta{
  color: #fff !important;
  border-color: #fff !important;
}
.white-cta:hover{
  color: #fff !important;
  border-color: #00e65f !important;
}
.case-study-stats {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px;
}
.case-study {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    align-items: stretch;
}
.case-study-container {
    display: flex;
    flex-flow: row;
}
.cs-stat-ctnr:last-child {
    margin: 0;
}
.cs-stat-ctnr {
    margin: 0 0 35px 0;
}
.stat-title {
    color: #FF5B4D;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.stat-dscp {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}
select {
    width: 100% !important;
}
.cta-ctnr23 {
    display: block;
}
.cta23 {
    margin-left: 0;
}
.hero-p23{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 40px;
}
.cta_stat_t{
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
}
.cta_stat_p{
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  margin: 10px 0 0;
}
.cta_stat_c{
  padding: 0 20px;
}
.comparison-table {
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 20px 5px;
  border-bottom: 1px solid #C4C4C4;
}

.title-row th {
  font-weight: bold;
  font-size: 18px;
  color: #1E2F46;
}

.feature-name {
  color: #1E2F46;
}

.our-brand {
  color: #00e65f;
}

.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  table-layout: auto;
  white-space: nowrap;
  overflow: hidden;
}

th,
td {
  padding: 20px 5px;
  line-height: 1.6;
  white-space: normal;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.column-logo{
  width: auto;
  height: 40px;
  max-width: 120px;
}
.td-icon{
  height: 20px;
  margin: 0 10px 0 0;
}
.td-title {
    color: #1e2f46;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.61px;
    text-transform: uppercase;
    text-align: left;
    vertical-align: baseline;
    display: flex;
    justify-content: left;
    align-items: center;
}
.tr-title{
  background-color: #fafafa;
}
.social_icn{
  height: 15px;
  margin: 0 3px;
  width: auto;
  max-width: 100px;
}
.tooltip-container {
  position: relative;
}

.tooltip-text {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #1E2F46;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
}

.flxicons{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}