@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;700&display=swap");
body {
  margin: 0;
  font-family: "Karla", sans-serif;
}

a {
  text-decoration: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
html.menu-open {
  overflow: hidden;
}
html.menu-open section.claro-header div.inner .hamburger-toggle {
  z-index: 999;
}
html.menu-open section.claro-header div.inner .hamburger-toggle .lines {
  background: #FFF;
}
html.menu-open section.claro-header div.inner .hamburger-toggle .lines:before {
  background: #FFF;
}
html.menu-open section.claro-header div.inner .hamburger-toggle .lines:after {
  background: #FFF;
}
html.menu-open section.claro-header div.inner div.offscreen-menu {
  top: 0;
  left: 0;
  background-color: #313e5b;
  z-index: 98;
  pointer-events: auto;
  height: 100vh;
  transition: 0.5s ease-out;
  position: absolute;
  width: 100%;
  display: block;
  animation: fadeIn2 1s ease forwards;
}
html.menu-open section.claro-header div.inner div.offscreen-menu div.content {
  height: 100%;
  border: 0;
  padding: 150px 50px;
  overflow: scroll;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
html.menu-open section.claro-header div.inner div.offscreen-menu div.content div.mobile-menu {
  width: 100%;
}
html.menu-open section.claro-header div.inner div.offscreen-menu div.content div.mobile-menu li.hs-menu-depth-1 {
  margin-bottom: 20px;
}
html.menu-open section.claro-header div.inner div.offscreen-menu div.content div.mobile-menu li.hs-menu-depth-1 a {
  color: #FFF;
  cursor: pointer;
}
html.menu-open section.claro-header div.inner div.offscreen-menu div.content div.mobile-menu li.hs-menu-depth-1 .hs-menu-children-wrapper {
  display: none;
  margin-top: 20px;
}
html.menu-open section.claro-header div.inner div.offscreen-menu div.content div.mobile-menu li.hs-menu-depth-1 .hs-menu-children-wrapper li {
  margin-bottom: 15px;
  display: block;
}
html.menu-open section.claro-header div.inner div.offscreen-menu div.content div.mobile-menu li.hs-menu-depth-1 .hs-menu-children-wrapper li a {
  font-size: 18px;
}
html.menu-open section.claro-header div.inner div.offscreen-menu div.content div.mobile-menu li.hs-menu-depth-1 .hs-menu-children-wrapper li a:nth-last-child(1) {
  margin-bottom: 0;
}
html.menu-open section.claro-header div.inner div.offscreen-menu div.content ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
html.menu-open section.claro-header div.inner div.offscreen-menu div.content ul li.hs-item-has-children > a:after {
  position: relative;
  top: -2px;
  content: "\f0d7";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  margin-left: 20px;
  font-size: 20px;
  font-weight: 900;
}

.page-scrolled .hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li a {
  color: #525f81;
}
.page-scrolled .hs-content-id-87590272623 section.claro-header {
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 10px 0;
}
.hs-content-id-87590272623 section.claro-header div.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right {
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .hs-content-id-87590272623 section.claro-header div.inner div.right div.menu {
    display: none;
  }
  #hs_menu_wrapper_module_16493516054262_ > ul > li > a > i {
    display: none;
  }
  
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul {
  list-style: none;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li {
  transition: 0.3s ease;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li a {
  font-size: 16px;
  margin-right: 40px;
  color: #FFF;
  text-decoration: none;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li a i {
  margin-left: 10px;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-1 {
  position: relative;
  margin-bottom: -30px;
  padding-bottom: 30px;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-1 > a:hover {
  color: #2D75BB;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-1 ul {
  text-align: left;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
  background: #FFF;
  overflow: hidden;
  top: 30px;
  padding-left: 0;
  display: none;
  position: absolute;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-1:hover ul {
  display: block;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-2 {
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  line-height: 28px;
  padding: 10px 15px;
  color: #525f81;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-2 a {
  color: #525f81;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-2:hover {
  background: #2D75BB;
}
.hs-content-id-87590272623 section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-2:hover a {
  color: #FFF;
}

section.claro-header {
  padding: 30px 0;
  position: fixed;
  width: 100%;
  top: 0;
  transition: 0.3s ease;
  z-index: 3;
  font-family: "Lato", sans-serif;
}
section.claro-header .hamburger-toggle {
  display: none;
  background: none;
  padding: 0;
  cursor: pointer;
  border: none;
}
@media (max-width: 1100px) {
  section.claro-header .hamburger-toggle {
    display: block;
    right: 20px;
    position: absolute;
  }
}
section.claro-header .hamburger-toggle .lines {
  display: inline-block;
  width: 33px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  position: relative;
  z-index: 10;
  padding: 0;
}
section.claro-header .hamburger-toggle .lines:before {
  display: inline-block;
  width: 33px;
  height: 3px;
  top: 10px;
  background: #fff;
  border-radius: 0;
  transition: 0.3s;
  position: absolute;
  content: "";
  left: 0;
}
section.claro-header .hamburger-toggle .lines:after {
  display: inline-block;
  width: 33px;
  height: 3px;
  bottom: 10px;
  background: #fff;
  border-radius: 0;
  transition: 0.3s;
  position: absolute;
  content: "";
  left: 0;
}
section.claro-header div.offscreen-menu {
  display: none;
}
.page-scrolled section.claro-header {
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
  background: #313e5b;
  padding: 10px 0;
}
section.claro-header div.logo img {
  max-width: 120px;
}
section.claro-header div.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.claro-header div.inner div.right {
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  section.claro-header div.inner div.right div.menu {
    display: none;
  }
}
section.claro-header div.inner div.right div.menu .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
}
section.claro-header div.inner div.right div.menu ul {
  list-style: none;
}
section.claro-header div.inner div.right div.menu ul li {
  transition: 0.3s ease;
}
section.claro-header div.inner div.right div.menu ul li a {
  font-size: 16px;
  margin-right: 40px;
  color: #FFF;
  text-decoration: none;
}
section.claro-header div.inner div.right div.menu ul li a i {
  margin-left: 10px;
}
section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-1 {
  position: relative;
  margin-bottom: -30px;
  padding-bottom: 30px;
}
section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-1 > a:hover {
  /*
  color: 9edbf2;
  */
  
  text-decoration: underline;
  text-underline-offset: 6px;
  
}
section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-1 ul {
  text-align: left;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
  background: #FFF;
  overflow: hidden;
  top: 30px;
  padding-left: 0;
  display: none;
  position: absolute;
}
section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-1:hover ul {
  display: block;
}
section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-2 {
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  line-height: 28px;
  padding: 10px 15px;
  color: #525f81;
}
section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-2:hover {
  background: #2D75BB;
}
section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-2:hover a {
  color: #FFF;
}
section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-2 > a {
  color: #525f81;
}

section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-2 > a:hover {
  color: #FFF;
}

section.claro-header div.inner div.right div.menu span.contact-cta {
	padding: 15px 30px;
	background:#fff;
	border-radius: 90px;
	color: #425b76;
	transition: color .3s ease, background .3s ease;
}
section.claro-header div.inner div.right div.menu span.contact-cta:hover {
    color: #FFF;
	background: #2d75bb;
}
section.claro-header div.inner div.right div.menu ul li.hs-menu-depth-1 a:has(span.contact-cta):hover{
	text-decoration:none;
}

section.claro-header div.inner div.offscreen-menu div.content div.mobile-menu span.contact-cta {
	padding: 15px 30px;
	background:#fff;
	border-radius: 90px;
	color: #425b76;	
	transition: color .3s ease, background .3s ease;

}

section.claro-header div.inner div.offscreen-menu div.content div.mobile-menu span.contact-cta:hover {
    color: #FFF;
	background: #2d75bb;
}
section.claro-header div.inner div.offscreen-menu div.content div.mobile-menu ul li.hs-menu-depth-1 a:has(span.contact-cta):hover{
	text-decoration:none;
}

section.claro-header div.inner div.offscreen-menu div.content div.mobile-menu ul li.hs-menu-depth-1:has(span.contact-cta){
	margin-top: 40px;
}


/*
section.claro-header div.inner div.right div.menu ul.hs-menu-children-wrapper li.hs-menu-depth-2 a {
  color: #525f81;
}
section.claro-header div.inner div.right div.menu ul.hs-menu-children-wrapper li.hs-menu-depth-2 a:hover {
  color: #fff;
}
*

@media (max-width: 1100px) {
  section.claro-header div.inner div.right div.cta {
    display: none;
  }
}
section.claro-header div.inner div.right div.cta a {
  padding: 15px 30px;
  background: #2D75BB;
  border-radius: 90px;
  color: #FFF;
  line-height: 24px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}
section.claro-header div.inner div.right div.cta a:hover {
  background: #313e5b;
}/*# sourceMappingURL=module.css.map */