@font-face{font-family:RecoletaAlt-Light;src:url(RecoletaAlt-Light-bec3c439221743583d1cfe7ee4840ced.ttf)}
	@font-face{font-family:RecoletaAlt-Medium;src:url(RecoletaAlt-Medium-36e9da8a6b5733a91a26eca37fecf4c0.ttf)}
	@font-face{font-family:OpenSans-Regular;src:url(https://2352293.fs1.hubspotusercontent-na1.net/hubfs/2352293/megamenu/OpenSans-Regular-1b0809d519837cb7aad36a73433f655c.ttf)}
	@font-face{font-family:OpenSans-Light;src:url(https://2352293.fs1.hubspotusercontent-na1.net/hubfs/2352293/megamenu/OpenSans-Light-ed41bedf131bc097372a961dbec109a1.ttf)}
	@font-face{font-family:OpenSans-SemiBold;src:url(https://2352293.fs1.hubspotusercontent-na1.net/hubfs/2352293/megamenu/OpenSans-SemiBold-a16d8201b06a03c6c365341748a5cba0.ttf)}
	@font-face{font-family:RecoletaAlt-Medium;src:url(https://2352293.fs1.hubspotusercontent-na1.net/hubfs/2352293/megamenu/RecoletaAlt-Medium-36e9da8a6b5733a91a26eca37fecf4c0.ttf)}




.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;}
	a.navbar-brand img  {
    width: 130px;
}	
.rows ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
}
.rows ul li:not(:last-child) {
    margin-right: 30px;
}
.rows ul li {
    border-bottom: 3px solid transparent;
    padding-bottom: 15px;
    transition: all .25s ease;
    width: 30%;
}
.rows ul li:hover {
    border-color: #334ac0;
}
	

.fixed-top{ align-items: center;
    display: flex;
    flex-flow: row wrap;
    position: relative; height: 90px;
    z-index: 1;
	}
.fixed-top .container {
    max-width: 1200px; padding: 0;
}
.navbar{padding:0;}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#fff!important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:98%;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;

    transition: all .5s cubic-bezier(.39,.005,.16,.995); border-radius:0;
	
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  
}
form.form-inline.my-2.my-lg-0 .link {
    align-items: center;
    display: inline-flex;
    margin-right: 35px;
    text-decoration: none;
}
link .link-text {
    color: #212327;
    font-family: OpenSans-SemiBold;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    transition: all .5s cubic-bezier(.425,0,.045,1);
}
.link:hover .link-text {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    transition-delay: .1s;}

  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity:1;
<!--   transition: visibility 0s, opacity 0.3s linear; -->
-webkit-transform: scale(1, 1);
  transform: scale(1, 1);
    
}
  
  .navbar .dropdown-menu {

    background-color: #fff;
  }

}
.navbar-brand svg {
    width: 100%;
    fill: #212327;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0!important;
    padding: 0!important;
    font-size: 14px!important;
    line-height: 22.4px!important;
    color: #212327!important; font-family: OpenSans-Regular;
}
.navbar .nav-item {
    
    margin: 0 0.25rem!important;
    cursor: pointer!important;
    padding: 35px 12px!important;
}
ul.nav.navbar-nav {
    margin-left: 26px;
}
.dropdown-toggle::after {
   font-family: 'themify';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: transparent;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    content: "\e64b"; display:none;
}
.nav-link i {
    margin-left: 10px;
    font-size: 10px;
}
.link {
    align-items: center;
    display:block;
    margin-right:0px;
    text-decoration: none;
}
.link-text {
    color: #212327;
    font-size: 16px;
    line-height: 30px;
    
    position: relative;
    transition: all .5s cubic-bezier(.425,0,.045,1);
	font-family: OpenSans-SemiBold;}
.link-text:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .5s cubic-bezier(.425,0,.045,1);
    width: 100%;
}
.link i{    font-size: 10px;}
.link:hover .link-text {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    transition-delay: .1s;
}
.link:hover .link-text:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 1s cubic-bezier(.425,0,.045,1); background:#212327;
}
a.btns{align-items: center;
    cursor: pointer;
    display: inline-flex;
    height: 60px;
    padding: 0 36px;
    position: relative;
    text-decoration: none; font-weight:500;}
a.btns:before {
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .35s cubic-bezier(.425,0,.045,1);
    width: 100%; background-color: #ffce2b;
}
 .btns .btn-text span {
    display: block;font-family: 'Open Sans', sans-serif; font-family: OpenSans-SemiBold;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    transition: all .35s cubic-bezier(.425,0,.045,1); color: #212327;
}
.btns:before {
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .35s cubic-bezier(.425,0,.045,1);
    width: 100%;
}
.btns:hover:before {
    -webkit-transform: translate(-50%,-50%) scale(.95);
    transform: translate(-50%,-50%) scale(.95); background-color: #ffce2b;
}
a{text-decoration:none!important;}
.menu-large {
    position: static !important;
}
.megamenu {
    padding: 20px 20px;
    width: 100%!important;
}





.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%; padding-top: 0;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

.product-header {
    color: #404244;
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;}
	.product-header~.product-header {
    margin-top: 20px;
}
a.link img {
    height: 30px;
    margin-bottom: 10px;
}
a.link .title {
    align-items: left;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 7px;
}
a.link h3 {
    color: #212327;
    font-family: RecoletaAlt-Medium; font-size: 18px;
    line-height: 30px; font-weight: 400;
}
a.link p {
    color: #404244;
    color: rgba(64,66,68,.8);
       font-size: 16px;
    line-height: 25.6px;     white-space: break-spaces; font-family: OpenSans-Regular; margin-bottom:0;

}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #fff;
}
.dropdown-item .container {
    border-top: 1px solid #f2f0f0;
    padding-top: 40px;
    padding: 0;
    padding-top: 40px;
}
form.form-inline.my-2.my-lg-0 {
    margin-left: auto;
}form.form-inline.my-2.my-lg-0 {
    margin-left: auto;
}
form.form-inline.my-2.my-lg-0 a.link{border:none!important; font-weight:500;}
.megamenu:before{box-shadow:0 17.3518px 37.1824px rgb(0 0 0 / 10%); position:absolute; height:100%; width:100%; bottom:0; opacity:0; content:''; left:0; right:0;       box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);}
.dropdown-item {
 
    position: relative;
    z-index: 999;
}
.megamenu:hover.megamenu:before{opacity:1}
.mobile{display:none;}
 #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }




@media screen and (max-width: 1250px) {
.fixed-top .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
.fixed-top{display:none;}
.mobile{display:block}
  
  .mobile {
    display: block;
  
    padding-bottom: 20px;
}

 #sm_menu_ham,
  .sm_menu_outer {
    display: block;
  }
.rows ul li {
    border-bottom: 3px solid transparent!important;
    padding-bottom: 15px;
    transition: all .25s ease;
    width: 100%;
}

form.form-inline.my-2.my-lg-0 {
    position: absolute;
    top: 75px;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    order: 1;
    /* position: relative; */
    width: 96%;
    left: 0;
    /* right: 0; */
}

.btns .btn-text span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    transition: all .35s cubic-bezier(.425,0,.045,1);
}
a.btns {
    align-items: center!important;
    cursor: pointer;
    display: inline-flex;
    height: 50px;
    padding: 0 18px;
    align-items: center;
    cursor: pointer;
    display: inline-flex!important;
    height: 60px!important;
    order: 1;
    padding: 0 36px!important;
    position: relative;
    text-decoration: none;
    width: 96%;
    text-align: center;
}
form.form-inline.my-2.my-lg-0 a.link {
    border: none!important;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    margin-top: 40px;
    order: 2;
    text-align: center;
    text-decoration: none;
}
span.btn-text {
    width: 100%;
    text-align: center;
}
 .link .link-text {
    color: #212327;
    font-family: OpenSans-SemiBold;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    transition: all .5s cubic-bezier(.425,0,.045,1);
}
form.form-inline.my-2.my-lg-0 {
    margin-left: auto;
    padding-left: 22px;
    padding-bottom: 30px;
}
  
 .sm_menu_outer {
    
    background: #fff!important;
}

}
.rows ul li:hover{border-bottom: 3px solid  #334ac0!important;}

@media only screen and (max-width: 990px) {
.logo-port img {
    margin-bottom: 0px;
}
  

a.btns {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    height: 50px;
    padding: 0 18px;
}	
	ul.nav.navbar-nav {
    margin-left: 15px;
}

.navbar .nav-item {
    margin: 0 0.25rem!important;
    cursor: pointer!important;
    padding: 35px 5px!important;
}
.btns .btn-text span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;}


.link-text {
    color: #212327;
    font-size: 14px}
	
.link {
    align-items: center;
    display: block;
    margin-right: 20px;
    text-decoration: none;
}

	
	
	}

@media only screen and (max-width: 850px) {

.btns .btn-text span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.link-text {
    color: #212327;
    font-size: 12px;
}

.navbar-expand-md .navbar-nav .nav-link {

    font-size: 12px!important;

}
a.navbar-brand img  {
    width: 101px;
}
a.btns {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    height: 50px;
    padding: 0 16px;
}


}
@media only screen and (max-width: 770px) {
a.btns {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    height: 50px;
    padding: 0 14px;
}

}
@media only screen and (max-width: 767px) {
a.link {
    margin-top: 24px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 0;}

.megamenu:hover.megamenu:before{opacity:0}
	
	
.megamenu {
    padding: 20px 0;}
	
	form.form-inline.my-2.my-lg-0 {
    margin-left: auto;
    padding-left: 40px;
    padding-bottom: 30px;
}
.navbar .nav-item {
    margin: 0 0.25rem!important;
    cursor: pointer!important;
    padding: 15px 0!important;
}

.fixed-top {
 
    height: auto; padding-top: 28px;

}
ul.nav.navbar-nav {
    margin-left: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
    /* font-size: 12px!important; */
    color: #212327;
    font-family: RecoletaAlt-Medium;
    font-size: 24px!important;
    line-height: 32px!important;
}
.dropdown-item .container {
    border-top: 1px solid #f2f0f0;
    padding-top: 40px;
    padding-left: 0!important;
}

form.form-inline.my-2.my-lg-0 {
    position: absolute;
    top: 75px;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    order: 1;
    /* position: relative; */
    width: 96%;
    left: 0;
    /* right: 0; */
}

.btns .btn-text span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    transition: all .35s cubic-bezier(.425,0,.045,1);
}
a.btns {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    height: 50px;
    padding: 0 18px;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    height: 60px;
    order: 1;
    padding: 0 36px;
    position: relative;
    text-decoration: none;
    width: 90%;
    text-align: center;
}
form.form-inline.my-2.my-lg-0 a.link {
    border: none!important;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    margin-top: 40px;
    order: 2;
    text-align: center;
    text-decoration: none;
}
span.btn-text {
    width: 100%;
    text-align: center;
    display: block;
    font-family: OpenSans-SemiBold;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    transition: all .35s cubic-bezier(.425,0,.045,1);
    letter-spacing: 0!important;
    font-weight: 600!important;
}
 .link .link-text {
    color: #212327;
    font-family: OpenSans-SemiBold;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    transition: all .5s cubic-bezier(.425,0,.045,1);
}
form.form-inline.my-2.my-lg-0 {
    margin-left: auto;
    padding-left: 22px;
    padding-bottom: 30px;
}

ul.nav.navbar-nav {
    margin-top: 185px;
}
.rows ul li {
    border-bottom: 3px solid transparent;
    padding-bottom: 15px;
    transition: all .25s ease;
    width: 100%;
}
a.navbar-brand img {
    width: 100%;
}
}




.navbar-light .navbar-toggler {
    color: #212327;
    border-color: transparent;     outline: navajowhite;
}
.navbar-toggler {
    padding: 0.25rem 0rem;}
	.navbar-brand{font-size:0px}
	
	form.form-inlins.my-2.my-lg-0 {
    margin-top: 30px!important;
}
	
	@media only screen and (max-width: 640px) {

form.form-inlins.my-2.my-lg-0 {
    margin-top: 80px!important;
}
.contoiner {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}
#sm_menu_ham{right:25px;}
.mobile_menu {

    padding-left: 25px;
}

}
ul.dropdown-menu.megamenu.hideme {
    display: none!important;
}
@media screen and (max-width: 640px){
.mobile {
padding-top: 28px;
padding-bottom: 20px;
}
}
@media screen and (max-width: 1250px) {
  
  
.sm_menu_outer{ -webkit-transform: translateY(-100%);
transform: translateY(-100%);
transition: all .5s cubic-bezier(.39,.005,.16,.995);

  }
  
#sm_menu_ham, .sm_menu_outer {
-webkit-transform: translateY(0);
transform: translateY(0);
}
  
.fixed-top {
display: none!important;
}

}

a.logoicon img {
    width: 130px;
    height: auto;
}

li.hideicon h2 {
    display: none;
}

li.hideicon a img {
    display: none;
}


ul.nav.navbar-nav {
margin-left: 40px;
}
a.logoicon img {
width: 130px;
height: auto;
vertical-align: text-bottom;
position: relative;
top: 0px;
}

.navbar .nav-item {
margin: 0 0rem !important;
cursor: pointer !important;
padding: 35px 12px !important;
}

.nav-link i {
margin-left: 7px;
font-size: 10px;
}

ul.nav.navbar-nav {
    margin-left: 45px;
}


.fixed-top {
align-items: center;
display: flex;
flex-flow: row wrap;
position: relative;
height: 90px;
z-index: 999999;
}

#module_16408550474737 .hs_cos_wrapper_type_inline_rich_text * {
   font-size: 64px;
line-height: 76px!important;
}

#module_164085504747313 .hs_cos_wrapper_type_inline_rich_text * {
  
    font-family: "open sans" !important;
}

h2 {
    font-family: RecoletaAlt-Medium!important;
}

h5 {
    font-family: RecoletaAlt-Medium!important;
}

h3 {
    font-family: RecoletaAlt-Medium!important;
}


h6 {
    font-family: RecoletaAlt-Medium!important;
}

.hero-title h1 {
      font-family: RecoletaAlt-Medium!important;
}


.comparison-title-text h4 {
        font-family: RecoletaAlt-Medium!important;
}

.hero-title {
  
    margin-bottom: 30px;
}


 @media only screen and (max-width: 640px) {
#module_16408550474737 .hs_cos_wrapper_type_inline_rich_text * {
    font-size: 64px;
    line-height: 36px !important;
    margin-top: 30px;
}
   .mobile {
padding-top: 22px;
padding-bottom: 20px;
background: #fff;
position: fixed;
width: 100%;
z-index: 9999;
}
   
   .hero-info {
   
    margin-top:40PX;
}
    
   .widget_1639665594531-padding > #hs_cos_wrapper_widget_1639665594531 {
  
    padding-top: 80px!important;
}
   
  .rows .link {

padding: 0!important;
}
  
.rows a.link {padding: 0!important;
}
   
   form.form-inlins.my-2.my-lg-0 {
margin-top: 35px !important;
}

.rows ul li {
border-bottom: 3px solid transparent;
padding-bottom: 0;}
   
 .rows ul li:hover {
border-bottom: 3px solid rgb(51 74 192 / 0%) !important;
}  
   
}