@font-face {
  font-family: 'DM Sans Regular';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('DM Sans Regular'), local('DM-Sans-Regular'),
       url('../webfonts/dm-sans-v6-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans Medium';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: local('DM Sans Medium'), local('DM-Sans-Medium'),
       url('../webfonts/DMSans-Medium.woff2') format('woff2');
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  flex-direction: column;
  min-width: 220px;
}

.dropdown-content span {
    cursor: pointer;
}

.dropdown-content > a,
.dropdown-content > span {
  padding: 8px 20px;
  color: #212529;
  display: flex;
  align-items: center;
}

.dropdown-content > a:hover,
.dropdown-content > span:hover {
  background-color: #f1f1f1;
  color: #212529;
  text-decoration: none;
}

.dropdown-content > a > img,
.dropdown-content > span > img {
    width: 16px;
    margin-right: 5px;
}

.dropdown-content .dropdown-content {
    left: 100%;
    top: 0;
}
.dropdown-content .chevron-down {
    transform: rotate(45deg);
}

a {
    text-decoration: none;
}
.chevron-down {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 6px;
    transform: rotate(135deg);
    vertical-align: middle;
    width: 6px;
}
.site-header {
    font-family: "DM Sans Medium", sans-serif;
    position: relative;
    background-color: #FFFFFF;
}
.homepage .site-header {
    background-color: #FDFAF7;
}
.transparent-header .site-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
}
.pinned-header .site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.transparent-header .nav-bar>li>a,
.transparent-header .nav-bar>li>span {
    color: #FFFFFF;
}
.transparent-header .logo-header {
    background-image: url(../images/home-new/logo-neg.svg);
}
body.transparent-header {
    padding-top: 0 !important;
}
body.pinned-header {
    padding-top: 100px !important;
}
.transparent-header .home-button.inverted {
    background-color: transparent;
}
.site-header > .container {
    display: flex;
    align-items: center;
    background-color: inherit;
    justify-content: space-between;
}
.logo-header {
    display: block;
    height: 41px;
    width: 130px;
    background-image: url(../images/homenew/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    flex-shrink: 0;
}
.nav-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    background-color: inherit;
}
.nav-bar.open {
    left: 0;
}
.nav-bar i {
    margin-left: 10px;
}
.nav-bar>li>a,
.nav-bar>li>span {
    font-size: 16px;
    padding: 40px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color:#2E3A48;
    white-space: nowrap;
    line-height: 20px;
}
.nav-bar>li>a:hover,
.nav-bar>li>span:hover {
    color: #F28C37;
    text-decoration: none;
}
.navicon {
    width: 20px;
    height: 18px;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: none;
    display: none;
}
.navicon:focus {
    outline: none;
}
.navicon span {
    display: block;
    background-color: #222222;
    position: absolute;
    height: 1px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.navicon span:nth-child(1) {
    top: 0px;
}
.navicon span:nth-child(2) {
    top: 7px;
    width: 70%;
}
.navicon span:nth-child(3) {
    top: 14px;
}
.navicon.open span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    display: none;
}
.navicon.open span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
}
.home-button {
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 21px;
    padding: 0 24px;
    cursor: pointer;
    border-radius: 40px;
    white-space: nowrap;
    background-color: #F28C37;
    height: 45px;
}
.home-button:first-child {
    margin-left: 0;
}
.home-button:last-child {
    margin-right: 0;
}
.home-button.inverted {
    color: #F28C37;
    background-color: #FFFFFF;
    border: 1px solid #F28C37;
}
.home-button:hover {
    opacity: 0.8;
    color: #FFFFFF;
    background-color: #F28C37;
}
.extra-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (max-width: 1199px) {
    .extra-nav {
        gap: 4px;
    }
    .extra-nav .home-button{
        font-size: 12px;
        padding: 0 15px;
        height: 40px;
    }
    .nav-bar>li>a,
    .nav-bar>li>span {
        padding: 40px 10px;
    }
}
@media (max-width: 991px) {
    .site-header {
        padding: 10px 0;
    }
    .extra-nav .request-demo{
        display:none;
    }
    .navicon {
        display: block;
    }
    .nav-bar {
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: -100%;
        z-index: 1;
        width: 100%;
        transition: left 500ms;
    }
    .nav-bar>li>a,
    .nav-bar>li>span {
        padding: 15px 15px;
    }
    .dropdown-content {
        width: 100%;
        position: static;
    }
    .dropdown {
        flex-wrap: wrap;
    }
    .dropdown-content .dropdown-content {
        background-color: transparent;
        box-shadow: none;
        margin-top: 8px;
        padding-left: 30px;
    }
    .dropdown-content .dropdown-content > a:hover {
        text-decoration: underline;
    }
    .dropdown.open > .dropdown-content {
      display: flex;
    }
}
@media (max-width: 575px) {
    .logo-header {
        width: 100px;
    }
    .extra-nav .home-button {
        padding: 0 10px;
        height: 35px;
    }
}
@media (min-width: 992px){
    .nav-bar>li:first-child>a,
    .nav-bar>li:first-child>span {
        padding-left: 0;
    }
    .dropdown:hover > .dropdown-content {
        display: flex;
    }
}
.dropdown.dropdown-products {
    position: static;
}
.dropdown-products .dropdown-content {
    padding-top: 35px;
    padding-bottom: 64px;
    box-shadow: 0px 5px 8px 0px #F28C3729;
    background-color: #FDFAF7;
    display: none;
    width: 100%;
    left: 0;
}
.products-wrapper {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    justify-content: center;
}
.product-item {
    width: 188px;
    height: 238px;
    padding: 24px 20px 18px;
    font-size: 22px;
    line-height: 31px;
    display: flex;
    flex-direction: column;
    position: relative;
    flex-shrink: 0;
    color: inherit;
}
.product-item:hover {
    color: inherit;
    text-decoration: underline;
}
.product-line {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 56px;
    left: 0;
}
.product-link {
    font-size: 13px;
    line-height: 19.5px;
    margin-top: auto;
    align-self: flex-end;
}
.product-link img {
    margin-left: 8.5px;
}
.product-item:nth-child(1) {
    background-color: #A257B5;
    color: #FFFFFF;
}
.product-item:nth-child(2) {
    background-color: #F2E1F2;
}
.product-item:nth-child(3) {
    background-color: #8AD6F7;
}
.product-item:nth-child(4) {
    background-color: #E4F8FD;
}
.product-item:nth-child(5) {
    background-color: #CBE080;
}
.product-item:nth-child(6) {
    background-color: #F1F6DB;
}
.product-item:nth-child(7) {
    background-color: #F1C198;
}
@media (max-width: 490px) {
    .products-wrapper {
        gap: 15px;
    }
    .dropdown-products .dropdown-content {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .product-item {
        width: 100%;
        height: 100px;
        font-size: 5vw;
        padding: 15px;
        white-space: nowrap;
    }
    .product-line {
        bottom: 50%;
    }
    .products-help-text {
        text-align: center;
    }
}
.products-help-text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 21px;
}
.products-help-text a {
    color: #F28C37;
}
.products-help-text a:hover {
    color: #F28C37;
    text-decoration: underline;
}
