







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */













/* 1g. Site header */























/* 1h. Site footer */





/* Custom Theme Settings */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 18px;
}
.main_hero_banner p {
  width: 100%;
    max-width: 100%;
}
body {
  font-family: 'General Sans Medium';
  color: #000000;
  position: relative;
  background-color: #FDFFFC;
}

/* Paragraphs */

p {
  font-family: 'General Sans Medium';
  font-weight: 300;
  color: #858B9B;
}

/* Anchors */

a {
  color: #44518F;
}

a:hover,
a:focus {
  color: #1c2967;
}

a:active {
  color: #6c79b7;
}


@font-face {
    font-family: 'General Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Regular'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/GeneralSans-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'General Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Italic'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/GeneralSans-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'General Sans Extralight';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Extralight'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/GeneralSans-Extralight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'General Sans Extralight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Extralight Italic'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/GeneralSans-ExtralightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'General Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Light'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/GeneralSans-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'General Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Light Italic'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/GeneralSans-LightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'General Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Medium'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/GeneralSans-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'General Sans Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Medium Italic'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/GeneralSans-LightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'General Sans Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Semibold'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/GeneralSans-Semibold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'General Sans Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Semibold Italic'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/GeneralSans-SemiboldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'General Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Bold'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/GeneralSans-Bold.woff') format('woff');
    }

    @font-face {
    font-family: 'SF New Republic';
    font-style: normal;
    font-weight: normal;
    src: local('SF New Republic'), url('https://14510327.fs1.hubspotusercontent-na1.net/hubfs/14510327/sf-new-republic.woff2') format('woff2');
    }

/* Headings */

h1, .h1 {
  font-weight: 500; font-family: 'General Sans Medium';
  color: #000000;
  font-size: 68px;
  letter-spacing: -0.1rem;
}

h2, .h2 {
  font-weight: 500; font-family: 'General Sans Medium';
  color: #000000;
  font-size: 48px;
  letter-spacing: -0.1rem;
}

h3, .h3 {
  font-weight: 500; font-family: 'General Sans Medium';
  color: #44518F;
  font-size: 30px;
}

h4, .h4 {
  font-family: 'General Sans Medium';
  color: #000000;
  font-size: 24px;
}

h5 {
  font-weight: 500; font-family: 'General Sans Medium';
  color: #4c5cc5;
  font-size: 18px;
}

h6 {
  font-family: 'General Sans Light';
  color: #44518F;
  font-size: 14px;
}

/* Blockquote */

blockquote {
  border-left-color: #44518F;
}








button,
.button {
  background-color: 

  
  
    
  


  rgba(68, 81, 143, 1.0)

;
  border: 1px solid #44518F;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(28, 41, 103, 1.0);
  border-color: #1c2967;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transform: translateY(1px);
}

button:active,
.button:active {
  background-color: rgba(108, 121, 183, 1.0);
  border-color: #6c79b7;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-family: 'General Sans Medium';
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(57, 177, 169, 1.0)

;
  color: #44518F;
}

/* Form label */

form label {
  color: #000000;
}

/* Form help text */

form legend {
  color: #000000;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #D1D6DC;
  color: #000000;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #39B1A9;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #39B1A9;
}

.fn-date-picker td .pika-button:hover {
  background-color: #39B1A9 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #39B1A9;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(68, 81, 143, 1.0)

;
  border: 1px solid #44518F;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(28, 41, 103, 1.0);
  border-color: #1c2967;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(108, 121, 183, 1.0);
  border-color: #6c79b7;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000000;
}

th,
td {
  border-color: #000000;
  color: #000000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(57, 177, 169, 1.0)

;
  border-bottom-color: #000000;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(1, 22, 39, 1.0)

;
  color: #ffffff;
}

tbody + tbody {
  border-top-color: #000000;
}





body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #011727;
  font-family: General Sans Medium;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #293f4f;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #39B1A9;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-color: #ffffff;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #ffffff;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: #ffffff;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: General Sans Medium;
}

.header__language-switcher-label-current:after {
  border-top-color: #011727;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #011727;
  }
}

/* Primary header  */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
/*   background-color: transparent; */
  border-bottom: px  ;
  box-shadow: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  transition: all 200ms ease-in-out;
}

.header__container {
  max-width: 1240px;
}

/* Header Variations */

.header.sticky {
  background-color: rgba(255,255,255,1.0);
}

.header.sticky .header__menu .header__navigation .menu-link {
  color: #858B9B;
}

.header .header__logo .logo-on-transparent {
   display: block;  
}

.header .header__logo .logo-on-white {
   display: none;  
}

.header.sticky .header__logo .logo-on-white {
  display: block;
}

.header.sticky .header__logo .logo-on-transparent {
  display: none;
}
/* Logo */

.logo-company-name {
  color: ;
}

/* Site Navigation */

.header__navigation {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  transition: all 0.2s ease-in-out;
}

.header__menu .header__navigation .menu-link {
  color: 

  
  
    
  


  rgba(1, 23, 39, 1.0)

;
  ;
  text-transform: ;
  font-size: ;
}

.header__menu .header__navigation .menu-link:hover {
/*   color: { header_primary_nav_color_hover }}; */
  
    
  ;
/*   background-color: { header_primary_nav_bg_color_hover }}; */
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  color: ;
  ;
  text-transform: ;
  font-size: ;
}

@media screen and (max-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: ;
    ;
    text-transform: ;
  }
  nav {
  background-color: #fff;
}
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-item {
    display: list-item;
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    border-top: 0;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover {
  color: ;
  ;
  background-color: 

  
  
    
  


  rgba(1, 23, 39, 1.0)

;
  border-radius: 5px;
}

.navigation-primary a {
  ;
  font-size: ;
  color: ;
}

.navigation-primary a:hover,
.navigation-primary a:focus {
  opacity: 1;
  ;
  font-size: ;
  color: ;
/*   background-color: rgba({ theme.global.header.primary.menu.hover.bg_color.color|convert_rgb }}, { theme.global.header.primary.menu.hover.bg_color.opacity * 0.01 }}); */
}

.navigation-primary a.active-item {
  ;
  font-size: ;
  color: ;
/*   background-color: rgba({ theme.global.header.primary.menu.active.bg_color.color|convert_rgb }}, { theme.global.header.primary.menu.active.bg_color.opacity * 0.01 }}); */
}





.footer {
  background-color: #011627;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #ffffff;
}





.blog-post__date {
  border-color: #000000;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #000000;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #282828;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #39B1A9;
}

.blog-pagination__link {
  color: #000000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #39B1A9;
}

.blog-post__title {
  font-weight: 500; font-family: 'General Sans Medium';
  color: #000000;
  font-size: 48px;
}

.blog-post__author {
  background-color: #44518F;
}

#comments-listing .comment-reply-to {
  color: #44518F;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #1c2967;
}

#comments-listing .comment-reply-to:active {
  color: #6c79b7;
}






.theme-system-gradient {
  background: linear-gradient(100.46deg, #2BE5E8 7.79%, #1FA7C5 92.21%); 
}

.system-page {
  height: 100vh; 
  display: flex;
}

.system-page .content-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  
}

.error-page h5, .error-page h1, .error-page p {
  color: #fff; 
}

.error-page p {
  max-width: 75%; 
}

.content-wrapper .error-page {
   flex: 1;
  text-align: left;
   padding-left: 50px;
  flex-grow: 50%;
}

.content-wrapper .error-page-img {
   flex: 1;
  margin-right: 50px; 
  height:275px;
}

.content-wrapper .error-page-img img{
   width: 100%;
  height: auto;
}

.content-wrapper .systems-page.card {
  background-color: #fff; 
}

.content-wrapper .error-page-img .section-img-behind {
    position: absolute;
    z-index: 2;
    top: -75px;
}

@media ( max-width: 768px) {
  .content-wrapper .error-page {
  }

  .content-wrapper .error-page-img {

  }
}

@media ( max-width: 320px) {
  
}






body .icon svg {
  fill: #39B1A9;
}

body .tns-nav button.tns-nav-active {
  background-color: #39B1A9;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #39B1A9;
}

body .team-member__description {
  background-color: #44518F;
}





.cursor-circle {
  position: absolute;
  width: 14px; 
  height: 14px; 
  border-radius: 50%;
  background-color: rgba(0,0,0,0.7);
  pointer-events: none;
  z-index: 999;
}

.ml11 {
  
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #011627;
  transform-origin: 0 50%;
}

.ml11 .line1 { 
  top: 0; 
  left: 0;
}

.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}

.theme-scroll-reveal {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
.theme-scroll-reveal.visible {
  opacity: 1;
  -webkit-transform: none;
    -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
          transform: none;
}





.hero-section {
  position: relative;
  padding-top: 175px;
  padding-bottom: 300px;
  padding-left: 0px;
  padding-right: 0px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}

.hero-section.interior {
  padding-top: 175px;
  padding-bottom: 175px;
}

h1.mobile-title{
  display: block; 
}

.hero-section.lp {
/*   height: 2400px; */
}

.hero-section-overlay:after {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
/*   background-color: rgba(248,112,96,0.65); */
/*   background-color: #0031E6; */
  background-color: #FFFFFF;

  opacity: 0.65;
}

.hero-section-background-container {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.hero-section-background-container img{
  
  width: 100%;
  height: auto;
  
}

.hero-content {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-pack: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  z-index: 10;
  position: relative;
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;

} 

.lp-form-container {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-pack: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  z-index: 20;
  position: relative;
  width: 100%;
  text-align: center;
  height: 500px;
}


.lp-form-container .lp-form-card {
  background-color: #fff;
    height: auto;
    width: 800px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: 0 auto;
    padding: 25px 50px;
}

.body-container--contact .hero-section {
    position: relative;
    padding-top: 175px;
    padding-bottom: 240px;
    padding-left: 0px;
    padding-right: 0px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}



.hero-section.lp .hero-section-background-container video{
    width:auto !important;
  height: 100% !important;
}

@media (min-aspect-ratio: 16/9) {
    .hero-section.lp .hero-section-background-container video {
        width:auto !important;
        height: 100% !important;
    }
}
@media (max-aspect-ratio: 16/9) {
    .hero-section.lp .hero-section-background-container video { 
        width:auto !important;
        height: 100% !important;
    }
}

.cta-container .button{
  max-width: fit-content;
}

.section-bg-fixed {
  background-attachment: fixed;
}

.section-base {
  padding: 100px 20px 150px 20px;
  position: relative;
  overflow: hidden;
}

.section-base.lead-magnet {
  padding: 150px 20px;
   
}

.section-base.testimonial {
  padding: 150px 20px 0px 20px;
   
}

.section-base.section-faq{
  padding: 50px 20px 0px 20px;
   
}

.section-row {
  margin-bottom: 100px;
  display: flex;
  
}

.section-base button, .section-base .button {
  display: table;
}

.section-row.slider-row {
  margin-bottom: 100px;
  display: block;
  
}



.section-background-container {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}

.section-background-container img{
  width: 100%;
  height: auto;
}

.section-base.lead-magnet .section-background-container img.img-parallax-horiz{
  width: auto;
  height: 100%;
}

.section-base.lead-magnet .section-background-container img.img-parallax-horiz-mobile {
  display: none;
  width: auto;
  height: 100%;
}

.section-background-overlay:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .35;
}

.section-info-card {
  background-color: #fff;
  padding: 50px 35px 35px 35px;
}

.section-info-card.vertical-buffer {
  margin: 100px 0;
}

.section-img-container {
  position: relative;
}

.section-img {
/*   box-shadow: 0 10px 36px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.06); */
  position: absolute;
  z-index: 3;
}

.section-img-behind {
  position: absolute;
  z-index: 2;
}

.row-fluid .section-img-container.mobile {
  width: 100%;
  height: auto;
  display: none; 
}


.column-flex {
  display: -ms-flexbox !important;
  -ms-flex-direction: column !important;
  -ms-flex-pack: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.text-centered {
  text-align: center;
}

.center-subtext {
  text-align: center;
  max-width: 45%;
  margin: 0 auto;
}





.theme-border-radius {
  border-radius: 5px;
  overflow: hidden;
}

/* .theme-shadow {
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
} */

.theme-shadow {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
} 

.theme-shadow-card-flat {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 200ms ease-in-out;
}

.theme-shadow-card-flat:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.theme-color-primary-bg {
  background-color: #39B1A9;
}

.theme-color-secondary-bg {
  background-color: #44518F;
}

.theme-color-tertiary-bg {
  background-color: #FFFFFF;
}

.theme-hero-gradient {
  background: linear-gradient(100.46deg, #2BE5E8 7.79%, #1FA7C5 92.21%); 
}

.module-hero-gradient {
  height: 100%; 
}

/* Theme Dependent Colors*/


footer .footer__container .footer__top-section .footer__info .social-links__icon {
    background-color: #44518F;
  transition: all .2s ease-in-out;
  
}

.img-info-container:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    opacity: .35;
    transition: all .2s ease-in-out;
}

/* HERO SECTION */

.hero-section-divider-angle-2 {
  position: absolute;
  z-index: 11;
  left: 0px;
  right: 0px;
  bottom: -1px;
  width: 100%;
  height: 200px;
  background: url(https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/section_angle_1.svg) no-repeat bottom center;
  background-size: contain;
  pointer-events: none;
}

.hero-section-divider-angle-1 {
  position: absolute;
  z-index: 11;
  left: 0px;
  right: 0px;
  top: -1px;
  width: 100%;
  height: 200px;
  background: url(https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/section_angle_2.svg) no-repeat top center;
  background-size: contain;
  pointer-events: none;
}

.hero-section-divider-wave-1 {
  position: absolute;
  z-index: 11;
  left: 0px;
  right: 0px;
  bottom: -1px;
  width: 102%;
  height: 200px;
  background: url(https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/section-wave-1.svg) no-repeat bottom center;
  background-size: contain;
  pointer-events: none;
}

.hero-section-divider-wave-2 {
  position: absolute;
  z-index: 11;
  left: 0px;
  right: 0px;
  top: -1px;
  width: 102%;
  height: 200px;
  background: url(https://395201.fs1.hubspotusercontent-na1.net/hubfs/395201/section-wave-2.svg) no-repeat top center;
  background-size: contain;
  pointer-events: none;
}

.hero-section-jobbies-1 {
  position: absolute;
  z-index: 9;
  left: 0px;
  right: 0px;
  bottom: -1px;
  width: 102%;
  height: 200px;
  pointer-events: none;
}

.hero-section-jobbies-3 {
  position: absolute;
  z-index: 9;
  left: 0px;
  right: 0px;
  bottom: -80px;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.hero-section-jobbies-1 img{
  width: 100%;
  height: auto;
}

.accordion_area .accordion_box {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.accordion_area .accordion_fifty {
    width: 50%;
    float: left;
}

.accordion_area .accordion_cover {display:flex; flex-wrap:wrap;}

.accordion_area .accordion_box .accordion_boxinner {
    position: relative;
    padding: 30px 30px 30px 70px;
/*     background-color: { primary_color }} !important; */
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 27px;
}

.accordion_area .accordion_box .accordion_boxtext {
    display: none;
    padding-top: 20px;
    color: #39B1A9;
    padding-right: 50px;
}

.accordion_area {
    position: relative;
    padding: 50px 0 100px;
}

.accordion_area .accordion_box .accordion_boxinner h4 {
    position: relative;
    margin: 0;
    cursor: pointer;
    color: #39B1A9;
/*     font-size: 24px;
    letter-spacing: 0.01rem; */
}

.accordion_area .accordion_box .accordion_boxinner h4:after {
  position: absolute;
  content: "+";
  left: -46px;
  top: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  font-weight: 100;
  transition: all .2s ease-in-out;
  opacity: 1;
  background-size: 100% 100%;
  color: #858B9B;
}

.accordion_area .accordion_box:hover > .accordion_boxinner h4:after {
  transition: all .2s ease-in-out;
  color: #44518F;
}

.accordion_area .accordion_box .accordion_boxinner h4.active:after {
  transform: rotate(45deg) scale3d(1.05, 1.05, 1.05) translateX(-1px);
  color: #44518F;
  
}



video {
  /* override other styles to make responsive */
  width: auto    !important;
  height: 100%   !important;
}

::marker {
  color: #FFFFFF;
  font-size: 1.2em;
}

.card-horizontal {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(77,77,77,0.3);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 25px 30px; 
}

.card-icon {
    float: left;
    width: 50px;
}

.card-icon img {
    max-width: 42px;
  width: 100%;
  height: auto;
}

.card-horizontal-title {
    float: left;
    width: calc(100% - 55px);
    font-size: 22px;
    line-height: 24px;
    padding-left: 32px;
}

.quote-icon-container svg {
    max-width: 48px;  
}

.testimonial-container {
  width: 100%; 
  padding: 0px 0px 150px 0px;
}

.author-name {
  margin-bottom: 10px;
}

.author-title {
  font-family: "Roboto";
  font-weight: 300;
  color: #aeaeae;
  font-size: 14px;
}

.slick-dots li button:hover,.slick-dots li button:focus, .slick-dots li button:active {
     box-shadow: none;
}

.slick-dots {
    margin-top: 50px; 
}

.slick-list {
    overflow: visible; 
}

.cta-section {
  position: relative; 
  height: 500px;
  display: flex;
}

.split-bg {
  position: absolute; 
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.top {
  position: absolute; 
  height: 50%;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fdfffc;
}

.bottom {
  position: absolute; 
  height: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #011627;
}

.cta-container {
  position: absolute;
  padding: 50px 75px;
  display: inline-block;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
/*   background-color: { tertiary_color }}; */
  background: linear-gradient(98.47deg, #439DF0 0%, #2263EE 100%);
  max-width: 50%;
  height: fit-content;
  
}

.cta-container h2, .cta-container p{
   color: #fff;
}

.hero-btn, .section-cta-btn {
  width: max-content; 
  margin: 25px auto 0 auto;
}

.section-cta-btn {
  
}

.cta-btn {
  width: max-content; 
  background-color: #fff;
  margin: 25px auto 0 auto;
  color: #FFFFFF;
  border: none;
}

.cta-btn:hover {
  background-color: #f7f7f7;
  color: #FFFFFF;
  
}




.row-fluid .icon-box-main { padding: 60px 0px; }

.row-fluid .icon-box-main .icon-boxes { display: flex; margin: 0px -15px; }
.row-fluid .icon-box-main .icon-boxes .icon-box { width: calc(33.33% - 30px); transition: all 400ms ease; margin: 15px; background: #FFFFFF; box-shadow: 0px 4px 10px #D6D6D6; border-radius: 10px; padding: 18px 20px 17px 30px; }
.row-fluid .icon-box .icon-box-inner { display: flex; }
.row-fluid .icon-box .icon-box-inner .icon-icon { width: 40px; float: left; padding-top: 10px; text-align: center; }
.row-fluid .icon-box .icon-box-inner .icon-text { width: calc(100% - 40px); padding-left: 20px; }
.row-fluid .icon-box .icon-box-inner .icon-text p { margin: 0;}
.row-fluid .icon-box-main .icon-boxes .icon-box:hover { background: #F0F2FE; }
.icon-slider-main .heading-main .heading-text { max-width: 768px; margin-left: auto; margin-right: auto; }

.row-fluid .icon-slider-main { padding: 100px 0 75px; overflow: hidden;}
.row-fluid .icon-slider-main .title{ color: #fff; margin-bottom: 100px; }
.row-fluid .icon-slider { padding: 40px 0px 15px 0px; }
.row-fluid .icon-slider .icon-slide-img { width: 200px; height: 200px; display: inline-block; position: relative; margin-bottom: 50px;}
.row-fluid .icon-slider .icon-slide-img img.img-foreground { max-height: 100%; object-fit: contain; width: 100%; position: absolute; z-index: 1;}
.row-fluid .icon-slider .icon-slide-img img.img-background { max-height: 100%; object-fit: contain; width: 100%; position: absolute; z-index: -1; transform: scale(2);}
.row-fluid .icon-slider .icon-slide { text-align: center; transition: all 400ms ease; cursor: grab;}
.row-fluid .icon-slider h3 { max-width: 550px; line-height: 38px; margin: 0 auto 25px auto; transition: all 400ms ease; text-align: center; color: #fff; }
.row-fluid .icon-slider p { padding: 0 25%; margin: 0 auto 40px auto; transition: all 400ms ease; text-align: center; color: #fff; }
.row-fluid .icon-slider .slick-dots { margin-top: 0px; }
.row-fluid .icon-slider .slick-dots li button:before { color: #fff; }


@media (min-width:768px) {/*hover event for desktops*/
    
    .row-fluid .icon-slider .icon-slide:not(.slick-center) h3 { opacity: 0; visibility: hidden;}
    .row-fluid .icon-slider .icon-slide:not(.slick-center) p { opacity: 0; visibility: hidden;}
    .row-fluid .icon-slider .icon-slide:not(.slick-center) img { opacity: 0.3; }
    .row-fluid .icon-slider .icon-slide.slick-center.slick-current ~ .icon-slide { transform: scale(0.6) translateX(-600px); }
    .row-fluid .icon-slider .icon-slide:not(.slick-center) { transform: scale(0.7) translateX(600px); }
  
} 

.quote-icon-container {
  max-width: 50px;
    height: 60px;
  
}

.quote-icon-container img {
  width: 100%;
  height: auto;
}

.img-responsive {
  width: 100%;
  height: auto;
}


.row-fluid .tabservices_area {
    padding: 50px 0;
    position: relative;
}

.row-fluid .tabservices_area .tabservices_img_box {
    width: 50%;
    float: left;
}

.row-fluid .tabservices_area .tabservices_right {
    width: 50%;
    float: left;
    padding-left: 80px;
}

.row-fluid .tabservices_area .tabservices_right_title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

.row-fluid .tabservices_area .tabservices_boxcover {
    margin-bottom: 30px;
}

.row-fluid .tabservices_area .tabservices_box {
    padding: 20px 35px 20px 0px;
    margin-bottom: 30px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
}

.row-fluid .tabservices_area .tabservices_box.current {
    padding: 20px 35px 20px 35px;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    position: relative;
}

.row-fluid .tabservices_area .tabservices_box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
  background-color: #44518F;
    transition: all .3s ease-in-out;
  
}

.row-fluid .tabservices_area .tabservices_box.current:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
  background-color: #44518F;
}

.row-fluid .tabservices_area .tabservices_box .tabservices_inner {
    display: flex;
    align-items: center;
}

.row-fluid .tabservices_area .tabservices_box .tabservices_icon {
    width: 100%;
    max-width: 35px;
    float: left;
}

.row-fluid .tabservices_area .tabservices_box_text {
    margin-top: 10px;
    color: #aeaeae;
    text-decoration: none !important;
  
}

.row-fluid .tabservices_area a.tabservices_link:hover, .row-fluid .tabservices_area a.tabservices_link:visited, .row-fluid .tabservices_area a.tabservices_link:focus {
    text-decoration: none !important;
}

.row-fluid .tabservices_area2 .tabservices_box:hover, .row-fluid .tabservices_area .tabservices_box.current {
    background: #fff;
    transition: all .4s ease;
}

.row-fluid .tabservices_area #srevtab1.tabservices_img {
    display: block;
}

.row-fluid .tabservices_area .tabservices_imgitem {
    position: relative;
    height: 650px;
    background-size: contain !important;
}

.row-fluid .tabservices_area .tabservices_img {
    display: none;
}

.row-fluid .tabservices_area .tabservices_box .tabservices_icon_hover {
    display: none;
}

.tabservices_box:not(.current) {
    box-shadow: none;
    opacity: 0.4;
}

.row-fluid .tabservices_area .tabservices_box h4 {
    width: calc(100% - 40px);
    padding-left: 50px;
    float: left;
    margin: 0;
}

.row-fluid .tabservices_area .tabservices_box h4.no-icon {
    width: 100%;
    padding-left: 0px;
    float: left;
    margin: 0;
}


/* MENU STYLE OVERRIDES */

.submenu {
    transition: all 0.2s ease-in-out;
}


/* mobile nav */
/* .header .header__logo .logo-on-white {
  display: none;
} 

.header .header__logo .logo-on-transparent {
  display: block;
}  */

/* Active Menu Item Styles */

.navigation-primary a.active-item {
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after,
.navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(255,255,255,0);
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .navigation-primary .submenu.level-1 > li > a.active-item:after,
  .navigation-primary .submenu.level-1 > li > a.active-branch:after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) {
    background-color: #FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: auto;
    padding: 15px;
    border-radius: 10px;
    position: absolute;
    overflow: hidden;
    transform: perspective(200px) rotateX(-15deg) rotateY(0) rotateZ(0) translateX(-50%);
    transform-origin: top left;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    margin: 0px auto;
    float: none;
    min-width: 200px;
  }
  
  .submenu.level-1 > li.has-submenu:hover .submenu.level-2, .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
      pointer-events: auto;
      transform: rotateX(0) translateX(-50%);
      opacity: 1;
    
  }

  .header__menu .header__navigation .submenu:not(.level-1) {
    
  }
  .header__menu .header__navigation .menu-link {
    
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: #3D3E40;
    padding: 10px;
    background-color: #ffffff;
    text-align: left;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .submenu.level-3 {
    visibility: hidden;
    position: absolute;
    background-color: #FFFFFF;
    left: 95%;
    top: 5%;
    width: 100%;
  }

  .submenu.level-2 .menu-item:hover .submenu.level-3 {
    visibility: visible;
    z-index: 1;
  }

  .header__menu .header__navigation .submenu.level-3 .menu-link {
    padding-left: 20px;
    
  }

  .header__navigation-toggle {
    display: none;
  }

  .header__navigation--secondary-mobile {
    display: none;
  }

  .header__menu .header__navigation .submenu.level-1 > .has-submenu > .menu-arrow {
    border-top-color: #FFFFFF;
    top: 45%;
    right: 0px;
    border-radius: 2px;
  }
  .header__menu .header__navigation .submenu.level-2 > li {
      border-bottom: none !important;
      background-color: #FFFFFF;
      padding: 0;
      margin: 0;
  }
  .header__menu .header__navigation .submenu.level-1 > .menu-item {
    margin: 0;
    padding: 5px 25px;
    border-top: none;
    
  }
  .header__menu .header__navigation .submenu:after {
  }
  
  .header__menu .header__navigation .submenu:not(.level-1) .menu-item {
      border-radius: 5px;
      margin-bottom: 5px;
  }
  
  .header__menu .header__navigation .submenu:not(.level-1) .menu-item:last-child {
      
      margin-bottom: 0px;
  }
  
  .header.sticky .header__menu .header__navigation .menu-link:hover {
    color: #39B1A9;
  }

}
@media screen and (max-width: 991px) {
  .accordion_area .accordion_box { width:100%;}
}
@media screen and (max-width: 767px) {
  .header .header__mobile-menu-icon, .header  .header__mobile-menu-icon:after, .header .header__mobile-menu-icon:before {
      background-color: #000;
      border-radius: 5px;
      display: inline-block;
      height: 4px;
      width: 24px;
  }
  
  .header.sticky .header__mobile-menu-icon, .header.sticky  .header__mobile-menu-icon:after, .header.sticky .header__mobile-menu-icon:before {
      background-color: #39B1A9;
      border-radius: 5px;
      display: inline-block;
      height: 4px;
      width: 24px;
  }
  
  .header.sticky .header__menu .header__navigation .menu-link {
      color: #39B1A9;
      
  }
  
  
}


/* CONTENT LAYOUTS */

.row-fluid .content-layouts-main {
    padding: 100px 0 0px;
    overflow: hidden;
}

.row-fluid .content-layouts-main h2{
    color: #fff;
    margin-bottom: 25px;
}

.single-card {
  padding: 35px 35px 20px 35px;
  margin: 25px auto;
  width: 100%;
  min-height: 325px;
  min-width: 325px;
}

.single-card.no-card {
  background-color: transparent !important;
}

.flex-content-container {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%; 
}


.single-card.three-col {
  padding: 35px;
  border: solid 1px rgba(0,0,0,0.1);
  margin: 25px;
  flex: 0 0 26%;
  width: auto;
}

@media ( max-width: 768px) {
  
}

@media ( max-width: 320px) {
  
}

.single-card .card-content {
  text-align: center; 
}



/* FOOTER */

.footer__navigation li {
    margin: .7rem 0;
    text-align: left;
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding: 0px !important;
    text-decoration: none;
  transition: all .2s ease-in-out;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover {
  color: #44518F;
}
.footer__bottom-section p {
  font-weight: 300;
  font-size: 14px;
}

.footer__container {
    margin: 0 auto;
    max-width: 1340px;
    padding: 3.8rem 2.8rem 0 2.8rem;
}

.footer__container .footer__navigation h3 {
    white-space: nowrap;
}






@media (max-width: 1200px) {
 
  .hero-section-background-container img{
    width: auto;
    height: 100% !important;
  }
}

@media (max-width: 980px) {
  .footer .footer__top-section {
      text-align: left;
  }
  .footer .footer__navigation {
      margin-bottom: 15px;
  }
  h1.mobile-title{
      display: block; 
  }
 
  
 
}


@media ( max-width: 768px) {
  h1, .h1 {
/*     font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.01rem; */
    font-size: 48px;
    line-height: 52px;
  }

  h2, .h2 {
/*     font-size: 32px;
    letter-spacing: -0.1rem;
    line-height: 32px; */
  }

  h3, .h3 {
    font-size: 30px;
  }

  h4, .h4 {
    font-size: 24px;
  }

  h5 {
    font-weight: 500; font-family: 'General Sans Medium';
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }
  
  .hero-btn, .section-cta-btn {
    width: auto;
    margin: 0px auto 50px auto;
  } 
  
  .ml11 .letter {
      display: inline-block;
      line-height: 1.2em;
  }
  
  .single-card.three-col {
    flex-basis: 34%;
  }
  
  .row-fluid .tabservices_area .tabservices_img_box {
      width: 100%;
      float: none;
  }
  
  .row-fluid .tabservices_area .tabservices_right {
      width: 100%;
      float: none;
      padding-left: 0px;
  }
  
  .row-fluid .section-img-container.mobile {
    display: none; 
  }
  
  .section-base {
      padding: 25px 20px 25px 20px;
      position: relative;
      overflow: hidden;
  }
  
  .hero-section {
      padding-top: 175px;
      padding-bottom: 50px;
      padding-left: 25px;
      padding-right: 25px;
      
  }
  
  .hero-section.lp {
    padding-top: 175px;
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
}

  
  
  .row-fluid .icon-slider-main .title {
      margin-bottom: 0px;
  }
  .row-fluid .icon-slider p {
      padding: 0px;
  }
  
  .row-fluid .tabservices_area .tabservices_imgitem {
      position: relative;
      height: 650px;
      background-size: contain !important;
    display: none;
  }
  .single-card.three-col {
      padding: 35px;
      border: solid 1px rgba(0,0,0,0.1);
      margin: 25px 0;
      flex: 0 0 26%;
      width: auto;
  }
  .single-card {
      padding: 35px 35px 20px 35px;
        margin: 25px 0;
      /* width: 100%; */
      min-width: 100%;
  }
  .cta-container {
      padding: 35px;
      display: inline-block;
      margin: auto;
      max-width: 100%;
      border-radius: 0px;
  }
  .section-background-container img {
      width: auto;
      height: 100%;
  }
  
  .section-base.lead-magnet {
      padding: 25px;
  }
  
/*   .testimonial-container .dnd-column.slick-slide.slick-current.slick-active {
    display: block; 
  }
  
  .testimonial-container .dnd-column.slick-slide {
    display: none;
  } */
  
  
  .testimonial-container {
      width: 100%;
      padding: 0px 0px 0px 0px;
  }
  
  .section-base .testimonial-container .hs_cos_wrapper_type_inline_rich_text {
    text-align: left; 
  }
  
  .section-img-container {
    display: block;
    height: 250px;
  }
  
  .section-base .hs_cos_wrapper_type_inline_rich_text {
    text-align: center; 
  }
  
  .section-base a.button{
    margin: 0 auto; 
  }
  
  .accordion_area .accordion_fifty {
      width: 100%;
  }
  .img-info-container {
      margin-bottom: 25px;
   
  }
  .lp-form-container .lp-form-card {
    max-width: 800px;
    width: auto;
    top: 0px;
    padding: 25px 25px;
  }
  .header__menu .header__navigation .menu-link {
    color: #39B1A9;
      
  }
  .timeline-container .timeline-row {
      padding: 50px 0px 0px 0px;
  }
  
  .section-base.testimonial {
    padding: 0px 20px 0px 20px;
  }
  .section-info-card {
    padding: 25px;
  }
  .section-info-card h2 {
    line-height: 40px;
    font-size: 36px;
    white-space: break-spaces;
  }
  .section-info-card ul li {
    text-align: left;
  }
  .testimonial-container .slick-list {
      overflow: hidden;
  }
  .tabservices_right_title h2, .tabservices_right_title h5 {
      text-align: center; 
  }
  .section-row.slider-row {
      margin-bottom: 0px;
  }
  .tabservices_area .tabservices_right .back_style {
      text-align: center;
  }
  .header.mobile-nav-open {
      background-color: rgba(255,255,255,1.0); 
  }
  

  
  #nav-toggle:checked ~ .header__navigation {
      opacity: 1;
      pointer-events: auto;
  }
  
  .header.mobile-nav-open .header__logo .logo-on-white {
    display: block;
  } 
  
  .header.mobile-nav-open .header__logo .logo-on-transparent {
    display: none;
  } 
  
  .header.mobile-nav-open .header__mobile-menu-icon, .header.mobile-nav-open .header__mobile-menu-icon:after, .header.mobile-nav-open .header__mobile-menu-icon:before {
      background-color: #3a3a3a;
      border-radius: 5px;
      display: inline-block;
      height: 4px;
      width: 24px;
  }
  
  .row-fluid .tabservices_area .tabservices_box.current .tabservices_inimg {
      display: block;
        height: 250px;
    background-size: contain !important;
    margin-top: 25px;
  }
  
  .section-base.lead-magnet .section-background-container .simpleParallax img.img-parallax-horiz{
    display: none;
  }

  .section-base.lead-magnet .section-background-container img.img-parallax-horiz-mobile {
    display: block;
  }
  
}
@media ( max-width: 767px) {
  .header__navigation {
      /* background-color: #34b5e5; */
      position: absolute;
      right: 0;
      top: 100%;
      width: 100%;
      opacity: 0;
      pointer-events: none;
  }
}


  .single-card.three-col {
    flex-basis: 51%;
  }
}

.header__language-switcher ul.lang_list_class  {
    background-color: #fff !important;
}
@media screen and (min-width: 768px) {
    .header__menu {
        align-items: center;
        flex-direction: row;
       
    }
    .header__navigation {
        width: 100%;
    }
    .header__language-switcher-label {
        padding-right: 0px;
    }
    .header__language-switcher {
        width: 90px;
    }
    .header__menu .header__navigation .submenu.level-1>.menu-item {
        padding: 5px 20px;
    }
}
.accordion_area .accordion_fifty .accordion_box {
  width: 100%;
}



.top_header {
    background-color: #44518F;
    min-height: 32px;
}
.top_header .header__container {
    display: flex;
    justify-content: space-between;
    min-height: 32px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    gap: 20px;
}
.top_header span, .top_header a {
    color: #fff;
}
.top_header a:hover {
    color: #04B1A9;;
}
.btn_book_now {
    background-color: #5161AC;
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'General Sans Medium';
    border: 2px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}
.btn_book_now:hover {
    background-color: #24349d;
    border-color: #24349d;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    color: #fff;
    text-decoration: none;
}
.header__menu .header__navigation .menu-link {
    font-size: 16px;
    line-height: 24px;
    font-family: 'General Sans Medium';
    color: #535862;
    font-weight: 600;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    gap: 8px;
}
.flex__lang {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    gap: 12px;
}
.top_header span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-family: 'General Sans Light';
}
.top_header .left_side {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    gap: 8px;
}
.header__main-bar {
    min-height: 80px;
}
.header__logo img {
    display: block;
}
.header__main-bar .header__container {
    min-height: 80px;
}
.header__main-bar {
    padding: 0;
}
.header__language-switcher .lang_list_class li a, 
.header__language-switcher-label-current {
    color: #364173;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-family: 'General Sans Medium';
}
#hs_cos_wrapper_widget_1738850006514_ h2 {
    color: #1b2039;
    text-align: center;
    font-family: 'General Sans Medium';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}
#hs_cos_wrapper_widget_1738850006514_ p.secondary-header {
    margin: 0;
    color: #535862;
    text-align: center;
    font-family: 'General Sans Light';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
#hs_cos_wrapper_widget_1738849639441 .hs-video-container iframe {
    border-radius: 32px;
}
#hs_cos_wrapper_widget_1738849639441 .hs-video-container {
    border: 2px solid #D5D7DA;
    border-radius: 32px;
    padding: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
/*     max-width: 1200px !important; */
}
#hs_cos_wrapper_footer_address_ div {
    color: #f4ebff;
    font-family: 'General Sans Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#hs_cos_wrapper_footer_address_ div a {
    text-decoration: underline;
}

footer.footer {
    background-color: #364173;
}
.footer__container {
    padding-top: 64px;
    padding-bottom: 48px;
}
footer.footer .row-fluid .span6 {
    width: 21%;
}
.footer_newsletter .flex {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    width: 100%;
}
.footer_cont h4 {
    color: #fff;
    font-family: 'General Sans Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
footer a.tel_num {
    color: #f4ebff;
    font-family: 'General Sans Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
footer .time_txt {
    color: #fff;
    font-family: 'General Sans Light';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.footer__container .footer__navigation h3, .footer_newsletter h3 {
    color: #f4ebff;
    font-family: 'General Sans Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
div#hs_menu_wrapper_footer_menu_one_ li:last-child a {
    border-radius: 8px;
    border: 1px solid #d5d7da;
    background: #fff;
    box-shadow: 0px 0px 0px 1px rgb(10 13 18 / 18%) inset, 0px -2px 0px 0px rgb(10 13 18 / 5%) inset, 0px 1px 2px 0px rgb(10 13 18 / 5%);
    display: flex;
    padding: 9px 16px !important;
    gap: 6px;
/*     height: 44px; */
    max-width: 188px;
    justify-content: center;
    color: #414651;
    font-family: 'General Sans Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
}
#hs_menu_wrapper_footer_menu_one_ li:last-child a svg {
    display: block;
}
body footer #hs_cos_wrapper_footer_menu_one .hs-menu-wrapper > ul {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    color: #e9d7fe;
    font-family: 'General Sans Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
footer .footer__follow-me {
    display: none;
}
footer .footer__navigation li {
    margin: 6px 0;
}
footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover {
    color: #fff;
}
footer div#hs_menu_wrapper_footer_menu_one_ li:last-child a:hover {
    background-color: #f7f7f7;
    color: #414651;
    text-decoration: none;
}
span#hs_cos_wrapper_footer_copyright_ {
    color: #f4ebff;
    font-family: 'General Sans Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.footer__bottom-section {
    border-top: 1px solid #43518e;
    text-align: left;
    padding-bottom: 0;
}
.footer__top-section {
    margin-bottom: 64px;
}
.footer_cont {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer_newsletter {
        width: 26%;
    float: left;
}
.footer__menu ul {
    display: flex;
    gap: 16px;
    color: #f4ebff;
    justify-content: right;
}
.footer__menu ul a {
    color: #f4ebff;
    font-family: 'General Sans Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.footer__bottom-section .column.span12 {
    display: flex;
    justify-content: space-between;
}
.footer__bottom-section a, .footer__bottom-section div, .footer__bottom-section h1, .footer__bottom-section h2, .footer__bottom-section h3, .footer__bottom-section h4, .footer__bottom-section h5, .footer__bottom-section h6, .footer__bottom-section p, .footer__bottom-section span {
   opacity: 1;
}
.newsletter_form .hs_email.hs-email > label {
    display: none;
}
.newsletter_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.newsletter_form input[type=email] {
    border-radius: 8px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgb(10 13 18 / 5%);
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    min-height: 44px;
    overflow: hidden;
    height: 44px;
    text-overflow: ellipsis;
    font-family: 'General Sans Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
      max-width: 221px;
}
.newsletter_form input[type=email]::placeholder {
    color: #717680;
}
.newsletter_form .hs-error-msg {
    font-size: 12px;
    line-height: 12px;
}
.newsletter_form input.hs-button.primary.large {
    border-radius: 8px;
    border: 2px solid rgb(255 255 255 / 12%);
    background: #04b1a9;
    box-shadow: 0px 0px 0px 1px rgb(10 13 18 / 18%) inset, 0px -2px 0px 0px rgb(10 13 18 / 5%) inset, 0px 1px 2px 0px rgb(10 13 18 / 5%);
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
     height: 44px;
}
.newsletter_form {
    position: relative;
    max-width: 360px;
}
.newsletter_form .hs_submit.hs-submit {
    position: absolute;
    right: 0;
    top: 0;
}
.newsletter_form .hs_email.hs-email {
    margin: 0;
}
.newsletter_form .hs_error_rollup {
    display: none;
}
.footer_newsletter .flex {
    margin-top: 32px;
}
.flex__lang {
    margin-left: 20px;
}
.header {
    transition: all 400ms ease-in-out;
    background-color: #fff;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
}
    * {
        box-sizing: border-box;
    }
.eezy_font {
    font-family: inherit !important;
}
.main_hero_banner .span6.dnd-column {
    order: 2;
    -webkit-order: 2;
}
.main_hero_banner .span5.dnd-column {
    order: 1;
    -webkit-order: 1;
}
.pricing-table {
      display: flex;
      gap: 20px;
/*       flex-wrap: wrap; */
      justify-content: center;
      max-width: 1200px;
      width: 100%;
    }

    .pricing-table .pricing-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
      padding: 30px;
      width: 33.33%;
      transition: transform 0.3s;
          border: 2px solid #cfcfcf;
    }

    .pricing-table .pricing-card:hover {
      transform: translateY(-10px);
    }

    .pricing-table .plan-title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 15px;
      color: #333;
    }

    .pricing-table .price {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 15px;
      color: #44518f;
    }

    .pricing-table .features {
      list-style: none;
      margin-bottom: 25px;
      padding: 0;
    }

    .pricing-table .features li {
      margin: 10px 0;
      color: #555;
    }
.pricing-table .btn {
    display: inline-block;
    background-color: #04b1a9;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 2px solid hsla(0, 0%, 100%, .12);
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(10, 13, 18, .18), inset 0 -2px 0 0 rgba(10, 13, 18, .05), 0 1px 2px 0 rgba(10, 13, 18, .05);
    font-family: General Sans Medium;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 22px;
}
.pricing-table .btn:hover {
    background-color: #24349d;
}
html[lang="en"] .header__logo img {
    width: 75px !important;
}
h1.ml11{
    display: none; 
}











@media (min-width: 1280px) {
footer .row-fluid .span2 {
   width: 15%;
}
.footer__navigation.column.span2.sec_menu, .footer__navigation.column.span2.third_menu {
    width: 13%;
}  
.footer_newsletter {
    width: 30%;
  }
}

@media(min-width: 768px){
.header__menu .header__navigation .submenu.level-1>.menu-item {
    padding-left: 0;
    padding-right: 0;
}
ul.submenu.level-1 {
    display: flex;
    gap: 16px;
}  
.header__navigation {
   width: auto;
}  
}


@media(min-width: 1200px){
.header__logo {
    width: 94.322px;
}
.header__menu {
    width: calc(100% - 94.322px);
    padding-left: 32px;
    justify-content: space-between;
}
}

@media(max-width: 1300px){
.newsletter_form .hs_submit.hs-submit {
    position: relative;
}
}

@media(max-width: 1200px){
#hs_cos_wrapper_widget_1738849639441 {
    padding: 0 32px;
}
footer.footer .row-fluid .span6 {
    width: 15%;
}  
.footer__container {
    padding-left: 20px;
    padding-right: 20px;
}  
.footer_newsletter {
    float: left;
}  
.footer_newsletter {
    width: 33%;
}  
}

@media(max-width: 1023px){
.btn_book_now {
    display: none;
}
}

@media(max-width: 991px){
.footer .footer__navigation {
   width: 30%;
   margin-left: 0;
}
footer.footer .row-fluid .span6 {
   width: 22%;
}  
.footer_newsletter {
   width: 100%;
}  
}


@media(max-width: 800px){
.footer .footer__navigation {
    width: 30%;
}
}

@media(max-width: 767px){
.top_header .header__container {
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
.header__main-bar .header__container {
    min-height: 72px;
}  
#hs_cos_wrapper_widget_1738849639441 .hs-video-container {
    border-radius: 9.026px;
    border: 0.564px solid #d5d7da;
    background: #fff;
    box-shadow: 0px 12px 16px -4px rgb(10 13 18 / 8%), 0px 4px 6px -2px rgb(10 13 18 / 3%), 0px 2px 2px -1px rgb(10 13 18 / 4%);
}
#hs_cos_wrapper_widget_1738849639441 .hs-video-container iframe {
    border-radius: 9.026px;
}  
.footer__container {
    padding-top: 48px;
}  
.footer .footer__navigation {
     width: 50%;
     margin-left: 0;
}  
  .digital_product .contact_txt p {
    background: #fff;
    padding: 2rem;
    border: 1px solid #eaeaea;
    border-radius: 12px;
  }
footer .first_menu, .footer_newsletter .flex {
    display: none !important;
}  
.footer__navigation.column.span2 {
    clear: inline-end;
}  
.footer__address {
    margin-bottom: 48px;
}  
.footer_newsletter {
    width: 100%;
    margin-top: 32px;
}  
.footer__bottom-section .column.span12 {
    flex-direction: column-reverse;
    gap: 16px;
}  
.footer__menu ul {
    flex-direction: unset !important;
    justify-content: start;
}  
.footer__top-section {
    margin-bottom: 48px;
}  
.pricing-table {
     flex-wrap: wrap;  
}
.pricing-table .pricing-card {
    width: 100%;
}  
.header__main-bar {
    min-height: 72px;
}  
}

@media(max-width: 500px){
.newsletter_form form {
    flex-direction: column;
}
.newsletter_form input[type=email] {
    max-width: 100%;
    width: 100%;
}  
.newsletter_form input.hs-button.primary.large {
    width: 100%;
}  
}
.custom_slider_section .slick-next, .custom_slider_section .slick-prev {
    top: 74% !important;
}
.digital__txt p {
    width: 90% !important;
    min-width: 90% !important;
}
}