body {
  margin: 0;
}
* {
  box-sizing: border-box;
}
.navbar {
  height: 64px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: top 0.4s;
  z-index: 999999;
}
.top-columns {
  align-items: flex-start;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.top-columns .dropdown-column-simple {
  border-right: 0.5px solid #d1d3d5;
  margin-right: 20px;
  width: 300px;
}
.global-dropdown-style:hover .dropdown-content {
  max-width: 1310px;
  width: 120%;
}
.global-dropdown-style:hover .dropdown-button svg {
  transform: rotate(180deg);
}
.top-columns .sublink-col {
  align-items: flex-start;
  display: flex;
  min-height: 80px;
}
.top-columns .sublink-col .right-content {
  max-width: 200px;
  padding-left: 16px;
}
.top-columns .col-title {
  color: #3f5d72;
  font-family: Silka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 26px;
  text-align: left;
  text-transform: uppercase;
}
.top-columns .custom-article {
  margin-left: 40pxpx;
  margin-right: 40px;
  max-width: 276px;
}
.top-columns .custom-article img {
  max-width: 276px;
}
.top-columns .custom-article .article-title {
  color: #15357a;
  font-family: Silka;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.top-columns .custom-article .article-description {
  color: #7c8286;
  font-family: Silka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.header-menu-dropdown-one .top-columns .dropdown-column-simple:last-child,
.header-menu-dropdown-two .top-columns .dropdown-column-simple:nth-child(3) {
  border: 0;
}
.header-menu-container .image-container {
  align-items: center;
  background: #15357a;
  border-radius: 8px;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}
.header-menu-container .image-container img {
  padding: 5px;
  width: 100%;
}
.header-menu-dropdown
  .top-columns
  .dropdown-column-simple:first-of-type
  .image-container {
  height: 60px;
  width: 60px;
}
.active-h .simple-menu-links.active-menu-underline {
  color: #2c71f0;
}
.header-menu-container {
  background: transparent;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.active-h .header-menu-container {
  backdrop-filter: blur(5px);
  background: hsla(0, 0%, 100%, 0.8);
}
.src-results {
  background: #fff;
  padding-top: 100px;
}
.header-menu-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 32px;
}
.header-logo-mobile {
  display: none;
}
.active-h .header-logo-mobile {
  display: block !important;
}
.active-h .header-logo-desktop {
  display: none !important;
}
.header-menu-links-as {
  display: flex;
  flex-basis: 100%;
}
.header-menu-links {
  flex-basis: 100%;
  margin-left: 5%;
  position: relative;
}
.header-menu-buttons {
  align-items: center;
  display: flex;
  flex-basis: 15%;
}
.header-button-one,
.header-button-two {
  display: flex;
  white-space: nowrap;
}
.header-menu-buttons .header-button-one a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 1vw;
  text-decoration: none;
}
.header-menu-buttons .header-button-two a {
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 24px;
  text-decoration: none;
}
.header-menu-buttons .header-button-two a:hover {
  color: #fff !important;
}
.active-h .header-button-one a {
  color: #15357a !important;
}
.active-h .header-button-two a {
  background-color: #2c71f0 !important;
  border-color: #2c71f0 !important;
  color: #fff;
}
.dropdown-content {
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.header-menu-dropdown .dropdown-content {
  top: 80px;
}
.header-menu-dropdown .column-spacer-empty {
  content: "";
  height: 10px;
  padding: 20px;
  position: absolute;
  width: 90px;
}
.header-menu-dropdown-one .dropdown-content {
  top: 80px;
}
.header-menu-dropdown-one .column-spacer-empty {
  content: "";
  height: 10px;
  padding: 20px;
  position: absolute;
  width: 90px;
}
button {
  background-color: #2c71f0;
  border-radius: 40px;
  color: #fff;
  font-family: Silka, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 0 !important;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease;
}
.active-h .dropdown-button {
  color: #15357a;
}
.dropdown-button {
  align-items: center;
  background: transparent !important;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
}
.dropdown-button,
.dropdown-button svg {
  transition: all 0.3s ease;
}
.dropdown-button:hover {
  background: transparent !important;
  border-color: none !important;
}
.dropdown-left-container {
  border-right: 1px solid #d1d3d5;
  flex-basis: 30%;
  padding-right: 5%;
}
.dropdown-right-container {
  display: flex;
  flex-basis: 70%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 5%;
}
.header-menu-dropdown-two .dropdown-content {
  top: 80px;
}
.header-menu-dropdown-two .column-spacer-empty {
  content: "";
  height: 10px;
  padding: 20px;
  position: absolute;
  width: 90px;
}
.header-menu-dropdown-three .dropdown-content {
  top: 80px;
}
.header-menu-dropdown-three .column-spacer-empty {
  content: "";
  height: 10px;
  padding: 20px;
  position: absolute;
  width: 90px;
}
.active-h .simple-menu-links {
  color: #15357a;
}
.simple-menu-links {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.global-dropdown-style {
  font-size: 16px;
  margin: 0 10px;
  padding: 20px 0;
  font-family: Roboto;
}
.header-menu-links {
  display: flex;
}
.submenu-links-style {
  text-decoration: none;
}
.submenu-links-style h4 {
  color: #15357a;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.submenu-links-style:hover h4 {
  color: #2c71f0;
}
.submenu-links-style p {
  color: #7c8286;
  font-size: 12px;
  margin: 0;
  padding-bottom: 20px;
}
.mega-links-sections {
  align-items: center;
  color: #15357a;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  padding: 9px 0;
}
.global-mega-styles a {
  text-decoration: none;
}
.global-mega-styles .mega-section-title p {
  color: #15357a;
  font-size: 16px;
  margin: 0;
  text-decoration: none;
}
.global-mega-styles:hover .mega-section-title p {
  color: #2c71f0;
}
.global-mega-styles .mega-section-description p {
  color: #7c8286;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}
.mega-section-1-use-case-first,
.mega-section-1-use-case-second,
.mega-section-1-use-case-third,
.mega-section-2-use-case-first,
.mega-section-2-use-case-second,
.mega-section-2-use-case-third,
.mega-section-3-use-case-first,
.mega-section-3-use-case-second,
.mega-section-3-use-case-third,
.mega-section-4-use-case-first,
.mega-section-5-use-case-first {
  display: none;
  flex-basis: 49%;
  min-height: 93px;
}
.container-hamburger,
.mobile-sub-dropdown {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-menu-buttons .header-button-one a,
  .header-menu-buttons .header-button-two a {
    transition: 0.2s ease-in-out;
  }
  .header-menu-buttons .header-button-one a:hover,
  .header-menu-buttons .header-button-two a:hover {
    margin-bottom: 2px;
    transition: 0.2s ease-in-out;
  }
  .header-menu-dropdown-one:hover .dropdown-content,
  .header-menu-dropdown:hover .dropdown-content {
    display: block;
  }
  .header-menu-dropdown-two:hover .dropdown-content {
    display: flex;
  }
  .header-menu-dropdown-two .small-dot-dropdown-i {
    display: none;
  }
  .small-dot-dropdown-i {
    background: #fff;
    height: 15px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    width: 15px;
  }
  .header-menu-dropdown-three:hover .dropdown-content,
  .header-menu-dropdown-two:hover .small-dot-dropdown-i {
    display: block;
  }
  .small-dot-dropdown {
    background: #fff;
    height: 15px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    width: 15px;
  }
  .header-menu-dropdown .small-dot-dropdown,
  .header-menu-dropdown-one .small-dot-dropdown {
    left: 12%;
  }
  .header-menu-dropdown-two .small-dot-dropdown {
    left: 20%;
  }
  .header-menu-dropdown-three .small-dot-dropdown {
    left: 29%;
  }
  .header-menu-dropdown .dropdown-content,
  .header-menu-dropdown-one .dropdown-content,
  .header-menu-dropdown-three .dropdown-content,
  .header-menu-dropdown-two .dropdown-content {
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    margin-left: -10%;
    padding: 48px;
  }
}
.mobile-nav-title {
  display: none;
}
@media (max-width: 1160px) {
  .top-columns .sublink-col {
    padding: 0 20px 0 0;
  }
  .header-menu-dropdown
    .top-columns
    .dropdown-column-simple:first-of-type
    .image-container,
  .header-menu-dropdown-one
    .top-columns
    .dropdown-column-simple:first-of-type
    .image-container,
  .header-menu-dropdown-one
    .top-columns
    .dropdown-column-simple:last-child
    .image-container {
    height: 45px;
    width: 45px;
  }
}
@media only screen and (max-width: 1300px) {
  .mobile-nav-title {
    display: block;
  }
  .desk-nav-title {
    display: none;
  }
  .top-columns .sublink-col {
    align-items: center;
    min-height: 10px;
  }
  .header-menu-container .image-container {
    background: #ffffff00;
    height: 30px;
    width: 30px;
  }
  .top-columns .custom-article {
    display: none;
  }
  .top-columns .sublink-col .right-content {
    max-width: 260px;
  }
  .header-menu-dropdown .dropdown-column-simple:nth-of-type(2) .right-content {
    margin-top: -2px;
  }
  .header-menu-dropdown
    .dropdown-column-simple:nth-of-type(2)
    .right-content
    p {
    display: none;
  }
  .header-menu-dropdown .dropdown-column-simple:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
  }
  .header-menu-dropdown .dropdown-column-simple:nth-of-type(2) .col-title,
  .header-menu-dropdown .dropdown-column-simple:nth-of-type(2) .left-image img {
    width: 100%;
  }
  .header-menu-dropdown
    .dropdown-column-simple:nth-of-type(2)
    .submenu-links-style {
    padding-bottom: 14px;
    width: 50%;
  }
  .header-menu-dropdown
    .dropdown-column-simple:nth-of-type(2)
    .submenu-links-style
    h4 {
    font-size: 14px;
  }
  .header-menu-dropdown-one
    .dropdown-column-simple:nth-of-type(2)
    .right-content {
    margin-top: -2px;
  }
  .header-menu-dropdown-one
    .dropdown-column-simple:nth-of-type(2)
    .right-content
    p {
    display: none;
  }
  .header-menu-dropdown-one .dropdown-column-simple:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
  }
  .header-menu-dropdown-one .dropdown-column-simple:nth-of-type(2) .col-title,
  .header-menu-dropdown-one
    .dropdown-column-simple:nth-of-type(2)
    .left-image
    img {
    width: 100%;
  }
  .header-menu-dropdown-one
    .dropdown-column-simple:nth-of-type(2)
    .submenu-links-style {
    padding-bottom: 14px;
    width: 50%;
  }
  .header-menu-dropdown-one
    .dropdown-column-simple:nth-of-type(2)
    .submenu-links-style
    h4 {
    font-size: 14px;
  }
  .header-menu-dropdown-two .top-columns {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start;
  }
  .header-menu-dropdown-two .top-columns .dropdown-column-simple {
    width: 50%;
  }
  .header-menu-dropdown-two .top-columns .dropdown-column-simple:first-of-type {
    padding-bottom: 30px;
  }
  .header-menu-dropdown-two .top-columns .sublink-col .left-image {
    width: 32px;
  }
  .header-menu-dropdown-two .top-columns .sublink-col .right-content {
    padding-left: 10px;
    width: auto;
  }
  .header-menu-dropdown-two .top-columns .sublink-col .right-content p {
    display: none;
  }
  .header-menu-dropdown-two .top-columns .sublink-col {
    padding-bottom: 14px;
  }
  .header-menu-dropdown-three .top-columns {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start;
  }
  .header-menu-dropdown-three .top-columns .dropdown-column-simple {
    width: 50%;
  }
  .header-menu-dropdown-three
    .top-columns
    .dropdown-column-simple:first-of-type {
    padding-bottom: 30px;
  }
  .header-menu-dropdown-three .top-columns .sublink-col .left-image {
    width: 32px;
  }
  .header-menu-dropdown-three .top-columns .sublink-col .right-content {
    padding-left: 10px;
    width: auto;
  }
  .header-menu-dropdown-three .top-columns .sublink-col .right-content p {
    display: none;
  }
  .header-menu-dropdown-three .top-columns .sublink-col {
    padding-bottom: 14px;
  }
  .top-columns {
    flex-direction: column;
    gap: 30px;
  }
  .top-columns .dropdown-column-simple {
    border-right: 0;
    margin-right: 0;
    width: 100%;
  }
  .top-columns .col-title {
    color: #3f5d72;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  .active-h .header-menu-container {
    backdrop-filter: unset;
    background: #fff;
  }
  .submenu-links-style p {
    font-size: 12px !important;
  }
  .dropdown-left-container,
  .dropdown-right-container,
  .small-dot-dropdown {
    display: none;
  }
  .mobile-sub-dropdown {
    display: block;
  }
  .header-menu-container {
    padding: 20px 0;
  }
  .header-button-two {
    display: none;
  }
  .container-hamburger {
    cursor: pointer;
    display: inline-block;
  }
  .bar1,
  .bar2,
  .bar3 {
    background-color: #fff;
    height: 3px;
    margin: 6px 0;
    transition: 0.4s;
    width: 23px;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  .header-menu-buttons {
    align-items: center;
    position: absolute;
    right: 20px;
  }
  .header-menu-wrapper {
    align-items: normal;
    flex-direction: column;
    position: relative;
  }
  .header-menu-links {
    background: #fff;
    display: none;
    flex-direction: column;
    height: calc(100vh - 50px);
    left: 0;
    overflow: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 46px;
    width: 100%;
  }
  .sub-drop-active {
    display: block;
  }
  .global-dropdown-style {
    border-bottom: 1px solid #cfd0d6;
    margin: 0;
  }
  .dropdown-button {
    justify-content: space-between;
    width: 100%;
  }
  .dropdown-active {
    display: block;
    position: static !important;
    width: 100% !important;
  }
  .dropdown-content {
    background: transparent;
    box-shadow: none;
    padding: 32px 0 40px !important;
  }
  .mobile-mega-links-sections {
    color: #15357a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .mobile-mega-section-title p {
    color: #15357a;
    font-size: 16px;
    line-height: 1.36;
    margin-bottom: 4px;
    margin-top: 10px;
  }
  .mobile-submenu-mega-hover-all:hover .mobile-mega-section-title p {
    color: #2c71f0;
  }
  .mobile-mega-section-description p {
    color: #7c8286;
    font-family: Silka, sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
  }
  .sub-drop-wrapper-as {
    border-bottom: 1px solid #cfd0d6;
    border-radius: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .dropdown-button,
  .global-dropdown-style {
    color: #15357a;
    font-size: 14px;
    padding-left: 0;
  }
  .submenu-links-style h4 {
    font-size: 14px;
  }
  .header-button-one {
    margin-right: 20px;
  }
  .mobile-dropdown-column {
    display: flex;
  }
  .header-menu-links {
    margin-left: 0;
  }
}
.mega-section-2-use-case-forth {
  padding-right: 15px;
}
.mega-section-1-use-case-forth,
.mega-section-2-use-case-forth,
.mega-section-3-use-case-forth {
  flex-basis: 50%;
  padding-right: 15px;
}

@media only screen and (max-width: 460px) {
  .header-button-one {
    display: none;
  }
}
