.team h2 {
  color: #333333;
  text-transform: none;
  margin-bottom: 35px; }
.team_wrap {
  box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  margin-bottom: 32px; }
  @media screen and (min-width: 576px) {
    .team_wrap {
      height: calc(100% - 32px); } }
  @media screen and (min-width: 420px) {
    .team_wrap {
      flex-direction: row; } }
  @media screen and (min-width: 576px) {
    .team_wrap {
      flex-direction: row; } }
  @media screen and (min-width: 768px) {
    .team_wrap {
      flex-direction: row; } }
  @media screen and (min-width: 992px) {
    .team_wrap {
      flex-direction: row; } }
  @media screen and (min-width: 1400px) {
    .team_wrap {
      flex-direction: row; } }
  @media screen and (min-width: 1540px) {
    .team_wrap {
      flex-direction: row; } }
.team .teamwrapspec .team_wrap {
  height: auto; }
.team_image {
  padding: 17px;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .team_image {
      text-align: unset; } }
  @media screen and (min-width: 768px) {
    .team_image {
      text-align: center; } }
  @media screen and (min-width: 992px) {
    .team_image {
      padding: calc(4px + 13 * ((100vw - 992px) / (1200 - 992))); } }
  @media screen and (min-width: 1200px) {
    .team_image {
      padding: 17px; } }
  .team_image img {
    border-radius: 5px;
    width: 138px;
    max-height: 211px;
    height: 207px;
    object-fit: cover; }
.team .row {
  margin-bottom: 40px; }
.team_content {
  padding-top: 12px;
  padding-left: 17px;
  padding-right: 17px;
  transition: padding-left .3s ease-in-out, padding-right .3s ease-in-out, padding-top .3s ease-in-out;
  display: flex;
  flex-direction: column;
  padding-bottom: 35px; }
  @media screen and (min-width: 420px) {
    .team_content {
      padding-top: 35px;
      padding-bottom: 45px; } }
  @media screen and (min-width: 992px) {
    .team_content {
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 17px; } }
  @media screen and (min-width: 1200px) {
    .team_content {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 17px; } }
  @media screen and (min-width: 1400px) {
    .team_content {
      padding-left: 17px;
      padding-right: 17px;
      padding-top: 17px; } }
  @media screen and (min-width: 576px) {
    .team_content {
      padding-bottom: calc(35px + 15 * ((100vw - 576px) / (992 - 576))); } }
  @media screen and (min-width: 992px) {
    .team_content {
      padding-bottom: 50px; } }
  .team_content h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333333; }
    @media screen and (min-width: 992px) {
      .team_content h3 {
        font-size: calc(14px + 4 * ((100vw - 992px) / (1200 - 992))); } }
    @media screen and (min-width: 1200px) {
      .team_content h3 {
        font-size: 18px; } }
  .team_content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333333; }
    @media screen and (min-width: 992px) {
      .team_content p {
        font-size: calc(14px + 4 * ((100vw - 992px) / (1200 - 992))); } }
    @media screen and (min-width: 1200px) {
      .team_content p {
        font-size: 18px; } }
    .team_content p:first-of-type {
      padding-top: 20px;
      flex-grow: 1; }
      @media screen and (min-width: 992px) {
        .team_content p:first-of-type {
          padding-top: calc(14px + 4 * ((100vw - 992px) / (1200 - 992))); } }
      @media screen and (min-width: 1200px) {
        .team_content p:first-of-type {
          font-size: 18px; } }
  .team_content a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #015EAC;
    text-decoration: none;
    position: relative; }
    @media screen and (min-width: 992px) {
      .team_content a {
        font-size: calc(14px + 4 * ((100vw - 992px) / (1200 - 992))); } }
    @media screen and (min-width: 1200px) {
      .team_content a {
        font-size: 18px; } }
    .team_content a:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #015EAC;
      position: absolute;
      left: 0;
      bottom: -2px; }

.custgalbig .swiper-button-wrapper {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 108%;
  justify-content: space-between;
  left: -4%;
  padding-bottom: 0;
  margin-top: 0;
  transform: translateY(calc(-50% - 10px)); }

.productgallery .swiper-button-prev, .productgallery .swiper-button-next {
  width: 48px;
  height: 48px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-right: 23px;
  margin-left: 23px;
  box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.045); }
  .productgallery .swiper-button-prev svg, .productgallery .swiper-button-next svg {
    height: 27px;
    width: auto;
    position: relative;
    top: 8px;
    left: 50%;
    transform: translateX(-50%); }
.productgallery .swiper-button-prev {
  width: 32px;
  height: 32px;
  transition: width .3s ease-in-out, height .3s ease-in-out, border .3s ease-in-out;
  background-color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
  left: 3.75%;
  right: unset;
  margin-right: 3.75%;
  z-index: 9999999999; }
  @media (min-width: 768px) {
    .productgallery .swiper-button-prev {
      width: 40px;
      height: 40px; } }
  @media (min-width: 992px) {
    .productgallery .swiper-button-prev {
      width: 48px;
      height: 48px; } }
  .productgallery .swiper-button-prev:after {
    content: unset; }
  .productgallery .swiper-button-prev svg {
    width: auto;
    position: relative;
    left: 11px;
    transition: left .3s ease-in-out, top .3s ease-in-out, height .3s ease-in-out;
    left: 9px;
    top: 0px;
    height: 20px; }
    @media (min-width: 768px) {
      .productgallery .swiper-button-prev svg {
        left: 11px;
        top: 0px;
        height: 24px; } }
    @media (min-width: 992px) {
      .productgallery .swiper-button-prev svg {
        left: 13px;
        top: 1px;
        height: 28px; } }
  .productgallery .swiper-button-prev:hover {
    border: 1px solid #015EAC; }
    .productgallery .swiper-button-prev:hover svg {
      left: 6px; }
.productgallery .swiper-button-next {
  width: 32px;
  height: 32px;
  transition: width .3s ease-in-out, height .3s ease-in-out, border .3s ease-in-out;
  background-color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
  left: unset;
  right: 3.75%;
  margin-left: 3.75%;
  z-index: 9999999999; }
  @media (min-width: 768px) {
    .productgallery .swiper-button-next {
      width: 40px;
      height: 40px; } }
  @media (min-width: 992px) {
    .productgallery .swiper-button-next {
      width: 48px;
      height: 48px; } }
  .productgallery .swiper-button-next:after {
    content: unset; }
  .productgallery .swiper-button-next svg {
    transition: left .3s ease-in-out, top .3s ease-in-out, height .3s ease-in-out, border .3s ease-in-out;
    left: 12px;
    top: 0px;
    height: 20px; }
    @media (min-width: 768px) {
      .productgallery .swiper-button-next svg {
        left: 14px;
        top: 0px;
        height: 24px; } }
    @media (min-width: 992px) {
      .productgallery .swiper-button-next svg {
        left: 16px;
        top: 1px;
        height: 28px; } }
  .productgallery .swiper-button-next:hover {
    border: 1px solid #015EAC; }
    .productgallery .swiper-button-next:hover svg {
      left: 22px; }

.news-list-view.row .swiper-button-prev, .news-list-view.row .swiper-button-next {
  width: 48px;
  height: 48px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-right: 23px;
  margin-left: 23px;
  box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.045); }
  .news-list-view.row .swiper-button-prev svg, .news-list-view.row .swiper-button-next svg {
    height: 27px;
    width: auto;
    position: relative;
    top: 8px;
    left: 50%;
    transform: translateX(-50%); }
.news-list-view.row .swiper-button-prev {
  width: 32px;
  height: 32px;
  transition: width .3s ease-in-out, height .3s ease-in-out, border .3s ease-in-out;
  background-color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
  left: 3.75%;
  right: unset;
  margin-right: 3.75%;
  z-index: 9999999999;
  margin-left: 0;
  left: 0;
  transform: translateY(-15px); }
  @media (min-width: 768px) {
    .news-list-view.row .swiper-button-prev {
      width: 40px;
      height: 40px; } }
  @media (min-width: 992px) {
    .news-list-view.row .swiper-button-prev {
      width: 48px;
      height: 48px; } }
  .news-list-view.row .swiper-button-prev:after {
    content: unset; }
  .news-list-view.row .swiper-button-prev svg {
    width: auto;
    position: relative;
    left: 11px;
    transition: left .3s ease-in-out, top .3s ease-in-out, height .3s ease-in-out;
    left: 9px;
    top: 0px;
    height: 20px; }
    @media (min-width: 768px) {
      .news-list-view.row .swiper-button-prev svg {
        left: 11px;
        top: 0px;
        height: 24px; } }
    @media (min-width: 992px) {
      .news-list-view.row .swiper-button-prev svg {
        left: 13px;
        top: 1px;
        height: 28px; } }
  .news-list-view.row .swiper-button-prev:hover {
    border: 1px solid #015EAC; }
    .news-list-view.row .swiper-button-prev:hover svg {
      left: 6px; }
.news-list-view.row .swiper-button-next {
  width: 32px;
  height: 32px;
  transition: width .3s ease-in-out, height .3s ease-in-out, border .3s ease-in-out;
  background-color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
  left: unset;
  right: 3.75%;
  margin-left: 3.75%;
  z-index: 9999999999;
  margin-right: 0;
  right: 0;
  transform: translateY(-15px); }
  @media (min-width: 768px) {
    .news-list-view.row .swiper-button-next {
      width: 40px;
      height: 40px; } }
  @media (min-width: 992px) {
    .news-list-view.row .swiper-button-next {
      width: 48px;
      height: 48px; } }
  .news-list-view.row .swiper-button-next:after {
    content: unset; }
  .news-list-view.row .swiper-button-next svg {
    transition: left .3s ease-in-out, top .3s ease-in-out, height .3s ease-in-out, border .3s ease-in-out;
    left: 12px;
    top: 0px;
    height: 20px; }
    @media (min-width: 768px) {
      .news-list-view.row .swiper-button-next svg {
        left: 14px;
        top: 0px;
        height: 24px; } }
    @media (min-width: 992px) {
      .news-list-view.row .swiper-button-next svg {
        left: 16px;
        top: 1px;
        height: 28px; } }
  .news-list-view.row .swiper-button-next:hover {
    border: 1px solid #015EAC; }
    .news-list-view.row .swiper-button-next:hover svg {
      left: 22px; }

@media (min-width: 576px) {
  .containergrid {
    max-width: 100%; } }
@media (min-width: 768px) {
  .containergrid {
    max-width: 100%; } }
@media (min-width: 992px) {
  .containergrid {
    max-width: 100%; } }
@media (min-width: 1200px) {
  .containergrid {
    max-width: 1920px; } }
@media (min-width: 1400px) {
  .containergrid {
    max-width: 1920px; } }
.containergrid {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    .containergrid {
      padding-right: 0;
      padding-left: 12px; } }

.containergrid {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 2fr 10fr;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-template-areas: "Logo Mobhandler" "Navigation Navigation" "Meta Meta"; }
  @media (min-width: 576px) {
    .containergrid {
      grid-template-columns: 4fr 8fr; } }
  @media (min-width: 992px) {
    .containergrid {
      display: grid;
      grid-auto-flow: row dense;
      grid-template-columns: 2fr 10fr;
      grid-template-rows: auto auto;
      gap: 0px 0px;
      grid-template-areas: "Logo Meta" "Navigation Mobhandler"; } }
  @media (min-width: 1200px) {
    .containergrid {
      display: grid;
      grid-template-columns: 2fr 10fr;
      grid-template-rows: auto auto;
      gap: 0px 0px;
      grid-auto-flow: row dense;
      grid-template-areas: "Logo Meta Meta" "Logo Navigation Mobhandler"; } }
  @media (min-width: 992px) {
    .containergrid .mainnav {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .containergrid .mainnav {
      margin-top: 6px; } }

.Logo {
  grid-area: Logo;
  padding-left: 12px; }
  @media (min-width: 992px) {
    .Logo {
      padding-left: 0; } }

.Meta {
  grid-area: Meta;
  background-color: transparent;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  display: none; }
  @media (min-width: 992px) {
    .Meta {
      max-height: unset;
      background-color: transparent;
      padding-left: 0;
      padding-right: 0;
      display: block !important; } }
  @media (min-width: 1200px) {
    .Meta {
      margin-bottom: 0px; } }

.Navigation {
  grid-area: Navigation;
  background-color: transparent;
  position: relative;
  overflow: unset;
  padding-left: 0;
  padding-right: 0;
  display: block !important; }
  @media (min-width: 992px) {
    .Navigation {
      background-color: transparent;
      max-height: unset;
      padding-left: 0;
      padding-right: 0;
      display: block !important;
      overflow: unset;
      position: unset; } }

.Mobhandler {
  grid-area: Mobhandler;
  display: flex;
  flex-direction: initial;
  justify-content: flex-end;
  padding-right: 0; }
  @media (min-width: 992px) {
    .Mobhandler {
      padding-right: 0; } }
  .Mobhandler .searchicon, .Mobhandler .navicon {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .Mobhandler .navicon {
    padding-bottom: 0; }

.header_sidenav {
  padding-right: 0px !important; }
  @media screen and (min-width: 992px) {
    .header_sidenav {
      padding-right: 16px !important;
      padding-bottom: 0px !important; } }

.header.headergrid {
  background-color: #FFFFFF;
  box-shadow: 0px 25px 25px 10px rgba(0, 0, 0, 0);
  transition: box-shadow .3s ease-in-out;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000000000; }
  .header.headergrid.scrolled {
    box-shadow: 0px 25px 25px 10px rgba(0, 0, 0, 0.1); }
  .header.headergrid .header_inner:after {
    width: 100%;
    height: 139px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #DDDDDD; }
  .header.headergrid .servicenav {
    position: absolute;
    z-index: 99;
    right: 16px;
    bottom: 1px;
    transform: bottom .3s ease-in-out, right .3s ease-in-out; }
    @media screen and (min-width: 992px) {
      .header.headergrid .servicenav {
        right: 16px;
        bottom: 1px;
        z-index: 99999999999999999999;
        position: relative;
        float: right; } }
    @media screen and (min-width: 1200px) {
      .header.headergrid .servicenav {
        bottom: 1px; } }
    @media screen and (min-width: 1800px) {
      .header.headergrid .servicenav {
        bottom: 1px;
        right: 16px !important; } }
    .header.headergrid .servicenav ul {
      list-style-type: none;
      padding-left: 0; }
      .header.headergrid .servicenav ul li {
        display: inline-block; }
    .header.headergrid .servicenav .langbtn {
      color: #015EAC;
      text-decoration: none;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.2; }
      @media screen and (min-width: 576px) {
        .header.headergrid .servicenav .langbtn {
          font-size: calc(18px + 2 * ((100vw - 576px) / (992 - 576))); } }
      @media screen and (min-width: 992px) {
        .header.headergrid .servicenav .langbtn {
          font-size: 20px; } }
      .header.headergrid .servicenav .langbtn span {
        position: relative;
        top: -2px;
        display: inline-block; }
        @media screen and (min-width: 992px) {
          .header.headergrid .servicenav .langbtn span {
            display: inline-block; } }
    .header.headergrid .servicenav .hsearch {
      cursor: pointer; }
      .header.headergrid .servicenav .hsearch svg {
        position: relative;
        top: -5px;
        left: -12px; }
  .header.headergrid .header_mainnav {
    margin-top: 0px !important; }
  .header.headergrid .header_mainnav {
    z-index: 99;
    overflow: auto;
    display: block;
    position: relative;
    top: 0px; }
    @media screen and (min-width: 992px) {
      .header.headergrid .header_mainnav {
        position: absolute;
        top: 92px;
        left: 0;
        padding-left: 0;
        margin-left: 12px;
        width: 100%;
        z-index: 99999; } }
    @media screen and (min-width: 1800px) {
      .header.headergrid .header_mainnav {
        margin-top: 0;
        margin-left: 40px;
        height: auto;
        top: unset;
        position: relative;
        left: unset;
        padding-left: unset; } }
    @media screen and (min-width: 1800px) {
      .header.headergrid .header_mainnav {
        margin-left: calc(40px + 60 * ((100vw - 1800px) / (1880 - 1800))); } }
    @media screen and (min-width: 1880px) {
      .header.headergrid .header_mainnav {
        margin-left: 100px; } }
    .header.headergrid .header_mainnav ul {
      overflow: hidden;
      background-color: white;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0.09);
      transition: background-color .3s ease-in-out, padding .3s ease-in-out, margin .3s ease-in-out, box-shadow .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out;
      list-style-type: none;
      padding-left: 0px; }
      @media screen and (min-width: 992px) {
        .header.headergrid .header_mainnav ul {
          overflow: hidden;
          height: auto;
          background-color: transparent;
          padding-bottom: 0;
          margin-bottom: 0;
          padding-top: 0;
          box-shadow: 5px 5px 23px 7px rgba(0, 0, 0, 0); } }
      .header.headergrid .header_mainnav ul li {
        display: block;
        float: none;
        padding-right: 0;
        margin-left: 12px;
        margin-right: 12px;
        transition: padding-left .3s ease-in-out, padding-right .3s ease-in-out, margin-left .3s ease-in-out, margin-right .3s ease-in-out; }
        @media screen and (min-width: 992px) {
          .header.headergrid .header_mainnav ul li {
            display: inline-block;
            float: left;
            padding-right: 25px;
            border-bottom: none;
            margin-left: 0;
            margin-right: 0; }
            .header.headergrid .header_mainnav ul li.is-active a {
              font-weight: normal; } }
        @media screen and (min-width: 1200px) {
          .header.headergrid .header_mainnav ul li {
            padding-right: 35px; } }
        @media screen and (min-width: 1600px) {
          .header.headergrid .header_mainnav ul li {
            padding-right: 60px; } }
        @media screen and (min-width: 1880px) {
          .header.headergrid .header_mainnav ul li {
            padding-right: 60px; } }
        .header.headergrid .header_mainnav ul li:last-of-type {
          padding-right: 0px; }
        .header.headergrid .header_mainnav ul li a {
          display: block;
          text-decoration: none;
          color: #015EAC;
          text-transform: uppercase;
          font-size: 16px;
          padding-left: 5px;
          padding-top: 16px;
          padding-bottom: 16px;
          line-height: 1.2;
          font-weight: normal; }
          @media screen and (min-width: 992px) {
            .header.headergrid .header_mainnav ul li a {
              font-size: 17px;
              padding-left: 0;
              padding-top: 0;
              padding-bottom: 0;
              font-weight: 300; } }
          @media screen and (min-width: 1200px) {
            .header.headergrid .header_mainnav ul li a {
              font-size: 20px; } }
          .header.headergrid .header_mainnav ul li a.active {
            color: #015EAC; }
        .header.headergrid .header_mainnav ul li.active a {
          color: #015EAC; }
        .header.headergrid .header_mainnav ul li .header_subnav {
          transition: border-right .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out; }
          @media screen and (min-width: 992px) {
            .header.headergrid .header_mainnav ul li .header_subnav {
              border-right: 1px solid #DDDDDD;
              padding-top: 28px;
              padding-bottom: 10px; } }
          .header.headergrid .header_mainnav ul li .header_subnav li {
            display: block;
            float: none;
            overflow: hidden;
            padding-right: 0px;
            margin-right: 0px; }
            @media screen and (min-width: 992px) {
              .header.headergrid .header_mainnav ul li .header_subnav li {
                border-bottom: 1px solid #DDDDDD; } }
            .header.headergrid .header_mainnav ul li .header_subnav li a {
              text-transform: none;
              font-size: 16px;
              line-height: 1.5;
              font-weight: 300;
              display: block;
              padding-left: 0;
              padding-top: 6px;
              padding-bottom: 6px;
              transition: padding-left .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out;
              color: #333333; }
              @media screen and (min-width: 992px) {
                .header.headergrid .header_mainnav ul li .header_subnav li a {
                  padding-left: 22px;
                  padding-right: 22px;
                  padding-top: 16px;
                  padding-bottom: 16px;
                  font-weight: 300;
                  color: #333333;
                  transition: color .3s ease-in-out; } }
              .header.headergrid .header_mainnav ul li .header_subnav li a.active {
                color: #015EAC; }
            .header.headergrid .header_mainnav ul li .header_subnav li.active a {
              color: #015EAC; }
            .header.headergrid .header_mainnav ul li .header_subnav li.active ul li a {
              color: #333333; }
            .header.headergrid .header_mainnav ul li .header_subnav li ul {
              position: relative;
              left: 0;
              width: 100%;
              padding-left: 20px;
              transition: padding-left .3s ease-in-out, left .3s ease-in-out, width .3s ease-in-out;
              top: 0px;
              margin-top: 10px;
              margin-bottom: 10px; }
              @media screen and (min-width: 992px) {
                .header.headergrid .header_mainnav ul li .header_subnav li ul {
                  position: absolute;
                  left: 33.33333333%;
                  width: 66.66666667%;
                  padding-left: 0; } }
              .header.headergrid .header_mainnav ul li .header_subnav li ul li {
                float: none;
                display: block;
                width: 100%;
                border: none; }
                @media screen and (min-width: 768px) {
                  .header.headergrid .header_mainnav ul li .header_subnav li ul li {
                    float: left;
                    display: inline-block;
                    width: 50%; } }
                @media screen and (min-width: 1400px) {
                  .header.headergrid .header_mainnav ul li .header_subnav li ul li {
                    float: left;
                    display: inline-block;
                    width: 33.33333333%; } }
                .header.headergrid .header_mainnav ul li .header_subnav li ul li a {
                  display: inline-flex;
                  flex-direction: row;
                  align-items: center;
                  padding-top: 10px;
                  padding-bottom: 10px;
                  padding-left: 0px;
                  font-weight: 300;
                  color: #333333;
                  min-height: 70px; }
                  @media screen and (min-width: 992px) {
                    .header.headergrid .header_mainnav ul li .header_subnav li ul li a {
                      min-height: 90px; } }
                .header.headergrid .header_mainnav ul li .header_subnav li ul li span {
                  display: inline-block;
                  margin-right: 10px;
                  transition: margin-right .3s ease-in-out;
                  transform: unset; }
                  @media screen and (min-width: 992px) {
                    .header.headergrid .header_mainnav ul li .header_subnav li ul li span {
                      margin-right: 20px; } }
                  .header.headergrid .header_mainnav ul li .header_subnav li ul li span img {
                    width: 25px;
                    transition: width .3s ease-in-out;
                    height: auto; }
                    @media screen and (min-width: 992px) {
                      .header.headergrid .header_mainnav ul li .header_subnav li ul li span img {
                        width: 30px; } }
                    @media screen and (min-width: 1200px) {
                      .header.headergrid .header_mainnav ul li .header_subnav li ul li span img {
                        width: 48px; } }
      .header.headergrid .header_mainnav ul.actul {
        padding-top: 16px;
        padding-bottom: 20px; }
  .header.headergrid .header_subnavwrapper {
    position: relative;
    top: unset;
    transition: top .3s ease-in-out;
    width: 100%;
    left: 0;
    right: 0px;
    background-color: #FFFFFF; }
    @media screen and (min-width: 992px) {
      .header.headergrid .header_subnavwrapper {
        position: fixed;
        overflow: hidden;
        top: 140px;
        box-shadow: 0px 25px 25px 10px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #DDDDDD;
        height: 0; } }
    .header.headergrid .header_subnavwrapper .container {
      padding-left: 20px;
      padding-right: 0;
      transition: padding-left .3s ease-in-out, padding-right .3s ease-in-out; }
      @media screen and (min-width: 992px) {
        .header.headergrid .header_subnavwrapper .container {
          padding-left: 12px;
          padding-right: 12px; } }
      .header.headergrid .header_subnavwrapper .container ul {
        box-shadow: none;
        padding-top: 0px;
        padding-bottom: 20px; }
        .header.headergrid .header_subnavwrapper .container ul li {
          margin-left: 0px;
          margin-right: 0px;
          border-bottom: none; }
    .header.headergrid .header_subnavwrapper .container {
      position: relative;
      z-index: 1000; }
