.fa-twitterx:before {
  content: url(https://netcorecloud.com/wp-content/uploads/2023/11/new-twitter-logo-01.svg) !important;
}

html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

h1, h2, h3, h4 {font-family: 'Work Sans'; font-weight: 800;}

.logo-slick-bg .logo-slick-header {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #ff6b6b;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

body {
  background-color: #ffffff;
  margin: 0px;
  font-family: 'Manrope';
  overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
  .pressable:active {
    background-color: #B6CFFF;
  }
}

/* Banner */
header.banner-row {
  width: 100%;
  position: relative;
  background-color: #291E30;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #ffffff;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
}

header.banner-row .banner-content {
  width: 85%;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  header.banner-row .banner-content {
    width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  header.banner-row .banner-content .banner-padding {
    display: none !important;
  }
}

header.banner-row .banner-content .page-sep {
  width: 1px;
  height: 30px;
  background-color: #FFFFFF;
  opacity: 0.5;
  border-radius: 10px;
  margin: auto 5px;
}

header.banner-row .banner-content .banner-text {
  flex-basis: 100%;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}

header.banner-row .banner-content .banner-text .banner-text-highlight {
  border-radius: 5px;
  padding: 2px 10px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 2px;
  margin-right: 10px;
}
.banner-text-highlight:hover {
 background: #ffffff !important; color: #fc5e02 !important; background-position: left bottom;
}

@media only screen and (max-width: 600px) {
  header.banner-row .banner-content .banner-text .banner-text-highlight {
    font-size: 0.7rem;
  }
}

header.banner-row .banner-content .banner-text .banner-text-main {
  color: #ffffff !important;
}

@media only screen and (max-width: 750px) {
  header.banner-row .banner-content .banner-text .banner-text-main .banner-news {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 1024px) {
  header.banner-row .banner-content .page-actions {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  header.banner-row .banner-content .page-actions {
    font-size: 0.8rem;
  }
}

header.banner-row .banner-content .page-actions .action-link1 {
  font-size: 0.9rem;
  margin-right: 20px;
}

header.banner-row .banner-content .page-actions .action-link1:hover {
  color: white;
}

header.banner-row .banner-content .page-actions .action-link2:hover {
  color: white;
}

header.banner-row .banner-content .page-actions .action-link2 {
  font-size: 0.9rem;
  text-align: right;
  align-content: center;
}

/* Header Mobile */
.header-row-mobile {
  padding: 20px 0px;
  z-index: 11;
}

@media only screen and (min-width: 1101px) {
  .header-row-mobile {
    display: none;
  }
}

.header-row-mobile.header-row-sticky {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-row-mobile .header-mobile-content {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-row-mobile .header-mobile-content .header-mobile-logo {
  margin-top: -5px;
}

.header-row-mobile .header-mobile-content .header-mobile-logo .mnm-child-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-row-mobile .header-mobile-content .header-mobile-logo .mnm-child-logo .subheader-title-name {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  color: #291E30;
  margin-left: 5px;
}

.header-row-mobile .header-mobile-content .header-mobile-logo .mnm-child-logo .s-h-pill {
  background-color: #c1bbf6;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
  color: #291e30;
  margin-left: 10px;
  margin-top: 3px;
}

.header-row-mobile .header-mobile-content .header-mobile-logo .mnm-child-logo img {
  margin-top: -5px;
}

.mobile-open-burger#MobileMenuOpen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mobile-open-burger#MobileMenuOpen .hamburger-inner, .mobile-open-burger#MobileMenuOpen .hamburger-inner::before, .mobile-open-burger#MobileMenuOpen .hamburger-inner::after {
  background-color: #ff6b6b;
  width: 30px;
  height: 3px;
  border: 0px;
}

.mobile-open-burger#MobileMenuOpen .hamburger-inner::before {
  width: 80%;
}

.mobile-open-burger#MobileMenuOpen .hamburger {
  padding: 0px;
  transform: rotate(-180deg);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mobile-open-burger#MobileMenuOpen img {
  width: 35px;
}

/* All Mobile Nav Styles */
#MobileNav.header-mobile-nav {
  color: #222222;
  font-weight: 500;
  width: 100%;
  transition: transform .3s ease-out;
}

#MobileNav.header-mobile-nav .mob-nav-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

#MobileNav.header-mobile-nav .mob-nav-wrapper .mnm-super-container {
  flex-grow: 1;
  overflow: scroll;
}

#MobileNav.header-mobile-nav .mob-nav-wrapper .mnm-super-container .mnm-spare-logo {
  padding: 20px 5% 0px 5%;
}

#MobileNav.header-mobile-nav .mob-nav-wrapper .mnm-super-dd-container {
  flex-grow: 1;
  overflow: scroll;
}

#MobileNav.header-mobile-nav .hamburger-box {
  width: 30px;
}

#MobileNav.header-mobile-nav .hamburger-inner, #MobileNav.header-mobile-nav .hamburger-inner:after, #MobileNav.header-mobile-nav .hamburger-inner:before {
  width: 30px !important;
}

@media only screen and (min-width: 1025px) {
  #MobileNav.header-mobile-nav {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  #MobileNav.header-mobile-nav {
    height: 100vh;
    overflow-y: auto;
  }
  #MobileNav.header-mobile-nav .hamburger-inner, #MobileNav.header-mobile-nav .hamburger-inner::before, #MobileNav.header-mobile-nav .hamburger-inner::after {
    background-color: #ff6b6b;
    width: 30px;
    height: 3px;
    border: 0px;
  }
  #MobileNav.header-mobile-nav .hamburger {
    padding: 0px;
  }
  #MobileNav.header-mobile-nav .space-banner-empty {
    height: 50px;
  }
  #MobileNav.header-mobile-nav .mnm-header {
    z-index: 1000;
    width: 90%;
    height: 90px;
    margin: auto;
    position: sticky;
    top: 0px;
  }
  #MobileNav.header-mobile-nav .mnm-header .mnm-home-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #MobileNav.header-mobile-nav .mnm-header .mnm-home-header .mnm-header-left .mnm-child-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #MobileNav.header-mobile-nav .mnm-header .mnm-home-header .mnm-header-left .mnm-child-logo .subheader-title-name {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #291E30;
    margin-left: 5px;
  }
  #MobileNav.header-mobile-nav .mnm-header .mnm-home-header .mnm-header-left .mnm-child-logo .s-h-pill {
    background-color: #c1bbf6;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    color: #291e30;
    margin-left: 10px;
    margin-top: 3px;
  }
  #MobileNav.header-mobile-nav .mnm-header .mnm-home-header .mnm-header-right {
    margin-top: 5px;
  }
  #MobileNav.header-mobile-nav .mnm-container .mnm-body {
    width: 100%;
    margin: auto;
  }
  #MobileNav.header-mobile-nav .mnm-container .mnm-body .mnm-body-row {
    color: #222222;
    font-size: 1rem;
    border-bottom: 1px solid #CDD0D5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 5%;
    margin: auto;
  }
  #MobileNav.header-mobile-nav .mnm-container .mnm-body .mnm-body-row .mnm-row-icon img {
    transform: rotate(-90deg);
  }
  #MobileNav.header-mobile-nav .mnm-container .mnm-es .mnm-es-row {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
  }
  #MobileNav.header-mobile-nav .mnm-container .mnm-touch {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #MobileNav.header-mobile-nav .mnm-container .mnm-touch .hero-cta-button-filled {
    width: 10rem;
    font-size: 1rem;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-header {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-header .mnm-header-left {
    color: #291e30;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-header .mnm-header-left .left-notch img {
    transform: rotate(0deg);
    margin-right: 5px;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-header .mnm-header-left .left-text {
    border-bottom: 2px solid #ff6b6b;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-header .mnm-header-right .right-text {
    border-bottom: 2px solid #B6CFFF;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main {
    width: 100%;
    margin: auto;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    padding: 5px 5px;
    border-left: 5px solid #FFF;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special.dd-active {
    background-color: #fff2e6;
    border-radius: 4px;
    padding: 15px 15px;
    display: none;
    border-left: 5px solid #ff6b6b;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special .dd-bs-body-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special .dd-bs-body-row .dd-bs-left {
    margin-right: 10px;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special .dd-bs-body-row .dd-bs-middle {
    font-weight: 400;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special .dd-bs-body-row .dd-bs-right {
    margin-left: auto;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special .dd-bs-body-row .dd-bs-right img {
    transform: rotate(-90deg);
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special .dd-bs-header-row {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special .dd-bs-header-row .dd-bs-left {
    margin-right: 10px;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special .dd-bs-header-row .dd-bs-middle {
    font-weight: 700;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special .dd-bs-header-row .dd-bs-right {
    margin-left: auto;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-special .dd-bs-header-row .dd-bs-right img {
    transform: rotate(-90deg);
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-cta {
    width: 90%;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main .mnm-dd-body-s-s .dd-bs-body-row-cta .hero-tile-action {
    margin-left: 50px;
    margin-top: 5px;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main-normal {
    margin: auto;
    width: 100%;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main-normal .dd-bs-body-row {
    width: 90%;
    margin: auto;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main-normal .dd-bs-body-row .dd-bs-left {
    margin-right: 10px;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main-normal .dd-bs-body-row .dd-bs-middle {
    font-weight: 400;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main-normal .dd-bs-body-row .dd-bs-right {
    margin-left: auto;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-main-normal .dd-bs-body-row .dd-bs-right img {
    transform: rotate(-90deg);
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-sub {
    background-color: #fff2e6;
    width: 100%;
    margin: auto;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-sub .dd-bs-header-row {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-sub .dd-bs-header-row .dd-bs-left {
    margin-right: 10px;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-sub .dd-bs-header-row .dd-bs-middle {
    font-weight: 700;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-sub .dd-bs-header-row .dd-bs-right {
    margin-left: auto;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-sub .dd-bs-header-row .dd-bs-right img {
    transform: rotate(-90deg);
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-sub .dd-bs-body-row {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-sub .dd-bs-body-row .dd-bs-left {
    margin-right: 10px;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-sub .dd-bs-body-row .dd-bs-middle {
    font-weight: 400;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-sub .dd-bs-body-row .dd-bs-right {
    margin-left: auto;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-body .mnm-dd-body-sub .dd-bs-body-row .dd-bs-right img {
    transform: rotate(-90deg);
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-raman {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #E4EFFF;
    border-radius: 4px;
    align-items: stretch;
    overflow: hidden;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-raman .mnm-dd-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-raman .mnm-dd-left .raman-header {
    font-size: 1rem;
    padding-top: 15px;
    padding-left: 15px;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-raman .mnm-dd-left .raman-cta {
    font-size: 1rem;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  #MobileNav.header-mobile-nav .mnm-dd-container .mnm-dd-raman .mnm-dd-right img {
    height: 100%;
  }
  #MobileNav.header-mobile-nav .mnm-dd-footer {
    width: 100%;
    padding: 7px 5%;
    margin-top: auto;
    background-color: #ff6b6b;
    color: #FFFFFF;
    font-size: 0.8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* Header */
.header-row {
  width: 100%;
  position: relative;
  opacity: 1;
  z-index: 1001;
}

@media only screen and (max-width: 1100px) {
  .header-row {
    display: none;
  }
}

.header-row.header-row-dim {
  background-color: #F6F6F6 !important;
}

.header-row.header-row-dim .item {
  color: #291e30 !important;
  font-size: 14px !important;
}

.brand-logo img {
  height: 30px !important;
}

.header-row.header-row-dim.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.header-row-bg {
  background-color: #FFFFFF;
}

.header-row-sticky {
  position: sticky;
  top: 0;
}

.bottom-edge-shadow {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  background-color: #FFF2e6 !important;
 /* padding-bottom: 5px;
  padding-top: 5px; */
}

.header-content {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.brand-logo {
  flex-basis: 25%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.brand-logo .s-h-pill {
  background-color: #c1bbf6;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
  color: #291e30;
  margin-left: 10px;
  margin-top: 3px;
}

.header-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}

.header-nav .header-cta-button {
  margin-left: 20px;
}

.header-nav .item {
  position: relative;
  width: fit-content;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.005em;
  color: #222222;
  cursor: pointer;
}

.item-cont {
  padding: 13px 15px;
  cursor: pointer;
}

.item-cont.why-netcore {
  padding-right: 0px;
}

.item:hover {
  color: #291e30;
}

.item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ff6b6b;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.item.item-hover:after {
  visibility: visible;
  width: 100%;
}

.header-nav .page-sep {
  width: 1px;
  height: 30px;
  background-color: #B8B9BB;
}

.header-row-right {
  margin-left: auto;
  flex-basis: 10%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.lang-dropdown, .header-cta-button {
  cursor: pointer;
}

.header-cta-button {
  padding: 10px 10px !important;
  font-size: 16px !important;
}

.hero-cta-button-filled {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background-color: #fc5e02;
  border-radius: 4px;
  padding: 25px 25px;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
}

.openlink {
  padding-bottom: 4px;
  margin: 0 5px;
}

/* SubHeader */
.subheader-row {
  z-index: 1000;
  background-color: #ffffff;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .subheader-row {
    display: none;
  }
}

.subheader-row .temp-cont {
  width: 85%;
  margin: auto;
  position: relative;
}

.subheader-row .temp-cont .subheader-content {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.subheader-row .temp-cont .subheader-content .subheader-title {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  flex-basis: 40%;
}

.subheader-row .temp-cont .subheader-content .subheader-title-name {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #291e30;
}

.subheader-row .temp-cont .subheader-content .subheader-nav {
  display: flex;
  flex-direction: row;
  flex-basis: 30%;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}

.subheader-row .temp-cont .subheader-content .subheader-nav .link {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
}

.subheader-row .s-h-pill {
  background-color: #E7EDFF;
  padding: 8px 8px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
  color: #ff6b6b;
  margin-left: 10px;
  margin-top: 3px;
}

.v-sep-headers {
  height: 3px;
  width: 100%;
  background-color: #FAFAFA;
}

.dd-bs-left img {
  width: 25px !important;
}

.dd-bs-body-row {
  padding: 10px 0px;
}

.navbar {
  transition: 500ms ease;
  background: transparent;
}

.navbar.scrolled {
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

body .trp-language-switcher {
  margin-left: 15px;
  z-index: 9999;
  top: 3px;
  transition: all 0.01s ease-in 0s;
}

body .trp-language-switcher > div > a {
  color: #ff6b6b;
}

body header .trp-language-switcher .trp-ls-shortcode-current-language {
  width: 55px !important;
  height: 31px;
  overflow: hidden;
}

body header .trp-language-switcher .trp-ls-shortcode-current-language:hover {
  width: 100% !important;
  height: auto;
  overflow: visible;
}

body header .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
  padding-top: 1px;
}
/*# sourceMappingURL=header.css.map */