@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400&family=IBM+Plex+Serif:wght@400;700&display=swap");
.noscroll{
    overflow: hidden;
}
.blocker {
  display: none;
}
.new-header-back {
  background-color: #1e6bd6;
  color: #fff;
  box-sizing: border-box;
}
.new-header-back .container-header {
  border: none!important;
  max-width: 1176px!important;
  width: 100%;
  margin: 0 auto!important;
  padding: 0 12px;
  position: unset;
}
.new-header-back .container-header .h-content {
  align-items: center;
  width: 100%;
  display:flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: center;
  height: 100px;
}
.new-header-back .container-header .h-content .first-item-new-menu,
.new-header-back .container-header .h-content .second-item-new-menu,
.new-header-back .container-header .h-content .third-item-new-menu{
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.second-item-new-menu {
  flex-grow: 2;
}
.new-header-back .container-header .h-content .first-item-new-menu a {
  padding-top: 12px;
}
.new-header-back .container-header .h-content .first-item-new-menu img {
  max-width: 100%;
  width: 141px;
  height: auto;
  cursor: pointer;
}
.new-header-back .container-header .h-content ul {
  margin: 0;
  padding-left: 20px;
}
.new-header-back .container-header .h-content .third-item-new-menu ul {
  margin: 0;
  padding-left: 0;
}
.new-header-back .container-header .h-content .third-item-new-menu ul li.main-option .sub-menu .menu-wrap .menu-subtitle a:hover{
  color: #1959b3!important;
  text-decoration: underline!important;
}
.new-header-back .container-header .h-content ul li.main-option{
  display: inline-block;
  list-style: none;
  padding: 36px 13px 35px;
  margin: 0;
}
.new-header-back .container-header .h-content ul li.main-option img{
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.new-header-back .container-header .h-content ul li.main-option:hover{
  background-color: #3479da;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu{
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 8px 8px 0 rgba(0,0,0,.15)!important;
  display: none;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 35px;
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  flex-direction: column!important;
  justify-content: space-between!important;
  /*/visibility: hidden;
  opacity: 0;
  display: flex/*/
}
.new-header-back .container-header .h-content ul li.main-option.hovering .sub-menu{
  /*/visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;/*/
  display: flex;
  display: -webkit-flex;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .menu-wrap{
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  flex: 1;
  justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: normal;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .menu-wrap .menu-subtitle.login-options{
  justify-content: flex-end;
  margin-right: 12%;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .menu-wrap .menu-subtitle.login-options.isLog{
  justify-content: flex-end;
  margin-right: 9%;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .menu-wrap .menu-subtitle{
  display: flex;
  display: -webkit-flex;
  flex: 1;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .menu-wrap .menu-subtitle a{
  font-family: 'IBM Plex Serif', serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #303030!important;
  text-transform: none;
  outline: none;
  cursor: default;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .menu-wrap .menu-subtitle a.login-child{
  cursor: pointer;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .menu-wrap .menu-subtitle .sub-menu2{
  margin: 0;
  height: auto;  
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  width: 100%;
  padding: 0;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .menu-wrap .menu-subtitle .sub-menu2 li.menu-option{
  list-style: none;
  margin-top: 16px;
  line-height: normal;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .menu-wrap .sub-menu2 li.menu-option a{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #303030!important;
  outline: none;
  cursor: pointer;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .menu-wrap .sub-menu2 .menu-option a:hover{
  color: #1e6bd6 !important;
  text-decoration: underline!important;
}
.new-header-back .container-header .h-content ul li.main-option a,
.new-header-back .container-header .h-content .third-item-new-menu a{
  text-decoration: none!important;
  font-size: 14px;
  color: #ffffff!important;
  letter-spacing: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  outline: none;
}
.new-header-back .container-header .h-content .third-item-new-menu .btn{
  margin-left: 10px;
  width: 142px;
  height: 43px;
  padding-top: 4px;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(101, 116, 134, 0.1) !important;
  border-radius: 25px;
  background: #fff;
  border: 1px solid transparent;
}
.new-header-back .container-header .h-content .third-item-new-menu .btn a.get-btn{
  text-decoration: none!important;
  color: #1e6bd6!important;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px!important;
  font-weight: 500;
  margin: auto;
}
.new-header-back .container-header .h-content .third-item-new-menu .btn a.get-btn:hover{
  color: #1959b3!important;
}
/*/Call to Action/*/
.new-header-back .container-header .h-content ul li.main-option .sub-menu .section-cta {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .section-cta .text p{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #303030;
  margin-bottom: 0px;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .section-cta .btn{
  padding-left: 32px;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .section-cta .btn .btn-box{
  border-radius: 25px;
  width: 200px;
  padding: 6px 10px;
  text-align: center;
  height: 44px;
  background-color: #f47810!important;
}
.new-header-back .container-header .h-content ul li.main-option .sub-menu .section-cta a.btn-orange{
  text-align: center;
  font-size: 16px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  padding: 13px 20px!important;
  color: #fff!important;
}

@media(min-width: 992px) and (max-width: 1120px){
  .new-header-back .container-header .h-content ul{
    padding-left: 10px;
  }
  .new-header-back .container-header .h-content ul li.main-option{
    padding: 36px 6px 35px;
  }
  .new-header-back .container-header .h-content .third-item-new-menu .btn{
    margin-left: 10px;
    min-width: 100px;
    width: 140px;
  }
  .new-header-back .container-header .h-content ul li.main-option img{
    display: none;
  }
}
@media(min-width: 992px){
  .big-menu{
    display:flex!important;
    display: -webkit-flex;
  }
  .small-menu{
    display:none!important;
    display: -webkit-flex;
  }
}
@media(max-width: 991px){
  .big-menu{
    display: none!important;
  }
  .small-menu{
    display:flex!important;
    display: -webkit-flex;
  }
  .h-content.small-menu{
    height: 56px!important;
  }
  .h-content.small-menu .first-item-new-menu img{
    width: auto!important;
    height: 18px!important;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile{
    display: none;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile .menu-mobile{
    z-index: 1000;
    margin-top: 28px;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    width: 375px;
    padding: 0 16px;
    height: 100%;
    overflow: auto;
    box-shadow: 16px 0px 16px -16px rgba(0,0,0,0.15) !important;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul{
    list-style: none;
    padding-left: 0;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile{
    padding: 24px 0px;
    border-bottom: 1px solid #d6d6d6;
    flex-direction: column;
    cursor: pointer;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile a.title-submenu{
    text-transform: uppercase;
    text-align: justify;
    width: max-content;
    padding: 0;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile a.title-submenu img{
    width: 15px!important;
    vertical-align: text-bottom;
    margin-right: 8px;
    display: inline-block;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile.isSelected a.title-submenu img{
    display: none;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile a{
    font-family: 'IBM Plex Sans', sans-serif!important;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #303030!important;
    text-decoration: none!important;
    text-transform: none;
    text-align: justify;
    outline: none;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile .wrap-option-mobile{
    margin-top: 24px;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile .wrap-option-mobile:last-of-type{
    margin-bottom: 52px;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile .wrap-option-mobile ul.sub-menu2-mobile li{
    margin-top: 16px;
    font-size: 16px;
    line-height: normal;
    color: #303030!important;
    text-transform: none;
    font-weight: 400;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile.btn{
    margin-top: 33px;
    margin-bottom: 80px;
    padding: 0;
    border: none;
    align-items: center;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile.btn a.get-btn{
    padding: 13px 20px;
    margin: 0;
    border-radius: 25px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    background-color: #f47810!important;
    color: #fff!important;
    text-decoration: none!important;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile .main-option-mobile .sub-menu-mobile{
    display: none;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile .main-option-mobile.isSelected .sub-menu-mobile{
    display: flex;
    display: -webkit-flex;
    border-top: 1px solid #d6d6d6;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile .main-option-mobile.isSelected .title-submenu{
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 24px;
    align-self: center;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile .main-option-mobile{
    display: flex;
    display: -webkit-flex;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile .main-option-mobile.isSelected{
    display: flex!important;
    display: -webkit-flex;
    padding: 24px 0px 52px;
    border: none;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile .main-option-mobile.isSelected .sub-menu-mobile .subtitleMobile{
    font-weight: bold;
    font-family: 'IBM Plex Serif',serif!important;
    font-size: 18px;
    margin-top: 24px;
    font-weight: 700;
    line-height: normal;
    cursor: default;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile .main-option-mobile .sub-menu-mobile:last-of-type a{
    cursor: pointer!important;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile{
    display: none;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile.openMobile{
    display: flex;
    display: -webkit-flex;
  }
  .h-content.small-menu .second-item-new-menu{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  .h-content.small-menu .second-item-new-menu{
    padding-top: 8px;
  }
  .h-content.small-menu .second-item-new-menu img{
    width: auto;
    height: 28px;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile .arrow{
    position: absolute;
		width: 10px;
		height: 10px;
		border-top: 1px solid #303030;
		border-right: 1px solid #303030;
  }
	.h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile .right{
    transform: rotate(45deg);
    right: 20px;
    margin: 5px 0px;
  }
  .h-content.small-menu .first-item-new-menu .container-mobile ul li.main-option-mobile .left{
    transform: rotate(225deg);
    left: 20px;
    margin: 5px 0px;
  }
  .blocker {
    z-index: 100;
    display: none;
    position: fixed;
    top: 56px;
    left: 375px;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.3);
  }
  .blocker.openMobile{
    display: block;
  }
}
@media(max-width: 575px){
  .h-content.small-menu .first-item-new-menu .container-mobile .menu-mobile{
    width: 100%;
  }
  .blocker {
    display: none!important;
  }
}
@media(max-width: 280px){
  .new-header-back .container-header .h-content .second-item-new-menu{
    display: none;
  }
}