/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.banner-top-wrapper .dnd-section{
  position:relative;
}
.banner-top-wrapper .dnd-section:before,
.fs-cst-bg.bg-video:before {
  background: linear-gradient(180deg, rgba(29, 44, 34, 0.00) 71.05%, #1D2C22 96.7%), linear-gradient(0deg, rgba(29, 44, 34, 0.00) 82.4%, rgba(29, 44, 34, 0.50) 141.38%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.38) 22.5%, rgba(28, 32, 29, 0.40) 64.15%, rgba(29, 44, 34, 0.40) 90.02%);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fs-cst-bg .absolute_svg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bg-video video {
  position: absolute;
  height: 100%;
  left: 0;
  max-width: 100%;
  top: 0;
  width: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: top;
}
.img-size-2 {
  height: 100%;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.pr-bg > div {
  position: absolute !important;
  left: 0;
  top: 0;   
}

.mobile_video{
  display:none;
}

@media(max-width:768px){
  .banner-top-wrapper .dnd-section:before,
  .fs-cst-bg.bg-video:before {
    bottom: 0;
    top: auto;
    background: linear-gradient(180deg, rgba(29, 44, 34, 0) 22.05%, #1d2c22 100%), linear-gradient(0deg, rgba(29, 44, 34, 0) 82.4%, rgba(29, 44, 34, 1.3) 140.38%), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0) 21.5%, rgba(28, 32, 29, 1) 47.15%, rgba(29, 44, 34, 1) 130.02%);
  }
  .desktop_video.has-mobile{
    display:none;
  }
  .mobile_video{
    display:block;
  }
}

/* Tooltip floating element */
.industry-leaders {
  text-align: center;
  margin: 40px auto;
  position: relative;
}

.il-title {
  color: #31b86a;
  font-weight: 600;
  margin-bottom: 20px;
}

.il-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.il-logo img {
  /*   max-height: 40px;
  width: auto; */
  display: block;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.il-logo:hover img,
.il-logo:focus img {
  transform: scale(1.05);
}


#tooltip {
  position: fixed;  /* instead of absolute */
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 9999;
}
#tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px; /* arrow below the box */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #0f2018 transparent transparent transparent;
}
.industry-leaders {
  margin: 38px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Custom Tippy.js theme */
.tippy-box[data-theme~='custom'] {
  background-color: #1d2c22; /* tooltip background */
  color: #EBE4DB;
  font-family: "NB International Pro";
  font-size: 10px;
  font-size: 13px;
  border-radius: 4px;
  padding: 10px !important;   
  font-family: 'NB International Pro';
  justify-content: center;
  max-width: 200px;              /* fixed width */
  word-wrap: break-word;     /* wrap long text */
}
.tippy-box .tippy-content{
  padding:10px;
}
.tippy-box[data-theme~='custom'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #1d2c22; /* arrow color */
}

.tippy-box[data-theme~='custom'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #1d2c22;
}
.banner-content-wrapper .span4 {
  padding-left: 15px;
  padding-right: 15px;
}
.industry-leaders-wrapper .banner-content-wrapper {
  position: absolute;
}
.industry-leaders-wrapper {
  position: relative;
}
.banner-content-wrapper{
  text-align:center;
  margin-top:40px;
}
.banner-content-wrapper h5{
  margin-top: 25px;
  margin-bottom: 10px;
  color: #49F687;
}
.tippy-box[data-theme~='custom'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #1d2c22;
}
.tippy-box[data-theme~='custom'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #1d2c22;
}
p.il-title {
  color: #49F687;
  margin: 0;
  font-weight: 700;
  line-height: 19.73px;
  font-size: 14px;
  margin-right: 40px;
}

.il-logos {
  line-height: 0;
}
div#tooltip {
  padding: 10px 12px;
  border-radius: 0;
  background: #1D2C22;
  box-shadow: 0px 1px 2px 0px #00000014;
  max-width: 207px;
  white-space: normal;
  text-align: left;
  font-weight: 500;
  font-size: 10px;
  line-height: 125%;
  vertical-align: middle;
  color: #EBE4DB;
}

#tooltip:after {
  bottom: -6px;
  border-top-color: #1D2C22;
  bottom: -11px;
}

@media(max-width:991px){
  body .banner-top-wrapper .dnd-section {
    margin-bottom: 30px;
    padding-top: 20% !important;
  }
  .il-logos {
    gap: 30px;
  }
  .industry-leaders {
    flex-direction: column;
    gap: 20px;
  }
  .industry-leaders-wrapper .banner-content-wrapper {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .industry-leaders-wrapper .banner-content-wrapper .span4 {
    width: 50% !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

}

@media(max-width:767px){
  .industry-leaders-wrapper .banner-content-wrapper .span4 {
    width: 100% !important;    
  }
  .il-logos {
    gap: 20px 40px;
  }
  p.il-title {
    margin: 0;
  }
  body .banner-top-wrapper .dnd-section {
    padding-top: 30% !important;
  }
}

/**********Multiple Buttons*************/
.multi-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  align-items:center;
}

.button-container .button.button--large {
  padding: 10px 18px;
  font-size: 16px;
  border-color: #fff;
}
@media (max-width:767px){
  .multi-button-container {
    gap: 15px 10px;
  }
}
/**********Multiple Buttons*************/
.cst-rich-wrapper{
  position:relative;
}
.cst-content > *{
  font:inherit;
}
.common-style-class:after{
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  z-index:1;
  top: 0;
  left: 0;
}
.inner-container{
  width:100%;
}
.cst-content *:last-child{
  margin-bottom:0;
}
.cst-content.tw-col-list ul {
  column-count: 2;
}

@media(max-width:767px){
  .cst-content.tw-col-list ul {
    column-count: 1;
  }
}



.header-col-holder a.button.button--secondary {
  display:none;
}
.mobile-trigger {
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: none;
  align-items: center;
  justify-content: center;  
}
.mobile-trigger .close-icon {
  display:none;
}
.mobile-menu-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
}

.mobile-menu-wrap ul li {
  border-bottom: 1px solid hsla(34, 29%, 89%, .3);
  padding: 11px 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.mobile-menu-wrap ul li:last-child {
  border-bottom: 0;
}

@media(max-width:991px){
  .header-links-wrap {
    overflow-y: auto;
    max-height: calc(100vh - 60px);
  }
  .mobile-menu-wrap {
    display: block !important;
  }
  .mobile-trigger.active .open {
    display:none;
  }
  .mobile-trigger.active .close-icon {
    display:flex;
  }
  .mobile-trigger{
    display:flex;
  }
  body .header-links-wrap {
    background: #2a382f;
    display: none;
    left: 0;
    position: absolute;
    top: 67px;
    width: 100%;
    padding: 30px 20px;
  }
  .header-col-holder a.button.button--secondary {
    display:block;
    margin-left: auto;
    margin-right: 20px;
  }
  .header-col-holder .header-links-wrap a.button.button--secondary{
    margin-right:0;
  }
  .header-col-holder a.button.button--secondary .la,
  .header-col-holder a.button.button--secondary .ra {
    display: none;
  }
  .sr-trigger {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
    position: absolute;
    right: 170px;
  }
  .header-menus {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  .header-button > .button {
    width: 50%;
    text-align: center;
    justify-content: center;
    padding: 15px;
  }
}

.map-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: -12rem;
}
.map-content svg {
  height: auto !important;
}
.region-line {
  cursor: pointer;
  transition: stroke-width 0.3s ease;
  opacity: 1;
}
.region-line:hover {
  stroke-width: 5;
}
.region-text {
  font-size: 16px;
  font-weight: 300;
  fill: #fff;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .3s 
    ease;
  text-anchor: middle;
}
.region-text.show {
  opacity: 1;
}
g.region-group:hover .region-text {
  opacity:1;
}
g.region-group path{
  transition:all ease 0.6s;
}
g.region-group.active path:first-child {
  transform: translateX(-86px);
  opacity: 1;
  stroke-width: 1.1px;
}
g.region-group.active path:nth-child(2) {
  transform: translateX(-56px);
  opacity: 1;
  stroke-width: 2px;
}
g.region-group.active path:nth-child(3) {
  transform: translateX(120px);
  opacity: 1;
  stroke-width: 1;
}
g.region-group.active path:nth-child(4) {
  transform: translateX(86px);
  opacity: 1;
  stroke-width: 1.3px;
}
g.region-group.active path:nth-child(5) {
  transform: translateX(61px);
  stroke-width: 1.9px;
}
g.region-group.active path:nth-child(6) {
  transform: translateX(90px);
  opacity: 1;
  stroke-width: 0.8px;
}
g.region-group.active path:nth-child(7) {
  transform: translateX(76px);
  stroke-width: 1.3px;
}
g.region-group.active path:nth-child(8) {
  transform: translateX(130px);
  stroke-width: 0.5px;
}
g.region-group.active path:nth-child(9) {
  transform: translateX(-100px);
  stroke-width: 1px;
}
g.region-group.active path:nth-child(10) {
  transform: translateX(-120px);
  stroke-width: 1px;
}



.pl-tabber-container {
  display: flex;
  flex-wrap: wrap;
}

.pl-left {
  width: 40%;
}

.pl-right {
  width: 60%;
  padding-right: 31px;
}
.pl-tab-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pl-tab-wrapper ul li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  opacity: 0.4;
  padding: 15px 10px 10px;
  padding-left: 52px;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.pl-tab-wrapper ul li a svg {
  position: absolute;
  left: 35px;
  transform: scale(0, 1);
  transform-origin: left;
}

.pl-tab-wrapper ul li a * {
  transition: all .3s ease;
}

.pl-tab-wrapper ul li a.active {
  opacity: 1;
  padding-left: 73px;
}

.pl-tab-wrapper ul li a.active svg {
  transform: scale(1);
}

.pl-tab-wrapper ul li a:before {
  content: '';
  display: block;
  width: 2px;
  height: 22.309452056884766px;
  background: currentColor;
  position: absolute;
  left: 35px;
}

.pl-tab-wrapper ul li a.active:before {
  opacity: 0;
}

.pl-tab-wrapper ul li a.active svg path {
  fill: #4AF688;
}

.pl-boxed {
  margin: 7px 0 0;
  padding: 0 25px;
}

.pl-tab-wrapper ul li + li {
  margin: 7px 0 0;
}

.pl-bx-inner {
  background: #1D2C22;
  padding: 20px;
}

.pl-bc-logo {
  text-align: center;
  padding: 26px 0;
  line-height: 0;
}

.pl-items {
  display: flex;
  padding: 0 0 26px;
}

.pl-its h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19.73px;
  margin: 0 0 10px;
}

.pl-its {
  padding: 0 15px;
  border-right: 2px solid #49F687;
  width: 33.33%;
  display: flex;
  align-items: center;
}

.pl-its *:last-child {
  margin: 0 0;
}

.pl-its:last-child {
  border-right: 0;
}

.pl-its:first-child {
  padding-left: 0;
}

.pl-content {
  background: #1D2C22;
  height: 100%;
}

.pl-content-inner {
  display: flex;
  height: 100%;
}

.pl-content-image {
  position: relative;
  width: 45%;
}

.pl-content-content {
  width: 55%;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pl-content-title {
  display: flex;
  align-items: center;
}

.pl-content-title h4 {
  margin: 0 0 0 14px;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  width: calc(100% - 107px);
}

.pl-content-cnt {
  margin: 10px 0 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.73px;
}

.pl-content-cnt *:last-child {
  margin: 0;
}

.pl-content-content > * {
  width: 100%;
}

.pl-content-image img {
  height: 100% !important;
  object-fit: cover;
}
.platform_trigger {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  padding: 9px 10px 9px 40px;
  position: relative;
  text-decoration: none;
}
.platform_trigger svg {
  display: none;
}
.platform_trigger a:before{
  background: currentColor;
  content: "";
  display: block;
  height: 22.309452056884766px;
  left: 20px;
  position: absolute;
  width: 2px;
}

/* Animation keyframes */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animation classes */
.pl-content-content.animate-fade-right {
  animation: fadeInRight 0.6s ease-out forwards;
}

.pl-content-image.animate-fade-left {
  animation: fadeInLeft 0.6s ease-out forwards;
}

.pl-bx-inner h2 {
  font-size: 20px;
  margin: 0 0 20px;
}
.pl-bx-inner {
  font-size: 14px;
}
.pl-items.has-length {
  padding: 0;
}
.pl-bx-inner.box2 {
  margin-top: 10px;
}
.pl-boxed .pl-bx-inner > h5 {
  font-family: "NB International Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin:0;
}

@media(max-width:1024px){
  .platform_trigger {
    display: block !important;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 35px;
  }
  .pl-tabber-container > div {
    width: 100%;
  }

  .pl-tabber-container {
    gap: 20px;
  }
  .platform_trigger a {
    text-decoration: none;
  }
  .pl-tabber-container .pl-tab-wrapper ul {
    display: none;
  }
  .pl-tabber-container {
    flex-direction: column-reverse;
  }
  .pl-content {
    margin-bottom: 30px;
  }
  svg.trigger-icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 23px;
  }
  .platform_trigger a.active svg.trigger-icon {
    transform: rotate(180deg);
    stroke: #fff;
    stroke-opacity: 1;
  }
  .platform_trigger a.active svg.trigger-icon * {
    stroke: #fff;
    stroke-opacity: 1 !important;
  }
  .pl-tabber-container {
    max-width: calc(100% - 30px);
    margin: 0px auto;
  }
  .pl-its h5 {
    font-size: 16px;
    line-height: normal;
    padding: 10px 5px;
  }
  .platform_trigger a.active svg:not(.trigger-icon) {
    opacity: 1;
    display: inline-block;
    position: absolute;
    left: 0px;
  }
  .platform_trigger a.active:before {
    opacity: 0;
  }
  .platform_trigger.active svg.trigger-icon {
    transform: rotate(180deg);
  }
  .platform_trigger.active svg.trigger-icon * {
    stroke-opacity: 1 !important;
    stroke: #fff !important;
  }
  .platform_trigger{
    cursor:pointer;
  }
  .platform_trigger a {
    pointer-events: none;
  }
  .pl-tabber-container .pl-content {
    display: none;
  }
  .pl-content.first-active {
    display: block !important;
  }
}

@media(max-width:600px){
  .pl-tabber-container {
    gap: 20px;
  }
  .pl-content-inner {
    flex-direction: column;
  }
  .pl-content-inner > div {
    width: 100%;
  }
  .pl-content-image img {
    width: 100%;
  }
  .pl-tab-wrapper ul li a {
    padding-left: 40px;
  }

  .pl-tab-wrapper ul li a:before {
    left: 20px;
  }
  .pl-tab-wrapper ul li a.active {
    padding-left: 40px;
  }

  .pl-tab-wrapper ul li a svg {
    left: 0px;
  }
  .pl-items {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .pl-right {
    padding-right: 0;
  }
  .pl-boxed {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
  .pl-content-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pl-its {
    width: 100%;
    text-align: center;
    justify-content: center;
    gap: 31px;
    border: 0;
    border-bottom: 2px solid #49f687;
    padding: 10px;
  }
  .pl-content-title h4 {
    font-size: 24px;    
  }
}
.pl-bx-inner.box2, .pl-bx-inner.box1 h2, .pl-bx-inner.box1 p {
  display: none;
}
.pl-its {
  text-align: center;
  justify-content: center;
}

.two-column-popup-wrap {
  align-items: center;
  background-color: rgba(29, 44, 34, .35);
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  display:flex;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.two-column-popup-wrap .close-icon {
  align-items: center;
  background: #fff;
  border:0;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all .3s 
    ease;
  width: 40px;
  z-index: 10;
}
.two-column-group {
  display: flex;
  margin: 0 auto;
  padding: 24px;
  position: relative;
  /* transform: scale(.95); */
  transition: all .2s 
    ease;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-height: 100vh;
  max-width: 700px;
}
.two-column-popup-inner {
  display: flex;
  margin: 0 auto;
  width: 100%;
  background: #1d2c22;
  border: 1px solid #fff;
  border-radius: 0;
  box-sizing: border-box;
  flex: 1;
  max-width: 700px;
  padding: 20px;
  flex-direction: column;
  overflow-y:auto;
}
.two-column-popup-wrap.active .two-column-group {
  transform: scale(1);
}
.two-column-popup-wrap .form-title:empty {
  display: none;
}
.two-column-popup-inner h2 {
  color: #49f687;
  font-size: 22.97px;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 20px;
  text-align: center;
}
.submitted-message,
.two-column-popup-wrap .submitted-message {
  color: inherit;
  font-size: 16px;
  text-align: center;
  display: flex;
  min-height: 230px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  margin: 0px auto;
}
.two-column-popup-inner .left p {
  line-height: 24px;
}
.popup-logo {
  max-width: 160px;
  margin-top:auto;
}
.submitted-message h2 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  font-weight: 500;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 13px;
  text-align: center;
  width: 100%;
  color: #052923;
  letter-spacing: 0;
}
.two-column-popup-inner .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 18px;
}
.two-column-popup-inner .right {
  width: 60%;
  max-height: 80vh;
  overflow-y:auto;
  padding-left:16px;
  scrollbar-width:none;
}
.two-column-popup-inner input.hs-button.primary.large{
  width: auto;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:0;
}
.two-column-popup-inner .right form {
  max-width: 760px;
  margin: 16px auto 0;
}
.two-column-group .hs-input.hs-fieldtype-intl-phone {
  width: 100% !important;
}
.two-column-group form .hs-form-field {
  margin-bottom: 20px;
}
.two-column-group textarea.hs-input {
  min-height: 100px;
  margin-bottom: 10px;
}
.two-column-group .hs-input {
  font-size: 16px !important;
  border: 1px solid #ebe4db;
  border-radius: 0;
  padding: 15px 15px;
  color: #F1EDE8;
  font-weight: 300;
}
.two-column-group  form .hs-form-field > label {
  display: none;
}
.two-column-popup-inner form .inputs-list:not(.no-list) label>span {
  font-size: 12px;
}
.two-column-popup-inner .hs-form-field legend {
  color: #fff;
  opacity: 0.9;
}
.two-column-popup-wrap.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.two-column-group form .hs_message {
  display: flex;
  flex-direction: column;
}
.two-column-group form .hs_message legend {
  order: 2;
}
.two-column-group form .hs_message .input {
  order: 1;
}
.popup-header-cont {
  padding-top: 16px;
  color: #6d6d6d;
  border-bottom: 1px solid #e5e5e5;
  line-height: 24px;
  margin-bottom:16px;
}
.two-column-popup-wrap.type2 .field > label span {
  font-size: 14px !important;
}
ul.no-list.hs-error-msgs.inputs-list {
  display: none;
}
.hs_error_rollup {
  display: none;
}
.modal-close.close-icon:hover {
  background: #333;
  color: #fff;
  transform: scale(1.1);
}
.two-column-popup-wrap.type2 .popup-header-cont h2 {
  margin-bottom: 16px;
}
.two-column-popup-wrap li.hs-form-booleancheckbox > label {
  display: flex;
  align-items: flex-start;
}
.two-column-popup-inner form .inputs-list:not(.no-list) label > span {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-family: NB International Pro;
}
.two-column-popup-inner .hs-form-field legend,
margin-bottom: 5px;
}

.two-column-popup-inner li.hs-form-booleancheckbox input + span{
  position:relative;
  padding-left:30px;
}
.two-column-popup-inner li.hs-form-booleancheckbox input + span:before {
  content: "";
  border: 1px solid #fff;
  height: 17px;
  width: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  margin-top:-2px;
}
.two-column-group select.hs-input option {
  color: #000;
}
.two-column-popup-inner li.hs-form-booleancheckbox input + span:after {
  color:#48DE93;
  content: "✓";
  left: 0;
  padding: 2px 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top:-2px;
  opacity:0;
}
.two-column-popup-inner li.hs-form-booleancheckbox {
  padding-left: 30px !important;
}
.two-column-popup-inner li.hs-form-booleancheckbox > label {
  padding-left: 0;
}
.two-column-popup-inner li.hs-form-booleancheckbox input:checked + span:after {
  color:#48DE93;
  opacity:1;
}
.two-column-popup-inner li.hs-form-booleancheckbox input {
  position: absolute;
  text-indent: -99999px;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  height: 10px;
  width: 10px !important;
  padding: 0;
  min-width: 10px !important;
  border: 0;
}
.two-column-popup-inner li.hs-form-booleancheckbox {
  padding: 3px 3px 9px 0;
  margin: 0;
}

@media(max-width:767px){
  .two-column-popup-inner {
    flex-direction: column;
  }
  .two-column-popup-inner .left,
  .two-column-popup-inner .right {
    width: 100%;
    padding-left:0;
    border: 0;
  }
  .two-column-popup-inner .left {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .two-column-popup-inner .left .popup-logo {
    max-width: 200px;
    order: 1;
    margin-bottom: 16px;
  }
  .two-column-popup-inner .left > * {
    order: 2;
  }
  .two-column-group {
    width: calc(100% - 30px);
    padding:0;
    max-width: 100%;
    overflow-y: auto;
    max-height: 90vh;
    scrollbar-width: none;
  }
  .two-column-popup-wrap h2 {
    margin-bottom: 16px;
  }
  .two-column-group form .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
  }
  .two-column-group form .hs-form-field .input {
    margin: 0;
  }
  .two-column-popup-inner .right {
    max-height: unset;
    overflow-y: visible;
  }
  .two-column-popup-inner input.hs-button.primary.large {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .two-column-popup-wrap h2 {
    padding-left: 40px;
    padding-right: 40px;
    line-height: normal;
  }
}

.tt-tab {
  margin: 0;
  opacity: 0;
  height: 0;
}
.tt-tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.tt-tab ul li a {
  background: rgb(235 228 219 / 30%);
  border-color: rgb(235 228 219 / 6%);
  color: #1D2C22;
}
.tt-tab ul li a:hover {
  background: #ff4d00;
  border-color: #ff4d00;
}
.tt-tab ul li a.active {
  background: #EBE4DB;
  border-color: #EBE4DB;
}
.tt-boxed-wrapper {
  background: #EBE4DB;
  color: #1d2c22;
  padding: 40px 60px;
  position: relative;
}
.tt-inner-tab {
  margin: 0 0 20px;
}
.tt-inner-tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tt-inner-tab ul li {
  flex: 1;
  display: block;
}
.tt-inner-tab ul li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 19.73px;
  text-align: center;
  width: 100%;
  background: transparent;
  border: 0 !important;
  border-bottom: 1px solid #1D2C22 !important;
  text-align: center;
  justify-content: center;
  padding: 0 0 10px;
  opacity: 0.3;
}
.tt-inner-tab ul li a:hover, .tt-inner-tab ul li a.active {
  background: transparent;
  opacity: 1;
}
.tt-slides-tw-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  align-items: center;
}
.tt-slides-tw-wrapper > * {
  width: 50%;
  padding: 0 20px;
}
.tt-sl-image {
  line-height: 0;
}
.tt-sl-con * {
  color: inherit;
}
.tt-sl-con p {
  margin: 0 0 10px;
}
.tt-sl-con h5 {
  font-size: 25.83px;
  line-height: 140%;
  font-style: italic;
}
.tt-sl-con h5 + h6 {
  font-size: 18.57px;
  line-height: 140%;
  letter-spacing: 0;
}
.tt-sl-con *:last-child {
  margin-bottom: 0;
}
.tt-sl-ft {
  margin: 40px 0 0;
}
.tt-sl-ft ul * {
  color: inherit;
}
.tt-sl-ft ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0 -20px;
}

.tt-sl-ft ul > li {
  width: 50%;
  padding: 0 20px;
}

.tt-sl-ft ul > li h5 {
  margin: 0;
}

.tt-sl-buttton {
  margin: 47px 0 0;
}

.tt-sl-con img {
  mix-blend-mode: Multiply;
}

.tt-cr-wrapper {
  position: relative;
}

.tt-cr-wrapper .swiper-button-wrapper {
  margin: 0;
  position: absolute;
  bottom: 40px;
  right: 60px;
  z-index: 10;
}

.tt-cr-wrapper .swiper-button-wrapper .tt-prev {
  transform: rotate(-180deg);
}
.tt-sl-image {
  transition: all .3s ease-in-out .4s;
  transform: scale(1, 1);
  transform-origin: left;
  width: 30%;
  min-height: 408px;
  position: relative;
}

.tt-sl-content {
  transition: all .4s ease-in-out .5s;
  transform: scale(1, 1) translateX(-40px);
  transform-origin: left;
  opacity: 0;
  width: 50%;
}

.swiper-slide-active .tt-sl-content {
  transform: scale(1, 1) translateX(0px);
  opacity: 1;
  width: 50%;
}

.swiper-slide-active .tt-sl-image {
  transform: scale(1, 1);
  opacity: 1;
  width: 50%;
}

.tt-sl-image img {
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
}

.tt-tab ul {
  flex-wrap: wrap;
}
.tt-inner-tab ul li a .la, .tt-inner-tab ul li a .ra {
  display: none;
}

@media (min-width:768px) and (max-width:1180px){
  .tt-inner-tab ul li {
    width: calc(33.3333% - 10px);
    flex: unset;
  }
  .tt-inner-tab ul li a {
    border: 1px solid #1d2c22 !important;
    padding: 10px;
  }
  .tt-boxed-wrapper{
    padding-left:30px;
    padding-right:30px;
  }
}

@media(max-width:767px){
  .tt-cr-trigger.active .trigger-icon {
    transform: rotate(180deg);
  }
  .tt-slides-tw-wrapper {
    flex-direction: column;
  }
  .tt-sl-image, .swiper-slide-active .tt-sl-image {
    width: 100%;
  }
  .tt-sl-content, .swiper-slide-active .tt-sl-content {
    width: 100%;
  }
  .tt-boxed-wrapper {
    padding: 30px 20px 60px;
  }
  .tt-inner-tab ul {
    flex-wrap: wrap;
  }
  .tt-sl-image {
    margin-bottom: 20px;
  }
  .tt-inner-tab ul li {
    width: calc(50% - 10px);
    display: inline-flex;
    flex: unset;
  }
  .tt-inner-tab {
    display: none;
  }
  .tt-cr-trigger {
    display: block !important;
  }
  .tt-cr-trigger a {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #1d2c22 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 0px 0 16px;
    text-align: center;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .tt-cr-wrapper .tt-cr-trigger .la,
  .tt-cr-wrapper .tt-cr-trigger .ra {
    display: none;
  }
  .tt-cr-wrapper svg.trigger-icon * {
    stroke: #1d2c22;
    stroke-opacity: 1;
  }
  .tt-cr-wrapper svg.trigger-icon {
    top: 6px;
    right: 0;
  }
  .tt-cr-wrapper .tt-slides-wrapper {
    margin-bottom: 40px;
  }
  .tt-cr-wrapper .tt-slides-wrapper {
    margin-bottom: 40px;
  }
  .tt-cr-wrapper .swiper-button-wrapper {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0px auto;
    justify-content: center;
  }
  .tt-cr-trigger a.active svg.trigger-icon {
    transform: rotate(180deg);
  }
  .tt-slides-wrapper{
    display:none;
  }
  .tt-slides-wrapper .tt-sl-content {
    transform: none;
    opacity: 1;
  }
  .tt-slides-wrapper.first-active{
    display:block;
  }
}

@media(max-width:600px){
  .tt-sl-image {
    min-height: 260px;
  }  
  .tb-cards {
    width: 100%;
    margin-bottom: 20px;
  }
  .tt-sl-buttton {
    margin: 27px 0 10px;
  }

}

@media(max-width:479px){
  .tt-sl-ft ul {
    flex-direction: column;
  }
  .tt-sl-ft ul>li {
    width: 100%;
  }
  .tt-tab ul li {
    width: calc(50% - 10px);
  }
  .tt-tab ul li a {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.multi-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 24px;
}
.button-container .button.button--large {
  padding: 10px 18px;
  font-size: 16px;
  border-color: #fff;
}
@media (max-width:767px){
  .multi-button-container {
    gap: 15px 10px;
  }
}
tr:nth-child(odd) {
    background-color: #1d2c22 !important;
}

.common-style-class:after{
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  z-index:1;
  top: 0;
  left: 0;
}
.cst-img-wrapper .inner-container{
  width:100%;
  line-height:0;
}
@media (max-width:767px){
  .flexpos-bottom .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .flexpos-bottom .row-fluid > * {
    width: 100%;
  }
  .flexpos-bottom .row-fluid:before, .flexpos-bottom .row-fluid:after {
    display: none;
  }
}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}