@media(min-width:1025px){
  
.header-section ul.main__menu li .mega__menu{
   display:none;
}
.header__menu .main__menu .menu__item:hover .mega__menu{
  display:block;
}

}

.header{
background-color:transparent;
position:fixed;
top:0;
left:0;
right:0;
z-index:99;
}
.header-section .menu__horizontal__wrapper{
  height: -webkit-fill-available;
}
.header-section .menu__horizontal__wrapper .header__menu{
  height:100%;
}
.header-section ul.main__menu li .mega__menu{
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
  background-color: var(--secondary_color);
  box-shadow: none;
  border-radius: 0;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  border-radius:10px;
  max-width:1340px;
  margin:0 auto;
  float:none;
  right:0;
  padding:40px 25px 12px;
  border:1px solid #FFFFFF24;
  backdrop-filter: blur(21.5px);
}
.header-section ul.main__menu li:nth-child(3) .mega__menu{
  padding:25px;
}
.header-section ul.main__menu li:nth-child(3) .mega__menu .menu-cont p{
  min-height:110px;
}
.header-section ul.main__menu li .mega__menu *{
  color:var(--white-color)!important;
}
.header-section ul.main__menu li{
position:inherit;
}
.header-section ul.main__menu>li>a{
font-size:18px;
color:var(--white-color);
font-family: "Roboto", sans-serif;
font-weight: 400;
margin:0;
padding-right:30px;
}
.header-section ul.main__menu>li>a.expand-btn{
padding-right:45px;
position:relative;
}
.header-section ul.main__menu>li>a.expand-btn:after{
background:url('https://7005397.fs1.hubspotusercontent-eu1.net/hubfs/7005397/TEG%20London%202025%20Assets/caret-bottom-svgrepo-com.svg');
position:absolute;
right:23px;
top:35%;
content:'';
width:22px;
height:22px;
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
z-index:1;
}
.header-section .main__menu{
list-style-type:none;
padding:0;
display:flex;
margin:0;
height: 100%;
align-items: center;
}
.header-section ul.main__menu li.menu__item__group{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.header-section ul.main__menu li.menu__item__group>a{
  display: flex;
  height: 100%;
  align-items: center;
  position:relative;
  z-index:1;
  transition:0.4s all ease-in-out;
}
.header-section ul.main__menu li.menu__item__group>a:hover:before{
  position:absolute;
  left:-20px;
  right:10px;
  top:0;
  bottom:0;
  content:'';
  background-image: linear-gradient(180deg, #B1050F 12%, #900008 100%);
  border-style: none;
  width:auto;
  height:auto;
  z-index:-1;
}
.header-section .inner-container{
display:inline-block;
width:100%;
}
.header-section .inner-container .logo{
width:37%;
float:left;
}
.header-section .inner-container .menu-container{
width:calc(100% - 37%);
display:flex;
justify-content:center;
border-radius:0 0 0 28px;
align-items:center;
padding-left:110px;
min-height:77.2px;
}
.header-section .content-wrapper{
max-width:100%;
padding-right:0;
padding-left:2%;
}
.header-section .menu-container{
background:var(--primary_color);
}
.header-section .cta-container a.cta_button{
min-width:252px;
padding:25px 30px 25px;
}
.header__menu .main__menu .menu__item:hover .mega__menu {
    opacity: 1;
    visibility: visible;
    overflow-y:auto;
}
.header__menu .megaMenu__wrap .megaMenu__inner{
display:flex;
flex-wrap:wrap;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-1{
  width:16%;
  margin-right:2%;
  border-right:1px solid #FFFFFF24;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-2{
  width:16%;
  margin-right:2%;
  border-right:1px solid #FFFFFF24;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-3{
  width:16%;
  margin-right:2%;
  border-right:1px solid #FFFFFF24;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-4{
  width:20%;
  margin-right:3%;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-5{
  width:23%;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-1 h5,
.header__menu .megaMenu__wrap .megaMenu__inner .col-2 h5,
.header__menu .megaMenu__wrap .megaMenu__inner .col-3 h5,
.header__menu .megaMenu__wrap .megaMenu__inner .col-4 h5{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
}

.header__menu .megaMenu__wrap .megaMenu__inner .col-1 ul,
.header__menu .megaMenu__wrap .megaMenu__inner .col-2 ul,
.header__menu .megaMenu__wrap .megaMenu__inner .col-3 ul,
.header__menu .megaMenu__wrap .megaMenu__inner .col-4 ul{
  display:block;
}

.header__menu .megaMenu__wrap .megaMenu__inner .col-1 ul li,
.header__menu .megaMenu__wrap .megaMenu__inner .col-2 ul li,
.header__menu .megaMenu__wrap .megaMenu__inner .col-3 ul li,
.header__menu .megaMenu__wrap .megaMenu__inner .col-4 ul li{
  margin-bottom:2px;
}

.header__menu .megaMenu__wrap .megaMenu__inner .col-1 ul li a,
.header__menu .megaMenu__wrap .megaMenu__inner .col-2 ul li a,
.header__menu .megaMenu__wrap .megaMenu__inner .col-3 ul li a,
.header__menu .megaMenu__wrap .megaMenu__inner .col-4 ul li a{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 23px;
  display:inline-block;
  padding:7px 0;
  transition:0.4s all ease-in-out;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-1 ul li:hover a,
.header__menu .megaMenu__wrap .megaMenu__inner .col-2 ul li:hover a,
.header__menu .megaMenu__wrap .megaMenu__inner .col-3 ul li:hover a,
.header__menu .megaMenu__wrap .megaMenu__inner .col-4 ul li:hover a{
  background-color: rgba(61, 57, 89, 1);
  transition:0.4s all ease-in-out;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-5 p{
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #EDEAFF;
  margin-bottom:0;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-5 a{
   font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 4px;
    letter-spacing: 0.9px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-5 .menu-buttons{
  display:flex;
  align-items:center;
  background:var(--primary_color);
  border-radius:17px;
  padding:10px 30px;
  margin-bottom:28px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-5 .menu-buttons .icon{
  width:30px;
  height:24px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-5 .menu-buttons .icon{
  width:30px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-5 .menu-buttons .content{
  width:calc(100% - 30px);
  padding-left:4px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont{
  width:23.2%;
  margin-right:2.3%;
  background-color: #3D3959B5;
  border-radius:14px;
  padding:30px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont:last-child{
  margin-right:0;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont h5{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  color: #FFFFFF;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont p{
  font-size:16px;
  line-height:23px;
  font-family: "Roboto", sans-serif;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont ul li{
  font-size:16px;
  line-height:23px;
  font-family: "Roboto", sans-serif;
  margin-bottom:10px;
  position:relative;
  list-style:none;
  padding-left:25px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont ul li:before{
  position:absolute;
  left:0;
  top:2px;
  content:'';
  background:url('https://7005397.fs1.hubspotusercontent-eu1.net/hubfs/7005397/TEG%20London%202025%20Assets/tick-svgrepo-com.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:20px;
  height:20px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont ul{
  list-style-type:none;
  padding:0;
  border-top:1px solid #FFFFFF5E;
  margin-top:30px;
  padding-top:30px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont .red-button{
  width:100%;
  margin-top:50px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont .red-button a.cta_button{
width:100%;
border-radius:12px;
text-align:left;
position:relative;
font-weight:400;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont .red-button a.cta_button:after{
  background:url('https://7005397.fs1.hubspotusercontent-eu1.net/hubfs/7005397/TEG%20London%202025%20Assets/arrow-narrow-right-svgrepo-com.svg');
  position:absolute;
  height: 27px;
  position: absolute;
  right: 15px;
  top: 14px;
  width: 27px;
  content:'';
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}

@media(max-width:1530px){
.header-section ul.main__menu>li>a{
font-size:16px;  
}
.header-section .inner-container .menu-container{
  padding-left:60px;
}
.header-section .cta-container a.cta_button {
    min-width: 185px;
    padding: 25px 30px;
    font-size: 16px;
}
.header-section ul.main__menu>li>a{
  padding-right:24px;
}
.header-section ul.main__menu>li>a.expand-btn{
  padding-right:45px;
}
.header-section ul.main__menu>li>a.expand-btn:after{
  right:19px;
}
.header-section ul.main__menu li.menu__item__group>a:hover:before{
   left:-10px;
}  
  
}

@media(max-width:1280px){
.header-section .cta-container a.cta_button{
   min-width:auto;
}
  .header-section ul.main__menu li:nth-child(3) .mega__menu .menu-cont{
    position:relative;
    padding:30px 30px 130px;
  }
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont .red-button{
   width: auto;
    margin-top: 50px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px; 
}
.header-section ul.main__menu li:nth-child(3) .mega__menu .menu-cont p{
  min-height:130px;
}
.header-section .cta-container a.cta_button{
  font-size:14px;
  padding:28px 20px;
}
.header-section .inner-container .menu-container{
   width:74%;  
}
.header-section .inner-container .logo {
    width: 26%;
}
.header-section .content-wrapper{
   padding-right:2%:
}
.header-section .inner-container .menu-container{
  justify-content:flex-end;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-4{
   margin-right:1%;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-5{
   width:25%; 
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-5 .menu-buttons{
  padding:10px 20px;  
}
}

@media(max-width:1200px){
.header-section ul.main__menu li:nth-child(3) .mega__menu .menu-cont p{
  min-height:150px;
}
.header-section ul.main__menu li:nth-child(3) .mega__menu .menu-cont{
   padding: 30px 19px 130px; 
}
  .header__menu .megaMenu__wrap .megaMenu__inner .menu-cont .red-button{
    left:19px;
    right:19px;
  }
  .header__menu .megaMenu__wrap .megaMenu__inner .menu-cont .red-button a.cta_button{
    font-size:16px;
  }
}

@media(max-width:1024px){
.header__menu .main__menu {
  position: fixed;
  top: 115px;
  left: 0;
  width: 100%;
  display: block;
  padding-top: 20px;
  padding-bottom: 120px;
  background: #100E27D9;
  overflow-y: auto;
  opacity:0;
  transition: 0.3s ease-out;
  display:none;
}
.header-section ul.main__menu li:nth-child(3) .mega__menu .menu-cont p {
   min-height: 100px;
 }
.header .menu__horizontal .menu__horizontal__wrapper {
    overflow: hidden;
    max-height: 65px;
}
.header .menu__horizontal {
    width: 100%;
    position: initial;
    justify-content: center;
    display: flex;
    align-items: center;
}
.menu__btn {
   display: flex;
   position: absolute;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 2;
    right:190px;
    top:24px;
}
.menu__btn .menu__btn__lines::before {
    transform: translateY(-0.5rem);
}
.menu__btn .menu__btn__lines::after {
    transform: translateY(0.5rem);
}
.menu__btn .menu__btn__lines::before, .menu__btn .menu__btn__lines::after {
    content: "";
    position: absolute;
}
.menu__btn .menu__btn__lines, .menu__btn .menu__btn__lines::before, .menu__btn .menu__btn__lines::after {
    width: 1.5rem;
    height: 0.1rem;
    background: #fff;
    transition: all 0.4s ease-in-out;
}
.header__menu .sub__menu {
  display: none;
  position: relative;
  z-index: 999;
  top: 0;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
  background-color: #111;
}
.header__menu .main__menu.open {
   opacity:1;
   display:block;
}
.header-section ul.main__menu li.menu__item__group{
   display:block;
   position:relative;
   height:auto;
}
.header-section ul.main__menu li.menu__item__group>a{
   display:block;
   text-align:center;
   padding-right:0;
   padding-top:10px;
   padding-bottom:10px;
   border-bottom: 1px solid rgb(95, 95, 95);
}
.header-section ul.main__menu>li>a.expand-btn {
    padding-right: 0;
 }
.header-section ul.main__menu>li>a.expand-btn:after {
  right: auto;
  top: 10px;
 }
.header-section ul.main__menu li .mega__menu{
   background: #100E27E6;  
   top:43px;
   border-radius:0;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-1,
.header__menu .megaMenu__wrap .megaMenu__inner .col-2{
    width: 32%;
    margin-right: 2%;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-3{
  width: 32%;
  border-right:none;
  margin-right:0;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-4 {
  margin-right: 2%;
  width: 32%;
  margin-top: 60px;
  padding-right:30px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-5 {
  width: 32%;
  margin-right: 2%;
  margin-top: 60px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-5 .menu-buttons {
   padding: 5px 12px 10px;
}
.header__menu .megaMenu__wrap .megaMenu__inner .col-1 h5,
.header__menu .megaMenu__wrap .megaMenu__inner .col-2 h5,
.header__menu .megaMenu__wrap .megaMenu__inner .col-3 h5,
.header__menu .megaMenu__wrap .megaMenu__inner .col-4 h5{
   margin-bottom:20px;
}
.header-section ul.main__menu li .mega__menu{
   padding-bottom:150px; 
}
.header-section ul.main__menu li.menu__item__group>a:hover:before{
   background:transparent;
}
.header-section ul.main__menu>li>a.expand-btn:after{
   margin-left:10px;
}
.header-section ul.main__menu>li>a.expand-btn:hover:after{
   background: var(--primary_color) url(https://7005397.fs1.hubspotusercontent-eu1.net/hubfs/7005397/TEG%20London%202025%20Assets/caret-bottom-svgrepo-com.svg); 
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont{
   width: 48.5%;
   margin-right: 3%;
   margin-bottom:3%;
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont:nth-child(2n),
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont:last-child{
  margin-right:0; 
}
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont ul li{
  margin-bottom:16px;
}
.header-section ul.main__menu li:nth-child(3) .mega__menu{
   padding-bottom:150px;
}
.menu__btn.open .menu__btn__lines{
   background:transparent;
}
.menu__btn.open .menu__btn__lines::before{
   transform: rotate(45deg);
}
.menu__btn.open .menu__btn__lines::after{
   transform: rotate(-45deg);
}
.header-section .inner-container .menu-container {
  width: 39%;
  position: absolute;
  right: 0;
}
}


@media(max-width:767px){
.header__menu .megaMenu__wrap .megaMenu__inner .col-1,
.header__menu .megaMenu__wrap .megaMenu__inner .col-2,
.header__menu .megaMenu__wrap .megaMenu__inner .col-3,
.header__menu .megaMenu__wrap .megaMenu__inner .col-4,
.header__menu .megaMenu__wrap .megaMenu__inner .col-5{
  width: 100%;
  margin-right: 0;
  border-right: none;
  margin-bottom: 70px;
  margin-top:0;
  padding:0;
}
.header-section ul.main__menu li:nth-child(3) .mega__menu .menu-cont p {
   min-height: auto;
 }
.header__menu .megaMenu__wrap .megaMenu__inner .menu-cont {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
 }
.header-section .inner-container .menu-container {
   width: 60%;
   padding-left:0;
   position: absolute;
   right: 0;
}
.menu__btn{
   right:170px;
}
}