.header {
   min-height: 134PX;
}
.header-group {
   position: fixed;
   z-index: 100;
   width: 100%;
   box-sizing: border-box;
   transition: all .3s ease-in-out;
}

.header-wrap {
   position: relative;
   z-index: 4;
   transition: all .3s ease-in-out;
   display: flex;
   flex-direction: column;
   padding: 0.6875rem 2.5rem 1.0625rem 2.375rem;
   box-shadow: 0rem 0rem 0.4rem rgb(0 0 0 / 20%);
}

.top-header {
   display: flex;
   justify-content: flex-end;
   width: 100%;
   max-width: 87.5rem;
   margin: 0.0625rem auto;
   transition: all .3s linear;

}



.top-header-menu .hs-menu-wrapper  > ul {
   padding: 0;
   display: flex;
   justify-content: flex-end;
   width: 100%;
   max-width: 87.5rem;
   margin: 0.0625rem auto;
   transition: all .3s ease;


}

.top-header-menu .hs-menu-wrapper > ul > li {
   cursor: pointer;
   margin-right: 1.6875rem;
   line-height: 2.375rem;
   position: relative;
}

.top-header-menu .hs-menu-wrapper > ul > li > a {
   font-size: .75rem;
   font-weight: 400;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   cursor: pointer;
   white-space: nowrap;
   position: relative;
   display: block;
}

.top-header-menu .hs-menu-wrapper > ul > li > a:after {
   content: "";
   bottom: 0;
   left: 0;
   position: absolute;
   max-width: 0;
   width: 100%;
   height: 0.125rem;
   margin-top: 0.3125rem;
   transition: all .2s ease-out;
}

.top-header-menu .hs-menu-wrapper > ul > li > a:hover:after {
   max-width: 100%;
   transition: all .2s ease-out;
}


.top-header-menu .hs-menu-wrapper > ul > li > ul > li> a {
   font-size: .75rem;
   font-weight: 400;
   cursor: pointer;
   position: relative;
}

.top-header-menu .hs-menu-wrapper > ul > li > ul > li:first-child {
   margin-top: 1.5625rem;
}

.top-header-menu .hs-menu-wrapper > ul > li > ul > li {
   display: flex;
   flex-direction: column;
   cursor: pointer;
   white-space: nowrap;
   line-height: 2.375rem;
   margin-right: 0;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   text-align: center;
   position: relative;
}


.top-header-menu .hs-menu-wrapper>ul>li>ul {
   position: absolute;
   top: 3.85rem;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   right: 0;
   margin: 0 auto;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   padding: 0 2.5rem;
   z-index: 5;
   border-style:solid;
   border-width: 0.0625rem;
   display: flex;
   flex-direction: column;
   align-items: center;
   max-height: 0;
   border-style:solid;
   border-width:1px;
   overflow: hidden;
   transition: all .3s ease-in-out;
   visibility: hidden;

}

.top-header-menu .hs-menu-wrapper>ul>li:hover>ul {
   max-height: 37.5rem;
   visibility: visible;
}

.top-header-menu .hs-menu-wrapper>ul>li>ul>li>a:after {
   content: "";
   bottom: 0;
   left: 0;
   position: absolute;
   max-width: 0;
   width: 100%;
   height: 0.125rem;
   margin-top: 0.3125rem;
   transition: all .2s ease-out;
}

.top-header-menu .hs-menu-wrapper>ul>li>ul>li>a:hover:after {
   max-width: 100%;
   transition: all .2s ease-out;
}

.top-header-menu .hs-menu-wrapper>ul>li>ul>li:last-child {
   margin-bottom: 1.1875rem;
}
.language-menu {
   font-family: Arial;
   font-size: 12pt;
   text-align: left;
   cursor: pointer;
   line-height: 17px;
   width: auto;
   margin-right: 1.6875rem;
   position: relative;
}

.language-menu .hs-menu-wrapper > ul {
   display: block;
}

.language-menu .hs-menu-wrapper > ul > li {
   line-height: 2.375rem;
   position: relative;
   z-index: 9999;
}

.language-menu .hs-menu-wrapper > ul > li > a {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   text-decoration: none;
   display: block;
   line-height: 2.375rem;
   font-size: .75rem;
   font-weight: 400;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   cursor: pointer;
   white-space: nowrap;
   position: relative;
}

.language-menu .hs-menu-wrapper > ul > li > a:after {
   content: ""!important;
   bottom: 0;
   left: 0;
   position: absolute;
   max-width: 0;
   width: 100%;
   height: 0.125rem;
   margin-top: 0.3125rem;
   transition: all .2s ease-out;
}

.language-menu .hs-menu-wrapper > ul > li > a:hover:after {
   max-width: 100%;
   transition: all .2s ease-out;
}
.language-menu .hs-menu-wrapper>ul>li>ul {
   border-style:solid;
   border-width:1px;
   margin-top: 7px;
   width: 171px;
   padding: 1.5rem 0;
   z-index: 9998;
   position: absolute;
   display: none; 
   right: 0;


}

.language-menu .hs-menu-wrapper>ul>li>ul > li > a {
   padding: 0;
   line-height: 2.375rem;
   font-size: .75rem;
   font-weight: 400;
   display: block;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   cursor: pointer;
   white-space: nowrap;
   position: relative;
   margin: 0 auto;

}

.language-menu .hs-menu-wrapper>ul>li>ul > li > a:after {
   content: "";
   bottom: 0;
   left: 0;
   position: absolute;
   max-width: 0;
   width: 100%;
   height: 0.125rem;
   margin-top: 0.3125rem;
   transition: all .2s ease-out;
}

.language-menu .hs-menu-wrapper>ul>li>ul > li > a:hover:after {
   max-width: 100%;
   transition: all .2s ease-out;
}
.language-menu .hs-menu-wrapper>ul>li>a img {
   position: relative;
   top: 8px;
}
.language-menu .hs-menu-wrapper>ul>li>a img {
   position: relative;
   top: 8px;
}
.language-menu .hs-menu-wrapper>ul>li>ul>li>a img {
   position: relative;
   top: 8px;
}

.main-header {
   display: flex;
   width: 100%;
   max-width: 87.5rem;
   margin: 0 auto;
   margin-top: 0.8125rem;
   align-items: center;
   justify-content: flex-end;
}

.main-header a img {
   width: 8.375rem;
   border-style: solid 2px transparent;
   padding: 0PX 0.5rem;
}

.header-logo a {
   display: block;
}

.header-logo {
   max-width: 15%;
}

.main-header-menu-wrap {
   position: relative;
   flex: 1;
   width: 100%;
   height: 100%;
}

.main-header-menu {
   width: 100%;
   height: 100%;
   padding:0;
   margin-top: 0.4375rem;
   box-sizing: border-box;
   transition: all .3s ease-in-out;
}

.header-search-wrap {
   position: absolute;
   top:8px;
   right: 3rem;
   height: 100%;
   width: 28px;
   display: flex;
   justify-content: flex-end;
   align-items: center;
   flex-wrap: nowrap;
   padding: 0 0.3125rem 0.3125rem;
   transition: all .3s ease-in-out;
   background: transparent;
}

.main-header-menu .hs-menu-wrapper >  ul > li {
   margin-right: 2.5rem;
   position: relative;
}

.main-header-menu .hs-menu-wrapper > ul {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: unset;
}


.main-header-menu .hs-menu-wrapper > ul > li > a {
   font-size: .9375rem;
   font-weight: 600;
   display: flex;
   flex-direction: column;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   cursor: pointer;
   white-space: nowrap;
   position: relative;
   margin-right: 0;
   z-index: 1;
}

.main-header-menu .hs-menu-wrapper > ul > li > a:after {
   content: "";
   bottom: 0;
   max-width: 0;
   width: 100%;
   height: 0.125rem;
   margin-top: 0.3125rem;
   transition: all .2s ease-out;
}

.main-header-menu .hs-menu-wrapper > ul > li > a:hover:after {
   max-width: 100%;
   transition: all .2s ease-out;
}



.header-search-wrap form {
   display: flex;
   width: 1.875rem;
   transition: all .3s ease-in-out;
}

.header-search-wrap form #search {
   font-family: inherit;
   font-size: 100%;
   margin: 0;
   line-height: 1.75rem;
   background: transparent;
   font-weight: 600;
   cursor: pointer;
   outline: none;
   position: relative;
   transition: all .2s ease;
   border: solid 3px transparent;
   padding: 0.25rem;
}

.search_input_wrapper {
   display: flex;
   align-items: center;
   opacity: 0;
   transition: all .3s ease-in-out;
   visibility: hidden;
}

.search_input_wrapper  input[type=text] {
   line-height: 1.75rem;
   outline: none;
   margin: 0;
   font-style: normal;
   font-stretch: normal;
   padding: 1px 2px;
   flex: 1;
   border: none;
   margin-left: 1.125rem;
   font-family: "ProximaNova";
   font-size: 1.125rem;
   background-color: transparent;
}

.search_input_wrapper .submit {
   margin: 0;
   font-family: inherit;
   font-size: 100%;
   line-height: 1.75rem;
   border: none;
   background: transparent;
   font-weight: 600;
   outline: none;
   cursor: pointer;
}

.header-search-wrap .btn.__close {
   border: none;
   background: transparent;
   font-weight: 600;
   outline: none;
   line-height: 1.75rem;
   font-family: inherit;
   font-size: 100%;
   margin: 0;
   position: relative;
   width: 1.25rem;
   height: 1.25rem;
   text-indent: -99999px;
   overflow: hidden;
   cursor: pointer;
}

.header-search-wrap .btn.__close:after , .header-search-wrap .btn.__close:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   width: 1.25rem;
   height: 2px;
   transition: all .3s;
}

.demo-button a {
   display: flex;
   border: none;
   padding: 1.0625rem 2.0625rem;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   border-radius: 1.5625rem;
   align-items: center;
   font-size: .9375rem;
   line-height: .9375rem;
   max-height: 3.125rem;
   cursor: pointer;
   transition: background .3s linear;
   white-space: nowrap;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   min-width: 6.875rem;
}

.demo-button a svg {
   height: 1.125rem;
   width: 1.125rem;
   overflow: visible;
   margin-left: 0.625rem;
}

.demo-button .line {
   transition: all .2s ease-out;
   -webkit-transform: translate(-3.35px, -3.35px) scaleX(1);
   transform: translate(-3.35px, -3.35px) scaleX(1);
}

.demo-button .arrow {
   -webkit-transform: translate(-3.35px, -3.35px);
   transform: translate(-3.35px, -3.35px);
}


.fixed-header .header-group {
   -webkit-transform: translateY(-2.5rem);
   transform: translateY(-2.5rem);
}

.fixed-header .top-header {
   transition: all 0s linear;
   opacity: 0;
}

.fixed-header .main-header {
   margin-top: 0;
}


.demo-button  .circle {
   transition: all .2s ease-out;
   transition-delay: .2s;
   -webkit-transform: translate(-3.35 -3.35);
   transform: translate(-3.35 -3.35);
}

.demo-button a:hover {
   transition: background .5s linear;
}

.demo-button:hover .line {
   transition: all .2s ease-out .35s;
   -webkit-transform: translate(-3.35px, -3.35px) scaleX(1.35) !important;
   transform: translate(-3.35px, -3.35px) scaleX(1.35) !important;
}

.demo-button:hover .circle {
   stroke-dasharray: 100;
   stroke-dashoffset: 0;
   -webkit-animation: shrink .4s ease-out forwards;
   animation: shrink .4s ease-out forwards;
   -webkit-transform: translate(-3.35 -3.35);
   transform: translate(-3.35 -3.35);
}

.demo-button:hover .arrow {
   transition: all .2s ease-out .35s;
   -webkit-transform: translate(3.35px, -3.35px) !important;
   transform: translate(3.35px, -3.35px) !important;
}

.search-active .main-header-menu {
   visibility: hidden;
}



.search-active .header-search-wrap form {
   width: 100%;
   border-bottom-style: solid;
   border-bottom-width:0.0625rem;
}

.search-active .search_input_wrapper {
   display: flex;
   width: 100%;
   opacity: 1;
   visibility: visible;
}

.header-search-group {
   width: 100%;
}

.search-active .pipe {
   width: 0;
   height: 1.1875rem;
   border-right: solid 1px #bdbdbd;
   margin: 0 1.1875rem;
}

.search-active .header-search-wrap .btn.__close:after {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.search-active .header-search-wrap .btn.__close:before {
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}

.header-search-wrap .btn.__close:hover:after, .header-search-wrap .btn.__close:hover:before {
   background-color: #f2a73d;
}

.header-search-wrap form #search:focus {
   border: solid 3px #3d65c9;
   border-radius: 15%;
}


.mobile-search-active .search-icon {
   display: none;
}

.mobile-search-active .header-mobile-search .close-icon {
   display: block;
}

.mobile-search-active .header-search-wrap {
   opacity: 1;
   width: 100%;
   max-width: none;
   -webkit-transform: translateY(0);
   transform: translateY(0);
}

.mobile-search-active .main-header-menu-wrap {
   position: unset;
}

.mobile-search-active .search_input_wrapper {
   display: flex;
   width: 100%;
   opacity: 1;
   visibility: visible;
}

.search_input_wrapper .submit {
   padding: 1px 6px;
}


.header .dnd-section {
   padding: 0px !important;
}


@media(min-width:992px){
   .header-mobile-search {
      display: none;
   }
   .mobile-trigger {
      display: none;
   }
   .search-active .header-search-wrap {
      width: 79.8%;
      padding: 0 2.5rem 0.4375rem 1.875rem;
      right: 0;
      background: #fff;
      z-index: 5;
   }
   .main-header-menu .hs-menu-wrapper>ul>li>ul {
      right: 0;
      max-width: 48.125rem;
      margin: auto;
      -webkit-transform: translateY(3.375rem);
      transform: translateY(3.375rem);
      max-height: 0px;
      transition: all .3s ease-in-out;
      overflow: hidden;
      visibility: hidden;
      left: 0;
      position: fixed;
      width: 100vw;
   }
   .main-header-menu .hs-menu-wrapper>ul>li:hover>ul {
      -webkit-transform: translateY(1.5rem);
      transform: translateY(1.5rem);
      padding-top: 0;
      max-height: 100vh;
      visibility: visible;
   }
   .main-header-menu .hs-menu-wrapper>ul>li>ul > div {
      width: 100%;
      margin: 0 auto;
      /*         display: grid;
      grid-template-columns: 2fr 1fr; */
      background: #fff;
      transition: border .3s ease-in-out;
   }

   .main-header-menu .hs-menu-wrapper>ul>li:hover>ul > div {
      border: 0.0625rem solid #cfdde4;
   }
   .main-header-menu .hs-menu-wrapper>ul>li>ul>div pre {
      margin: 0;
      font-family: inherit;
      font-size: inherit;
      display: flex;
      /*         flex-direction: column; */
      flex-wrap: wrap;
      /*         max-height: 37.5rem; */
      padding: 3.125rem 6.3125rem 1.9375rem 5rem;
      overflow: visible;
   }

   .main-header-menu .hs-menu-wrapper>ul>li>ul>div pre > li {
      display: flex;
      flex-direction: column;
      padding-right: 2.5rem;
      margin-bottom: 2.1875rem;
   }

   .main-header-menu .hs-menu-wrapper>ul>li>ul>div pre > li > a {
      font-size: 1.25rem;
      line-height: 2rem;
      font-weight: 600;
      color: #3d65c9;
      margin-bottom: 1.25rem;
   }

   .main-header-menu .hs-menu-wrapper>ul>li>ul>div pre > li > ul > li > a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      cursor: pointer;
      white-space: nowrap;
      line-height: 2.5rem;
      color: #1f3264;
      font-weight: 400;
      font-size: .875rem;
      margin-bottom: 0.25rem;
      position: relative;
      margin-right: 0;
      z-index: 1;
      display: flex;
      flex-direction: column;
   }

   .main-header-menu .hs-menu-wrapper>ul>li>ul>div pre > li > ul > li > a:after {
      content: "";
      bottom: 0;
      max-width: 0;
      width: 100%;
      height: 0.125rem;
      background-color: #d97f00;
      transition: all .2s ease-out;
      margin-top: -0.5rem;
   }

   .main-header-menu .hs-menu-wrapper>ul>li>ul>div pre > li > ul > li > a:hover:after {
      max-width: 100%;
      transition: all .2s ease-out;
   }

   .main-header-menu .hs-menu-wrapper>ul>li>ul>div pre > li > ul {
      display: flex;
      flex-direction: column;
   }

   .main-header-menu .hs-menu-wrapper>ul {
      margin: 0;
   }
}

@media(max-width:1200px){
   .header-search-wrap {
      right: 1.5rem;
   }
}

@media(max-width:991px){
   .header-wrap {
      padding:  1.0625rem 4.25rem;
   }

   .header-group {
      width: 100%;
   }

   .top-header {
      display: none;
   }

   .main-header {
      margin-top: 0;
   }

   .main-header a img {
      width:8rem;
      position: relative;
      top: -3px;
   }

   .main-header-menu {
      display: none;
   }

   .header-search-wrap {
      position: absolute;
      top: 4rem;
      right: 0 !important;
      max-width: none;
      width: 100vw;
      background: #fff;
      margin-right: 0;
      max-width: none;
      border-top: 0.0625rem solid #cfdde4;
      box-sizing: border-box;
      max-height: none;
      height: auto;
      opacity: 0;
      -webkit-transform: translateY(-10rem);
      transform: translateY(-10rem);
      padding:21px 32px;
   }

   .header-search-wrap form {
      width: 100%;
      display: grid;
      grid-template-columns: 1.875rem 1fr;
      border: none !important;
   }
   .header-search:after {
      content: "";
      width: 90%;
      height: 0.0625rem;
      background-color: #cfdde4;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0;
   }
   .search_input_wrapper {
      display: grid;
      grid-template-columns: 1fr 1.875rem;
      max-width: none;
   }

   .search_input_wrapper .submit {
      color: transparent;
      position: relative;
      display: flex;
      align-items: center;
   }

   .search_input_wrapper .submit:after {
      content: "";
      border: 0.125rem solid #3d65c9;
      position: absolute;
      height: 0.625rem;
      width: 0.625rem;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border-left: none;
      border-bottom: none;
   }

   .pipe {
      display: none;
   }

   .header-search-wrap .btn.__close {
      display: none;
   }

   .demo-button {
      display: none;
   }
   .header-logo {
      max-width: none;
      position: relative;
      z-index: 99;
   }
   .header {
      min-height:70px;
   }
   .fixed-header .header-group {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   .header-mobile-search {
      display: block;
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto;
      margin-right: 1.25rem;
      background: transparent;
      border: solid 2px transparent;
      -webkit-transform: translateY(0.2rem);
      transform: translateY(0.2rem);
      font-family: inherit;
      font-size: 100%;
      line-height: 1.15;
      padding: 1px 6px;
   }

   .header-mobile-search img {
      width: 25px;
   }

   .header-mobile-search .close-icon {
      display: none;
   }

   .mobile-trigger {
      display: flex !important;
      flex-direction: column;
      height: 1.75rem;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      justify-content: space-between;
      top: 1.5rem;
      right: 2.5rem;
      cursor: pointer;
      display: none;
      z-index: 10;
      border: none;
      border: solid 2px transparent;
      background: transparent;
      padding: 0.2rem;
      line-height: 1.15;
   }

   .mobile-trigger span {
      height: 0.25rem;
      width: 1.875rem;
      background-color: #3d65c9;
      transition: all .3s ease-out;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      max-width: 1.875rem;
      -webkit-transform-origin: top left;
      transform-origin: top left;
      pointer-events: none;
      position: relative;
      margin-bottom: -2px;
   }

   .mobile-trigger span:last-child {
      -webkit-transform-origin: bottom left;
      transform-origin: bottom left;
   }

   .mobile-trigger:hover , .mobile-trigger:focus {
      background-color: transparent;
      outline: 0;
      border-color: transparent;
   }

   .header-mobile-search:hover, .header-mobile-search:focus {
      background-color: transparent;
      border-color: transparent;
   }
   .mobile-open .header-group {
      z-index: 8;
   }



   .mobile-open .mobile-trigger span:first-child {
      -webkit-transform: rotateZ(45deg) translateX(2px) translateY(-3px);
      transform: rotateZ(45deg) translateX(2px) translateY(-3px);
      max-width: 1.5625rem;
      left: 1px;
      top: 0px;
   }

   .mobile-open .mobile-trigger span:nth-child(2) {
      max-width: 0px;
      transition: all .1s ease-out;
   }

   .mobile-open .mobile-trigger span:last-child {
      -webkit-transform: rotateZ(-45deg) translateX(3px) translateY(3px);
      transform: rotateZ(-45deg) translateX(3px) translateY(3px);
      max-width: 1.5625rem;
   }
   .search_input_wrapper .submit:hover {
      color: transparent;
   }
}

@media(max-width:768px){
   .header-wrap {
      padding: 0.6875rem 2rem;
   }
   .main-header a img {
      width: 7rem;
   }
   .header {
      min-height:64px;
   }
}

@media(max-width:360px){
   .header {
      min-height: 58px;
   }  
}