/* Site Header
/* ---------------------------------------------- */

.site-header-and-placeholder-wrapper {
  position: relative;
  height: 64px;
}

.site-header {
  width: 100%;
  top: 0;
  left: 0;
  transition: height 0.1s;
  z-index: 100;
  background: white;
  position: relative;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.21);
  border-bottom: 1px solid #e2e2e2;
  height: 64px;
  display: flex;
  align-items: center;
  font-family: "Rubik", -apple-system, "BlinkMacSystemFont", "Segoe UI",
  "Helvetica Neue", sans-serif;
}

.site-header .wrapper-1200 {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.site-header .wrapper-1200 .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.site-header.scrolled {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.28);
  position: fixed;
  top: 0;
  height: 52px;
}
.site-header.scrolled .site-header__title a {
  font-size: 22px;
}

.header-placeholder {
  background: none;
  width: 100%;
  height: 64px;
  position: absolute;
}
.header-placeholder.active {
  display: block;
}

.site-header__logo {
  max-width: 160px;
}

.site-header__title a {
  color: #06102a;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Navigation ----------------------------------- */
.site-header__nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header__nav .menu-item-wrapper {
  display: inline-flex;
  align-items: center;
  padding-left: 30px;
  height: 100%;
}
.site-header__nav .menu-item-wrapper:first-child {
  padding-left: 40px;
}
.site-header__nav .menu-item-wrapper:hover .menu-item {
  color: #1e54d5;
}
.site-header__nav .menu-item {
  color: #06102a;
  transition: all 0.05s;
  font-size: 14.5px;
  line-height: 1em;
  font-weight: 500;
}
.site-header__nav .menu-item:hover {
  color: #8a959e;
}
.site-header__nav .menu-item--with-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-header__nav .menu-item--with-icon .title {
  margin-right: 3px;
}
.site-header__nav .menu-item--with-icon .icon {
  width: 20px;
  height: 20px;
  transition: all 0.1s;
}
.site-header__nav .menu-item--with-icon .icon svg {
  stroke-width: 2.5 !important;
  width: 100%;
  height: 100%;
}
.site-header__nav .menu-item-wrapper--dropdown:hover .nav-dropdown-menu {
  display: block;
}
.site-header__nav .nav-dropdown-menu {
  display: none;
}

.nav-dropdown-menu {
  position: absolute;
  z-index: 500;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.09), 0px 2px 4px 0px rgba(0, 0, 0, 0.09) inset;
}
.nav-dropdown-menu .wrapper-1200 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.nav-menu-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  align-items: flex-start;
  width: 100%;
}

.nav-menu-columns--50-50 {
  grid-template-columns: 1fr 1fr;
}
.nav-menu-columns--50-50 .nav-menu-card {
  width: 50%;
}

.nav-menu-columns--75-25 {
  grid-template-columns: 3fr 1fr;
}
.nav-menu-columns--75-25 .nav-menu-column--cards {
  grid-template-columns: 1fr;
}
.nav-menu-columns--75-25 .nav-menu-card {
  width: 100%;
}

.nav-menu-column--cards {
  display: flex;
  height: 100%;
  max-height: 345px;
  justify-content: flex-end;
  margin: -12px;
}

.dropdown-submenu {
  border-right: 1px solid #e3e3e3;
}
.dropdown-submenu:last-child {
  border-right: none;
}

/* Products, Solutions -------------------------- */
.nav-dropdown-menu--products .dm-header,
.nav-dropdown-menu--solutions .dm-header {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.2px;
  color: #505769;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.nav-dropdown-menu--products .dm-items:hover .dmi-image,
.nav-dropdown-menu--solutions .dm-items:hover .dmi-image {
  opacity: 0.5;
}
.nav-dropdown-menu--products .dm-item,
.nav-dropdown-menu--solutions .dm-item {
  border: none;
  margin: 0;
  color: #06102a;
  transition: all 0.1s;
  position: relative;
  width: 100%;
  min-height: 79px;
}
.nav-dropdown-menu--products .dm-item:last-child,
.nav-dropdown-menu--solutions .dm-item:last-child {
  margin: 0;
}
.nav-dropdown-menu--products .dm-item:hover .dmi-image,
.nav-dropdown-menu--solutions .dm-item:hover .dmi-image {
  opacity: 1;
}
.nav-dropdown-menu--products .dm-item .dmi-image,
.nav-dropdown-menu--solutions .dm-item .dmi-image {
  width: 104px;
  height: 78px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  transition: opacity 0.1s;
}
.nav-dropdown-menu--products .dm-item .dmi-image img,
.nav-dropdown-menu--solutions .dm-item .dmi-image img {
  width: 100%;
}
.nav-dropdown-menu--products .dm-item .dmi-details,
.nav-dropdown-menu--solutions .dm-item .dmi-details {
  padding: 8px 0 10px 125px;
  width: 100%;
  background: transparent;
  display: block;
  color: #06102a;
  position: relative;
  z-index: 1;
}
.nav-dropdown-menu--products .dm-item .dmi-details:hover,
.nav-dropdown-menu--solutions .dm-item .dmi-details:hover {
  color: #1e54d5;
}
.nav-dropdown-menu--products .dm-item .dmi-title,
.nav-dropdown-menu--solutions .dm-item .dmi-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 2px;
}
.nav-dropdown-menu--products .dm-item .dmi-description,
.nav-dropdown-menu--solutions .dm-item .dmi-description {
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.4em;
  max-width: 265px;
}

.nav-dropdown-menu--solutions .dm-item {
  margin: 0 0 20px;
}
.nav-dropdown-menu--solutions .dm-item .dmi-image {
  width: 65px;
  padding: 0;
  background: #fff;
  height: auto;
}
.nav-dropdown-menu--solutions .dm-item .dmi-details {
  padding: 0 0 0 90px;
}

/* Learn, Company ---------------------------------------- */
.nav-dropdown-menu--learn .dm-header,
.nav-dropdown-menu--company .dm-header {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.2px;
  color: #505769;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.nav-dropdown-menu--learn .dm-item,
.nav-dropdown-menu--company .dm-item {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #06102a;
  margin-bottom: 15px;
}
.nav-dropdown-menu--learn .dm-item:last-child,
.nav-dropdown-menu--company .dm-item:last-child {
  margin-bottom: 0;
}
.nav-dropdown-menu--learn .dm-item:hover,
.nav-dropdown-menu--company .dm-item:hover {
  color: #1e54d5;
}

.nav-dropdown-menu--learn .nav-menu-column:first-child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.nav-dropdown-menu--company .nav-menu-column:first-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.nav-menu-careers-card {
  background: #06102a;
  background-image: linear-gradient(to bottom, rgba(10, 24, 63, 0.98), #110325);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  min-height: 280px;
  width: 50%;
  margin: 12px;
  height: 100%;
}
.nav-menu-careers-card p {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 24px;
  text-align: center;
}
.nav-menu-careers-card a {
  background-color: #1e54d5;
  line-height: 1em;
  border-radius: 8px;
  padding: 15px 17px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: white !important;
  transition: all 0.2s;
  display: inline-block;
  cursor: pointer;
}

/* Post Cards ----------------------------------- */
.nav-menu-card {
  background-color: #f0f5ff;
  min-height: 280px;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin: 12px;
}
.nav-menu-card--no-image .nav-menu-card__image {
  background: #c5d2d9 no-repeat 50%;
  background-size: cover;
  height: 100%;
  max-height: 130px;
}
.nav-menu-card--no-image .nav-menu-card__image img {
  display: none;
}
.nav-menu-card--events--default .nav-menu-card__image {
  background-image: url(https://f.hubspotusercontent20.net/hubfs/5814022/default-placeholder.jpg);
}
.nav-menu-card--events--meetup .nav-menu-card__image {
  background-image: url(https://f.hubspotusercontent20.net/hubfs/5814022/meetup-placeholder.jpg);
}
.nav-menu-card--events--webinar .nav-menu-card__image {
  background-image: url(https://f.hubspotusercontent20.net/hubfs/5814022/webinar-placeholder.jpg);
}
.nav-menu-card--events--online-meetup .nav-menu-card__image {
  background-image: url(https://f.hubspotusercontent20.net/hubfs/5814022/online-meetup-placeholder.jpg);
}
.nav-menu-card--events--conference .nav-menu-card__image {
  background-image: url(https://f.hubspotusercontent20.net/hubfs/5814022/conference-placeholder.jpg);
}

.nav-menu-card__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nav-menu-card__image img {
  width: 100%;
  height: 162px;
  background: #d6dbe4 no-repeat 50%;
  object-fit: cover;
  vertical-align: middle;
}

.nav-menu-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 16px;
}

.nav-menu-card__title {
  color: #06102a;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4em;
  margin: 0 0 16px;
  flex: 1;
}

.nav-menu-card__link {
  font-size: 16px;
  font-weight: 500;
  color: #1e54d5;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
}

.nav-menu-card__link::after {
    content: " ";
    background-image: url(https://f.hubspotusercontent20.net/hubfs/5814022/right-arrow-blue.svg);
    width: 23px;
    height: 23px;
    background-position: center;
    display: inline-block;
    margin-left: 6px;
    margin-top: 1px;
    background-repeat: no-repeat;
    transition: all 0.05s;
}

/* Demo */
.site-header__demo-button .button--secondary {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  outline: none;
  border: 2px solid #1e54d5;
  background: white;
  line-height: 1em;
  border-radius: 6px;
  
  letter-spacing: 0.02em;
  
  font-weight: 500;
  text-align: center;
  color: #1e54d5;
  transition: all 0.2s;
}

.site-header__demo-button .button--secondary:hover, .site-header__demo-button .button--secondary:focus{
  color: white;
  background: #1e54d5;
}

/* Drawer */
.site-header .drawer {
  display: none;
}

@media (max-width: 1060px) {
  .site-header__nav .menu-item-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 980px) {
  .site-header__nav {
    display: none;
  }

  .site-header .drawer {
    display: block;
  }

  .site-header .right {
    display: none;
  }
}



/* Drawer */

.drawer-handle {
    position: relative;
    z-index: 5;
    width: 30px;
    height: 35px;
    cursor: pointer;
    margin: 0 3px -13px 0
}

.drawer-handle span,.drawer-handle span:after,.drawer-handle span:before {
    cursor: pointer;
    height: 2px;
    width: 30px;
    background: #06102a;
    position: absolute;
    display: block;
    content: "";
    top: 0
}

.drawer-handle span.second {
    top: 7px
}

.drawer-handle span {
    transition: all .2s ease
}

.drawer-handle span:after {
    transition: all .2s ease;
    top: 14px
}

.drawer-handle span:before {
    transition: all .2s ease;
    top: 7px
}

.drawer-handle.open span {
    transform: rotate(45deg);
    top: 10px;
    background: #06102a
}

.drawer-handle.open span:before {
    background-color: transparent
}

.drawer-handle.open span:after {
    background: #06102a;
    transform: rotate(90deg);
    top: 0
}

/* drawer menu */

.drawer-menu {
    position: fixed;
    z-index: 101;
    transform: translateX(-150%);
    width: 30%;
    padding-top: 52px;
    transition: .4s;
    text-align: left;
    font-family: Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;
    font-weight: 400;
    background: #fff;
    top: 0;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 35vw;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    visibility: hidden;
    overflow-y: scroll
}

.drawer-menu ul.nav {
    list-style: none;
    padding: 0
}

.drawer-menu .menu-item {
    color: #06102a;
    display: block;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 500
}

.drawer-menu .menu-item:hover {
    background: #efefef
}

.drawer-menu .menu-item.active {
    background: #efefef;
    border-left: 5px solid #1e54d5;
    padding-left: 15px
}

.drawer-menu .menu-item--with-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.drawer-menu .menu-item--with-icon .title {
    display: block;
    margin-right: 3px
}

.drawer-menu .menu-item--with-icon .icon {
    display: block;
    transition: all .1s
}

.drawer-menu .menu-item-wrapper--expandable .sub-menu {
    display: none
}

.drawer-menu .menu-item-wrapper--expandable .sub-menu a {
    color: #06102a;
    display: block;
    padding: 18px 20px;
    font-size: 16px
}

.drawer-menu .menu-item-wrapper--expandable .sub-menu a:hover {
    background: #efefef
}

.drawer-menu .menu-item-wrapper--expandable .sub-menu a.active {
    background: #efefef;
    border-left: 5px solid #1e54d5;
    padding-left: 15px
}

.drawer-menu .menu-item-wrapper--expandable.open {
    background: #f5f5f5
}

.drawer-menu .menu-item-wrapper--expandable.open .sub-menu {
    display: block
}

.drawer-menu .menu-item-wrapper--expandable.open .menu-item .icon {
    transform: rotate(180deg)
}

.drawer-menu.open {
    transform: translateX(0);
    visibility: visible
}

@media (max-width: 750px) {
    .drawer-menu {
        width:70%;
        width: 70vw
    }
}
