:root {
    --rounded: 18px;
    --section_primary: #000;
    --section_secondary: #f9fafa;
    --section_tertiary: #ffffff;
    --text_primary: #000;
    --text_secondary: #f9fafa;
    --text_tertiary: #ffffff;
    --text-fourth: #fff;
    --white: #fff;
    --checkbox-tick-color: #fff;
    --default-border-color: #000;
    --form-errors-text-color: red;
    --magenta: #E6007E;
    --form-message-succes-color: #E6007E;
}

.n-main-container {
  background-color: var(--section_secondary);
}

h1, p {
    margin-bottom: 16px !important;
}

#consentPopup{
    transform: unset!important;
    transform-style: unset!important;
 }
.w-richtext p{
  padding-bottom: 0;
  padding-top: 0;
}
.rich-text p {
  margin-bottom: 0;
  margin-top: 0;
}
.text-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.text-ellipsis-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.text-ellipsis-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.object-fit-cover {
  object-fit: cover;
 }
  @media screen and (min-width: 992px){
    nav ul li .dropdown-toggle{
      font-size: 12px;
    }
	nav ul li .header-nav-link{
    	font-size: 12px;
    }
  }
  @media screen and (min-width: 1100px){
    nav ul li .dropdown-toggle{
      font-size: 16px;
    }
	nav ul li .header-nav-link{
    	font-size: 16px;
    }
  }

  .floating-icons-sides-section{
    font-family: 'League Spartan', sans-serif;
  }

  .top-section.career {
    padding-top: 336px;
    padding-bottom: 260px;
  }

  .career-image {
    width: 76%;
    right: -300px;
  }

  @media screen and (max-width: 991px){
    .career-image {
      width: 86% !important;
      position: absolute !important;
      z-index: -1 !important;
    }
  }

  @media screen and (max-width: 767px) {
    .career-image {
        z-index: 0 !important;
        width: 100% !important;
        margin-top: 64px;
        position: relative !important;
        right: 0% !important;
        bottom: 0% !important;
    }
    .top-section.career {
      padding-top: 182px;
      padding-bottom: 64px;
  }
  }
  .cell-heading {
  	grid-column: 1 / -1!important;
  }
  
  .w-richtext a {
    color: inherit !important;
  }
  .akya-container {
    display: none;
  }
  
  @media screen and (min-width: 360px){
    .rl_gallery21_image{
      min-height: 280px!important
    }
  }
  
  @media screen and (min-width: 390px){
    .rl_gallery21_image{
      min-height: 320px!important
    }
  }
  
  @media screen and (min-width: 428px){
    .rl_gallery21_image{
      min-height: 360px!important
    }
  }
  
  @media screen and (min-width: 800px){
    .rl_gallery21_image{
      min-height: 320px
    }
  }
  
  @media screen and (min-width: 835px){
    .rl_gallery21_image{
      min-height: 340px
    }
  }
  
  @media screen and (min-width: 900px){
    .rl_gallery21_image{
      min-height: 400px!important
    }
  }

#filter-body {
 height: calc(100% - 73px)
}
  
@media screen and (min-width: 320px){
  #filter-body{
    height: calc(100% - 166px)
  }
}
  
@media screen and (min-width: 768px){
  #filter-body{
    height: calc(100% - 98px)
  }
}
  
@media screen and (min-width: 824px){
  #filter-body{
    height: calc(100% - 73px)
  }
}
.blog-link-text-card {
    font-family: League Spartan !important;
}

.blog-pagination {
    /* border-radius: 9999px !important; */
    min-width: 48px;
    min-height: 48px;
    height: 52px;
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.pagination-container {
  overflow-y: hidden;
}

/* .n-form button.n-primary {
    z-index: 1;
    position: relative;
    border: 1px solid var(--neutral--100);
    background-color: var(--neutral--100);
    color: var(--neutral--800);
    text-align: center;
    cursor: pointer;
    transform-style: preserve-3d;
    border-radius: 14px;
    justify-content: center;
    margin-right: 22px;
    padding: 20px 26px;
    font-family: League Spartan, sans-serif;
    font-weight: 700;
    line-height: 1.111em;
    text-decoration: none;
    transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.n-form button.n-primary:hover {
    color: var(--neutral--100);
    background-color: #0000;
    transform: translate3d(0, -3px, .01px);
}

.n-form .n-input:not(.pm-checkbox),
.n-form input:not(.pm-checkbox) {
    border: 1px solid var(--neutral--600) !important;
    background-color: var(--neutral--700) !important;
    box-shadow: 0 2px 12px 0 var(--general--shadow-02);
    color: var(--neutral--800);
    border-radius: 14px;
    min-height: 66px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.111em;
    transition: box-shadow .3s, color .3s, border-color .3s;
    display: block;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.n-input input, .n-input-with-icon {
    width: 100% !important;
}

.n-form .n-input::placeholder,
.n-form .n-input::placeholder {
  color: #999;
} */